Correct recent fts.c patch author attribution.
[gnulib.git] / ChangeLog
1 2007-07-30  Bruno Haible  <bruno@clisp.org>
2
3         * modules/base64 (License): Use the synonymous term "LGPLv2+".
4         * modules/c-ctype (License): Likewise.
5         * modules/c-strcase (License): Likewise.
6         * modules/check-version (License): Likewise.
7         * modules/iconv (License): Likewise.
8         * modules/iconv_open (License): Likewise.
9         * modules/read-file (License): Likewise.
10         * modules/striconv (License): Likewise.
11         * modules/strverscmp (License): Likewise.
12         * modules/vasprintf (License): Likewise.
13         * modules/crypto/des (License): Likewise.
14         * modules/crypto/gc (License): Likewise.
15         * modules/crypto/gc-arcfour (License): Likewise.
16         * modules/crypto/gc-arctwo (License): Likewise.
17         * modules/crypto/gc-des (License): Likewise.
18         * modules/crypto/gc-hmac-md5 (License): Likewise.
19         * modules/crypto/gc-hmac-sha1 (License): Likewise.
20         * modules/crypto/gc-md2 (License): Likewise.
21         * modules/crypto/gc-md4 (License): Likewise.
22         * modules/crypto/gc-md5 (License): Likewise.
23         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
24         * modules/crypto/gc-random (License): Likewise.
25         * modules/crypto/gc-rijndael (License): Likewise.
26         * modules/crypto/gc-sha1 (License): Likewise.
27         * modules/crypto/md2 (License): Likewise.
28         * modules/crypto/md4 (License): Likewise.
29
30 2007-07-30  Jim Meyering  <jim@meyering.net>
31
32         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
34         it has valid stat data.  This bug would cause du not to count the
35         sizes of inaccessible directories.
36         Patch by Brian Mason <bjmason@redhat.com>, via Jose Maria Plans
37         in <http://bugzilla.redhat.com/250077>.
38
39 2007-07-25  Peter O'Gorman  <peter@pogma.com>
40             Bruno Haible  <bruno@clisp.org>
41
42         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
43         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
44         #include_next, gives a diagnostic about it, but reports no error in
45         the exit code.
46         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
47
48 2007-07-24  Ben Pfaff  <blp@gnu.org>
49
50         Improve name: "count-one-bits" is better than "popcount".
51         * MODULES.html.sh: Update name.
52         * lib/popcount.h: Renamed lib/count-one-bits.h.
53         (popcount): Renamed count_one_bits.
54         (popcountl): Renamed count_one_bits_l.
55         (popcountll): Renamed count_one_bits_ll.
56         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
57         * modules/popcount: Renamed module/count-one-bits.
58         * modules/popcount-tests: Renamed module/count-one-bits-tests.
59         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
60
61 2007-07-23  Ben Pfaff  <blp@gnu.org>
62
63         * lib/popcount.h (popcount32): Reduce size of constants, to allow
64         better code generation, and add U to large constants to avoid
65         warnings, in non-GCC case.
66         Suggested by Bruno Haible.
67
68 2007-07-23  Ben Pfaff  <blp@gnu.org>
69
70         * lib/popcount.h: Use verify_true instead of if...abort.
71         * modules/popcount: Depend on verify module.
72         Suggested by Jim Meyering.
73
74 2007-07-23  Bruno Haible  <bruno@clisp.org>
75
76         * gnulib-tool (func_import): Create a .cvsignore file also when the
77         directory is not yet in CVS but the toplevel directory is. When
78         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
79         Reported by Karl Berry.
80
81 2007-07-22  Ben Pfaff  <blp@gnu.org>
82
83         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
84         case.
85         Suggested by Eric Blake.
86
87 2007-07-22  Ben Pfaff  <blp@gnu.org>
88
89         New module: popcount.
90         * MODULES.html.sh: Add popcount.
91         * modules/popcount: New file.
92         * modules/popcount-tests: New file.
93         * tests/test-popcount.c: New file.
94         * lib/popcount.h: New file.
95         * m4/popcount.m4: New file.
96
97 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
98
99         * build-aux/announce-gen: Update to GPLv3.
100
101         * build-aux/config.guess: Update from config.
102
103 2007-07-21  Bruno Haible  <bruno@clisp.org>
104
105         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
106         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
107
108 2007-07-20  Jim Meyering  <jim@meyering.net>
109
110         * check-module: Diagnose a self-dependency.
111
112 2007-07-19  Bruno Haible  <bruno@clisp.org>
113
114         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
115         empty.
116         Reported by Eric Blake.
117
118 2007-07-18  Bruno Haible  <bruno@clisp.org>
119
120         * gnulib-tool: New options --po-base, --po-domain.
121         (func_usage): Document them.
122         (pobase, po_domain): New variables.
123         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
124         DEFAULT_TEXT_DOMAIN.
125         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
126         (func_import): Consider pobase and po_domain. Create a po/ directory.
127         (func_create_testdir): Set pobase and po_domain to empty.
128         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
129         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
130
131 2007-07-18  Bruno Haible  <bruno@clisp.org>
132
133         * gnulib-tool (func_get_automake_snippet): Synthesize also an
134         EXTRA_DIST augmentation for files in build-aux/.
135
136 2007-07-16  Bruno Haible  <bruno@clisp.org>
137
138         * modules/lseek (License): Use the synonymous term "LGPLv2+".
139         * modules/getdelim (License): Likewise.
140
141 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
142
143         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
144         * modules/d-type (License): Likewise.
145         * modules/extensions (License): Likewise.
146         * modules/fnmatch (License): Likewise.
147         * modules/fseeko (License): Likewise.
148         * modules/getaddrinfo (License): Likewise.
149         * modules/getline (License): Likewise.
150         * modules/getlogin_r (License): Likewise.
151         * modules/getpass (License): Likewise.
152         * modules/gettimeofday (License): Likewise.
153         * modules/glob (License): Likewise.
154         * modules/inet_ntop (License): Likewise.
155         * modules/malloc (License): Likewise.
156         * modules/malloca (License): Likewise.
157         * modules/memmem (License): Likewise.
158         * modules/mempcpy (License): Likewise.
159         * modules/memset (License): Likewise.
160         * modules/minmax (License): Likewise.
161         * modules/mktime (License): Likewise.
162         * modules/netinet_in (License): Likewise.
163         * modules/pathmax (License): Likewise.
164         * modules/poll (License): Likewise.
165         * modules/regex (License): Likewise.
166         * modules/snprintf (License): Likewise.
167         * modules/stdbool (License): Likewise.
168         * modules/stdint (License): Likewise.
169         * modules/stdio (License): Likewise.
170         * modules/strcase (License): Likewise.
171         * modules/strcasestr (License): Likewise.
172         * modules/strdup (License): Likewise.
173         * modules/string (License): Likewise.
174         * modules/strndup (License): Likewise.
175         * modules/strnlen (License): Likewise.
176         * modules/strpbrk (License): Likewise.
177         * modules/strptime (License): Likewise.
178         * modules/strsep (License): Likewise.
179         * modules/sys_select (License): Likewise.
180         * modules/sys_socket (License): Likewise.
181         * modules/sys_stat (License): Likewise.
182         * modules/sys_time (License): Likewise.
183         * modules/time (License): Likewise.
184         * modules/time_r (License): Likewise.
185         * modules/timegm (License): Likewise.
186         * modules/unistd (License): Likewise.
187         * modules/vsnprintf (License): Likewise.
188         * modules/wctype (License): Likewise.
189
190 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
191
192         * modules/argz (License): LGPLv2+.
193
194 2007-07-15  Karl Berry  <karl@gnu.org>
195
196         * doc/gnulib.texi: revise node structure per new fdl.texi.
197
198 2007-07-14  Bruno Haible  <bruno@clisp.org>
199
200         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
201         the output file.
202         * lib/uniname/uninames.h: Regenerated.
203
204 2007-07-14  Karl Berry  <karl@gnu.org>
205
206         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
207         omitting sectioning and index commands.
208
209 2007-07-13  Bruno Haible  <bruno@clisp.org>
210
211         New gnulib-tool option --more-symlinks.
212         * gnulib-tool (func_usage): Document --more-symlinks.
213         (do_copyrights): New variable.
214         Recognize option --more-symlinks.
215         (func_import): Don't add a copyright notice transform to
216         sed_transform_lib_file if do_copyrights is empty.
217
218 2007-07-13  Bruno Haible  <bruno@clisp.org>
219
220         * lib/vasnprintf.c (decimal_point_char): Define also if
221         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
222         && !NEED_PRINTF_DIRECTIVE_A.
223         Reported by Clemens Koller <clemens.koller@anagramm.de> via
224         Gary V. Vaughan <gary@gnu.org>.
225
226 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
227
228         * lib/inttypes_.h: Undo previous change, since it was fixed
229         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
230
231 2007-07-13  Bruno Haible  <bruno@clisp.org>
232
233         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
234         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
235
236 2007-07-13  Jim Meyering  <jim@meyering.net>
237
238         df: Don't fail for Tru64's "file-on-file mount".
239         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
240         so we fall through and use statfs instead.  Details here:
241         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
242         Reported by Albert Chin.
243
244 2007-07-13  Bruno Haible  <bruno@clisp.org>
245
246         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
247         * modules/configmake (License): Likewise.
248         * modules/gettext (License): Likewise.
249         * modules/gettext-h (License): Likewise.
250         * modules/include_next (License): Likewise.
251         * modules/link-warning (License): Likewise.
252         * modules/localcharset (License): Likewise.
253         * modules/localename (License): Likewise.
254         * modules/lock (License): Likewise.
255         * modules/relocatable-lib-lgpl (License): Likewise.
256         * modules/size_max (License): Likewise.
257         * modules/vasnprintf (License): Likewise.
258         * modules/wchar (License): Likewise.
259         * modules/xsize (License): Likewise.
260
261 2007-07-13  Bruno Haible  <bruno@clisp.org>
262
263         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
264         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
265
266 2007-07-12  Bruno Haible  <bruno@clisp.org>
267
268         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
269         in the modules files.
270
271 2007-07-11  Karl Berry  <karl@gnu.org>
272
273         * MODULES.html.sh (func_module): use
274          sed -e '\|^'"${includefile}"'$|d'
275          instead of /.../d, to avoid errors on $includefile's containing /.
276
277 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
278
279         * gnulib-tool (func_import): Avoid duplication of --avoid
280         statements
281         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
282         names to `_' in variable names.
283
284 2007-07-10  Eric Blake  <ebb9@byu.net>
285
286         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
287         * NEWS: Document this change.
288
289 2007-07-08  Bruno Haible  <bruno@clisp.org>
290
291         Update to Unicode 5.0.
292         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
293         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
294         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
295         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
296         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
297         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
298         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
299         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
300         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
301         U+10A3F, U+1D242..U+1D244.
302         (nonspacing_table_ind): Update.
303         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
304         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
305
306 2007-07-08  Bruno Haible  <bruno@clisp.org>
307
308         Update to Unicode 5.0.
309         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
310         code transform. Extend the name index field of unicode_name_to_code and
311         unicode_code_to_name from 16 to 24 bits.
312         * lib/uniname/uniname.c (unicode_character_name,
313         unicode_name_character): Add the range 0x12xxx to the code transform.
314         * lib/uniname/uninames.h: Regenerated.
315         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
316
317 2007-07-07  Bruno Haible  <bruno@clisp.org>
318
319         * modules/wcwidth-tests: New file.
320         * tests/test-wcwidth.c: New file.
321
322         Work around MacOS X wcwidth() bug.
323         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
324         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
325         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
326         original wcwidth in non-UTF-8 locales.
327         * modules/wcwidth (Depends-on): Add localcharset, streq,
328         uniwidth/width.
329         * doc/functions/wcwidth.texi: Update.
330
331 2007-07-07  Bruno Haible  <bruno@clisp.org>
332
333         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
334         (wcwidth): New declaration.
335         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
336         macros.
337         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
338         here. Prepare for creating <wchar.h> unconditionally.
339         * modules/wchar (Depends-on): Add link-warning.
340         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
341         REPLACE_WCWIDTH, and GL_LINK_WARNING.
342         * lib/wcwidth.h: Remove file.
343         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
344         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
345         * modules/wcwidth (Files): Remove lib/wcwidth.h.
346         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
347         (Include): Replace wcwidth.h with <wchar.h>.
348         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
349         * lib/mbchar.h: Don't include wcwidth.h.
350         * lib/mbswidth.c: Likewise.
351         * NEWS: Mention the change.
352
353 2007-07-07  Bruno Haible  <bruno@clisp.org>
354
355         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
356         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
357         definition with an external declaration.
358         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
359         defined as a function. Remove AC_C_INLINE requirement.
360         * modules/wcwidth (Files): Add lib/wcwidth.c.
361         (Makefile.am): Remove redundant statement.
362
363 2007-07-07  Bruno Haible  <bruno@clisp.org>
364
365         * MODULES.html.sh (Unicode string functions): Add the new modules.
366
367         * tests/uniwidth/test-u32-strwidth.c: New file.
368         * modules/uniwidth/u32-strwidth-tests: New file.
369
370         * lib/uniwidth/u32-strwidth.c: New file.
371         * modules/uniwidth/u32-strwidth: New file.
372
373         * tests/uniwidth/test-u16-strwidth.c: New file.
374         * modules/uniwidth/u16-strwidth-tests: New file.
375
376         * lib/uniwidth/u16-strwidth.c: New file.
377         * modules/uniwidth/u16-strwidth: New file.
378
379         * tests/uniwidth/test-u8-strwidth.c: New file.
380         * modules/uniwidth/u8-strwidth-tests: New file.
381
382         * lib/uniwidth/u8-strwidth.c: New file.
383         * modules/uniwidth/u8-strwidth: New file.
384
385         * tests/uniwidth/test-u32-width.c: New file.
386         * modules/uniwidth/u32-width-tests: New file.
387
388         * lib/uniwidth/u32-width.c: New file.
389         * modules/uniwidth/u32-width: New file.
390
391         * tests/uniwidth/test-u16-width.c: New file.
392         * modules/uniwidth/u16-width-tests: New file.
393
394         * lib/uniwidth/u16-width.c: New file.
395         * modules/uniwidth/u16-width: New file.
396
397         * tests/uniwidth/test-u8-width.c: New file.
398         * modules/uniwidth/u8-width-tests: New file.
399
400         * lib/uniwidth/u8-width.c: New file.
401         * modules/uniwidth/u8-width: New file.
402
403         * tests/uniwidth/test-uc_width.c: New file.
404         * modules/uniwidth/width-tests: New file.
405
406         * lib/uniwidth/width.c: New file, from GNU libiconv.
407         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
408         * modules/uniwidth/width: New file.
409
410         * lib/uniwidth.h: New file, from GNU libiconv.
411         * modules/uniwidth/base: New file.
412
413 2007-07-07  Bruno Haible  <bruno@clisp.org>
414
415         * lib/uniname.h: New file, from GNU gettext.
416         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
417         * lib/uniname/uninames.h: New file, from GNU gettext.
418         * lib/uniname/uniname.c: New file, from GNU gettext.
419         * tests/uniname/test-uninames.sh: New file.
420         * tests/uniname/test-uninames.c: New file, from GNU gettext.
421         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
422         * modules/uniname/base: New file.
423         * modules/uniname/uniname: New file.
424         * modules/uniname/uniname-tests: New file.
425         * MODULES.html.sh (Unicode string functions): Add the new modules.
426
427 2007-07-06  Bruno Haible  <bruno@clisp.org>
428
429         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
430
431 2007-07-06  Bruno Haible  <bruno@clisp.org>
432
433         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
434         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
435         includes <cygwin/sys_time.h> which includes <sys/select.h> which
436         include <sys/time.h>.
437         Reported by Eric Blake.
438
439 2007-07-06  Eric Blake  <ebb9@byu.net>
440
441         Fix testing canonicalize on cygwin.
442         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
443         Revert patch from 2007-06-19.
444         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
445         canonicalize module is also in use.
446         * tests/test-canonicalize.c: New file.
447         * tests/test-canonicalize.sh: Likewise.
448         * modules/canonicalize-tests: Likewise.
449
450 2007-07-06  Jim Meyering  <jim@meyering.net>
451
452         * lib/getugroups.c (getugroups): Detect getgrent failure.
453         Adjust comment to reflect reality: this function may return -1.
454
455 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
456
457         * build-aux/bootstrap (TP_URL,get_translations): Update to use
458         the new TP address.
459         (usage): Fix typo
460         (gnulib_mk): New variable.
461
462 2007-07-05  Jim Meyering  <jim@meyering.net>
463
464         Don't let endgrent clobber errno, no matter how improbable.
465         * lib/getugroups.c (getugroups): Save and restore errno around
466         endgrent call.
467
468         Close the group DB even when failing with 2^31 or more members.
469         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
470
471 2007-07-04  Jim Meyering  <jim@meyering.net>
472
473         * lib/getugroups.h: New file.
474         * lib/getugroups.c: Include "getugroups.h".
475         Remove uses of "register" keyword.
476         Move local variable, "cp", down into scope where used.
477         Give "username" parameter the "const" attribute.
478         * modules/getugroups (Files): Add lib/getugroups.h
479
480 2007-07-04  Karl Berry  <karl@gnu.org>
481
482         * MODULES.html.sh (func_all_modules): Complete rename of
483         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
484
485 2007-07-02  Bruno Haible  <bruno@clisp.org>
486
487         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
488         mode, when inttypes.h comes from gnulib.
489         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
490
491 2007-07-02  Simon Josefsson  <simon@josefsson.org>
492
493         * NEWS: Mention lgpl module name change.
494
495         * modules/lgpl-2.1: Renamed from lgpl.
496
497         * NEWS: Mention gpl module name change.
498
499         * modules/gpl-3.0: New file, based on gpl-2.0.
500
501         * modules/gpl-2.0: Renamed from gpl.
502
503         * modules/gpl: Fix filename, doc/gpl.texi is now found at
504         doc/gpl-2.0.texi.
505
506 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
507
508         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
509         #define __STDC_LIMIT_MACROS temporarily while including
510         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
511         Problem reported by Joel E. Denny in
512         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
513
514 2007-07-01  Bruno Haible  <bruno@clisp.org>
515
516         * lib/unistdio.h: New file.
517         * lib/unistdio/u-asnprintf.h: New file.
518         * lib/unistdio/u-asprintf.h: New file.
519         * lib/unistdio/u-printf-args.c: New file.
520         * lib/unistdio/u-printf-args.h: New file.
521         * lib/unistdio/u-printf-parse.h: New file.
522         * lib/unistdio/u-snprintf.h: New file.
523         * lib/unistdio/u-sprintf.h: New file.
524         * lib/unistdio/u-vasprintf.h: New file.
525         * lib/unistdio/u-vsnprintf.h: New file.
526         * lib/unistdio/u-vsprintf.h: New file.
527         * lib/unistdio/ulc-asnprintf.c: New file.
528         * lib/unistdio/ulc-asprintf.c: New file.
529         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
530         * lib/unistdio/ulc-printf-parse.c: New file.
531         * lib/unistdio/ulc-snprintf.c: New file.
532         * lib/unistdio/ulc-sprintf.c: New file.
533         * lib/unistdio/ulc-vasnprintf.c: New file.
534         * lib/unistdio/ulc-vasprintf.c: New file.
535         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
536         * lib/unistdio/ulc-vsnprintf.c: New file.
537         * lib/unistdio/ulc-vsprintf.c: New file.
538         * lib/unistdio/u8-asnprintf.c: New file.
539         * lib/unistdio/u8-asprintf.c: New file.
540         * lib/unistdio/u8-printf-parse.c: New file.
541         * lib/unistdio/u8-snprintf.c: New file.
542         * lib/unistdio/u8-sprintf.c: New file.
543         * lib/unistdio/u8-vasnprintf.c: New file.
544         * lib/unistdio/u8-vasprintf.c: New file.
545         * lib/unistdio/u8-vsnprintf.c: New file.
546         * lib/unistdio/u8-vsprintf.c: New file.
547         * lib/unistdio/u8-u8-asnprintf.c: New file.
548         * lib/unistdio/u8-u8-asprintf.c: New file.
549         * lib/unistdio/u8-u8-snprintf.c: New file.
550         * lib/unistdio/u8-u8-sprintf.c: New file.
551         * lib/unistdio/u8-u8-vasnprintf.c: New file.
552         * lib/unistdio/u8-u8-vasprintf.c: New file.
553         * lib/unistdio/u8-u8-vsnprintf.c: New file.
554         * lib/unistdio/u8-u8-vsprintf.c: New file.
555         * lib/unistdio/u16-asnprintf.c: New file.
556         * lib/unistdio/u16-asprintf.c: New file.
557         * lib/unistdio/u16-printf-parse.c: New file.
558         * lib/unistdio/u16-snprintf.c: New file.
559         * lib/unistdio/u16-sprintf.c: New file.
560         * lib/unistdio/u16-vasnprintf.c: New file.
561         * lib/unistdio/u16-vasprintf.c: New file.
562         * lib/unistdio/u16-vsnprintf.c: New file.
563         * lib/unistdio/u16-vsprintf.c: New file.
564         * lib/unistdio/u16-u16-asnprintf.c: New file.
565         * lib/unistdio/u16-u16-asprintf.c: New file.
566         * lib/unistdio/u16-u16-snprintf.c: New file.
567         * lib/unistdio/u16-u16-sprintf.c: New file.
568         * lib/unistdio/u16-u16-vasnprintf.c: New file.
569         * lib/unistdio/u16-u16-vasprintf.c: New file.
570         * lib/unistdio/u16-u16-vsnprintf.c: New file.
571         * lib/unistdio/u16-u16-vsprintf.c: New file.
572         * lib/unistdio/u32-asnprintf.c: New file.
573         * lib/unistdio/u32-asprintf.c: New file.
574         * lib/unistdio/u32-printf-parse.c: New file.
575         * lib/unistdio/u32-snprintf.c: New file.
576         * lib/unistdio/u32-sprintf.c: New file.
577         * lib/unistdio/u32-vasnprintf.c: New file.
578         * lib/unistdio/u32-vasprintf.c: New file.
579         * lib/unistdio/u32-vsnprintf.c: New file.
580         * lib/unistdio/u32-vsprintf.c: New file.
581         * lib/unistdio/u32-u32-asnprintf.c: New file.
582         * lib/unistdio/u32-u32-asprintf.c: New file.
583         * lib/unistdio/u32-u32-snprintf.c: New file.
584         * lib/unistdio/u32-u32-sprintf.c: New file.
585         * lib/unistdio/u32-u32-vasnprintf.c: New file.
586         * lib/unistdio/u32-u32-vasprintf.c: New file.
587         * lib/unistdio/u32-u32-vsnprintf.c: New file.
588         * lib/unistdio/u32-u32-vsprintf.c: New file.
589         * tests/unistdio/test-ulc-asnprintf1.c: New file.
590         * tests/unistdio/test-ulc-asnprintf1.h: New file.
591         * tests/unistdio/test-ulc-printf1.h: New file.
592         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
593         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
594         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
595         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
596         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
597         * tests/unistdio/test-ulc-vasprintf1.c: New file.
598         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
599         * tests/unistdio/test-ulc-vsprintf1.c: New file.
600         * tests/unistdio/test-u8-asnprintf1.c: New file.
601         * tests/unistdio/test-u8-asnprintf1.h: New file.
602         * tests/unistdio/test-u8-printf1.h: New file.
603         * tests/unistdio/test-u8-vasnprintf1.c: New file.
604         * tests/unistdio/test-u8-vasnprintf2.c: New file.
605         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
606         * tests/unistdio/test-u8-vasnprintf3.c: New file.
607         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
608         * tests/unistdio/test-u8-vasprintf1.c: New file.
609         * tests/unistdio/test-u8-vsnprintf1.c: New file.
610         * tests/unistdio/test-u8-vsprintf1.c: New file.
611         * tests/unistdio/test-u16-asnprintf1.c: New file.
612         * tests/unistdio/test-u16-asnprintf1.h: New file.
613         * tests/unistdio/test-u16-printf1.h: New file.
614         * tests/unistdio/test-u16-vasnprintf1.c: New file.
615         * tests/unistdio/test-u16-vasnprintf2.c: New file.
616         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
617         * tests/unistdio/test-u16-vasnprintf3.c: New file.
618         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
619         * tests/unistdio/test-u16-vasprintf1.c: New file.
620         * tests/unistdio/test-u16-vsnprintf1.c: New file.
621         * tests/unistdio/test-u16-vsprintf1.c: New file.
622         * tests/unistdio/test-u32-asnprintf1.c: New file.
623         * tests/unistdio/test-u32-asnprintf1.h: New file.
624         * tests/unistdio/test-u32-printf1.h: New file.
625         * tests/unistdio/test-u32-vasnprintf1.c: New file.
626         * tests/unistdio/test-u32-vasnprintf2.c: New file.
627         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
628         * tests/unistdio/test-u32-vasnprintf3.c: New file.
629         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
630         * tests/unistdio/test-u32-vasprintf1.c: New file.
631         * tests/unistdio/test-u32-vsnprintf1.c: New file.
632         * tests/unistdio/test-u32-vsprintf1.c: New file.
633         * modules/unistdio/base: New file.
634         * modules/unistdio/u-printf-args: New file.
635         * modules/unistdio/ulc-asnprintf: New file.
636         * modules/unistdio/ulc-asprintf: New file.
637         * modules/unistdio/ulc-fprintf: New file.
638         * modules/unistdio/ulc-printf-parse: New file.
639         * modules/unistdio/ulc-snprintf: New file.
640         * modules/unistdio/ulc-sprintf: New file.
641         * modules/unistdio/ulc-vasnprintf: New file.
642         * modules/unistdio/ulc-vasprintf: New file.
643         * modules/unistdio/ulc-vfprintf: New file.
644         * modules/unistdio/ulc-vsnprintf: New file.
645         * modules/unistdio/ulc-vsprintf: New file.
646         * modules/unistdio/u8-asnprintf: New file.
647         * modules/unistdio/u8-asprintf: New file.
648         * modules/unistdio/u8-printf-parse: New file.
649         * modules/unistdio/u8-snprintf: New file.
650         * modules/unistdio/u8-sprintf: New file.
651         * modules/unistdio/u8-vasnprintf: New file.
652         * modules/unistdio/u8-vasprintf: New file.
653         * modules/unistdio/u8-vsnprintf: New file.
654         * modules/unistdio/u8-vsprintf: New file.
655         * modules/unistdio/u8-u8-asnprintf: New file.
656         * modules/unistdio/u8-u8-asprintf: New file.
657         * modules/unistdio/u8-u8-snprintf: New file.
658         * modules/unistdio/u8-u8-sprintf: New file.
659         * modules/unistdio/u8-u8-vasnprintf: New file.
660         * modules/unistdio/u8-u8-vasprintf: New file.
661         * modules/unistdio/u8-u8-vsnprintf: New file.
662         * modules/unistdio/u8-u8-vsprintf: New file.
663         * modules/unistdio/u16-asnprintf: New file.
664         * modules/unistdio/u16-asprintf: New file.
665         * modules/unistdio/u16-printf-parse: New file.
666         * modules/unistdio/u16-snprintf: New file.
667         * modules/unistdio/u16-sprintf: New file.
668         * modules/unistdio/u16-vasnprintf: New file.
669         * modules/unistdio/u16-vasprintf: New file.
670         * modules/unistdio/u16-vsnprintf: New file.
671         * modules/unistdio/u16-vsprintf: New file.
672         * modules/unistdio/u16-u16-asnprintf: New file.
673         * modules/unistdio/u16-u16-asprintf: New file.
674         * modules/unistdio/u16-u16-snprintf: New file.
675         * modules/unistdio/u16-u16-sprintf: New file.
676         * modules/unistdio/u16-u16-vasnprintf: New file.
677         * modules/unistdio/u16-u16-vasprintf: New file.
678         * modules/unistdio/u16-u16-vsnprintf: New file.
679         * modules/unistdio/u16-u16-vsprintf: New file.
680         * modules/unistdio/u32-asnprintf: New file.
681         * modules/unistdio/u32-asprintf: New file.
682         * modules/unistdio/u32-printf-parse: New file.
683         * modules/unistdio/u32-snprintf: New file.
684         * modules/unistdio/u32-sprintf: New file.
685         * modules/unistdio/u32-vasnprintf: New file.
686         * modules/unistdio/u32-vasprintf: New file.
687         * modules/unistdio/u32-vsnprintf: New file.
688         * modules/unistdio/u32-vsprintf: New file.
689         * modules/unistdio/u32-u32-asnprintf: New file.
690         * modules/unistdio/u32-u32-asprintf: New file.
691         * modules/unistdio/u32-u32-snprintf: New file.
692         * modules/unistdio/u32-u32-sprintf: New file.
693         * modules/unistdio/u32-u32-vasnprintf: New file.
694         * modules/unistdio/u32-u32-vasprintf: New file.
695         * modules/unistdio/u32-u32-vsnprintf: New file.
696         * modules/unistdio/u32-u32-vsprintf: New file.
697         * modules/unistdio/ulc-asnprintf-tests: New file.
698         * modules/unistdio/ulc-vasnprintf-tests: New file.
699         * modules/unistdio/ulc-vasprintf-tests: New file.
700         * modules/unistdio/ulc-vsnprintf-tests: New file.
701         * modules/unistdio/ulc-vsprintf-tests: New file.
702         * modules/unistdio/u8-asnprintf-tests: New file.
703         * modules/unistdio/u8-vasnprintf-tests: New file.
704         * modules/unistdio/u8-vasprintf-tests: New file.
705         * modules/unistdio/u8-vsnprintf-tests: New file.
706         * modules/unistdio/u8-vsprintf-tests: New file.
707         * modules/unistdio/u16-asnprintf-tests: New file.
708         * modules/unistdio/u16-vasnprintf-tests: New file.
709         * modules/unistdio/u16-vasprintf-tests: New file.
710         * modules/unistdio/u16-vsnprintf-tests: New file.
711         * modules/unistdio/u16-vsprintf-tests: New file.
712         * modules/unistdio/u32-asnprintf-tests: New file.
713         * modules/unistdio/u32-vasnprintf-tests: New file.
714         * modules/unistdio/u32-vasprintf-tests: New file.
715         * modules/unistdio/u32-vsnprintf-tests: New file.
716         * modules/unistdio/u32-vsprintf-tests: New file.
717         * MODULES.html.sh (Unicode string functions): Add the new modules.
718
719 2007-07-01  Bruno Haible  <bruno@clisp.org>
720
721         * lib/sprintf.c (sprintf): Limit the available length estimation,
722         to avoid address wraparound.
723         * lib/vsprintf.c (vsprintf): Likewise.
724         * modules/sprintf-posix (Dependencies): Add stdint.
725         * modules/vsprintf-posix (Dependencies): Likewise.
726
727 2007-07-01  Bruno Haible  <bruno@clisp.org>
728
729         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
730         Windows PATH as well. Conservative double-quoting. Comments.
731
732 2007-07-01  Bruno Haible  <bruno@clisp.org>
733             Eric Blake  <ebb9@byu.net>
734             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
735
736         * gnulib-tool (self_abspathname): Fix algorithm to cope with
737         empty components in $PATH, denoting '.'.
738
739 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
740
741         * gnulib-tool: Fix indentation.
742         (func_create_megatestdir): Likewise.
743         Report by Bruno Haible.
744
745 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
746
747         Sync from Automake.
748         * build-aux/gnupload: Fix shell portability issues with for loops.
749         Report by Karl Berry.
750
751 2007-06-29  Simon Josefsson  <simon@josefsson.org>
752
753         * build-aux/maint.mk (POURL): Use translationproject.org.
754
755 2007-06-27  Simon Josefsson  <simon@josefsson.org>
756             Bruno Haible  <bruno@clisp.org>
757
758         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
759         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
760         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
761         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
762         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
763
764 2007-06-27  Bruno Haible  <bruno@clisp.org>
765
766         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
767         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
768
769 2007-06-26  Karl Berry  <karl@gnu.org>
770
771         * MODULES.html.sh: remove xreadlink-with-size.
772
773 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
774
775         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
776         method that I hope also handles the double-include problem noted
777         by Bruno Haible in
778         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
779
780 2007-06-23  Bruno Haible  <bruno@clisp.org>
781
782         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
783         Don't let the 'mostlyclean' target fail if the last subdirectory could
784         not be removed.
785         Reported by Karl Berry.
786
787 2007-06-23  Bruno Haible  <bruno@clisp.org>
788
789         * gnulib-tool (echo): Add a speedier workaround for ksh.
790         * tests/test-echo.sh: Likewise.
791
792 2007-06-23  Bruno Haible  <bruno@clisp.org>
793
794         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
795         * tests/test-echo.sh: Likewise.
796
797 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
798
799         * gnulib-tool (IFS): Initialize early, so we don't set it to
800         empty later.
801         (self_abspathname): Rewrite algorithm to set it, reindent.
802         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
803         (func_create_megatestdir): Merge some sed scripts.
804
805 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
806
807         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
808         exposed by Sun Studio 11 cc on Solaris 8.
809
810 2007-06-22  Bruno Haible  <bruno@clisp.org>
811
812         * gnulib-tool (echo): Ensure the echo primitive does not interpret
813         backslashes.
814         * tests/test-echo.sh: New file.
815
816 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
817
818         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
819         simplify `sed_replace_build_aux' scripts, they are portable but
820         echoing them with `echo' is not.
821         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
822
823 2007-06-21  Karl Berry  <karl@gnu.org>
824
825         * config/srclist.txt: guess we can't handle the licenses via
826         srclist at the moment.
827
828 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
829
830         * MODULES.html.sh: Add include_next.
831         * modules/include_next: New file.
832
833 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
834
835         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
836         INCLUDE_NEXT.
837         (gl_CHECK_NEXT_HEADERS): New macro.
838         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
839         the obsolescent gl_ABSOLUTE_HEADER.
840         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
841         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
842         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
843         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
844         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
845         * m4/math_h.m4 (gl_MATH_H): Likewise.
846         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
847         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
848         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
849         * m4/stdint.m4 (gl_STDINT_H): Likewise.
850         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
851         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
852         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
853         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
854         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
855         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
856         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
857         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
858         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
859         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
860         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
861         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
862         * m4/inttypes.m4 (gl_INTTYPES_H): Define
863         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
864         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
865         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
866         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
867         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
868         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
869         * lib/float_.h: Likewise.
870         * lib/inttypes_.h: Likewise.
871         * lib/math_.h: Likewise.
872         * lib/search_.h: Likewise.
873         * lib/signal_.h: Likewise.
874         * lib/stdint_.h: Likewise.
875         * lib/stdio_.h: Likewise.
876         * lib/stdlib_.h: Likewise.
877         * lib/string_.h: Likewise.
878         * lib/sys_stat_.h: Likewise.
879         * lib/sys_time_.h: Likewise.
880         * lib/time_.h: Likewise.
881         * lib/unistd_.h: Likewise.
882         * lib/wchar_.h: Likewise.
883         * lib/wctype_.h: Likewise.
884         * lib/dirent_.h: Likewise.
885         * lib/iconv_.h: Likewise.
886         * lib/locale_.h: Likewise.
887         * lib/netinet_in_.h: Likewise.
888         * lib/sys_select_.h: Likewise.
889         * lib/sys_socket_.h: Likewise.
890         * lib/sysexits_.h: Likewise.
891         * modules/fcntl (Depends-on): Depend on include_next, not
892         absolute_header.
893         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
894         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
895         * modules/fchdir: Likewise.
896         * modules/float: Likewise.
897         * modules/iconv_open: Likewise.
898         * modules/inttypes: Likewise.
899         * modules/locale: Likewise.
900         * modules/math: Likewise.
901         * modules/netinet_in: Likewise.
902         * modules/search: Likewise.
903         * modules/signal: Likewise.
904         * modules/stdint: Likewise.
905         * modules/stdio: Likewise.
906         * modules/stdlib: Likewise.
907         * modules/string: Likewise.
908         * modules/sys_select: Likewise.
909         * modules/sys_socket: Likewise.
910         * modules/sys_stat: Likewise.
911         * modules/sys_time: Likewise.
912         * modules/sysexits: Likewise.
913         * modules/time: Likewise.
914         * modules/unistd: Likewise.
915         * modules/wchar: Likewise.
916         * modules/wctype: Likewise.
917         * modules/sys_stat: Change maintainer to "all".
918         * modules/unistd: Likewise.
919
920 2007-06-20  Karl Berry  <karl@gnu.org>
921
922         * config/srclist.txt: track www changes in license files.
923
924 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
925
926         * build-aux/bootstrap: Remove stray dot.
927         Make sure build_aux settings are honored when linking
928         gnulib_extra_files.
929
930 2007-06-19  Eric Blake  <ebb9@byu.net>
931
932         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
933         Allow compilation on cygwin.
934
935 2007-06-19  Jim Meyering  <jim@meyering.net>
936
937         xreadlink-with-size: Remove module.  No longer used.
938         Ex-callers now use xreadlink or mreadlink-with-size.
939         * modules/xreadlink-with-size: Remove module.
940         * lib/xreadlink-with-size.c: Remove file.
941         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
942         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
943         just before the function definition *is* accurate.
944
945         Eliminate one way canonicalize_filename_mode could exit.
946         * lib/canonicalize.c (canonicalize_filename_mode):
947         Use mreadlink_with_size, not xreadlink_with_size.
948
949 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
950
951         Detect porting problems to FreeBSD/arm, which has time_t wider than
952         long int.  Original problem reported for GNU diff by Xin Li in
953         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
954         * modules/getdate (Depends-on): Add intprops, verify.
955         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
956         is an integer type no wider than long int.
957
958 2007-06-18  Jim Meyering  <jim@meyering.net>
959
960         New module: mreadlink-with-size.
961         * MODULES.html.sh: Add mreadlink-with-size.
962         * modules/mreadlink-with-size: New module
963         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
964         not xreadlink-with-size.
965         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
966
967 2007-06-16  Bruno Haible  <bruno@clisp.org>
968
969         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
970         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
971         Reported by Gary V. Vaughan <gary@gnu.org>.
972
973 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
974
975         Revamp lchown so that it lives in unistd.h where it belongs.
976         * lib/lchown.h: Remove.
977         * lib/dirchownmod.c: Don't include lib/lchown.h.
978         * lib/fchownat.c: Likewise.
979         * lib/openat.c: Likewise.
980         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
981         does not follow symlinks.
982         (EOPNOTSUPP): Define if not defined.
983         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
984         is defined to 0.
985         (lchown): New decl.
986         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
987         Do not check for lchown decl.
988         Set REPLACE_LCHOWN.
989         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
990         REPLACE_LCHOWN.
991         * modules/chown: Make it clear it follows symlinks.
992         * modules/lchown: Make it clear it doesn't follow symlinks.
993         (Files): Remove lib/lchown.h
994         (Depends-on): Add unistd.
995         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
996         (Include): Include <unistd.h>, not "lchown.h".
997         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
998         REPLACE_LCHOWN.
999
1000 2007-06-15  Jim Meyering  <jim@meyering.net>
1001
1002         Change license (GPL to LGPL) of fsusage and dependents.
1003         * modules/fsusage (License): Change to LGPL.
1004         * modules/full-read (License): Likewise.
1005         * modules/full-write (License): Likewise.
1006         * modules/safe-read (License): Likewise.
1007         * modules/safe-write (License): Likewise.
1008
1009 2007-06-14  Ben Pfaff  <blp@gnu.org>
1010
1011         Missing part of allocsa -> malloca transition.
1012         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1013         gl_MALLOCA.
1014
1015 2007-06-12  Bruno Haible  <bruno@clisp.org>
1016
1017         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1018         to ia64, x86_64, i386.
1019         Reported by Eric Blake.
1020
1021 2007-06-12  Bruno Haible  <bruno@clisp.org>
1022
1023         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1024         cross-compiling to x86_64.
1025
1026 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1027
1028         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1029         glitch reported by Ralf Wildenhues in
1030         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1031
1032         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1033         Vin Shelton.
1034
1035 2007-06-11  Bruno Haible  <bruno@clisp.org>
1036
1037         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1038         replacement string.
1039         Reported by Eric Blake.
1040
1041 2007-06-10  Bruno Haible  <bruno@clisp.org>
1042
1043         Prepare vasnprintf code for use with Unicode strings.
1044         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1045         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1046         TYPE_U32_STRING.
1047         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1048         a_u32_string variants.
1049         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1050         * lib/printf-args.c: Don't include config.h and the specification
1051         header if PRINTF_FETCHARGS is already defined.
1052         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1053         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1054         TYPE_U16_STRING, TYPE_U32_STRING.
1055         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1056         u16_directive, u16_directives, u32_directive, u32_directives): New
1057         types.
1058         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1059         New declarations.
1060         * lib/printf-parse.c: Don't include config.h and the specification
1061         header if PRINTF_PARSE is already defined. Eliminate the set of
1062         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1063         them now. Include c-ctype.h.
1064         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1065         directive and CHAR_T_ONLY_ASCII.
1066         * lib/vasnprintf.c: Don't include config.h and the specification header
1067         if VASNPRINTF is already defined.
1068         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1069         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1070         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1071         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1072         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1073         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1074         code accordingly.
1075         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1076         pad_ourselves also in this case, with the 'c' and 's' directives, and
1077         with a different notion of "width".
1078         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1079
1080 2007-06-10  Bruno Haible  <bruno@clisp.org>
1081
1082         * modules/unistr/u32-mbsnlen: New file.
1083         * lib/unistr/u32-mbsnlen.c: New file.
1084
1085         * modules/unistr/u16-mbsnlen: New file.
1086         * lib/unistr/u16-mbsnlen.c: New file.
1087
1088         * modules/unistr/u8-mbsnlen: New file.
1089         * lib/unistr/u8-mbsnlen.c: New file.
1090
1091         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1092         declarations.
1093
1094 2007-06-10  Bruno Haible  <bruno@clisp.org>
1095
1096         * lib/string_.h (mbsnlen): New declaration.
1097         * lib/mbsnlen.c: New file.
1098         * m4/mbsnlen.m4: New file.
1099         * modules/mbsnlen: New file.
1100         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1101         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1102         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1103
1104 2007-06-10  Bruno Haible  <bruno@clisp.org>
1105
1106         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1107
1108 2007-06-10  Bruno Haible  <bruno@clisp.org>
1109
1110         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1111         * lib/mbuiter.h: Likewise.
1112
1113 2007-06-10  Bruno Haible  <bruno@clisp.org>
1114
1115         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1116         declaration.
1117
1118 2007-06-10  Karl Berry  <karl@gnu.org>
1119
1120         * config/srclist.txt: remove gettext entries, Bruno prefers
1121         to update individually.
1122
1123 2007-06-10  Bruno Haible  <bruno@clisp.org>
1124
1125         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1126         'maxlen'. Ensure only length + width bytes are allocated, not
1127         length + 1 + width.
1128
1129 2007-06-09  Bruno Haible  <bruno@clisp.org>
1130
1131         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1132         (CHAR_T): Remove macro.
1133         (VASNPRINTF): Update.
1134
1135 2007-06-09  Bruno Haible  <bruno@clisp.org>
1136
1137         * MODULES.html.sh (Unicode string functions): Add the new modules.
1138
1139         * modules/uniconv/u32-conv-to-enc: New file.
1140         * lib/uniconv/u32-conv-to-enc.c: New file.
1141         * modules/uniconv/u32-conv-to-enc-tests: New file.
1142         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1143
1144         * modules/uniconv/u16-conv-to-enc: New file.
1145         * lib/uniconv/u16-conv-to-enc.c: New file.
1146         * lib/uniconv/u-conv-to-enc.h: New file.
1147         * modules/uniconv/u16-conv-to-enc-tests: New file.
1148         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1149
1150         * modules/uniconv/u8-conv-to-enc: New file.
1151         * lib/uniconv/u8-conv-to-enc.c: New file.
1152         * modules/uniconv/u8-conv-to-enc-tests: New file.
1153         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1154
1155         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1156         u32_conv_to_encoding): New declarations.
1157
1158 2007-06-09  Bruno Haible  <bruno@clisp.org>
1159
1160         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1161
1162 2007-06-09  Bruno Haible  <bruno@clisp.org>
1163
1164         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1165         * modules/malloca: Renamed from modules/allocsa, updated.
1166         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1167         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1168         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1169         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1170         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1171         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1172         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1173         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1174         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1175         * modules/c-strcasestr (Depends-on): Update.
1176         * lib/c-strcasestr.c: Update.
1177         * modules/c-strstr (Depends-on): Update.
1178         * lib/c-strstr.c: Update.
1179         * modules/canonicalize-lgpl (Depends-on): Update.
1180         * lib/canonicalize-lgpl.c: Update.
1181         * modules/clean-temp (Depends-on): Update.
1182         * lib/clean-temp.c: Update.
1183         * modules/csharpcomp (Depends-on): Update.
1184         * lib/csharpcomp.c: Update.
1185         * modules/csharpexec (Depends-on): Update.
1186         * lib/csharpexec.c: Update.
1187         * modules/javacomp (Depends-on): Update.
1188         * lib/javacomp.c: Update.
1189         * modules/javaexec (Depends-on): Update.
1190         * lib/javaexec.c: Update.
1191         * modules/mbscasestr (Depends-on): Update.
1192         * lib/mbscasestr.c: Update.
1193         * modules/mbsstr (Depends-on): Update.
1194         * lib/mbsstr.c: Update.
1195         * modules/setenv (Depends-on): Update.
1196         * lib/setenv.c: Update.
1197         * modules/strcasestr (Depends-on): Update.
1198         * lib/strcasestr.c: Update.
1199         * modules/striconveha (Depends-on): Update.
1200         * lib/striconveha.c: Update.
1201         * modules/relocatable-prog-wrapper (Files): Update.
1202         * lib/relocwrapper.c: Update.
1203         * build-aux/install-reloc: Update.
1204         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1205
1206 2007-06-08  Bruno Haible  <bruno@clisp.org>
1207
1208         Port to uClibc.
1209         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1210         * lib/fpurge.c (fpurge): Likewise.
1211         * lib/freading.c (freading): Likewise.
1212         * lib/fseeko.c (rpl_fseeko): Likewise.
1213         * lib/fseterr.c (fseterr): Likewise.
1214         * lib/fwriting.c (fwriting): Likewise.
1215         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1216
1217 2007-06-08  Bruno Haible  <bruno@clisp.org>
1218
1219         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1220         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1221         * modules/gettext (Files): Add m4/intlmacosx.m4.
1222
1223 2007-06-07  Bruno Haible  <bruno@clisp.org>
1224
1225         * modules/localename-tests: New file.
1226         * tests/test-localename.c: New file.
1227
1228         New module 'localename'.
1229         * lib/localename.h: New file.
1230         * lib/localename.c: New file, from GNU gettext.
1231         * m4/localename.m4: New file.
1232         * modules/localename: New file.
1233
1234 2007-06-07  Bruno Haible  <bruno@clisp.org>
1235
1236         Work around the lack of <wchar.h> on some builds of uClibc.
1237         * doc/headers/wchar.texi: Update.
1238         * lib/wchar_.h: Include <wchar.h> only if it exists.
1239         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1240         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1241         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1242         doesn't exist.
1243         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1244         * modules/mbfile (Depends-on): Add wchar.
1245         * modules/mbiter (Depends-on): Likewise.
1246         * modules/mbuiter (Depends-on): Likewise.
1247         Reported by Simon Josefsson.
1248
1249 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1250
1251         Work around problem reported by Steven M. Schweda in
1252         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1253         Tru64 5.1B with the Compaq compiler environment installed declares
1254         an 'isblank' function but does not define it in the C library.
1255         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1256         * lib/regex_internal.h (isblank): Likewise.
1257         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1258         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1259
1260 2007-06-05  Bruno Haible  <bruno@clisp.org>
1261
1262         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1263         ia64.
1264         * modules/printf-safe: New file.
1265         * modules/fprintf-posix (Depends-on): Add printf-safe.
1266         * modules/printf-posix (Depends-on): Likewise.
1267         * modules/snprintf-posix (Depends-on): Likewise.
1268         * modules/sprintf-posix (Depends-on): Likewise.
1269         * modules/vasnprintf-posix (Depends-on): Likewise.
1270         * modules/vasprintf-posix (Depends-on): Likewise.
1271         * modules/vfprintf-posix (Depends-on): Likewise.
1272         * modules/vprintf-posix (Depends-on): Likewise.
1273         * modules/vsnprintf-posix (Depends-on): Likewise.
1274         * modules/vsprintf-posix (Depends-on): Likewise.
1275         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1276         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1277         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1278         "no" on i386, x86_64, ia64.
1279         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1280         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1281         on i386, x86_64, ia64.
1282         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1283         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1284         on i386, x86_64, ia64.
1285         * tests/test-vasnprintf-posix.c: Include float.h.
1286         (LDBL80_WORDS): New macro.
1287         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1288         on i386, x86_64, ia64.
1289         * tests/test-vasprintf-posix.c: Include float.h.
1290         (LDBL80_WORDS): New macro.
1291         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1292         on i386, x86_64, ia64.
1293         * tests/test-snprintf-posix.c: Include float.h.
1294         * tests/test-sprintf-posix.c: Likewise.
1295         * tests/test-vsnprintf-posix.c: Likewise.
1296         * tests/test-vsprintf-posix.c: Likewise.
1297
1298 2007-06-05  Bruno Haible  <bruno@clisp.org>
1299
1300         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1301         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1302         non-IEEE numbers on i386, x86_64, ia64.
1303         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1304         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1305         * tests/test-isnanl.h: Include float.h.
1306         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1307
1308 2007-06-05  Bruno Haible  <bruno@clisp.org>
1309
1310         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1311         also the %a / %A. Handle the %a / %A code before this extra handling.
1312
1313 2007-06-05  Bruno Haible  <bruno@clisp.org>
1314
1315         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1316         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1317
1318 2007-06-05  Bruno Haible  <bruno@clisp.org>
1319
1320         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1321         typo in variable name.
1322
1323 2007-06-05  Eric Blake  <ebb9@byu.net>
1324
1325         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1326         Reported by Simon Josefsson.
1327
1328 2007-06-04  Bruno Haible  <bruno@clisp.org>
1329
1330         Avoid test failures on some PowerPC platforms.
1331         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1332         Define differently for PowerPC.
1333         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1334         Reported by Gary V. Vaughan <gary@gnu.org>.
1335
1336 2007-06-02  Bruno Haible  <bruno@clisp.org>
1337
1338         Fix test-stdint failure on FreeBSD/ia64.
1339         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1340         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1341         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1342         * doc/headers/stdint.texi: Update.
1343
1344 2007-06-01  Bruno Haible  <bruno@clisp.org>
1345
1346         * tests/test-binary-io.c (main): Pass a third argument to open().
1347         Reported by Gary V. Vaughan <gary@gnu.org>.
1348
1349 2007-06-01  Bruno Haible  <bruno@clisp.org>
1350
1351         * doc/functions/frexpl.texi: Update for mingw.
1352
1353 2007-06-01  Bruno Haible  <bruno@clisp.org>
1354
1355         * tests/test-lseek.c (main): Disable test of errno for invalid third
1356         argument.
1357         * doc/functions/lseek.texi: Update.
1358         Reported by Gary V. Vaughan <gary@gnu.org>.
1359
1360 2007-05-28  Bruno Haible  <bruno@clisp.org>
1361
1362         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1363
1364 2007-05-31  Eric Blake  <ebb9@byu.net>
1365
1366         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1367         cross compiling.
1368
1369 2007-05-30  Eric Blake  <ebb9@byu.net>
1370         and Bruno Haible  <bruno@clisp.org>
1371
1372         Work around mingw test failures exposed by m4-1.4.9b.
1373         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1374         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1375         moment.
1376
1377 2007-05-30  Bruno Haible  <bruno@clisp.org>
1378
1379         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1380         assuming that they are closed. Needed on HP-UX 11.
1381
1382 2007-05-29  Bruno Haible  <bruno@clisp.org>
1383
1384         Fix a problem with #include_next.
1385         * lib/dirent_.h: Split the double-inclusion guard.
1386         * lib/fcntl_.h: Likewise.
1387         * lib/float_.h: Likewise.
1388         * lib/iconv_.h: Likewise.
1389         * lib/inttypes_.h: Likewise.
1390         * lib/locale_.h: Likewise.
1391         * lib/math_.h: Likewise.
1392         * lib/netinet_in_.h: Likewise.
1393         * lib/search_.h: Likewise.
1394         * lib/signal_.h: Likewise.
1395         * lib/stdint_.h: Likewise.
1396         * lib/stdio_.h: Likewise.
1397         * lib/stdlib_.h: Likewise.
1398         * lib/string_.h: Likewise.
1399         * lib/sys_select_.h: Likewise.
1400         * lib/sys_socket_.h: Likewise.
1401         * lib/sys_stat_.h: Likewise.
1402         * lib/sys_time_.h: Likewise.
1403         * lib/sysexits_.h: Likewise.
1404         * lib/time_.h: Likewise.
1405         * lib/unistd_.h: Likewise.
1406         * lib/wchar_.h: Likewise.
1407         * lib/wctype_.h: Likewise.
1408
1409 2007-05-29  Bruno Haible  <bruno@clisp.org>
1410
1411         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1412         for the moment.
1413
1414 2007-05-29  Bruno Haible  <bruno@clisp.org>
1415
1416         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1417         invocation.
1418         Reported by Eric Blake.
1419
1420 2007-05-29  Bruno Haible  <bruno@clisp.org>
1421
1422         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1423         compiling case.
1424
1425 2007-05-29  Eric Blake  <ebb9@byu.net>
1426             Bruno Haible  <bruno@clisp.org>
1427
1428         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1429         cross compiles.
1430
1431 2007-05-28  Eric Blake  <ebb9@byu.net>
1432
1433         * modules/closein-tests (test_closein_LDADD): Support test on
1434         cygwin with libtool.
1435
1436 2007-05-28  Bruno Haible  <bruno@clisp.org>
1437
1438         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1439         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1440         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1441         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1442         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1443         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1444         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1445         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1446         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1447
1448 2007-05-28  Eric Blake  <ebb9@byu.net>
1449
1450         Unconditionally include <config.h> in unit tests.
1451         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1452         * tests/test-allocsa.c, tests/test-arcfour.c,
1453         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1454         tests/test-array_list.c, tests/test-array_oset.c,
1455         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1456         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1457         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1458         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1459         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1460         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1461         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1462         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1463         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1464         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1465         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1466         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1467         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1468         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1469         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1470         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1471         test-md5.c, test-memmem.c, test-printf-posix.c,
1472         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1473         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1474         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1475         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1476         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1477         test-vasnprintf-posix2.c, test-vasnprintf.c,
1478         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1479         test-vfprintf-posix.c, test-vprintf-posix.c,
1480         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1481         test-xvasprintf.c: Likewise.
1482
1483 2007-05-28  Bruno Haible  <bruno@clisp.org>
1484
1485         * gnulib-tool (func_import): Remember the --with-tests command-line
1486         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1487         Reported by Eric Blake.
1488
1489 2007-05-28  Bruno Haible  <bruno@clisp.org>
1490
1491         * modules/ftell-tests: New file.
1492         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1493         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1494
1495         * lib/ftell.c: New file.
1496         * modules/ftell: New file.
1497         * m4/ftell.m4: New file.
1498         * doc/functions/ftell.texi: Update.
1499         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1500         REPLACE_FTELL.
1501         * lib/stdio_.h (rpl_ftell): New declaration.
1502         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1503         REPLACE_FTELL.
1504
1505 2007-05-28  Eric Blake  <ebb9@byu.net>
1506
1507         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1508
1509 2007-05-28  Bruno Haible  <bruno@clisp.org>
1510
1511         * modules/fseek-tests: New file.
1512         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1513         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1514
1515         * lib/fseek.c: New file.
1516         * modules/fseek: New file.
1517         * m4/fseek.m4: New file.
1518         * doc/functions/fseek.texi: Update.
1519         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1520         REPLACE_FSEEK.
1521         * lib/stdio_.h (rpl_fseek): New declaration.
1522         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1523         REPLACE_FSEEK.
1524
1525 2007-05-28  Bruno Haible  <bruno@clisp.org>
1526
1527         * lib/stdio_.h (fflush): More comments.
1528
1529 2007-05-28  Bruno Haible  <bruno@clisp.org>
1530
1531         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1532         runtime test.
1533
1534 2007-05-28  Eric Blake  <ebb9@byu.net>
1535
1536         Improve lseek module.
1537         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1538         * lib/unistd_.h (lseek): Scale back link warning message.
1539         * tests/test-lseek.c: Beef up test.
1540         * tests/test-lseek.sh: Exercise more facets of lseek.
1541         Reported by Bruno Haible.
1542
1543 2007-05-28  Bruno Haible  <bruno@clisp.org>
1544
1545         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1546         to define.
1547
1548 2007-05-27  Bruno Haible  <bruno@clisp.org>
1549
1550         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1551
1552 2007-05-27  Bruno Haible  <bruno@clisp.org>
1553
1554         * modules/openmp: New file.
1555         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1556         Noah Misch.
1557
1558 2007-05-26  Bruno Haible  <bruno@clisp.org>
1559
1560         * modules/chdir-long (Depends-on): Add fchdir.
1561         * modules/chdir-safer (Depends-on): Likewise.
1562         * modules/fts (Depends-on): Likewise.
1563         * modules/fts-lgpl (Depends-on): Likewise.
1564         * modules/openat (Depends-on): Likewise.
1565         * modules/savewd (Depends-on): Likewise.
1566
1567 2007-05-24  Eric Blake  <ebb9@byu.net>
1568
1569         Fix lseek on mingw.
1570         * modules/lseek: New module.
1571         * m4/lseek.m4: New file.
1572         * lib/lseek.c: New file.
1573         * modules/lseek-tests: New file.
1574         * tests/test-lseek.c: New file.
1575         * tests/test-lseek.sh: New file.
1576         * MODULES.html.sh: Document lseek module.
1577         * modules/fflush (Depends-on): Add lseek, fseeko.
1578         * modules/fseeko (Depends-on): Likewise.
1579         * modules/ftello (Depends-on): Likewise.
1580         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1581         broken.
1582         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1583         broken.
1584         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1585         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1586         * lib/ftello.c (rpl_ftello): Likewise.
1587         * tests/test-fseeko.c (main): Test this.
1588         * tests/test-fseeko.sh: Likewise.
1589         * tests/test-ftello.c (main): Likewise.
1590         * tests/test-ftello.sh: Likewise.
1591         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1592         implies replacing fseek.
1593         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1594         HAVE_FTELLO.
1595         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1596         * modules/unistd (Makefile.am): Likewise.
1597         * lib/unistd_.h (lseek): Declare a replacement.
1598         * doc/functions/lseek.texi (lseek): Document this fix.
1599         * doc/functions/fseek.texi (fseek): Likewise.
1600         * doc/functions/ftell.texi (ftell): Likewise.
1601
1602 2007-05-24  Bruno Haible  <bruno@clisp.org>
1603
1604         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1605         in the printed representation of a NaN.
1606         * tests/test-vasprintf-posix.c (test_function): Likewise.
1607         * tests/test-snprintf-posix.h (test_function): Likewise.
1608         * tests/test-sprintf-posix.h (test_function): Likewise.
1609         Reported by Eric Blake.
1610
1611 2007-05-23  Eric Blake  <ebb9@byu.net>
1612
1613         Fix fseeko/ftello on cygwin 1.5.24.
1614         * doc/functions/fseeko.texi (fseeko): Document the fix.
1615         * doc/functions/ftello.texi (ftello): Document the fix.
1616         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1617         * doc/functions/stdout.text (stdout): New file.
1618         * doc/functions/stderr.text (stderr): New file.
1619         * doc/gnulib.texi (Function Substitutes): Use new files.
1620         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1621         prior to 1.7.0.
1622         * tests/test-ftello.c (main): Likewise for ftello.
1623         * tests/test-fseeko.sh: New file.
1624         * tests/test-ftello.sh: New file.
1625         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1626         with seekable stdin.
1627         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1628         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1629         (gl_REPLACE_FSEEKO): New macro.
1630         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1631         * modules/fseeko (Files): Distribute fseeko.c.
1632         * modules/ftello (Files): Distribute ftello.c.
1633         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1634         mode.
1635         * lib/ftello.c (rpl_ftello): New file.
1636         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1637         fseeko, ftello.
1638         (gl_STDIN_LARGE_OFFSET): New macro.
1639         * modules/stdio (Makefile.am): Perform the replacement.
1640         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1641
1642 2007-05-23  Bruno Haible  <bruno@clisp.org>
1643
1644         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1645         GNULIB_POSIXCHECK is defined.
1646
1647 2007-05-21  Bruno Haible  <bruno@clisp.org>
1648
1649         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1650         Check also the output for NaN arguments. When cross-compiling, guess
1651         no on IRIX.
1652         * lib/vasnprintf.c: Update comments.
1653         * tests/test-vasnprintf-posix.c (strisnan): New function.
1654         (test_function): Use it.
1655         * tests/test-vasprintf-posix.c (strisnan): New function.
1656         (test_function): Use it.
1657         * tests/test-snprintf-posix.h (strisnan): New function.
1658         (test_function): Use it.
1659         * tests/test-sprintf-posix.h (strisnan): New function.
1660         (test_function): Use it.
1661         Reported by Eric Blake.
1662
1663 2007-05-20  Bruno Haible  <bruno@clisp.org>
1664
1665         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1666         numbers that fails on BeOS.
1667         * doc/functions/frexpl.texi: Update.
1668
1669 2007-05-20  Jim Meyering  <jim@meyering.net>
1670
1671         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1672         forced upon us by glibc-2.6.
1673
1674 2007-05-20  Bruno Haible  <bruno@clisp.org>
1675
1676         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1677         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1678         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1679         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1680         NEED_PRINTF_INFINITE.
1681         (is_infinitel): New function.
1682         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1683         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1684         gl_PREREQ_VASNPRINTF_INFINITE.
1685         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1686         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1687         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1688         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1689         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1690         gl_PREREQ_VASNPRINTF_INFINITE.
1691         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1692         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1693         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1694         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1695         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1696         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1697         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1698         * doc/functions/fprintf.texi: Update.
1699         * doc/functions/printf.texi: Update.
1700         * doc/functions/snprintf.texi: Update.
1701         * doc/functions/sprintf.texi: Update.
1702         * doc/functions/vfprintf.texi: Update.
1703         * doc/functions/vprintf.texi: Update.
1704         * doc/functions/vsnprintf.texi: Update.
1705         * doc/functions/vsprintf.texi: Update.
1706
1707 2007-05-20  Bruno Haible  <bruno@clisp.org>
1708
1709         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1710         was not found in libc.
1711         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1712
1713 2007-05-20  Bruno Haible  <bruno@clisp.org>
1714
1715         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1716         printed as "-nan" instead of "nan".
1717         * tests/test-vasprintf-posix.c (test_function): Likewise.
1718         * tests/test-snprintf-posix.h (test_function): Likewise.
1719         * tests/test-sprintf-posix.h (test_function): Likewise.
1720         Needed for HP-UX 11.
1721
1722 2007-05-20  Jim Meyering  <jim@meyering.net>
1723
1724         Fix buggy test for the fchownat-deref bug.
1725         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1726         symlink required for the run-test.  Without it, this test would
1727         always declare that fchownat doesn't work, and client code would
1728         unnecessarily use the replacement function with fixed libc.
1729         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1730         Reported by Greg Schafer.
1731
1732 2007-05-19  Bruno Haible  <bruno@clisp.org>
1733
1734         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1735         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1736         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1737         Needed for IRIX 6.5 and Solaris 2.5.1.
1738
1739 2007-05-19  Bruno Haible  <bruno@clisp.org>
1740
1741         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1742         (test_function): Skip tests involving -0.0 on platforms where
1743         -0.0 = 0.0.
1744         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1745         (test_function): Skip tests involving -0.0 on platforms where
1746         -0.0 = 0.0.
1747         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1748         (test_function): Skip tests involving -0.0 on platforms where
1749         -0.0 = 0.0.
1750         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1751         (test_function): Skip tests involving -0.0 on platforms where
1752         -0.0 = 0.0.
1753         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1754         tests.
1755         * tests/test-printf-posix.h (test_function): Likewise.
1756         * tests/test-printf-posix.output: Remove all -0.0 related results.
1757         Needed for IRIX 6.5.
1758
1759 2007-05-19  Bruno Haible  <bruno@clisp.org>
1760
1761         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1762         printed as "nan0x7fffffff" instead of "nan".
1763         * tests/test-vasprintf-posix.c (test_function): Likewise.
1764         * tests/test-snprintf-posix.h (test_function): Likewise.
1765         * tests/test-sprintf-posix.h (test_function): Likewise.
1766         * tests/test-fprintf-posix.h (NaN): Remove macro.
1767         (test_function): Remove all NaN related tests.
1768         * tests/test-printf-posix.h (NaN): Remove macro.
1769         (test_function): Remove all NaN related tests.
1770         * tests/test-printf-posix.output: Remove all NaN related results.
1771         Needed for IRIX 6.5.
1772
1773 2007-05-19  Bruno Haible  <bruno@clisp.org>
1774
1775         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1776         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1777
1778 2007-05-19  Bruno Haible  <bruno@clisp.org>
1779
1780         * lib/float_.h: New file.
1781         * m4/float_h.m4: New file.
1782         * modules/float: New file.
1783         * modules/isnanl (Dependencies): Add float.
1784         * modules/isnanl-nolibm (Dependencies): Likewise.
1785         * modules/mathl (Dependencies): Likewise.
1786         * modules/printf-frexpl (Dependencies): Likewise.
1787         * modules/signbit (Dependencies): Likewise.
1788         * modules/vasnprintf (Dependencies): Likewise.
1789         * doc/headers/float.texi: Update.
1790
1791 2007-05-19  Jim Meyering  <jim@meyering.net>
1792
1793         * lib/utimens.c (gl_futimens): Rename from futimens,
1794         now that glibc-2.6 declares futimens.
1795         * lib/utimens.h: Likewise.
1796
1797 2007-05-19  Bruno Haible  <bruno@clisp.org>
1798
1799         Avoid test failures on mingw.
1800         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1801         * tests/test-printf-posix.sh: Likewise.
1802         * tests/test-vfprintf-posix.sh: Likewise.
1803         * tests/test-vprintf-posix.sh: Likewise.
1804
1805 2007-05-19  Bruno Haible  <bruno@clisp.org>
1806
1807         Fix *printf result for NaN, Inf, -0.0 on mingw.
1808         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1809         * lib/vasnprintf.c: Include math.h and isnan.h.
1810         (is_infinite_or_zero): New function.
1811         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1812         values in the %f, %F, %e, %E, %g, %G directives.
1813         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1814         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1815         gl_PRINTF_INFINITE and test its result. Invoke
1816         gl_PREREQ_VASNPRINTF_INFINITE.
1817         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1818         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1819         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1820         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1821         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1822         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1823         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1824         * doc/functions/fprintf.texi: Update.
1825         * doc/functions/printf.texi: Update.
1826         * doc/functions/snprintf.texi: Update.
1827         * doc/functions/sprintf.texi: Update.
1828         * doc/functions/vfprintf.texi: Update.
1829         * doc/functions/vprintf.texi: Update.
1830         * doc/functions/vsnprintf.texi: Update.
1831         * doc/functions/vsprintf.texi: Update.
1832
1833 2007-05-19  Bruno Haible  <bruno@clisp.org>
1834
1835         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1836         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1837         Instead of multiplying with 10^k, set extra_zeroes to k.
1838         (scale10_round_long_double): Remove function.
1839
1840 2007-05-18  Bruno Haible  <bruno@clisp.org>
1841
1842         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1843         introduced on 2007-05-06.
1844
1845 2007-05-18  Bruno Haible  <bruno@clisp.org>
1846
1847         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1848         %g directives.
1849         * tests/test-vasprintf-posix.c (test_function): Likewise.
1850         * tests/test-snprintf-posix.h (test_function): Likewise.
1851         * tests/test-sprintf-posix.h (test_function): Likewise.
1852
1853 2007-05-18  Bruno Haible  <bruno@clisp.org>
1854
1855         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1856         (strmatch): New function.
1857         (test_function): Test the %f directive on numbers of various exponents.
1858         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1859         (strmatch): New function.
1860         (test_function): Test the %f directive on numbers of various exponents.
1861         * tests/test-snprintf-posix.h (strmatch): New function.
1862         (test_function): Test the %f directive on numbers of various exponents.
1863         * tests/test-sprintf-posix.h (strmatch): New function.
1864         (test_function): Test the %f directive on numbers of various exponents.
1865         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1866         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1867         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1868         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1869
1870 2007-05-18  Bruno Haible  <bruno@clisp.org>
1871
1872         Add support for 'long double' number output.
1873         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1874         * lib/vasnprintf.c: Include math.h and float+.h.
1875         (mp_limb_t): New type.
1876         (GMP_LIMB_BITS): New macro.
1877         (mp_twolimb_t): New type.
1878         (GMP_TWOLIMB_BITS): New macro.
1879         (mpn_t): New type.
1880         (multiply, divide, convert_to_decimal, decode_long_double,
1881         scale10_round_long_double, scale10_round_decimal_long_double,
1882         floorlog10l): New functions.
1883         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1884         for the %f, %F, %e, %E, %g, %G directives.
1885         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1886         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1887         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1888         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1889         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1890         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1891         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1892         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1893         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1894         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1895         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1896         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1897         * modules/snprintf-posix (Depends-on): Likewise.
1898         * modules/sprintf-posix (Depends-on): Likewise.
1899         * modules/vasnprintf-posix (Depends-on): Likewise.
1900         * modules/vasprintf-posix (Depends-on): Likewise.
1901         * modules/vfprintf-posix (Depends-on): Likewise.
1902         * modules/vsnprintf-posix (Depends-on): Likewise.
1903         * modules/vsprintf-posix (Depends-on): Likewise.
1904         * modules/vasnprintf (Files): Add lib/float+.h.
1905         * doc/functions/fprintf.texi: Update.
1906         * doc/functions/printf.texi: Update.
1907         * doc/functions/snprintf.texi: Update.
1908         * doc/functions/sprintf.texi: Update.
1909         * doc/functions/vfprintf.texi: Update.
1910         * doc/functions/vprintf.texi: Update.
1911         * doc/functions/vsnprintf.texi: Update.
1912         * doc/functions/vsprintf.texi: Update.
1913
1914 2007-05-18  Bruno Haible  <bruno@clisp.org>
1915
1916         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1917
1918 2007-05-18  Bruno Haible  <bruno@clisp.org>
1919
1920         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1921         for printing 64-bit integers. Needed for mingw.
1922
1923 2007-05-18  Bruno Haible  <bruno@clisp.org>
1924
1925         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1926         gl_FUNC_FREXPL_WORKS.
1927         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1928
1929 2007-05-18  Bruno Haible  <bruno@clisp.org>
1930
1931         * modules/frexpl-nolibm-tests: New file.
1932
1933         * modules/frexpl-nolibm: New file.
1934         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1935
1936 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1937
1938         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1939         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1940         GCC 4.2, which otherwise issues a lot of warnings.
1941         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1942         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1943         Likewise.
1944         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1945         * modules/iconv_open (iconv.h): Likewise.
1946         * modules/locale (locale.h): Likewise.
1947         * modules/netinet_in (netinet/in.h): Likewise.
1948         * modules/sys_select (sys_select.h): Likewise.
1949         * modules/sys_socket (sys/socket.h): Likewise.
1950         * modules/sys_stat (sys/stat.h): Likewise.
1951         * modules/sysexits (sysexits.h): Likewise.
1952         * modules/unistd (unistd.h): Likewise.
1953
1954 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1955
1956         * modules/closein-tests (Makefile.am): Distribute
1957         `test-closein.sh'.
1958
1959 2007-05-17  Bruno Haible  <bruno@clisp.org>
1960
1961         * tests/test-printf-posix.output: Renamed from
1962         tests/test-fprintf-posix.out.
1963         * modules/fprintf-posix-tests: Update.
1964         * modules/printf-posix-tests: Update.
1965         * modules/vfprintf-posix-tests: Update.
1966         * modules/vprintf-posix-tests: Update.
1967         * tests/test-fprintf-posix.sh: Update.
1968         * tests/test-printf-posix.sh: Update.
1969         * tests/test-vfprintf-posix.sh: Update.
1970         * tests/test-vprintf-posix.sh: Update.
1971         Reported by Ralf Wildenhues.
1972
1973 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1974
1975         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1976         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1977         GCC 4.2, which otherwise issues a lot of warnings.
1978         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1979         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1980         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1981         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1982         it should no longer be needed.
1983         * lib/string_.h: Likewise.
1984         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1985         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1986         * modules/inttypes (inttypes.h): Likewise.
1987         * modules/math (math.h): Likewise.
1988         * modules/search (search.h): Likewise.
1989         * modules/signal (signal.h): Likewise.
1990         * modules/stdint (stdint.h): Likewise.
1991         * modules/stdio (stdio.h): Likewise.
1992         * modules/stdlib (stdlib.h): Likewise.
1993         * modules/string (string.h): Likewise.
1994         * modules/sys_time (sys/time.h): Likewise.
1995         * modules/time (time.h): Likewise.
1996         * modules/wchar (wchar.h): Likewise.
1997         * modules/wctype (wtype.h): Likewise.
1998
1999 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2000
2001         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2002
2003 2007-05-13  Bruno Haible  <bruno@clisp.org>
2004
2005         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2006         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2007         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2008         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2009         (gl_PREREQ_STRTOK_R): Don't require it here.
2010
2011 2007-05-13  Bruno Haible  <bruno@clisp.org>
2012
2013         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2014         when used in C++ mode.
2015
2016 2007-05-12  Bruno Haible  <bruno@clisp.org>
2017
2018         * lib/linebuffer.h: Tweak doc.
2019         * lib/linebuffer.c: Likewise.
2020
2021 2007-05-12  James Youngman  <jay@gnu.org>
2022
2023         * lib/linebuffer.c (readlinebuffer_delim): New function,
2024         like readlinebuffer, but use a caller-specified delimiter.
2025         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2026         as the delimiter.
2027         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2028
2029 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2030
2031         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2032         * modules/openat (Files): Remove openat-die.c.
2033         (Depends-on): Add openat-die.
2034         * modules/openat-die: New module.
2035
2036 2007-05-06  Bruno Haible  <bruno@clisp.org>
2037
2038         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2039         Update with info about Cygwin.
2040         * doc/functions/fprintf.texi: Update.
2041         * doc/functions/printf.texi: Update.
2042         * doc/functions/snprintf.texi: Update.
2043         * doc/functions/sprintf.texi: Update.
2044         * doc/functions/vfprintf.texi: Update.
2045         * doc/functions/vprintf.texi: Update.
2046         * doc/functions/vsnprintf.texi: Update.
2047         * doc/functions/vsprintf.texi: Update.
2048         Reported by Eric Blake.
2049
2050 2007-05-06  Bruno Haible  <bruno@clisp.org>
2051
2052         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2053         padding ourselves for the floating-point directives.
2054         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2055         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2056         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2057         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2058         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2059         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2060         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2061         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2062         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2063         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2064         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2065         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2066         * tests/test-snprintf-posix.h (test_function): Also check the width
2067         and some flags in the %f directive.
2068         * tests/test-sprintf-posix.h (test_function): Likewise.
2069         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2070         * tests/test-vasprintf-posix.c (test_function): Likewise.
2071         * doc/functions/fprintf.texi: Update.
2072         * doc/functions/printf.texi: Update.
2073         * doc/functions/snprintf.texi: Update.
2074         * doc/functions/sprintf.texi: Update.
2075         * doc/functions/vfprintf.texi: Update.
2076         * doc/functions/vprintf.texi: Update.
2077         * doc/functions/vsnprintf.texi: Update.
2078         * doc/functions/vsprintf.texi: Update.
2079
2080 2007-05-06  Bruno Haible  <bruno@clisp.org>
2081
2082         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2083         pass the ' flag character to sprintf or snprintf.
2084         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2085         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2086         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2087         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2088         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2089         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2090         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2091         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2092         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2093         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2094         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2095         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2096         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2097         flag.
2098         * tests/test-sprintf-posix.h (test_function): Likewise.
2099         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2100         * tests/test-vasprintf-posix.c (test_function): Likewise.
2101         * doc/functions/fprintf.texi: Update.
2102         * doc/functions/printf.texi: Update.
2103         * doc/functions/snprintf.texi: Update.
2104         * doc/functions/sprintf.texi: Update.
2105         * doc/functions/vfprintf.texi: Update.
2106         * doc/functions/vprintf.texi: Update.
2107         * doc/functions/vsnprintf.texi: Update.
2108         * doc/functions/vsprintf.texi: Update.
2109
2110 2007-05-01  Bruno Haible  <bruno@clisp.org>
2111
2112         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2113
2114 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2115
2116         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2117         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2118
2119 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2120
2121         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2122         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2123         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2124
2125 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2126
2127         * lib/argp-help.c (struct hol_entry): New member `ord'.
2128         (HOL_ENTRY_PTRCMP): Use ord for comparison
2129         (hol_sort): Initialize ord.
2130
2131 2007-05-01  Bruno Haible  <bruno@clisp.org>
2132
2133         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2134         Reported by Eric Blake.
2135         * doc/gnulib.texi (Function Substitutes): Update.
2136
2137 2007-05-01  Bruno Haible  <bruno@clisp.org>
2138
2139         * doc/functions.texi: Remove file, now redundant through
2140         doc/functions/*.texi.
2141
2142 2007-05-01  Bruno Haible  <bruno@clisp.org>
2143
2144         * modules/argp (Depends-on): Add sleep.
2145
2146 2007-05-01  Bruno Haible  <bruno@clisp.org>
2147
2148         * modules/sleep-tests: New file.
2149         * tests/test-sleep.c: New file.
2150
2151         * modules/sleep: New file.
2152         * lib/sleep.c: New file.
2153         * m4/sleep.m4: New file.
2154         * lib/unistd_.h (sleep): New declaration.
2155         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2156         HAVE_SLEEP.
2157         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2158         * doc/functions/sleep.texi: Document the sleep module.
2159
2160 2007-05-01  Bruno Haible  <bruno@clisp.org>
2161
2162         * lib/sigprocmask.h: Remove file.
2163         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2164         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2165         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2166         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2167         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2168         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2169         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2170         HAVE_SIGSET_T as a shell variable.
2171         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2172         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2173         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2174         (Depends-on): Add signal. Remove verify.
2175         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2176         (Include): Mention <signal.h> instead of sigprocmask.h.
2177         * NEWS: Mention the change.
2178         * lib/fatal-signal.c: Don't include sigprocmask.h.
2179
2180 2007-05-01  Bruno Haible  <bruno@clisp.org>
2181
2182         * modules/signal: New file.
2183         * lib/signal_.h: New file.
2184         * m4/signal_h.m4: New file.
2185
2186 2007-05-01  Bruno Haible  <bruno@clisp.org>
2187
2188         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2189         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2190         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2191         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2192
2193 2007-05-01  Bruno Haible  <bruno@clisp.org>
2194
2195         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2196         configure time.
2197         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2198         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2199         * modules/sys_stat (Makefile.am): Substitute their values into
2200         sys/stat.h.
2201
2202 2007-05-01  Bruno Haible  <bruno@clisp.org>
2203
2204         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2205         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2206         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2207
2208 2007-05-01  Bruno Haible  <bruno@clisp.org>
2209
2210         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2211         'assert' module here.
2212
2213 2007-05-01  Bruno Haible  <bruno@clisp.org>
2214
2215         * doc/functions/*.texi: New files.
2216         * doc/functions/google-ranking.txt: New file.
2217         * doc/gnulib.texi (Function Substitutes): New chapter.
2218         (ctime, inet_ntoa): Remove sections.
2219         * doc/ctime.texi: Remove file.
2220         * doc/inet_ntoa.texi: Remove file.
2221         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2222         dependencies.
2223         (%.info): New rule, specifying a --reference-limit.
2224
2225 2007-05-01  Bruno Haible  <bruno@clisp.org>
2226
2227         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2228
2229 2007-05-01  Bruno Haible  <bruno@clisp.org>
2230
2231         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2232         the portability of 'mkdir' to mingw systems.
2233
2234 2007-05-01  Bruno Haible  <bruno@clisp.org>
2235
2236         * doc/headers/google-ranking.txt: New file.
2237
2238 2007-04-30  Eric Blake  <ebb9@byu.net>
2239
2240         Prefer fseeko to fseek.
2241         * modules/getpass (Depends-on): Add fseeko.
2242         * lib/getpass.c (getpass): Use fseeko, not fseek.
2243
2244 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2245
2246         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2247         assumes the sorting is stable, while most qsort implementations
2248         are not.  Use argument addresses to ensure they never compare as
2249         equal.
2250
2251         * tests/test-argp-2.sh (usage-indent test): Fix output
2252         (func_compare): Restore diff options
2253         * tests/test-argp.c: Restore #include "progname.h"
2254
2255 2007-04-29  Bruno Haible  <bruno@clisp.org>
2256
2257         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2258         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2259         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2260         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2261         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2262         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2263         (TESTS, check_PROGRAMS): Add test-snprintf.
2264         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2265         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2266         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2267         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2268         assertions that fail on HP-UX, OSF/1, or IRIX.
2269         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2270
2271 2007-04-29  Bruno Haible  <bruno@clisp.org>
2272
2273         * MODULES.html.sh (posix_functions): Remove 'contents'.
2274
2275 2007-04-29  Karl Berry  <karl@gnu.org>
2276
2277         * config/srclist.txt (gendocs_template_min): new entry.
2278
2279 2007-04-29  Bruno Haible  <bruno@clisp.org>
2280
2281         Work around fpurge bug on BSD systems.
2282         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2283         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2284         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2285         fpurge to rpl_fpurge if the system already has this function.
2286         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2287         the case where the system already has this function. Correct invariants
2288         on BSD systems.
2289         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2290         BSD systems.
2291
2292 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2293
2294         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2295         proposed by Sven Verdoolaege.
2296
2297         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2298         options.
2299         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2300         (usage and help tests): Update
2301
2302 2007-04-29  Bruno Haible  <bruno@clisp.org>
2303
2304         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2305         Print more information in case of failure. Disable a test on BeOS.
2306
2307 2007-04-29  Bruno Haible  <bruno@clisp.org>
2308
2309         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2310         This helps debugging on systems on which no gdb is available.
2311
2312 2007-04-29  Bruno Haible  <bruno@clisp.org>
2313
2314         * lib/freading.h: Improve comments.
2315         * lib/fwriting.h: Likewise.
2316         * tests/test-freading.c (main): Don't check freading immediately after
2317         repositioning. Needed for glibc.
2318
2319 2007-04-29  Bruno Haible  <bruno@clisp.org>
2320
2321         * lib/freading.c (freading): Trivial simplification.
2322
2323 2007-04-28  Bruno Haible  <bruno@clisp.org>
2324
2325         * tests/test-fwriting.c (main): Also test the interaction between
2326         fflush and fwriting.
2327         * modules/fwriting-tests (Depends-on): Add fflush.
2328
2329         * tests/test-freading.c (main): Also test the interaction between
2330         fflush and freading.
2331         * modules/freading-tests (Depends-on): Add fflush.
2332
2333 2007-04-28  Bruno Haible  <bruno@clisp.org>
2334
2335         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2336         fseeko and ftello.
2337         Suggested by Eric Blake.
2338
2339 2007-04-28  Jim Meyering  <jim@meyering.net>
2340
2341         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2342         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2343         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2344
2345 2007-04-27  Eric Blake  <ebb9@byu.net>
2346
2347         * doc/headers/assert.texi (assert.h): Document assert module use.
2348
2349 2007-04-27  Bruno Haible  <bruno@clisp.org>
2350
2351         * doc/headers/*.texi: New files.
2352         * doc/gnulib.texi (Header File Substitutes): New chapter.
2353         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2354         dependencies.
2355         (standards.info ,standards.html, standards.dvi): Update dependencies.
2356         (mostlyclean, clean): New targets.
2357
2358 2007-04-27  Bruno Haible  <bruno@clisp.org>
2359
2360         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2361         * modules/sysexits (Files, Makefile.am): Update.
2362
2363         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2364         * modules/sys_socket (Files, Makefile.am): Update.
2365
2366         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2367         * modules/sys_stat (Files, Makefile.am): Update.
2368
2369 2007-04-27  Eric Blake  <ebb9@byu.net>
2370
2371         * lib/freading.h: Improve comments.
2372         * lib/fwriting.h: Likewise.
2373         * lib/fflush.c: Likewise.
2374
2375         Fix closein for mingw.
2376         * modules/closein-tests: Add tests for closein.
2377         * tests/test-closein.c: New file.
2378         * tests/test-closein.sh: Likewise.
2379         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2380         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2381
2382 2007-04-27  Bruno Haible  <bruno@clisp.org>
2383
2384         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2385         version is < 6.
2386         * lib/math_.h [__DECC]: Likewise.
2387         * lib/stdio_.h [__DECC]: Likewise.
2388         * lib/stdlib_.h [__DECC]: Likewise.
2389         * lib/string_.h [__DECC]: Likewise.
2390         * lib/time_.h [__DECC]: Likewise.
2391         * lib/wchar_.h [__DECC]: Likewise.
2392         * lib/wctype_.h [__DECC]: Likewise.
2393
2394 2007-04-27  Bruno Haible  <bruno@clisp.org>
2395
2396         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2397
2398 2007-04-27  Bruno Haible  <bruno@clisp.org>
2399
2400         * lib/fflush.c: Add comments.
2401         * modules/fpurge-tests (Depends-on): Add fflush.
2402         * modules/freadable-tests (Depends-on): Likewise.
2403         * modules/fwritable-tests (Depends-on): Likewise.
2404
2405 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2406
2407         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2408         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2409         Report by Bruno Haible <bruno@clisp.org>.
2410
2411 2007-04-26  Eric Blake  <ebb9@byu.net>
2412
2413         Fix fflush on mingw.
2414         * modules/fflush (Depends-on): Add freading.
2415         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2416         but unread data.
2417
2418 2007-04-26  Eric Blake  <ebb9@byu.net>
2419         and Bruno Haible  <bruno@clisp.org>
2420
2421         Implement freading and fwriting.
2422         * lib/freading.c: New file.
2423         * lib/freading.h: Likewise.
2424         * m4/freading.m4: Likewise.
2425         * modules/freading: Likewise.
2426         * modules/freading-tests: Likewise.
2427         * tests/test-freading.c: Likewise.
2428         * lib/fwriting.c: New file.
2429         * lib/fwriting.h: Likewise.
2430         * m4/fwriting.m4: Likewise.
2431         * modules/fwriting: Likewise.
2432         * modules/fwriting-tests: Likewise.
2433         * tests/test-fwriting.c: Likewise.
2434         * MODULES.html.sh (File stream based Input/Output): Mention them.
2435
2436 2007-04-26  Bruno Haible  <bruno@clisp.org>
2437
2438         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2439         'long' when we assume it.
2440         Suggested by Eric Blake.
2441
2442 2007-04-26  Bruno Haible  <bruno@clisp.org>
2443
2444         Ensure fseeko, ftello are declared on glibc systems.
2445         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2446         * modules/fseeko (configure.ac-early): Likewise.
2447         * modules/ftello (configure.ac-early): Likewise.
2448         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2449         AC_FUNC_FSEEKO for this.
2450         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2451         (gl_CHECK_FSEEKO): Remove macro.
2452
2453 2007-04-26  Bruno Haible  <bruno@clisp.org>
2454
2455         * tests/test-fflush.c (main): Also check the ftell result after
2456         fflush and fseek/fseeko.
2457         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2458         file descriptor position cache in the stream.
2459         * lib/fseeko.c (rpl_fseeko): Likewise.
2460
2461 2007-04-26  Bruno Haible  <bruno@clisp.org>
2462
2463         * modules/fflush-tests (Depends-on): Add fseeko.
2464
2465 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2466             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2467
2468         * lib/argz_.h: ensure error_t definition is obtained in same
2469         mechanism system argz.h would have.
2470         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2471         argz facilities are known bad.  Err on the side of caution if
2472         cross-compiling.
2473
2474 2007-04-25  Eric Blake  <ebb9@byu.net>
2475
2476         * lib/fpurge.c (includes): Use stdlib.h for free.
2477         * tests/test-fflush.c (main): Also test fflush-fseeko.
2478
2479 2007-04-25  Bruno Haible  <bruno@clisp.org>
2480
2481         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2482         * lib/fseeko.c: New file.
2483         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2484         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2485         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2486         gl_FUNC_FSEEKO.
2487         (gl_FUNC_FSEEKO): Invoke it.
2488         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2489         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2490         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2491
2492 2007-04-25  Bruno Haible  <bruno@clisp.org>
2493
2494         * modules/fflush (Depends-on): Add ftello.
2495
2496 2007-04-25  Bruno Haible  <bruno@clisp.org>
2497
2498         * modules/ftello-tests: New file.
2499         * tests/test-ftello.c: New file.
2500
2501         * modules/ftello: New file.
2502         * m4/ftello.m4: New file.
2503         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2504         HAVE_FTELLO.
2505         * lib/stdio_.h (ftello): New declaration.
2506         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2507         HAVE_FTELLO.
2508
2509 2007-04-25  Bruno Haible  <bruno@clisp.org>
2510
2511         * modules/fseeko-tests: New file.
2512         * tests/test-fseeko.c: New file.
2513
2514         * modules/fseeko: New file.
2515         * m4/fseeko.m4: New file.
2516         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2517         HAVE_FSEEKO.
2518         * lib/stdio_.h (fseeko): New declaration.
2519         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2520         HAVE_FSEEKO.
2521
2522 2007-04-25  Bruno Haible  <bruno@clisp.org>
2523
2524         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2525
2526 2007-04-25  Bruno Haible  <bruno@clisp.org>
2527
2528         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2529         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2530         * tests/test-unistd.c: Likewise.
2531         * tests/test-fcntl.c: Likewise.
2532
2533 2007-04-23  Eric Blake  <ebb9@byu.net>
2534
2535         * lib/fflush.c: Fix missing include.
2536         Reported by Bruno Haible.
2537
2538 2007-04-23  Bruno Haible  <bruno@clisp.org>
2539
2540         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2541         Reported by Eric Blake.
2542
2543 2007-04-23  Bruno Haible  <bruno@clisp.org>
2544
2545         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2546
2547 2007-04-23  Bruno Haible  <bruno@clisp.org>
2548
2549         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2550
2551 2007-04-23  Bruno Haible  <bruno@clisp.org>
2552
2553         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2554         Needed on HP-UX 11.
2555
2556 2007-04-16  Eric Blake  <ebb9@byu.net>
2557
2558         Make fflush rely on fpurge.
2559         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2560         open coding all variants.
2561         * modules/fflush (Depends-on): Add fpurge and unistd.
2562         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2563         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2564
2565         Fix --with-tests compilation on cygwin.
2566         * modules/argmatch-tests (Makefile.am): List gnulib library first
2567         in LDADD.
2568         * modules/argp-tests (Makefile.am): Likewise.
2569         * modules/array-list-tests (Makefile.am): Likewise.
2570         * modules/array-oset-tests (Makefile.am): Likewise.
2571         * modules/avltree-list-tests (Makefile.am): Likewise.
2572         * modules/avltree-oset-tests (Makefile.am): Likewise.
2573         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2574         * modules/carray-list-tests (Makefile.am): Likewise.
2575         * modules/dirname-tests (Makefile.am): Likewise.
2576         * modules/frexp-tests (Makefile.am): Likewise.
2577         * modules/isnanl-tests (Makefile.am): Likewise.
2578         * modules/linked-list-tests (Makefile.am): Likewise.
2579         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2580         * modules/lock-tests (Makefile.am): Likewise.
2581         * modules/rbtree-list-tests (Makefile.am): Likewise.
2582         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2583         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2584         * modules/tls-tests (Makefile.am): Likewise.
2585         * modules/tsearch-tests (Makefile.am): Likewise.
2586         * modules/xvasprintf-tests (Makefile.am): Likewise.
2587
2588         Fix fpurge for cygwin.
2589         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2590         value.
2591         * modules/fpurge-tests (Depends-on): Clean up trash.
2592
2593 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2594
2595         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2596
2597         * m4/autobuild.m4: Re-indent.
2598
2599 2007-04-13  Bruno Haible  <bruno@clisp.org>
2600
2601         * modules/fpurge-tests: New file.
2602         * tests/test-fpurge.c: New file.
2603
2604         * modules/fpurge: New file.
2605         * lib/fpurge.h: New file.
2606         * lib/fpurge.c: New file.
2607         * m4/fpurge.m4: New file.
2608
2609 2007-04-13  Bruno Haible  <bruno@clisp.org>
2610
2611         * modules/fbufmode-tests: New file.
2612         * tests/test-fbufmode.c: New file.
2613
2614         * modules/fbufmode: New file.
2615         * lib/fbufmode.h: New file.
2616         * lib/fbufmode.c: New file.
2617         * m4/fbufmode.m4: New file.
2618
2619 2007-04-13  Bruno Haible  <bruno@clisp.org>
2620
2621         * modules/fwritable-tests: New file.
2622         * tests/test-fwritable.c: New file.
2623
2624         * modules/fwritable: New file.
2625         * lib/fwritable.h: New file.
2626         * lib/fwritable.c: New file.
2627         * m4/fwritable.m4: New file.
2628
2629 2007-04-13  Bruno Haible  <bruno@clisp.org>
2630
2631         * modules/freadable-tests: New file.
2632         * tests/test-freadable.c: New file.
2633
2634         * modules/freadable: New file.
2635         * lib/freadable.h: New file.
2636         * lib/freadable.c: New file.
2637         * m4/freadable.m4: New file.
2638
2639 2007-04-13  Bruno Haible  <bruno@clisp.org>
2640
2641         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2642         MOSTLYCLEANFILES.
2643
2644 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2645
2646         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2647         gzip bootstrap.conf to avoid dragging in i18n machinery.
2648         (gnulib_tool_option): Use it.
2649
2650 2007-04-13  Bruno Haible  <bruno@clisp.org>
2651
2652         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2653         %F directives.
2654         * tests/test-vasprintf-posix.c (test_function): Likewise.
2655         * tests/test-snprintf-posix.h (test_function): Likewise.
2656         * tests/test-sprintf-posix.h (test_function): Likewise.
2657         * tests/test-fprintf-posix.h (test_function): Likewise.
2658         * tests/test-printf-posix.h (test_function): Likewise.
2659         * tests/test-fprintf-posix.out: Likewise.
2660
2661 2007-04-13  Bruno Haible  <bruno@clisp.org>
2662
2663         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2664         * modules/tls-tests (configure.ac): Likewise.
2665         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2666
2667 2007-04-13  Bruno Haible  <bruno@clisp.org>
2668
2669         * lib/tls.c (glthread_tls_get): Fix return type.
2670         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2671
2672 2007-04-12  Eric Blake  <ebb9@byu.net>
2673
2674         * modules/gettime (Depends-on): Remove gettime.
2675         Reported by Dmitry V. Levin.
2676
2677 2007-04-12  Bruno Haible  <bruno@clisp.org>
2678
2679         * modules/fflush (Include): Mention <stdio.h>.
2680         * modules/strtoimax (Include): Mention <inttypes.h>.
2681         * modules/strtoumax (Include): Likewise.
2682
2683 2007-04-12  Eric Blake  <ebb9@byu.net>
2684
2685         * .cvsignore: New file.
2686         * .gitignore: Likewise.
2687
2688 2007-04-12  Bruno Haible  <bruno@clisp.org>
2689
2690         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2691         not before, since $(LDADD) often contains libgnu.a.
2692         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2693         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2694         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2695         Needed on Cygwin.
2696
2697 2007-04-12  Eric Blake  <ebb9@byu.net>
2698
2699         Work around glibc's failure to flush stdin on fclose.
2700         * lib/closein.c (close_stdin): Flush stdin before closing.
2701
2702         Work around glibc's failure to reset seekable stdin on exit.
2703         * modules/closein: New module.
2704         * lib/closein.c: New file.
2705         * lib/closein.h: Likewise.
2706         * m4/closein.m4: Likewise.
2707         * MODULES.html.sh (File stream based Input/Output): Document it.
2708
2709 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2710
2711         * gnulib-tool: Rename generated 'autobuild' script to
2712         'do-autobuild' in --create-megatestdir output.
2713
2714         * doc/gnulib.texi (Build robot for gnulib): Fix.
2715
2716 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2717
2718         * modules/sysexits (Depends-on): Add absolute-header.
2719
2720 2007-04-12  Eric Blake  <ebb9@byu.net>
2721
2722         No need to preserve errno on success.
2723         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2724         Reported by Bruno Haible.
2725
2726 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2727
2728         * MODULES.html.sh (Support for maintaining and releasing
2729         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2730
2731 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2732
2733         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2734
2735 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2736
2737         * modules/autobuild: New module.
2738
2739         * m4/autobuild.m4: New file.
2740
2741 2007-04-11  Bruno Haible  <bruno@clisp.org>
2742
2743         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2744         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2745         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2746         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2747         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2748         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2749         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2750         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2751         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2752         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2753         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2754         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2755         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2756         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2757         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2758         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2759         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2760         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2761         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2762         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2763         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2764         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2765         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2766         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2767         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2768         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2769         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2770         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2771         Reported by Eric Blake.
2772
2773 2007-04-11  Bruno Haible  <bruno@clisp.org>
2774
2775         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2776
2777 2007-04-10  Bruno Haible  <bruno@clisp.org>
2778
2779         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2780         for NaN and Infinity. Needed on FreeBSD 6.1.
2781         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2782         regarding results for "%010a" of Infinity and NaN.
2783         * tests/test-vasprintf-posix.c (test_function): Likewise.
2784         * tests/test-snprintf-posix.h (test_function): Likewise.
2785         * tests/test-sprintf-posix.h (test_function): Likewise.
2786         * tests/test-fprintf-posix.h (test_function): Likewise.
2787         * tests/test-printf-posix.h (test_function): Likewise.
2788         * tests/test-fprintf-posix.out: Likewise.
2789
2790 2007-04-10  Bruno Haible  <bruno@clisp.org>
2791
2792         * modules/locale-tests: New file.
2793         * tests/test-locale.c: New file.
2794
2795         * modules/locale: New file.
2796         * lib/locale_.h: New file.
2797         * m4/locale_h.m4: New file.
2798
2799 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2800             Bruno Haible  <bruno@clisp.org>
2801
2802         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2803         be determined, test for availability of the copysignf, copysign,
2804         copysignl functions.
2805         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2806         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2807         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2808
2809 2007-04-09  Eric Blake  <ebb9@byu.net>
2810
2811         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2812         * modules/stdio (Makefile.am): Support fflush.
2813         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2814         * modules/fflush: New file.
2815         * lib/fflush.c: Likewise.
2816         * m4/fflush.m4: Likewise.
2817         * modules/fflush-tests: New test.
2818         * tests/test-fflush.c: Likewise.
2819         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2820
2821 2007-04-06  Bruno Haible  <bruno@clisp.org>
2822
2823         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2824         (VASNPRINTF): Use signbit for faster determination whether to print a
2825         minus sign.
2826         * modules/vasnprintf (Files): Remove lib/float+.h.
2827         * modules/fprintf-posix (Depends-on): Add signbit.
2828         * modules/snprintf-posix (Depends-on): Likewise.
2829         * modules/sprintf-posix (Depends-on): Likewise.
2830         * modules/vasnprintf-posix (Depends-on): Likewise.
2831         * modules/vasprintf-posix (Depends-on): Likewise.
2832         * modules/vfprintf-posix (Depends-on): Likewise.
2833         * modules/vsnprintf-posix (Depends-on): Likewise.
2834         * modules/vsprintf-posix (Depends-on): Likewise.
2835
2836 2007-04-06  Bruno Haible  <bruno@clisp.org>
2837
2838         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2839         * tests/test-frexpl.c (main): Likewise.
2840         * tests/test-ldexpl.c (main): Likewise.
2841         * modules/frexp-tests (Depends-on): Add signbit.
2842         * modules/frexpl-tests (Depdends-on): Likewise.
2843         * modules/ldexpl-tests (Depdends-on): Likewise.
2844
2845 2007-04-06  Bruno Haible  <bruno@clisp.org>
2846
2847         * modules/signbit-tests: New file.
2848         * tests/test-signbit.c: New file.
2849
2850         * modules/signbit: New file.
2851         * lib/signbitf.c: New file.
2852         * lib/signbitd.c: New file.
2853         * lib/signbitl.c: New file.
2854         * m4/signbit.m4: New file.
2855         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2856         (signbit): New macro.
2857         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2858         REPLACE_SIGNBIT.
2859         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2860         REPLACE_FREXPL into math.h.
2861
2862 2007-04-06  Bruno Haible  <bruno@clisp.org>
2863
2864         * modules/isnanf-nolibm-tests: New file.
2865         * tests/test-isnanf.c: New file.
2866
2867         * modules/isnanf-nolibm: New file.
2868         * lib/isnanf.h: New file.
2869         * lib/isnanf.c: New file.
2870         * lib/isnan.c: Consider the USE_FLOAT macro.
2871         * m4/isnanf.m4: New file.
2872
2873 2007-04-06  Bruno Haible  <bruno@clisp.org>
2874
2875         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2876         (Link): New section.
2877
2878         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2879
2880 2007-04-06  Bruno Haible  <bruno@clisp.org>
2881
2882         Assume the 'long double' type.
2883         * m4/longdouble.m4: Remove file.
2884         * config/srclist.txt: Don't mention longdouble.m4.
2885         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2886         * lib/float+.h: Likewise.
2887         * lib/frexp.c: Likewise.
2888         * lib/printf-args.h: Likewise.
2889         * lib/printf-args.c: Likewise.
2890         * lib/printf-frexp.c: Likewise.
2891         * lib/printf-parse.c: Likewise.
2892         * lib/vasnprintf.c: Likewise.
2893         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2894         * m4/intl.m4: Likewise.
2895         * m4/isnanl.m4: Likewise.
2896         * m4/printf.m4: Likewise.
2897         * m4/printf-frexpl.m4: Likewise.
2898         * m4/vasnprintf.m4: Likewise.
2899         * modules/allocsa (Files): Remove m4/longdouble.m4.
2900         * modules/gettext (Files): Likewise.
2901         * modules/relocatable-prog-wrapper (Files): Likewise.
2902         * modules/vasnprintf (Files): Likewise.
2903         * modules/isnanl (Files): Likewise.
2904         (Include): Simplify.
2905         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2906         (Include): Simplify.
2907         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2908         (Include): Simplify.
2909         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2910         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2911         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2912         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2913         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2914         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2915         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2916         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2917         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2918         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2919         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2920         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2921         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2922         * tests/test-isnanl.c: Likewise.
2923         * tests/test-snprintf-posix.h: Likewise.
2924         * tests/test-sprintf-posix.h: Likewise.
2925         * tests/test-vasnprintf-posix.c: Likewise.
2926         * tests/test-vasnprintf-posix2.c: Likewise.
2927         * tests/test-vasprintf-posix.c: Likewise.
2928
2929 2007-04-06  Bruno Haible  <bruno@clisp.org>
2930
2931         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2932         * lib/math_.h [__DECC]: Include the overridden include file through
2933         #include_next, outside the double-inclusion guard.
2934         * lib/stdio_.h [__DECC]: Likewise.
2935         * lib/stdlib_.h [__DECC]: Likewise.
2936         * lib/string_.h [__DECC]: Likewise.
2937         * lib/time_.h [__DECC]: Likewise.
2938         * lib/wchar_.h [__DECC]: Likewise.
2939         * lib/wctype_.h [__DECC]: Likewise.
2940         * lib/inttypes_.h [__DECC]: Likewise.
2941         Reported by Albert Chin <china@thewrittenword.com> in
2942         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2943
2944 2007-04-04  Eric Blake  <ebb9@byu.net>
2945
2946         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2947         1.5.x.
2948
2949 2007-04-04  Bruno Haible  <bruno@clisp.org>
2950
2951         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2952         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2953
2954 2007-04-04  Bruno Haible  <bruno@clisp.org>
2955
2956         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2957         results for "%010a" of Infinity and NaN.
2958         * tests/test-vasprintf-posix.c (test_function): Likewise.
2959         * tests/test-snprintf-posix.h (test_function): Likewise.
2960         * tests/test-sprintf-posix.h (test_function): Likewise.
2961         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2962         * tests/test-printf-posix.h (test_function): Likewise.
2963         * tests/test-fprintf-posix.out: Update.
2964         Needed for FreeBSD 6.1.
2965
2966 2007-04-04  Bruno Haible  <bruno@clisp.org>
2967
2968         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2969         directly used by the gnulib modules nor by gnulib-tool.
2970
2971 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2972
2973         * DEPENDENCIES: Give overall description of version dependency
2974         desirability.  Use more-typical names for apps.
2975         Add shell, coreutils, diffutils, grep, tar, gzip.
2976
2977 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2978
2979         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2980
2981 2007-04-04  Karl Berry  <karl@gnu.org>
2982
2983         * MODULES.html.sh (func_module): missing '.
2984
2985 2007-04-03  Bruno Haible  <bruno@clisp.org>
2986
2987         * modules/argmatch-tests (Makefile.am): New variable
2988         test_argmatch_LDADD.
2989         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2990         * modules/array-list-tests (Makefile.am): New variable
2991         test_array_list_LDADD.
2992         * modules/array-oset-tests (Makefile.am): New variable
2993         test_array_oset_LDADD.
2994         * modules/avltree-list-tests (Makefile.am): New variable
2995         test_avltree_list_LDADD.
2996         * modules/avltree-oset-tests (Makefile.am): New variable
2997         test_avltree_oset_LDADD.
2998         * modules/avltreehash-list-tests (Makefile.am): New variable
2999         test_avltreehash_list_LDADD.
3000         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3001         test_canonicalize_lgpl_LDADD.
3002         * modules/carray-list-tests (Makefile.am): New variable
3003         test_carray_list_LDADD.
3004         * modules/dirname-tests (Makefile.am): New variable
3005         test_dirname_LDADD.
3006         * modules/linked-list-tests (Makefile.am): New variable
3007         test_linked_list_LDADD.
3008         * modules/linkedhash-list-tests (Makefile.am): New variable
3009         test_linkedhash_list_LDADD.
3010         * modules/rbtree-list-tests (Makefile.am): New variable
3011         test_rbtree_list_LDADD.
3012         * modules/rbtree-oset-tests (Makefile.am): New variable
3013         test_rbtree_oset_LDADD.
3014         * modules/rbtreehash-list-tests (Makefile.am): New variable
3015         test_rbtreehash_list_LDADD.
3016         * modules/xvasprintf-tests (Makefile.am): New variable
3017         test_xvasprintf_LDADD.
3018         Reported by Eric Blake.
3019
3020 2007-04-03  Eric Blake  <ebb9@byu.net>
3021
3022         * DEPENDENCIES: Weaken m4 requirements.
3023
3024 2007-04-03  Bruno Haible  <bruno@clisp.org>
3025
3026         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3027         * modules/isnanl-tests (configure.ac): Likewise.
3028
3029 2007-04-03  Ben Pfaff  <blp@gnu.org>
3030
3031         * modules/iconv_open: Add $(srcdir)/ to source directory
3032         references in Makefile fragments that call gperf, to fix VPATH
3033         builds.
3034
3035 2007-04-03  Bruno Haible  <bruno@clisp.org>
3036
3037         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3038         * lib/ldexpl.c: Undo last change.
3039
3040 2007-04-03  Bruno Haible  <bruno@clisp.org>
3041
3042         * modules/printf-frexpl (Depends-on): Undo last change.
3043         (Files): Add m4/ldexpl.m4.
3044
3045 2007-04-03  Bruno Haible  <bruno@clisp.org>
3046
3047         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3048         * modules/isnanl (Link): New section.
3049
3050         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3051         * modules/frexp (Link): New section.
3052
3053         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3054         * modules/frexpl (Link): New section.
3055
3056         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3057         * modules/ldexpl (Link): New section.
3058
3059 2007-04-03  Bruno Haible  <bruno@clisp.org>
3060
3061         * modules/TEMPLATE-EXTENDED: New file.
3062         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3063
3064 2007-04-03  Bruno Haible  <bruno@clisp.org>
3065
3066         * DEPENDENCIES: New file.
3067         Suggested by Simon Josefsson.
3068
3069 2007-04-03  Bruno Haible  <bruno@clisp.org>
3070
3071         * doc/gnulib.texi: Escape @.
3072
3073 2007-04-03  James Youngman  <jay@gnu.org>
3074         and Paul Eggert  <eggert@cs.ucla.edu>
3075
3076         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3077         birthtime on all systems that have birthtime, not just those which
3078         use st_birthtimensec rather than st_birthtim.  Putting zero in
3079         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3080         that the birth time is not available for files on an NFS mount.
3081
3082 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3083
3084         * modules/memxor: Move back from crypto/, suggested by Bruno.
3085         * modules/crypto/hmac-sha1: Fix memxor dependency.
3086
3087         * modules/crypto/gc: Moved from ../.
3088
3089 2007-04-02  Eric Blake  <ebb9@byu.net>
3090
3091         * lib/ldexpl.c (includes): Avoid libm.
3092
3093         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3094
3095 2007-04-02  Bruno Haible  <bruno@clisp.org>
3096
3097         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3098         on IRIX.
3099
3100 2007-04-02  Bruno Haible  <bruno@clisp.org>
3101
3102         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3103         x86 or x86_64 platforms running MacOS X.
3104         Reported by Ryan Schmidt <@ryandesign.com>.
3105
3106 2007-04-02  Bruno Haible  <bruno@clisp.org>
3107
3108         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3109         i386.
3110
3111 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3112
3113         * modules/crypto/arcfour: Moved from ../.
3114         * modules/crypto/arcfour-tests: Moved from ../.
3115         * modules/crypto/arctwo: Moved from ../.
3116         * modules/crypto/arctwo-tests: Moved from ../.
3117         * modules/crypto/des: Moved from ../.
3118         * modules/crypto/des-tests: Moved from ../.
3119         * modules/crypto/gc-arcfour: Moved from ../.
3120         * modules/crypto/gc-arcfour-tests: Moved from ../.
3121         * modules/crypto/gc-arctwo: Moved from ../.
3122         * modules/crypto/gc-arctwo-tests: Moved from ../.
3123         * modules/crypto/gc-des: Moved from ../.
3124         * modules/crypto/gc-des-tests: Moved from ../.
3125         * modules/crypto/gc-hmac-md5: Moved from ../.
3126         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3127         * modules/crypto/gc-hmac-sha1: Moved from ../.
3128         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3129         * modules/crypto/gc-md2: Moved from ../.
3130         * modules/crypto/gc-md2-tests: Moved from ../.
3131         * modules/crypto/gc-md4: Moved from ../.
3132         * modules/crypto/gc-md4-tests: Moved from ../.
3133         * modules/crypto/gc-md5: Moved from ../.
3134         * modules/crypto/gc-md5-tests: Moved from ../.
3135         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3136         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3137         * modules/crypto/gc-random: Moved from ../.
3138         * modules/crypto/gc-rijndael: Moved from ../.
3139         * modules/crypto/gc-rijndael-tests: Moved from ../.
3140         * modules/crypto/gc-sha1: Moved from ../.
3141         * modules/crypto/gc-sha1-tests: Moved from ../.
3142         * modules/crypto/gc-tests: Moved from ../.
3143         * modules/crypto/hmac-md5: Moved from ../.
3144         * modules/crypto/hmac-md5-tests: Moved from ../.
3145         * modules/crypto/hmac-sha1: Moved from ../.
3146         * modules/crypto/hmac-sha1-tests: Moved from ../.
3147         * modules/crypto/md2: Moved from ../.
3148         * modules/crypto/md2-tests: Moved from ../.
3149         * modules/crypto/md4: Moved from ../.
3150         * modules/crypto/md4-tests: Moved from ../.
3151         * modules/crypto/md5: Moved from ../.
3152         * modules/crypto/md5-tests: Moved from ../.
3153         * modules/crypto/memxor: Moved from ../.
3154         * modules/crypto/rijndael: Moved from ../.
3155         * modules/crypto/rijndael-tests: Moved from ../.
3156         * modules/crypto/sha1: Moved from ../.
3157
3158 2007-03-30  James Youngman  <jay@gnu.org>
3159
3160         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3161         rename() to change the ctime of a file (because ctime is unaffected
3162         by rename on jfs2 on AIX 5.1).
3163         (main): Start by doing cleanup, in case a previous run failed leaving
3164         test files behind.
3165
3166 2007-03-31  Bruno Haible  <bruno@clisp.org>
3167
3168         Support old proprietary implementations of iconv.
3169         * modules/iconv_open: New file.
3170         * lib/iconv_.h: New file.
3171         * m4/iconv_h.m4: New file.
3172         * lib/iconv_open.c: New file.
3173         * lib/iconv_open-aix.gperf: New file.
3174         * lib/iconv_open-hpux.gperf: New file.
3175         * lib/iconv_open-irix.gperf: New file.
3176         * lib/iconv_open-osf.gperf: New file.
3177         * m4/iconv_open.m4: New file.
3178         * modules/linebreak (Depends-on): Add iconv_open.
3179         * modules/striconv (Depends-on): Likewise.
3180         * modules/striconveh (Depends-on): Likewise.
3181         * modules/unicodeio (Depends-on): Likewise.
3182         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3183         (iconv_t)(-1).
3184         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3185         conversion if cd is (iconv_t)(-1).
3186         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3187         is not possible.
3188
3189 2007-03-31  Bruno Haible  <bruno@clisp.org>
3190
3191         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3192         work on Solaris either. Protect also second use of "autodetect_jp".
3193
3194 2007-03-31  Bruno Haible  <bruno@clisp.org>
3195
3196         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3197         the function is not present.
3198
3199 2007-03-31  Bruno Haible  <bruno@clisp.org>
3200
3201         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3202         the function is not present.
3203
3204 2007-03-31  Bruno Haible  <bruno@clisp.org>
3205
3206         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3207         a bug in HP-UX iconv_open().
3208
3209 2007-03-31  Bruno Haible  <bruno@clisp.org>
3210
3211         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3212         (Mathematics <math.h>): New section, add fpieee.
3213         (Input/output <stdio.h>): Add fseterr.
3214         (Mathematics <math.h>): New section, add printf-frexp.
3215         (Container data structures): Add sublist.
3216         (Core language properties): Add fpucw, inline.
3217         (Functions for greatest-width integer types <inttypes.h>): Add
3218         imaxabs, imaxdiv, inttypes.
3219         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3220         isnanl-nolibm, ldexp.
3221         (Mathematics <math.h>): New section, add printf-frexpl.
3222         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3223         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3224         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3225         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3226         (Unicode string functions): Add unistr/u*-mbtoucr.
3227         (Java): Add javacomp-script, javaexec-script.
3228         (C#): Add csharpcomp-script, csharpexec-script.
3229         (Support for building libraries and executables): Add havelib,
3230         relocatable-*.
3231         (Support for maintaining and releasing projects): Renamed from
3232         'Support for maintaining and release projects'. Add announce-gen.
3233
3234 2007-03-31  Bruno Haible  <bruno@clisp.org>
3235
3236         * README: Talk primarily about git.
3237         (git and CVS): Renamed from CVS.
3238         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3239         gnulib is available through git.
3240         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3241
3242 2007-03-30  Bruno Haible  <bruno@clisp.org>
3243
3244         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3245         * lib/poll_.h: Likewise.
3246         * lib/stat_.h: Likewise.
3247         * lib/sys_time_.h: Likewise.
3248         * lib/sysexit_.h: Likewise.
3249         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3250         * lib/stdbool_.h: Likewise.
3251         * lib/byteswap_.h: Add double-inclusion guard.
3252
3253 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3254
3255         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3256
3257 2007-03-30  Karl Berry  <karl@gnu.org>
3258
3259         * config/srclist-update: double space after USA in the license
3260         substitution, since that's how it's usually (?) written.
3261
3262 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3263
3264         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3265         reported by Bruno Haible.
3266
3267 2007-03-29  Bruno Haible  <bruno@clisp.org>
3268
3269         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3270         a bug in AIX iconv().
3271
3272 2007-03-29  Bruno Haible  <bruno@clisp.org>
3273
3274         * modules/ldexpl-tests: New file.
3275         * tests/test-ldexpl.c: New file.
3276
3277 2007-03-29  Bruno Haible  <bruno@clisp.org>
3278
3279         * lib/ldexpl.c: Include fpucw.h.
3280         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3281         multiplication.
3282         * modules/ldexpl (Depends-on): Add fpucw.
3283
3284 2007-03-29  Bruno Haible  <bruno@clisp.org>
3285
3286         * modules/ldexpl: New file.
3287         * m4/ldexpl.m4: New file.
3288         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3289         set.
3290         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3291         REPLACE_LDEXPL.
3292         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3293         REPLACE_LDEXPL.
3294         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3295         gl_FUNC_LDEXPL_WORKS.
3296         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3297         * modules/mathl (Files): Remove lib/ldexpl.c.
3298         (Depends-on): Add ldexpl.
3299
3300 2007-03-29  Bruno Haible  <bruno@clisp.org>
3301
3302         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3303
3304 2007-03-29  Bruno Haible  <bruno@clisp.org>
3305
3306         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3307         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3308         and possibly also HP-UX.
3309         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3310         work on AIX, IRIX, HP-UX, OSF/1.
3311         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3312         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3313         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3314         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3315         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3316         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3317
3318 2007-03-29  Bruno Haible  <bruno@clisp.org>
3319
3320         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3321
3322 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3323
3324         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3325         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3326
3327 2007-03-29  Eric Blake  <ebb9@byu.net>
3328
3329         * lib/acl-internal.h: Remove redundant include.
3330         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3331         Cygwin when a file is locked.
3332
3333 2007-03-29  Bruno Haible  <bruno@clisp.org>
3334
3335         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3336         file.
3337         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3338
3339 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3340
3341         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3342         try to remove a parent directory if the child couldn't be removed
3343         (except for the first rmdir, which could fail because the child
3344         doesn't exist).  Problem reported by Jeff Blaine in
3345         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3346
3347 2007-03-28  Bruno Haible  <bruno@clisp.org>
3348
3349         * lib/striconveh.c (utf8conv_carefully): New function.
3350         (mem_cd_iconveh_internal): Invoke it.
3351
3352 2007-03-28  Bruno Haible  <bruno@clisp.org>
3353
3354         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3355         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3356         input.
3357         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3358         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3359         unistr/u8-uctomb.
3360
3361 2007-03-28  Bruno Haible  <bruno@clisp.org>
3362
3363         * modules/unistr/u8-mbtoucr: New file.
3364         * lib/unistr/u8-mbtoucr.c: New file.
3365         * modules/unistr/u16-mbtoucr: New file.
3366         * lib/unistr/u16-mbtoucr.c: New file.
3367         * modules/unistr/u16-mbtoucr: New file.
3368         * lib/unistr/u16-mbtoucr.c: New file.
3369         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3370
3371 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3372             Bruno Haible  <bruno@clisp.org>
3373
3374         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3375         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3376         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3377
3378         * m4/stdio_h.m4: Add stubs for vasprintf too.
3379
3380         * modules/stdio: Support vasprintf in sed command.
3381
3382         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3383         vasprintf.h.  Add stdio module indicator.
3384
3385         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3386         vasprintf.h.
3387
3388         * lib/vasprintf.h: File removed.
3389
3390         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3391         * lib/vasprintf.c: Ditto.
3392         * lib/xvasprintf.c: Ditto.
3393         * tests/test-vasprintf-posix.c: Ditto.
3394         * tests/test-vasprintf.c: Ditto.
3395
3396 2007-03-27  Bruno Haible  <bruno@clisp.org>
3397
3398         Make vasnprintf multithread-safe.
3399         * lib/vasnprintf.c (decimal_point_char): New function.
3400         (VASNPRINTF): Use it.
3401         Suggested by Simon Josefsson.
3402
3403 2007-03-27  Eric Blake  <ebb9@byu.net>
3404
3405         Support sub-second birthtime on cygwin.
3406         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3407         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3408         (get_stat_birthtime): Also work with st_birthtim.
3409
3410 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3411
3412         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3413         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3414         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3415         (get_stat_birthtime_ns): Simplify compile-time tests.
3416         (get_stat_birthtime): Change the API to look like
3417         get_stat_mtime etc., except return a negative tv_nsec on error.
3418         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3419         Don't check for "spare" fields.
3420         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3421         or for struct stat.st_birthtime, as these tests aren't used.
3422         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3423
3424 2007-03-27  Bruno Haible  <bruno@clisp.org>
3425
3426         * lib/stat-time.h: Include <sys/stat.h>.
3427
3428 2007-03-27  James Youngman  <jay@gnu.org>
3429
3430         * lib/stat-time.h (get_stat_birthtime): New function for
3431           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3432         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3433           and its variants.
3434         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3435         * modules/stat-time-test: New file.
3436         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3437
3438 2007-03-26  Bruno Haible  <bruno@clisp.org>
3439
3440         Better support of signalling NaNs.
3441         * lib/atanl.c: Include isnanl.h.
3442         (atanl): Perform test for NaN at the beginning of the function and
3443         through a call to isnanl.
3444         * lib/cosl.c: Include isnanl.h.
3445         (cosl): Perform test for NaN at the beginning of the function and
3446         through a call to isnanl.
3447         * lib/ldexpl.c: Include isnanl.h.
3448         (ldexpl): Perform test for NaN through a call to isnanl.
3449         * lib/logl.c: Include isnanl.h.
3450         (logl): Perform test for NaN at the beginning of the function and
3451         through a call to isnanl.
3452         * lib/sinl.c: Include isnanl.h.
3453         (sinl): Perform test for NaN at the beginning of the function and
3454         through a call to isnanl.
3455         * lib/sqrtl.c: Include isnanl.h.
3456         (sqrtl): Perform test for NaN at the beginning of the function and
3457         through a call to isnanl.
3458         * lib/tanl.c: Include isnanl.h.
3459         (tanl): Perform test for NaN at the beginning of the function and
3460         through a call to isnanl.
3461         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3462         * modules/mathl (Depends-on): Add isnanl.
3463
3464 2007-03-26  Eric Blake  <ebb9@byu.net>
3465
3466         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3467         regression in logic sense of previous patch.
3468
3469 2007-03-26  Bruno Haible  <bruno@clisp.org>
3470
3471         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3472         unportable shell command "if ! ...".
3473         Reported by Ralf Wildenhues.
3474
3475 2007-03-25  Bruno Haible  <bruno@clisp.org>
3476
3477         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3478         <sysexits.h> file, and only add EX_CONFIG.
3479         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3480         absolute file name and whether it is sufficient. Substitute also
3481         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3482         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3483         ABSOLUTE_SYSEXITS_H into sysexits.h.
3484
3485 2007-03-25  Bruno Haible  <bruno@clisp.org>
3486
3487         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3488         hints is NULL.
3489
3490 2007-03-25  Bruno Haible  <bruno@clisp.org>
3491
3492         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3493         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3494
3495 2007-03-25  Bruno Haible  <bruno@clisp.org>
3496
3497         * lib/vasnprintf.c: Include langinfo.h.
3498         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3499         multithread-safe.
3500         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3501         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3502         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3503         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3504         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3505         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3506         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3507         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3508         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3509         Reported by Simon Josefsson.
3510
3511 2007-03-25  Bruno Haible  <bruno@clisp.org>
3512
3513         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3514         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3515         * modules/vasnprintf (Depends-on): Add stdint.
3516
3517 2007-03-25  Bruno Haible  <bruno@clisp.org>
3518
3519         * modules/fpieee: New file.
3520         * m4/fpieee.m4: New file.
3521         * modules/isnan-nolibm (Depends-on): Add fpieee.
3522         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3523         * modules/isnanl (Depends-on): Add fpieee.
3524
3525 2007-03-25  Bruno Haible  <bruno@clisp.org>
3526
3527         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3528
3529 2007-03-25  Bruno Haible  <bruno@clisp.org>
3530
3531         Avoid test failures on IRIX 6.5.
3532         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3533         (main): Use it.
3534         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3535         macros.
3536         (main): Use them.
3537
3538 2007-03-25  Bruno Haible  <bruno@clisp.org>
3539
3540         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3541         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3542         exists but doesn't work.
3543         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3544         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3545         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3546         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3547
3548 2007-03-25  Bruno Haible  <bruno@clisp.org>
3549
3550         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3551         returns inf. Needed on IRIX 6.5.
3552
3553 2007-03-25  Bruno Haible  <bruno@clisp.org>
3554
3555         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3556         (main): Use isnanl instead of x != x idiom.
3557         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3558
3559         * tests/test-frexp.c: Include isnan.h.
3560         (main): Use isnan instead of x != x idiom.
3561         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3562
3563 2007-03-25  Bruno Haible  <bruno@clisp.org>
3564
3565         * tests/test-frexp.c (NaN): New function/macro.
3566         (main): Use it instead of 0.0 / 0.0.
3567         * tests/test-isnan.c (NaN): New function/macro.
3568         (main): Use it instead of 0.0 / 0.0.
3569         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3570         (test_function): Use it instead of 0.0 / 0.0.
3571         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3572         (test_function): Use it instead of 0.0 / 0.0.
3573         * tests/test-snprintf-posix.h (NaN): New function/macro.
3574         (test_function): Use it instead of 0.0 / 0.0.
3575         * tests/test-sprintf-posix.h (NaN): New function/macro.
3576         (test_function): Use it instead of 0.0 / 0.0.
3577         * tests/test-fprintf-posix.h (NaN): New function/macro.
3578         (test_function): Use it instead of 0.0 / 0.0.
3579         * tests/test-printf-posix.h (NaN): New function/macro.
3580         (test_function): Use it instead of 0.0 / 0.0.
3581
3582         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3583
3584 2007-03-25  Bruno Haible  <bruno@clisp.org>
3585
3586         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3587
3588 2007-03-25  Bruno Haible  <bruno@clisp.org>
3589
3590         * lib/regexec.c (merge_state_with_log): Make static.
3591
3592 2007-03-25  Bruno Haible  <bruno@clisp.org>
3593
3594         * lib/trigl.c (kernel_rem_pio2): Make static.
3595
3596 2007-03-25  Bruno Haible  <bruno@clisp.org>
3597
3598         * lib/sincosl.c (sincosl_table): Make static.
3599
3600 2007-03-25  Bruno Haible  <bruno@clisp.org>
3601
3602         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3603         if the compiler does not support C99.
3604
3605 2007-03-25  Bruno Haible  <bruno@clisp.org>
3606
3607         * modules/time (Makefile.am): Ensure all rule action lines start with a
3608         tab.
3609
3610 2007-03-24  Bruno Haible  <bruno@clisp.org>
3611
3612         * modules/tsearch-tests: New file.
3613         * tests/test-tsearch.sh: New file.
3614         * tests/test-tsearch.c: New file, mostly copied from glibc.
3615
3616         * modules/search-tests: New file.
3617         * tests/test-search.c: New file.
3618
3619         * modules/search: New file.
3620         * lib/search_.h: New file, incorporating lib/tsearch.h.
3621         * m4/search_h.m4: New file.
3622         * lib/tsearch.h: Remove file.
3623         * lib/tsearch.c: Include search.h instead of tsearch.h.
3624         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3625         HAVE_TSEARCH.
3626         * modules/tsearch (Files): Remove lib/tsearch.h.
3627         (Depends-on): Add search.
3628         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3629         (Include): Change tsearch.h into search.h.
3630
3631 2007-03-24  Bruno Haible  <bruno@clisp.org>
3632
3633         * modules/fpucw: New file.
3634         * lib/fpucw.h: New file.
3635         * lib/frexp.c: Include fpucw.h.
3636         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3637         (FUNC): Use them.
3638         * lib/printf-frexp.c: Include fpucw.h.
3639         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3640         (FUNC): Use them.
3641         * lib/vasnprintf.c: Include fpucw.h.
3642         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3643         'long double' calculations.
3644         * tests/test-frexpl.c: Include fpucw.h.
3645         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3646         * tests/test-printf-frexpl.c: Include fpucw.h.
3647         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3648         * modules/frexpl (Depends-on): Add fpucw.
3649         * modules/printf-frexpl (Depends-on): Likewise.
3650         * modules/fprintf-posix (Depends-on): Likewise.
3651         * modules/snprintf-posix (Depends-on): Likewise.
3652         * modules/sprintf-posix (Depends-on): Likewise.
3653         * modules/vasnprintf-posix (Depends-on): Likewise.
3654         * modules/vasprintf-posix (Depends-on): Likewise.
3655         * modules/vfprintf-posix (Depends-on): Likewise.
3656         * modules/vsnprintf-posix (Depends-on): Likewise.
3657         * modules/vsprintf-posix (Depends-on): Likewise.
3658         * modules/frexpl-tests (Depends-on): Likewise.
3659         * modules/printf-frexpl-tests (Depends-on): Likewise.
3660
3661 2007-03-24  Bruno Haible  <bruno@clisp.org>
3662
3663         * lib/float+.h: New file.
3664         * lib/isnan.c: Include float+.h.
3665         (SIZE): New macro.
3666         (FUNC): Compare only SIZE bytes of the value.
3667         * lib/vasnprintf.c: Include float+.h.
3668         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3669         SIZEOF_LDBL or SIZEOF_DBL bytes.
3670         * modules/isnan-nolibm (Files): Add lib/float+.h.
3671         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3672         * modules/isnanl (Files): Add lib/float+.h.
3673         * modules/vasnprintf (Files): Add lib/float+.h.
3674
3675 2007-03-24  Bruno Haible  <bruno@clisp.org>
3676
3677         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3678         include isnanl-nolibm.h.
3679
3680 2007-03-24  Bruno Haible  <bruno@clisp.org>
3681
3682         * tests/test-read-file.c (main): Don't produce spurious output for
3683         expected situations. Make the test fail if it encountered unexpected
3684         results.
3685
3686 2007-03-24  Bruno Haible  <bruno@clisp.org>
3687
3688         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3689         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3690
3691 2007-03-24  Bruno Haible  <bruno@clisp.org>
3692
3693         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3694
3695 2007-03-24  Bruno Haible  <bruno@clisp.org>
3696
3697         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3698         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3699
3700         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3701         * modules/utf8-ucs4: Turn into a symbolic link to module
3702         unistr/u8-mbtouc.
3703
3704         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3705         utf8-ucs4-unsafe.
3706         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3707         unistr/u8-mbtouc-unsafe.
3708
3709         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3710         * modules/utf16-ucs4: Turn into a symbolic link to module
3711         unistr/u16-mbtouc.
3712
3713         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3714         utf16-ucs4-unsafe.
3715         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3716         unistr/u16-mbtouc-unsafe.
3717
3718         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3719         * modules/ucs4-utf8: Turn into a symbolic link to module
3720         unistr/u8-ubtomb.
3721
3722         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3723         * modules/ucs4-utf16: Turn into a symbolic link to module
3724         unistr/u16-ubtomb.
3725
3726 2007-03-24  Bruno Haible  <bruno@clisp.org>
3727
3728         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3729         Enable the function only if HAVE_INLINE.
3730         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3731         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3732         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3733         Enable the function only if HAVE_INLINE.
3734         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3735         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3736         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3737         Enable the function only if HAVE_INLINE.
3738         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3739         Enable the function only if HAVE_INLINE.
3740         * modules/utf8-ucs4: Update.
3741         * modules/utf8-ucs4-unsafe: Update.
3742         * modules/utf16-ucs4: Update.
3743         * modules/utf16-ucs4-unsafe: Update.
3744         * modules/ucs4-utf8: Update.
3745         * modules/ucs4-utf16: Update.
3746
3747 2007-03-24  Bruno Haible  <bruno@clisp.org>
3748
3749         * lib/utf8-ucs4.h: Remove file.
3750         * lib/utf8-ucs4-unsafe.h: Remove file.
3751         * lib/utf16-ucs4.h: Remove file.
3752         * lib/utf16-ucs4-unsafe.h: Remove file.
3753         * lib/ucs4-utf8.h: Remove file.
3754         * lib/ucs4-utf16.h: Remove file.
3755         * lib/unistr.h: Include their previous contents.
3756         * m4/utf-ucs4.m4: Remove file.
3757         * m4/ucs4-utf.m4: Remove file.
3758         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3759         (Depends-on): Add unistr/base.
3760         (configure.ac): Remove gl_UTF_UCS4.
3761         (Makefile.am): Update.
3762         (Include): Change to unistr.h.
3763         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.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/utf16-ucs4 (Files): Remove lib/utf16-ucs4.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-unsafe (Files): Remove lib/utf16-ucs4-unsafe.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/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3779         (Depends-on): Add unistr/base.
3780         (configure.ac): Remove gl_UCS4_UTF.
3781         (Makefile.am): Update.
3782         (Include): Change to unistr.h.
3783         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.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         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3789         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3790         utf8-ucs4-unsafe.h.
3791         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3792         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3793         utf16-ucs4-unsafe.h.
3794         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3795         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3796         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3797         * lib/unistr/u8-strchr.c: Likewise.
3798         * lib/unistr/u8-strrchr.c: Likewise.
3799         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3800         * lib/unistr/u16-strchr.c: Likewise.
3801         * lib/unistr/u16-strrchr.c: Likewise.
3802         * lib/striconveh.c: Update.
3803         * lib/linebreak.c: Update.
3804
3805 2007-03-24  Bruno Haible  <bruno@clisp.org>
3806
3807         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3808         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3809
3810 2007-03-22  Bruno Haible  <bruno@clisp.org>
3811
3812         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3813
3814 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3815
3816         * MODULES.html.sh (File system functions): New module write-any-file.
3817         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3818         * m4/write-any-file.m4: New files.
3819
3820 2007-03-23  Eric Blake  <ebb9@byu.net>
3821
3822         * gnulib-tool: Rearrange space-tab sequences, since some editors
3823         like to eat them.
3824
3825 2007-03-23  Eric Blake  <ebb9@byu.net>
3826
3827         * lib/version-etc.c (version_etc_va): Update license wording to
3828         be more concise.  Recommended by Richard Stallman.
3829
3830 2007-03-22  Bruno Haible  <bruno@clisp.org>
3831
3832         * lib/poll.c (MSG_PEEK): New fallback definition.
3833
3834 2007-03-22  Bruno Haible  <bruno@clisp.org>
3835
3836         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3837         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3838         (main): Update.
3839         Fixes a compilation error on BeOS.
3840
3841 2007-03-22  Bruno Haible  <bruno@clisp.org>
3842
3843         * modules/frexpl-tests: New file.
3844         * tests/test-frexpl.c: New file.
3845
3846         * modules/frexpl: New file.
3847         * m4/frexpl.m4: New file.
3848         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3849         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3850         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3851         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3852         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3853         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3854
3855 2007-03-22  Bruno Haible  <bruno@clisp.org>
3856
3857         * lib/frexpl.c: Share code with lib/frexp.c.
3858         * modules/mathl (Files): Add lib/frexp.c.
3859         (Depends-on): Add isnanl-nolibm.
3860
3861 2007-03-22  Bruno Haible  <bruno@clisp.org>
3862
3863         * modules/printf-frexp (Files): Add m4/frexp.m4.
3864         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3865         only if the found frexp function actually works.
3866
3867 2007-03-22  Bruno Haible  <bruno@clisp.org>
3868
3869         * lib/frexp.c: Remove older implementation that uses divisions.
3870
3871 2007-03-21  Bruno Haible  <bruno@clisp.org>
3872
3873         * modules/frexp-tests: New file.
3874         * tests/test-frexp.c: New file.
3875
3876         * modules/frexp: New file.
3877         * lib/frexp.c: New file.
3878         * m4/frexp.m4: New file.
3879         * lib/math_.h (frexp): New declaration.
3880         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3881         REPLACE_FREXP.
3882         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3883
3884 2007-03-21  Bruno Haible  <bruno@clisp.org>
3885
3886         * modules/isnanl-tests: New file.
3887         * tests/test-isnanl.c: New file.
3888
3889         * modules/isnanl: New file.
3890         * lib/isnanl.h: New file.
3891         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3892         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3893         gl_FUNC_ISNANL_WORKS.
3894         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3895         New macros.
3896
3897 2007-03-21  Bruno Haible  <bruno@clisp.org>
3898
3899         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3900         lib/isnanl.h.
3901         (Include): Update.
3902         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3903         * lib/vasnprintf.c: Update.
3904         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3905         tests/test-isnanl.h, remove tests/test-isnanl.c.
3906         (Makefile.am): Update.
3907         * tests/test-isnanl-nolibm.c: New file.
3908         * tests/test-isnanl.h: New file.
3909         * tests/test-isnanl.c: Remove file.
3910
3911 2007-03-21  Jim Meyering  <jim@meyering.net>
3912
3913         When trying to open ".", treat ESTALE like EACCES.
3914         * lib/savewd.c (savewd_save): Resort to forking not just upon
3915         failure with EACCES, but also when errno is ESTALE.
3916
3917 2007-03-20  Bruno Haible  <bruno@clisp.org>
3918
3919         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3920         Needed on AIX 5.1. Reported by Matthew Woehlke.
3921
3922 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3923
3924         Suggestions by Bruno Haible:
3925         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3926         our own.
3927         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3928         * modules/acl (Depends-on): Add gettext.
3929
3930 2007-03-19  Bruno Haible  <bruno@clisp.org>
3931
3932         * modules/iconvme: Remove file.
3933         * lib/iconvme.h: Remove file.
3934         * lib/iconvme.c: Remove file.
3935         * m4/iconvme.m4: Remove file.
3936
3937 2007-03-19  Bruno Haible  <bruno@clisp.org>
3938
3939         * doc/relocatable-maint.texi: Break long shell script line.
3940         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3941
3942 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3943
3944         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3945         handle file_has_acl.
3946         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3947         * lib/acl.c: Move header inclusions and related macro defns into
3948         lib/acl-internal.h.
3949         (S_ISLNK): Remove defn, since that's now done for us.
3950         (file_has_acl): Move to lib/file-has-acl.c.
3951         Call acl_trivial if available.  This is the crucial part of the fix.
3952         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3953         shared within the library.  Rewrite a bit, partly to make it compatible
3954         with the GNU coding style.
3955         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3956         Remove unnecessary double-quotes.
3957         Don't test for acl_to_text; the build will catch that.
3958         Replace acl_entries if it doesn't exist and it is needed.
3959         Check for -lsec and acl_trivial (as used on Solaris 10).
3960         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3961         lib/file-has-acl.c.
3962         (Depends-on): Add sys_stat, for S_ISLNK.
3963
3964 2007-03-19  Ben Pfaff  <blp@gnu.org>
3965
3966         * doc/gnulib.texi: Fix typos.
3967         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3968
3969 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3970
3971         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3972         If size is zero here, buf must be zero.
3973
3974 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3975
3976         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3977         <bruno@clisp.org>.
3978
3979 2007-03-18  Bruno Haible  <bruno@clisp.org>
3980
3981         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3982         Suggested by Eric Blake.
3983
3984 2007-03-18  Ben Pfaff  <blp@gnu.org>
3985
3986         * doc/relocatable.texi: Recommend using as prefix a directory
3987         that does not exist and will never be created.  Based on
3988         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3989         and others.
3990
3991 2007-03-17  Bruno Haible  <bruno@clisp.org>
3992
3993         * lib/fchownat.c: Include lchown.h.
3994
3995 2007-03-17  Bruno Haible  <bruno@clisp.org>
3996
3997         Fix endless loop when the given allocated size was > INT_MAX.
3998         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3999         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4000         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4001         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4002         * lib/sprintf.c (sprintf): Likewise.
4003
4004 2007-03-17  Bruno Haible  <bruno@clisp.org>
4005
4006         * tests/test-argp-2.sh (func_compare): Output a context diff.
4007
4008 2007-03-17  Bruno Haible  <bruno@clisp.org>
4009
4010         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4011         locale's decimal-point character.
4012
4013 2007-03-17  Bruno Haible  <bruno@clisp.org>
4014
4015         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4016         before comparing it. Needed because on some platforms (e.g. x86) a
4017         'long double' occupies less bytes than sizeof (long double).
4018
4019 2007-03-17  Bruno Haible  <bruno@clisp.org>
4020
4021         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4022         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4023         * tests/test-getaddrinfo.c (simple): Likewise.
4024         * tests/test-read-file.c (main): Likewise.
4025
4026 2007-03-17  Bruno Haible  <bruno@clisp.org>
4027
4028         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4029
4030 2007-03-17  Bruno Haible  <bruno@clisp.org>
4031
4032         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4033         unused variable.
4034
4035 2007-03-17  Bruno Haible  <bruno@clisp.org>
4036
4037         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4038         * tests/test-c-strncasecmp.c: Likewise.
4039
4040 2007-03-17  Bruno Haible  <bruno@clisp.org>
4041
4042         * modules/stdlib (Depends-on): Add unistd.
4043         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4044         Needed for MacOS X 10.3.
4045
4046 2007-03-17  Bruno Haible  <bruno@clisp.org>
4047
4048         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4049
4050 2007-03-17  Bruno Haible  <bruno@clisp.org>
4051
4052         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4053
4054 2007-03-17  Bruno Haible  <bruno@clisp.org>
4055
4056         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4057         to reflect files copied from gnulib (with or without modifications).
4058         Suggested by Jim Meyering.
4059
4060 2007-03-17  Eric Blake  <ebb9@byu.net>
4061
4062         * NEWS: Document stdlib change from 2007-02-18.
4063
4064 2007-03-17  Jim Meyering  <jim@meyering.net>
4065
4066         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4067         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4068         someone uses a name containing shell meta-characters.
4069         Reported by Alfred M. Szmidt.
4070
4071         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4072
4073 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4074
4075         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4076         and copy gettext configuration files only if configure.ac contains
4077         a use of AM_GNU_GETTEXT_VERSION.
4078
4079 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4080
4081         * build-aux/bootstrap (gnulib_name): New variable.
4082         (gnulib_tool_options): Use it.
4083
4084 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4085
4086         * tests/test-des.c: Use new namespace.
4087
4088 2007-03-15  Bruno Haible  <bruno@clisp.org>
4089
4090         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4091         Reported by James Youngman <jay@gnu.org>.
4092
4093 2007-03-15  Bruno Haible  <bruno@clisp.org>
4094
4095         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4096         declared prototype. Needed with cc on OSF/1 5.1.
4097
4098 2007-03-15  Bruno Haible  <bruno@clisp.org>
4099
4100         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4101         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4102         (struct gl_list_implementation): Add dispose_fn argument to the
4103         'create_empty', 'create' methods.
4104         (struct gl_list_impl_base): Add field 'dispose_fn'.
4105         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4106         argument.
4107         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4108         dispose_fn argument.
4109         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4110         dispose_fn on the dropped values.
4111         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4112         dispose_fn argument.
4113         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4114         dropped values.
4115         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4116         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4117         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4118         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4119         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4120         argument.
4121         (gl_tree_list_free): Call dispose_fn on the dropped values.
4122         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4123         the dropped values.
4124         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4125         Add dispose_fn argument.
4126         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4127         Call dispose_fn on the dropped values.
4128         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4129         Add dispose_fn argument.
4130         (gl_sublist_create): Initialize the 'dispose_fn' field.
4131         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4132         * tests/test-array_list.c (main): Update.
4133         * tests/test-carray_list.c (main): Update.
4134         * tests/test-avltree_list.c (main): Update.
4135         * tests/test-rbtree_list.c (main): Update.
4136         * tests/test-avltreehash_list.c (main): Update.
4137         * tests/test-rbtreehash_list.c (main): Update.
4138         * tests/test-linked_list.c (main): Update.
4139         * tests/test-linkedhash_list.c (main): Update.
4140         * tests/test-array_oset.c (main): Update.
4141
4142 2007-03-15  Bruno Haible  <bruno@clisp.org>
4143
4144         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4145         (gl_oset_create_empty): Add dispose_fn argument.
4146         (struct gl_oset_implementation): Add dispose_fn argument to
4147         'create_empty' method.
4148         (struct gl_oset_impl_base): Add dispose_fn field.
4149         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4150         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4151         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4152         values.
4153         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4154         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4155         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4156         dropped value.
4157         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4158         dropped value.
4159         * tests/test-array_oset.c (main): Update.
4160         * tests/test-avltree_oset.c (main): Update.
4161         * tests/test-rbtree_oset.c (main): Update.
4162         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4163
4164 2007-03-13  Bruno Haible  <bruno@clisp.org>
4165
4166         * tests/test-stdbool.c (i): Update after last patch.
4167
4168 2007-03-12  Bruno Haible  <bruno@clisp.org>
4169
4170         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4171         the iswprint macro. Needed on Solaris 2.5.1.
4172
4173 2007-03-12  Bruno Haible  <bruno@clisp.org>
4174
4175         * tests/test-printf-frexp.c (main): Declare x as volatile.
4176
4177 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4178
4179         * doc/gnulib.texi (Build robot for gnulib): New section.
4180
4181 2007-03-12  Jim Meyering  <jim@meyering.net>
4182
4183         * build-aux/bootstrap: New file.
4184         * build-aux/bootstrap.conf: New file, from coreutils.
4185
4186 2007-03-11  Bruno Haible  <bruno@clisp.org>
4187
4188         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4189
4190 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4191
4192         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4193         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4194         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4195
4196 2007-03-11  Bruno Haible  <bruno@clisp.org>
4197
4198         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4199         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4200
4201 2007-03-11  Bruno Haible  <bruno@clisp.org>
4202
4203         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4204         formula. Needed for SunPRO C 5.0.
4205
4206 2007-03-11  Bruno Haible  <bruno@clisp.org>
4207
4208         * modules/long-options (Depends-on): Add getopt.
4209
4210 2007-03-11  Bruno Haible  <bruno@clisp.org>
4211
4212         * modules/modechange (Depends-on): Add stdbool.
4213
4214 2007-03-11  Bruno Haible  <bruno@clisp.org>
4215
4216         * modules/i-ring (Depends-on): Add stdbool.
4217
4218 2007-03-11  Bruno Haible  <bruno@clisp.org>
4219
4220         * modules/gc-des (Depends-on): Add stdbool.
4221
4222 2007-03-11  Bruno Haible  <bruno@clisp.org>
4223
4224         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4225
4226 2007-03-11  Bruno Haible  <bruno@clisp.org>
4227
4228         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4229
4230 2007-03-11  Bruno Haible  <bruno@clisp.org>
4231
4232         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4233
4234 2007-03-11  Bruno Haible  <bruno@clisp.org>
4235
4236         * lib/vasnprintf.c (sprintf): Undefine.
4237
4238 2007-03-11  Bruno Haible  <bruno@clisp.org>
4239
4240         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4241         initializers in SunPRO C and Compaq C compilers.
4242
4243 2007-03-11  Bruno Haible  <bruno@clisp.org>
4244
4245         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4246         decrementing code ANSI C compliant.
4247
4248 2007-03-11  Bruno Haible  <bruno@clisp.org>
4249
4250         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4251         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4252
4253 2007-03-11  Bruno Haible  <bruno@clisp.org>
4254
4255         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4256         <stdbool.h> substitute doesn't pass.
4257
4258 2007-03-11  Bruno Haible  <bruno@clisp.org>
4259
4260         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4261
4262 2007-03-11  Bruno Haible  <bruno@clisp.org>
4263
4264         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4265         script, for submission to autobuild.josefsson.org.
4266
4267 2007-03-10  Bruno Haible  <bruno@clisp.org>
4268
4269         * modules/canonicalize-lgpl-tests: New file.
4270         * tests/test-canonicalize-lgpl.sh: New file.
4271         * tests/test-canonicalize-lgpl.c: New file.
4272
4273         * modules/c-strcase-tests: New file.
4274         * tests/test-c-strcase.sh: New file.
4275         * tests/test-c-strcasecmp.c: New file.
4276         * tests/test-c-strncasecmp.c: New file.
4277
4278         * modules/atexit-tests: New file.
4279         * tests/test-atexit.sh: New file.
4280         * tests/test-atexit.c: New file.
4281
4282 2007-03-10  Bruno Haible  <bruno@clisp.org>
4283
4284         * tests/test-binary-io.sh: Use temporary filenames that are not so
4285         likely to clash with those of other tests (in a parallel make).
4286         * tests/test-binary-io.c: Likewise.
4287
4288 2007-03-10  Bruno Haible  <bruno@clisp.org>
4289
4290         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4291         fallback; use #error instead.
4292         Suggested by Simon Josefsson.
4293
4294 2007-03-10  Bruno Haible  <bruno@clisp.org>
4295
4296         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4297         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4298         first and the last.
4299
4300 2007-03-10  Bruno Haible  <bruno@clisp.org>
4301
4302         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4303
4304 2007-03-10  Bruno Haible  <bruno@clisp.org>
4305
4306         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4307         "make distcheck".
4308         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4309         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4310         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4311
4312 2007-03-10  Bruno Haible  <bruno@clisp.org>
4313
4314         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4315         variable.
4316         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4317         variable.
4318
4319 2007-03-09  Eric Blake  <ebb9@byu.net>
4320         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4321
4322         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4323         types are not being provided by gnulib.
4324         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4325         types are supported.
4326
4327 2007-03-10  Bruno Haible  <bruno@clisp.org>
4328
4329         * lib/stdio_.h (__attribute__): New macro.
4330         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4331         vsprintf): Specify __attribute__ __format__ for GCC.
4332         Suggested by Eric Blake.
4333
4334 2007-03-09  Bruno Haible  <bruno@clisp.org>
4335
4336         * modules/printf-posix-tests: New file.
4337         * tests/test-printf-posix.sh: New file.
4338         * tests/test-printf-posix.c: New file.
4339
4340         * modules/printf-posix: New file.
4341         * lib/printf.c: New file.
4342         * m4/printf-posix-rpl.m4: New file.
4343         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4344         REPLACE_PRINTF.
4345         * lib/stdio_.h (printf): New declaration.
4346         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4347         ____strfmon____): New macros.
4348         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4349         REPLACE_PRINTF.
4350
4351 2007-03-09  Bruno Haible  <bruno@clisp.org>
4352
4353         * tests/test-vasnprintf-posix2.sh: New file.
4354         * tests/test-vasnprintf-posix2.c: New file.
4355         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4356         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4357         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4358
4359         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4360         a locale dependent decimal point, rather than always '.'.
4361
4362 2007-03-09  Eric Blake  <ebb9@byu.net>
4363
4364         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4365         spite of platforms like Tandem/NSK that define it to -1.
4366
4367 2007-03-08  Bruno Haible  <bruno@clisp.org>
4368
4369         * modules/vprintf-posix-tests: New file.
4370         * tests/test-vprintf-posix.sh: New file.
4371         * tests/test-vprintf-posix.c: New file.
4372         * tests/test-printf-posix.h: New file.
4373
4374         * modules/vprintf-posix: New file.
4375         * lib/vprintf.c: New file.
4376         * m4/vprintf-posix.m4: New file.
4377         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4378         REPLACE_VPRINTF.
4379         * lib/stdio_.h (vprintf): New declaration.
4380         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4381         REPLACE_VPRINTF.
4382
4383 2007-03-08  Bruno Haible  <bruno@clisp.org>
4384
4385         * modules/fprintf-posix-tests: New file.
4386         * tests/test-fprintf-posix.sh: New file.
4387         * tests/test-fprintf-posix.c: New file.
4388
4389         * modules/fprintf-posix: New file.
4390         * lib/fprintf.c: New file.
4391         * m4/fprintf-posix.m4: New file.
4392         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4393         REPLACE_FPRINTF.
4394         * lib/stdio_.h (fprintf): New declaration.
4395         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4396         REPLACE_FPRINTF.
4397
4398 2007-03-08  Bruno Haible  <bruno@clisp.org>
4399
4400         * modules/vfprintf-posix-tests: New file.
4401         * tests/test-vfprintf-posix.sh: New file.
4402         * tests/test-vfprintf-posix.c: New file.
4403         * tests/test-fprintf-posix.h: New file.
4404         * tests/test-fprintf-posix.out: New file.
4405
4406         * modules/vfprintf-posix: New file.
4407         * lib/vfprintf.c: New file.
4408         * m4/vfprintf-posix.m4: New file.
4409         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4410         REPLACE_VFPRINTF.
4411         * lib/stdio_.h (vfprintf): New declaration.
4412         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4413         REPLACE_VFPRINTF.
4414
4415 2007-03-08  Bruno Haible  <bruno@clisp.org>
4416
4417         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4418
4419 2007-03-08  Bruno Haible  <bruno@clisp.org>
4420
4421         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4422         instead of 'expr' invocations.
4423         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4424         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4425         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4426         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4427         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4428         Suggested by Paul Eggert.
4429
4430 2007-03-08  Bruno Haible  <bruno@clisp.org>
4431
4432         * modules/fseterr-tests: New file.
4433         * tests/test-fseterr.c: New file.
4434
4435         * modules/fseterr: New file.
4436         * lib/fseterr.h: New file.
4437         * lib/fseterr.c: New file.
4438
4439 2007-03-08  Bruno Haible  <bruno@clisp.org>
4440
4441         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4442         * lib/getopt_.h: Likewise.
4443         * lib/mbswidth.h: Likewise.
4444         * lib/setenv.h: Likewise.
4445         * lib/vasnprintf.h: Likewise.
4446         * lib/vasprintf.h: Likewise.
4447         * lib/verror.h: Likewise.
4448         * lib/xsetenv.h: Likewise.
4449         * lib/xvasprintf.h: Likewise.
4450
4451 2007-03-08  Jim Meyering  <jim@meyering.net>
4452
4453         * users.txt: Add parted.
4454
4455         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4456
4457 2007-03-07  Bruno Haible  <bruno@clisp.org>
4458
4459         * m4/printf.m4: Make the shell script snippets copy&pastable.
4460
4461 2007-03-02  Bruno Haible  <bruno@clisp.org>
4462
4463         * lib/netinet_in_.h: New file.
4464         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4465         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4466         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4467         (Depends-on): Add absolute-header.
4468         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4469         into netinet/in.h.
4470
4471 2007-03-03  Bruno Haible  <bruno@clisp.org>
4472
4473         * lib/sys_select_.h: New file.
4474         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4475         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4476         * modules/sys_select (Files): Add lib/sys_select_.h.
4477         (Depends-on): Add absolute-header.
4478         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4479         into sys/select.h.
4480
4481 2007-03-02  Bruno Haible  <bruno@clisp.org>
4482
4483         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4484         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4485         values.
4486         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4487         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4488         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4489         * modules/sys_socket (Depends-on): Add absolute-header.
4490         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4491         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4492         (Include): Remove requirement of inclusion of <sys/types.h>.
4493
4494 2007-03-02  Bruno Haible  <bruno@clisp.org>
4495
4496         * lib/byteswap_.h (bswap_32): Fix formula.
4497
4498 2007-03-06  Bruno Haible  <bruno@clisp.org>
4499
4500         * modules/sprintf-posix-tests: New file.
4501         * tests/test-sprintf-posix.c: New file.
4502
4503         * modules/sprintf-posix: New file.
4504         * lib/sprintf.c: New file.
4505         * m4/sprintf-posix.m4: New file.
4506         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4507         REPLACE_SPRINTF.
4508         * lib/stdio_.h (sprintf): New declaration.
4509         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4510         REPLACE_SPRINTF.
4511
4512 2007-03-06  Bruno Haible  <bruno@clisp.org>
4513
4514         * modules/vsprintf-posix-tests: New file.
4515         * tests/test-vsprintf-posix.c: New file.
4516         * tests/test-sprintf-posix.h: New file.
4517
4518         * modules/vsprintf-posix: New file.
4519         * lib/vsprintf.c: New file.
4520         * m4/vsprintf-posix.m4: New file.
4521         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4522         REPLACE_VSPRINTF.
4523         * lib/stdio_.h (vsprintf): New declaration.
4524         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4525         REPLACE_VSPRINTF.
4526
4527 2007-03-06  Bruno Haible  <bruno@clisp.org>
4528
4529         * modules/vsnprintf (Depend-on): Remove minmax.
4530
4531 2007-03-06  Bruno Haible  <bruno@clisp.org>
4532
4533         * modules/snprintf-posix-tests: New file.
4534         * tests/test-snprintf-posix.c: New file.
4535
4536         * modules/snprintf-posix: New file.
4537         * m4/snprintf-posix.m4: New file.
4538         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4539         gl_FUNC_SNPRINTF.
4540         (gl_FUNC_SNPRINTF): Invoke it.
4541         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4542         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4543         is set.
4544         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4545
4546 2007-03-06  Bruno Haible  <bruno@clisp.org>
4547
4548         * modules/vsnprintf-posix-tests: New file.
4549         * tests/test-vsnprintf-posix.c: New file.
4550         * tests/test-snprintf-posix.h: New file.
4551
4552         * modules/vsnprintf-posix: New file.
4553         * m4/vsnprintf-posix.m4: New file.
4554         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4555         gl_FUNC_VSNPRINTF.
4556         (gl_FUNC_VSNPRINTF): Invoke it.
4557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4558         * lib/stdio_.h (vsnprintf): Define as a replacement if
4559         REPLACE_VSNPRINTF is set.
4560         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4561
4562 2007-03-06  Bruno Haible  <bruno@clisp.org>
4563
4564         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4565         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4566
4567 2007-03-06  Bruno Haible  <bruno@clisp.org>
4568
4569         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4570         (asinl): Declare also if HAVE_DECL_ASINL is set.
4571         (atanl): Declare also if HAVE_DECL_ATANL is set.
4572         (ceill): Declare also if HAVE_DECL_CEILL is set.
4573         (cosl): Declare also if HAVE_DECL_COSL is set.
4574         (expl): Declare also if HAVE_DECL_EXPL is set.
4575         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4576         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4577         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4578         (logl): Declare also if HAVE_DECL_LOGL is set.
4579         (sinl): Declare also if HAVE_DECL_SINL is set.
4580         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4581         (tanl): Declare also if HAVE_DECL_TANL is set.
4582         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4583         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4584         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4585         declaration of frexpl, ldexpl.
4586         * modules/printf-frexpl (Depends-on): Add math.
4587         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4588
4589 2007-03-05  Bruno Haible  <bruno@clisp.org>
4590
4591         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4592         frexpl and ldexpl are declared.
4593         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4594
4595 2007-03-05  Bruno Haible  <bruno@clisp.org>
4596
4597         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4598         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4599
4600 2007-03-05  Bruno Haible  <bruno@clisp.org>
4601
4602         * lib/stdio_.h: Include <stddef.h>.
4603
4604 2007-03-05  Bruno Haible  <bruno@clisp.org>
4605
4606         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4607
4608 2007-03-05  Bruno Haible  <bruno@clisp.org>
4609
4610         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4611         NetBSD 4, from Ralf Wildenhues.
4612
4613 2007-03-04  Bruno Haible  <bruno@clisp.org>
4614
4615         * lib/vasprintf.h: Update #if logic for the case when the functions
4616         exist but are overridden.
4617
4618 2007-03-04  Bruno Haible  <bruno@clisp.org>
4619
4620         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4621         implementations: glibc-2.4 and MacOS X 10.3.
4622         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4623         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4624         * tests/test-vasprintf-posix.c (test_function): Likewise.
4625
4626 2007-03-04  Bruno Haible  <bruno@clisp.org>
4627
4628         * modules/vasprintf-posix-tests: New file.
4629         * tests/test-vasprintf-posix.c: New file.
4630
4631         * modules/vasprintf-posix: New file.
4632         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4633         defined.
4634         * m4/vasprintf-posix.m4: New file.
4635         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4636         gl_FUNC_VASPRINTF.
4637         (gl_FUNC_VASPRINTF): Invoke it.
4638         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4639         here.
4640         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4641
4642 2007-03-04  Bruno Haible  <bruno@clisp.org>
4643
4644         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4645         REPLACE_GETTIMEOFDAY.
4646         * modules/sys_time (Makefile.am): Likewise.
4647         * m4/sys_time_h.m4: Likewise.
4648         * m4/gettimeofday.m4: Likewise.
4649
4650 2007-03-04  Bruno Haible  <bruno@clisp.org>
4651
4652         * modules/vasnprintf-posix-tests: New file.
4653         * tests/test-vasnprintf-posix.c: New file.
4654
4655         * modules/vasnprintf-posix: New file.
4656         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4657         printf-frexpl.h.
4658         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4659         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4660         REPLACE_VASNPRINTF is defined.
4661         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4662         gl_FUNC_VASNPRINTF.
4663         (gl_FUNC_VASNPRINTF): Invoke it.
4664         * m4/vasnprintf-posix.m4: New file.
4665         * m4/printf.m4: New file.
4666
4667 2007-03-04  Bruno Haible  <bruno@clisp.org>
4668
4669         Compile progreloc.c only if --enable-relocatable is specified.
4670         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4671         if --enable-relocatable was specified.
4672         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4673         lib_SOURCES.
4674
4675 2007-03-04  Jim Meyering  <jim@meyering.net>
4676
4677         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4678         Use it consistently, rather than enumerating errno constants.
4679
4680 2007-03-04  Bruno Haible  <bruno@clisp.org>
4681
4682         * modules/xvasprintf-tests: New file.
4683         * tests/test-xvasprintf.c: New file.
4684
4685         * modules/vasprintf-tests: New file.
4686         * tests/test-vasprintf.c: New file.
4687
4688         * modules/vasnprintf-tests: New file.
4689         * tests/test-vasnprintf.c: New file.
4690
4691         * modules/vsnprintf-tests: New file.
4692         * tests/test-vsnprintf.c: New file.
4693
4694         * modules/snprintf-tests: New file.
4695         * tests/test-snprintf.c: New file.
4696
4697 2007-03-04  Bruno Haible  <bruno@clisp.org>
4698
4699         Compile relocatable.c only if --enable-relocatable is specified.
4700         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4701         gl_RELOCATABLE_LIBRARY.
4702         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4703         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4704         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4705         gl_RELOCATABLE_LIBRARY.
4706         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4707         (Makefile.am): Remove lib_SOURCES.
4708         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4709         gl_RELOCATABLE_LIBRARY.
4710         (Makefile.am): Remove lib_SOURCES.
4711         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4712         always.
4713         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4714         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4715
4716 2007-03-04  Bruno Haible  <bruno@clisp.org>
4717
4718         * modules/argmatch-tests: New file.
4719         * tests/test-argmatch.c: New file.
4720
4721         * tests/test-allocsa.c (main): Halve the number of loop runs.
4722
4723         * modules/alloca-opt-tests: New file.
4724         * tests/test-alloca-opt.c: New file.
4725
4726 2007-03-04  Jim Meyering  <jim@meyering.net>
4727
4728         Work around difference between Linux ACLs and Solaris 10 ZFS.
4729         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4730         for EINVAL.
4731
4732 2007-03-03  Bruno Haible  <bruno@clisp.org>
4733
4734         * modules/relocatable-prog (Depends-on): Add back progreloc's
4735         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4736
4737 2007-03-03  Bruno Haible  <bruno@clisp.org>
4738
4739         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4740         * modules/relocatable-lib: New file.
4741
4742 2007-03-03  Bruno Haible  <bruno@clisp.org>
4743
4744         * modules/relocatable-prog: Renamed from modules/relocatable.
4745         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4746
4747 2007-03-03  Bruno Haible  <bruno@clisp.org>
4748
4749         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4750         m4/relocatable-lib.m4.
4751         (Depends-on): Remove 'relocatable'.
4752         (configure.ac): Add gl_RELOCATABLE_NOP.
4753
4754 2007-03-03  Bruno Haible  <bruno@clisp.org>
4755
4756         * modules/relocatable-prog-wrapper: New file.
4757         * modules/relocatable (Depends-on): Add it. Remove all other
4758         dependencies except progname.
4759         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4760
4761         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4762         (gl_FUNC_STRERROR): Nop.
4763         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4764
4765         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4766         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4767
4768         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4769         (gl_FUNC_READLINK): Update.
4770
4771         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4772
4773 2007-03-03  Bruno Haible  <bruno@clisp.org>
4774
4775         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4776         * modules/xreadlink (Depends-on): Add unistd.
4777         * modules/xreadlink-with-size (Depends-on): Likewise.
4778
4779 2007-03-03  Bruno Haible  <bruno@clisp.org>
4780
4781         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4782         extracted from gt_FUNC_SETENV.
4783         (gt_FUNC_SETENV): Remove macro.
4784         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4785         remove gt_FUNC_SETENV.
4786
4787 2007-03-03  Bruno Haible  <bruno@clisp.org>
4788
4789         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4790         ENABLE_RELOCATABLE here.
4791         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4792
4793 2007-03-03  Bruno Haible  <bruno@clisp.org>
4794
4795         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4796         * tests/test-rbtreehash_list.c: Include progname.h.
4797         (main): Call set_program_name.
4798
4799         * modules/rbtree-oset-tests (Depends-on): Add progname.
4800         * tests/test-rbtree_oset.c: Include progname.h.
4801         (main): Call set_program_name.
4802
4803         * modules/rbtree-list-tests (Depends-on): Add progname.
4804         * tests/test-rbtree_list.c: Include progname.h.
4805         (main): Call set_program_name.
4806
4807         * modules/linked-list-tests (Depends-on): Add progname.
4808         * tests/test-linked_list.c: Include progname.h.
4809         (main): Call set_program_name.
4810
4811 2007-03-03  Bruno Haible  <bruno@clisp.org>
4812
4813         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4814         All uses of __restrict changed to _Restrict_.
4815         * lib/glob_.h (__restrict): Remove macro.
4816
4817 2007-03-02  Bruno Haible  <bruno@clisp.org>
4818
4819         * modules/gettext (configure.ac): Require gettext infrastructure
4820         from version 0.16.1.
4821
4822 2007-03-02  Bruno Haible  <bruno@clisp.org>
4823
4824         * modules/linkedhash-list-tests (Depends-on): Add progname.
4825         * tests/test-linkedhash_list.c: Include progname.h.
4826         (main): Call set_program_name.
4827
4828         * modules/carray-list-tests (Depends-on): Add progname.
4829         * tests/test-carray_list.c: Include progname.h.
4830         (main): Call set_program_name.
4831
4832         * modules/avltreehash-list-tests (Depends-on): Add progname.
4833         * tests/test-avltreehash_list.c: Include progname.h.
4834         (main): Call set_program_name.
4835
4836         * modules/avltree-oset-tests (Depends-on): Add progname.
4837         * tests/test-avltree_oset.c: Include progname.h.
4838         (main): Call set_program_name.
4839
4840         * modules/avltree-list-tests (Depends-on): Add progname.
4841         * tests/test-avltree_list.c: Include progname.h.
4842         (main): Call set_program_name.
4843
4844         * modules/array-oset-tests (Depends-on): Add progname.
4845         * tests/test-array_oset.c: Include progname.h.
4846         (main): Call set_program_name.
4847
4848         * modules/array-list-tests (Depends-on): Add progname.
4849         * tests/test-array_list.c: Include progname.h.
4850         (main): Call set_program_name.
4851
4852         * modules/argp-tests (Depends-on): Add progname.
4853         * tests/test-argp.c: Include argp.h first. Include progname.h.
4854         (main): Call set_program_name.
4855
4856 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4857
4858         * doc/gnulib-tool.texi (Initial import): Reword description of
4859         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4860         limited effect even if defined after the first system include.
4861
4862 2007-03-01  Bruno Haible  <bruno@clisp.org>
4863
4864         * build-aux/config.libpath: Update to libtool-1.5.22.
4865         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4866
4867 2007-03-01  Bruno Haible  <bruno@clisp.org>
4868
4869         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4870         foo_CFLAGS.
4871         Reported by Ralf Wildenhues.
4872
4873 2007-03-01  Bruno Haible  <bruno@clisp.org>
4874
4875         * build-aux/install-reloc: Remove object files left over by some
4876         compilers.
4877         Reported by Ralf Wildenhues.
4878
4879 2007-03-01  Bruno Haible  <bruno@clisp.org>
4880
4881         * build-aux/install-reloc: Break long lines.
4882
4883 2007-03-01  Bruno Haible  <bruno@clisp.org>
4884
4885         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4886         Reported by Ralf Wildenhues.
4887
4888 2007-03-01  Bruno Haible  <bruno@clisp.org>
4889
4890         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4891         include ordering constraints.
4892
4893 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4894
4895         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4896         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4897         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4898         as another example.
4899         * lib/time_.h: Fix misspelling.
4900         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4901         Require gl_HEADER_TIME_H_DEFAULTS.
4902         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4903         * m4/time_r.m4 (gl_TIME_R): Likewise.
4904         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4905
4906 2007-03-01  Bruno Haible  <bruno@clisp.org>
4907
4908         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4909         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4910
4911 2007-03-01  Jim Meyering  <jim@meyering.net>
4912
4913         * modules/xreadlink (Maintainer): Add my name.
4914         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4915
4916 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4917             Bruno Haible  <bruno@clisp.org>
4918
4919         * build-aux/install-reloc: Compile also c-ctype.c.
4920         * build-aux/relocatable.sh.in: New file.
4921         * doc/relocatable.texi: New file.
4922         * doc/relocatable-maint.texi: New file.
4923         * doc/gnulib.texi: Include relocatable-maint.texi.
4924         * lib/progreloc.c: Include unistd.h unconditionally.
4925         * lib/relocwrapper.c: Include unistd.h unconditionally.
4926         Include c-ctype.h.
4927         (add_dotbin): Use c_tolower.
4928         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4929         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4930         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4931         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4932         to m4/relocatable-lib.m4.
4933         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4934         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4935         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4936         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4937         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4938         * modules/relocatable: New file.
4939         * modules/relocatable-lib: New file.
4940         * modules/relocatable-script: New file.
4941
4942 2007-02-28  Bruno Haible  <bruno@clisp.org>
4943
4944         Import --enable-relocatable infrastructure.
4945         * build-aux/config.libpath: New file, from GNU gettext.
4946         * build-aux/install-reloc: New file, from GNU gettext.
4947         * build-aux/reloc-ldflags: New file, from GNU gettext.
4948         * lib/relocatable.h: New file, from GNU gettext.
4949         * lib/relocatable.c: New file, from GNU gettext.
4950         * lib/relocwrapper.c: New file, from GNU gettext.
4951         * m4/relocatable.m4: New file, from GNU gettext.
4952
4953 2007-02-28  Bruno Haible  <bruno@clisp.org>
4954
4955         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4956
4957         * modules/xreadlink: New file, from GNU gettext with modifications.
4958         * lib/xreadlink.c: New file, from GNU gettext.
4959         * lib/xreadlink.h: Add comments.
4960         (xreadlink): New declaration.
4961
4962         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4963         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4964         lib/xreadlink-with-size.c.
4965         (configure.ac): Remove gl_XREADLINK invocation.
4966         (Makefile.am): Augment lib_SOURCES.
4967         * m4/xreadlink.m4: Remove file.
4968         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4969         (xreadlink_with_size): Renamed from xreadink.
4970         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4971         * modules/canonicalize (Depends-on): Replace xreadlink with
4972         xreadlink-with-size.
4973         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4974
4975 2007-02-25  Jim Meyering  <jim@meyering.net>
4976
4977         * build-aux/announce-gen: When complaining about excess arguments,
4978         list them.
4979
4980 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4981
4982         * README: Document signed integer overflow situation more
4983         accurately.
4984
4985 2007-02-25  Bruno Haible  <bruno@clisp.org>
4986
4987         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4988         'a' or 'A' conversion.
4989
4990 2007-02-25  Bruno Haible  <bruno@clisp.org>
4991
4992         * modules/filename: Renamed from modules/pathname.
4993         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4994         lib/concatpath.c with lib/concat-filename.c.
4995         (Makefile.am): Update.
4996         (Include): Replace pathname.h with filename.h.
4997         * lib/filename.h: Renamed from lib/pathname.h.
4998         (concatenated_filename): Renamed from concatenated_pathname.
4999         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5000         (concatenated_filename): Renamed from concatenated_pathname.
5001         * lib/findprog.c: Include filename.h instead of pathname.h.
5002         (find_in_path): Update.
5003         * lib/javacomp.c: Include filename.h instead of pathname.h.
5004         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5005         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5006         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5007         is_oldgcj_14_13_usable, is_javac_usable): Update.
5008         * lib/javaexec.c: Include filename.h instead of pathname.h.
5009         (execute_java_class): Update.
5010         * modules/findprog: Update.
5011         * modules/javacomp: Update.
5012         * modules/javaexec: Update.
5013         * MODULES.html.sh (File system functions): Add 'filename', remove
5014         'pathname'.
5015
5016 2007-02-25  Bruno Haible  <bruno@clisp.org>
5017
5018         * modules/printf-frexpl-tests: New file.
5019         * tests/test-printf-frexpl.c: New file.
5020
5021         * modules/printf-frexpl: New file.
5022         * lib/printf-frexpl.h: New file.
5023         * lib/printf-frexpl.c: New file.
5024         * m4/printf-frexpl.m4: New file.
5025
5026 2007-02-25  Bruno Haible  <bruno@clisp.org>
5027
5028         * modules/printf-frexp-tests: New file.
5029         * tests/test-printf-frexp.c: New file.
5030
5031         * modules/printf-frexp: New file.
5032         * lib/printf-frexp.h: New file.
5033         * lib/printf-frexp.c: New file.
5034         * m4/printf-frexp.m4: New file.
5035
5036 2007-02-25  Bruno Haible  <bruno@clisp.org>
5037
5038         Assume automake >= 1.10 for the tests.
5039         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5040         * modules/arctwo-tests: Likewise.
5041         * modules/argp-tests: Likewise.
5042         * modules/avltree-list-tests: Likewise.
5043         * modules/avltree-oset-tests: Likewise.
5044         * modules/avltreehash-list-tests: Likewise.
5045         * modules/carray-list-tests: Likewise.
5046         * modules/crc-tests: Likewise.
5047         * modules/des-tests: Likewise.
5048         * modules/gc-arcfour-tests: Likewise.
5049         * modules/gc-arctwo-tests: Likewise.
5050         * modules/gc-des-tests: Likewise.
5051         * modules/gc-hmac-md5-tests: Likewise.
5052         * modules/gc-hmac-sha1-tests: Likewise.
5053         * modules/gc-md2-tests: Likewise.
5054         * modules/gc-md4-tests: Likewise.
5055         * modules/gc-md5-tests: Likewise.
5056         * modules/gc-pbkdf2-sha1-tests: Likewise.
5057         * modules/gc-rijndael-tests: Likewise.
5058         * modules/gc-sha1-tests: Likewise.
5059         * modules/gc-tests: Likewise.
5060         * modules/getaddrinfo-tests: Likewise.
5061         * modules/hmac-md5-tests: Likewise.
5062         * modules/hmac-sha1-tests: Likewise.
5063         * modules/linked-list-tests: Likewise.
5064         * modules/linkedhash-list-tests: Likewise.
5065         * modules/lock-tests: Likewise.
5066         * modules/md2-tests: Likewise.
5067         * modules/md4-tests: Likewise.
5068         * modules/md5-tests: Likewise.
5069         * modules/rbtree-list-tests: Likewise.
5070         * modules/rbtree-oset-tests: Likewise.
5071         * modules/rbtreehash-list-tests: Likewise.
5072         * modules/read-file-tests: Likewise.
5073         * modules/rijndael-tests: Likewise.
5074         * modules/stdint-tests: Likewise.
5075         * modules/tls-tests: Likewise.
5076
5077 2007-02-24  Bruno Haible  <bruno@clisp.org>
5078
5079         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5080         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5081         function; instead check whether isnan with a double argument links.
5082         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5083         function; instead check whether isnan with a 'long double' argument
5084         links.
5085         Reported by Eric Blake <ebb9@byu.net>.
5086
5087 2007-02-24  Bruno Haible  <bruno@clisp.org>
5088
5089         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5090         defined.
5091         * lib/isnanl.c: Remove all code. Just include isnan.c.
5092         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5093
5094 2007-02-25  Jim Meyering  <jim@meyering.net>
5095
5096         Avoid conflicting types for 'unsetenv' on FreeBSD.
5097         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5098         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5099         in stdlib.h.
5100
5101 2007-02-24  Bruno Haible  <bruno@clisp.org>
5102
5103         * modules/isnanl-nolibm-tests: New file.
5104         * tests/test-isnanl.c: New file.
5105
5106         * modules/isnanl-nolibm: New file.
5107         * lib/isnanl.h: New file.
5108         * lib/isnanl.c: New file.
5109         * m4/isnanl.m4: New file.
5110
5111 2007-02-24  Bruno Haible  <bruno@clisp.org>
5112
5113         * modules/isnan-nolibm-tests: New file.
5114         * tests/test-isnan.c: New file.
5115
5116         * modules/isnan-nolibm: New file.
5117         * lib/isnan.h: New file.
5118         * lib/isnan.c: New file.
5119         * m4/isnan.m4: New file.
5120
5121 2007-02-24  Bruno Haible  <bruno@clisp.org>
5122
5123         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5124         assume that an exponent fits in 20 bits.
5125
5126 2007-02-24  Jim Meyering  <jim@meyering.net>
5127
5128         * m4/regex.m4: Update the description of the configure-time option,
5129         --without-included-regex, to state accurately what the defaults are,
5130         and perhaps to give people an idea why using this option is risky.
5131
5132 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5133
5134         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5135         loops on small arguments.  This attempts to avoid the problem
5136         Bruno Haible reported for AIX 4.3.2 in
5137         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5138
5139 2007-02-23  Bruno Haible  <bruno@clisp.org>
5140
5141         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5142         Needed for help2man.
5143
5144 2007-02-23  Karl Berry  <karl@gnu.org>
5145
5146         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5147         exists, foo.h should be cvs-ignored, not committed.
5148
5149 2007-02-23  Eric Blake  <ebb9@byu.net>
5150
5151         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5152         * lib/stat-time.h (includes): Likewise.
5153         * lib/utimecmp.c (includes): Likewise.
5154         * lib/utimens.h (includes): Likewise.
5155         * lib/getdate.y (includes): Also include "timespec.h" for use
5156         internal to the module.
5157         * modules/utimens (Depends-on): Revert yesterday's patch.
5158         * modules/nanosleep (Depends-on): Add missing dependency.
5159
5160 2007-02-22  Bruno Haible  <bruno@clisp.org>
5161
5162         * lib/glob.c: Don't include getlogin_r.h.
5163
5164 2007-02-22  Jim Meyering  <jim@meyering.net>
5165
5166         * modules/utimens (Depends-on): Add timespec, required for
5167         utimens.h's inclusion of timespec.h.
5168
5169 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5170
5171         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5172         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5173         Schwab in
5174         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5175         I'll try to think of a better way to fix the Solaris problem.
5176
5177         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5178         like glibc; on Solaris 10, it fails with errno == EINVAL.
5179         POSIX says the behavior is unspecified if the first argument is NULL,
5180         so play it safe and never pass NULL to the system getcwd.
5181
5182 2007-02-21  Jim Meyering  <jim@meyering.net>
5183
5184         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5185         of gettimeofday.  It would conflict with the one now always
5186         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5187         an IRIX 6.5 build failure.
5188
5189 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5190
5191         Minor fixups to port to Solaris 10 with Sun C 5.8.
5192         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5193         * modules/getcwd (Depends-on): Add dirfd.
5194         * lib/putenv.c (putenv): #undef it.
5195         (rpl_putenv): New decl.
5196         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5197
5198 2007-02-20  Bruno Haible  <bruno@clisp.org>
5199
5200         * modules/stdio-tests: New file.
5201         * tests/test-stdio.c: New file.
5202
5203         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5204         (Depends-on): Add stdio.
5205         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5206         (Include): Use <stdio.h> instead of vsnprintf.h.
5207         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5208         HAVE_DECL_VSNPRINTF.
5209         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5210
5211         * modules/snprintf (Files): Remove lib/snprintf.h.
5212         (Depends-on): Add stdio.
5213         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5214         (Include): Use <stdio.h> instead of snprintf.h.
5215         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5216         HAVE_DECL_SNPRINTF.
5217         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5218         * lib/getaddrinfo.c: Likewise.
5219
5220         * modules/stdio: New file.
5221         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5222         * lib/snprintf.h: Remove file.
5223         * lib/vsnprintf.h: Remove file.
5224         * lib/.cppi-disable: Remove snprintf.h.
5225         * m4/stdio_h.m4: New file.
5226         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5227
5228 2007-02-20  Jim Meyering  <jim@meyering.net>
5229
5230         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5231         used by e.g., mingw.  From Bruno Haible.
5232
5233 2007-02-19  Bruno Haible  <bruno@clisp.org>
5234
5235         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5236         warnings.
5237         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5238
5239 2007-02-19  Bruno Haible  <bruno@clisp.org>
5240
5241         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5242         from mingw users.
5243
5244 2007-02-19  Bruno Haible  <bruno@clisp.org>
5245
5246         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5247         warnings.
5248         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5249
5250 2007-02-19  Jim Meyering  <jim@meyering.net>
5251
5252         Don't use FD after a successful "fdopendir (fd)".
5253         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5254         Reset it by calling dirfd on the just-obtained DIR*.
5255
5256         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5257         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5258
5259 2007-02-18  Bruno Haible  <bruno@clisp.org>
5260
5261         * lib/readlink.c: Include <unistd.h>.
5262         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5263         HAVE_READLINK.
5264         * modules/readlink (Depends-on): Add unistd.
5265         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5266         (Include): Add <unistd.h>.
5267
5268         * lib/getlogin_r.h: Remove file.
5269         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5270         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5271         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5272         HAVE_DECL_GETLOGIN_R.
5273         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5274         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5275         (Include): Use <unistd.h> instead of getlogin_r.h.
5276
5277         * lib/getcwd.h: Remove file.
5278         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5279         * lib/xgetcwd.c: Likewise.
5280         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5281         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5282         * modules/getcwd (Files): Remove lib/getcwd.h.
5283         (Depends-on): Add unistd.
5284         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5285         (Include): Use <unistd.h> instad of getcwd.h.
5286
5287         * lib/ftruncate.c: Include <unistd.h> first.
5288         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5289         Set HAVE_FTRUNCATE.
5290         * modules/ftruncate (Depends-on): Add unistd.
5291         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5292
5293         * lib/fchdir.c: Include <unistd.h> first.
5294         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5295         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5296         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5297         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5298         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5299
5300         * lib/dup2.c: Include <unistd.h> first.
5301         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5302         HAVE_DUP2.
5303         * modules/dup2 (Depends-on): Add unistd.
5304         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5305
5306         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5307         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5308         REPLACE_CHOWN. Don't define chown as a macro here.
5309         * modules/chown (Depends-on): Add unistd.
5310         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5311
5312         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5313         Add definition for GL_LINK_WARNING.
5314         (chown, dup2): New declarations.
5315         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5316         link warning.
5317         (ftruncate): New declaration.
5318         (getcwd): New declaration, taken from old getcwd.h.
5319         (getlogin_r): New declaration, taken from old getlogin_r.h.
5320         (readlink): New declaration.
5321         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5322         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5323         (gl_PREREQ_UNISTD): Remove macro.
5324         (gl_UNISTD_MODULE_INDICATOR): New macro.
5325         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5326         many new variables. Don't set UNISTD_H.
5327         * modules/unistd (Description): Change.
5328         (Depends-on): Add link-warning.
5329         (configure.ac): Update.
5330         (Makefile.am): Create unistd.h always. Substitute many new variables
5331         into it.
5332
5333 2007-02-18  Bruno Haible  <bruno@clisp.org>
5334
5335         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5336         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5337         HAVE_GETSUBOPT.
5338         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5339         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5340         * lib/getsubopt.h: Remove file.
5341         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5342         (Depends-on): Add stdlib.
5343         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5344         (Includes): Use <stdlib.h> instead of getsubopt.h.
5345         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5346         Set HAVE_GETSUBOPT.
5347         * lib/getsubopt.c: Don't include getsubopt.h.
5348
5349 2007-02-18  Bruno Haible  <bruno@clisp.org>
5350
5351         * modules/fchdir (Depends-on): Add dup2.
5352
5353 2007-02-18  Bruno Haible  <bruno@clisp.org>
5354
5355         * lib/stdlib_.h: Handle glibc's special invocation convention
5356         specially.
5357
5358 2007-02-18  Bruno Haible  <bruno@clisp.org>
5359
5360         * modules/stdlib-tests: New file.
5361         * tests/test-stdlib.c: New file.
5362
5363         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5364         (Depends-on): Add stdlib.
5365         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5366         (Includes): Use <stdlib.h> instead of mkstemp.h.
5367         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5368         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5369         * lib/mkstemp.c: Don't include mkstemp.h.
5370         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5371         * lib/stdlib--.h: Don't include mkstemp.h.
5372
5373         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5374         (Depends-on): Add stdlib.
5375         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5376         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5377         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5378         HAVE_MKDTEMP.
5379         * lib/mkdtemp.c: Don't include mkdtemp.h.
5380         * lib/clean-temp.c: Don't include mkdtemp.h.
5381
5382         * modules/exit (Files): Remove lib/exit.h.
5383         (Depends-on): Add stdlib.
5384         (Makefile.am): Remove lib_SOURCES.
5385         (Include): Use <stdlib.h> instead of exit.h.
5386         * lib/argmatch.c: Don't include exit.h.
5387         * lib/execute.c: Likewise.
5388         * lib/pagealign_alloc.c: Likewise.
5389         * lib/pipe.c: Likewise.
5390         * lib/wait-process.c: Likewise.
5391         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5392         * lib/exitfail.c: Likewise.
5393         * lib/savewd.c: Likewise.
5394         * lib/xsetenv.c: Likewise.
5395
5396         * modules/stdlib: New file.
5397         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5398         and extra comments about mkstemp().
5399         * lib/exit.h: Remove file.
5400         * lib/mkdtemp.h: Remove file.
5401         * lib/mkstemp.h: Remove file.
5402         * m4/stdlib_h.m4: New file.
5403         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5404
5405 2007-02-18  Bruno Haible  <bruno@clisp.org>
5406
5407         * modules/math-tests: New file.
5408         * tests/test-math.c: New file.
5409
5410         * modules/math: New file.
5411         * modules/mathl (Files): Remove lib/mathl.h.
5412         (Depends-on): Add math.
5413         (Makefile.am): Don't mention mathl.h.
5414         (Include): Use <math.h> instead of mathl.h.
5415         * lib/math_.h: New file.
5416         * lib/mathl.h: Remove file.
5417         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5418         mathl.h.
5419         * lib/asinl.c: Likewise.
5420         * lib/atanl.c: Likewise.
5421         * lib/ceill.c: Likewise.
5422         * lib/cosl.c: Likewise.
5423         * lib/expl.c: Likewise.
5424         * lib/floorl.c: Likewise.
5425         * lib/frexpl.c: Likewise.
5426         * lib/ldexpl.c: Likewise.
5427         * lib/logl.c: Likewise.
5428         * lib/sincosl.c: Likewise.
5429         * lib/sinl.c: Likewise.
5430         * lib/sqrtl.c: Likewise.
5431         * lib/tanl.c: Likewise.
5432         * lib/trigl.c: Likewise.
5433         * m4/math_h.m4: New file.
5434         * MODULES.html.sh (Mathematics): Add math.
5435
5436 2007-02-17  Bruno Haible  <bruno@clisp.org>
5437
5438         * modules/wctype-tests: New file.
5439         * tests/test-wctype.c: New file.
5440
5441         * modules/wchar-tests: New file.
5442         * tests/test-wchar.c: New file.
5443
5444         * modules/unistd-tests: New file.
5445         * tests/test-unistd.c: New file.
5446
5447         * modules/time-tests: New file.
5448         * tests/test-time.c: New file.
5449
5450         * modules/sysexits-tests: New file.
5451         * tests/test-sysexits.c: New file.
5452
5453         * modules/sys_time-tests: New file.
5454         * tests/test-sys_time.c: New file.
5455
5456         * modules/sys_stat-tests: New file.
5457         * tests/test-sys_stat.c: New file.
5458
5459         * modules/sys_socket-tests: New file.
5460         * tests/test-sys_socket.c: New file.
5461
5462         * modules/sys_select-tests: New file.
5463         * tests/test-sys_select.c: New file.
5464
5465         * modules/string-tests: New file.
5466         * tests/test-string.c: New file.
5467
5468         * modules/stdbool-tests: New file.
5469         * tests/test-stdbool.c: New file.
5470
5471         * modules/netinet_in-tests: New file.
5472         * tests/test-netinet_in.c: New file.
5473
5474         * modules/inttypes-tests: New file.
5475         * tests/test-inttypes.c: New file.
5476
5477         * modules/fcntl-tests: New file.
5478         * tests/test-fcntl.c: New file.
5479
5480         * modules/byteswap-tests: New file.
5481         * tests/test-byteswap.c: New file.
5482
5483         * modules/arpa_inet-tests: New file.
5484         * tests/test-arpa_inet.c: New file.
5485
5486 2007-02-17  Bruno Haible  <bruno@clisp.org>
5487
5488         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5489         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5490         if the corresponding module is not enabled. Emit link warnings if
5491         the function is used nevertheless.
5492         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5493         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5494         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5495         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5496         * modules/inttypes (Depends-on): Add link-warning.
5497         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5498         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5499         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5500         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5501         * modules/imaxdiv (configure.ac): Likewise.
5502         * modules/strtoimax (configure.ac): Likewise.
5503         * modules/strtoumax (configure.ac): Likewise.
5504
5505 2007-02-17  Bruno Haible  <bruno@clisp.org>
5506
5507         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5508         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5509         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5510         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5511
5512 2007-02-17  Bruno Haible  <bruno@clisp.org>
5513
5514         * modules/link-warning: New file.
5515         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5516         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5517         * modules/string (Depends-on): Add link-warning.
5518         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5519         string.h.
5520         * MODULES.html.sh (Support for building libraries and executables): Add
5521         link-warning.
5522
5523 2007-02-17  Bruno Haible  <bruno@clisp.org>
5524
5525         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5526         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5527         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5528         long lines.
5529
5530 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5531             Bruno Haible  <bruno@clisp.org>
5532
5533         * modules/tmpfile: New file.
5534         * lib/tmpfile.c: New file.
5535         * m4/tmpfile.m4: New file.
5536         * MODULES.html.sh (func_all_modules): New section "Input/output".
5537
5538 2007-02-15  Bruno Haible  <bruno@clisp.org>
5539
5540         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5541         (supports_delete_on_close): New function.
5542         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5543
5544 2007-02-14  Bruno Haible  <bruno@clisp.org>
5545
5546         * modules/mbspcasecmp-tests: New file.
5547         * tests/test-mbspcasecmp.sh: New file.
5548         * tests/test-mbspcasecmp.c: New file.
5549
5550         New module mbspcasecmp.
5551         * modules/mbspcasecmp: New file.
5552         * lib/mbspcasecmp.c: New file.
5553         * lib/string_.h (strncasecmp): Change warning message.
5554         (mbspcasecmp): New declaration.
5555         * m4/mbspcasecmp.m4: New file.
5556         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5557         GNULIB_MBSPCASECMP.
5558         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5559         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5560
5561 2007-02-14  Bruno Haible  <bruno@clisp.org>
5562
5563         * modules/mbsncasecmp-tests: New file.
5564         * tests/test-mbsncasecmp.sh: New file.
5565         * tests/test-mbsncasecmp.c: New file.
5566
5567         New module mbsncasecmp.
5568         * modules/mbsncasecmp: New file.
5569         * lib/mbsncasecmp.c: New file.
5570         * lib/string_.h (mbsncasecmp): New declaration.
5571         * m4/mbsncasecmp.m4: New file.
5572         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5573         GNULIB_MBSNCASECMP.
5574         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5575         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5576
5577 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5578
5579         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5580         Verify that it doesn't overlap with our flags.
5581         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5582         do not have the desired effect in multibyte locales; instead, use
5583         mbscasecmp.
5584         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5585         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5586         we don't require GNU fnmatch ourselves (if our users require it, they
5587         should do so explicitly).
5588
5589         Fix regex code so it doesn't rely on strcasecmp.
5590         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5591         Otherwise, include gnulib's langinfo.h.
5592         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5593         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5594         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5595         * modules/regex (FILES): Remove m4/codeset.m4.
5596         (Depends-on): Add localcharset.  Remove strcase.
5597
5598 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5599
5600         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5601         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5602
5603 2007-02-13  Bruno Haible  <bruno@clisp.org>
5604
5605         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5606         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5607
5608 2007-02-12  Bruno Haible  <bruno@clisp.org>
5609
5610         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5611         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5612         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5613         time warning rather than a link error.
5614
5615 2007-02-12  Bruno Haible  <bruno@clisp.org>
5616
5617         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5618         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5619         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5620
5621 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5622
5623         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5624         args, not 2.
5625
5626 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5627
5628         New module 'time', so that apps can include <time.h> as per
5629         POSIX and GNU instead of separate include files like time_r.h
5630         and timegm.h.  This implementation tries out a simpler approach
5631         for replacing decls in standard include files (as compared to
5632         the string module), somewhat as an experiment.
5633
5634         * config/srclist.txt: Comment out mktime.c for now.
5635         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5636         since it doesn't apply any more.  Use generic wording instead.
5637         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5638         'time'.
5639         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5640         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5641         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5642         Don't include <sys/types.h>; no longer needed since we assume C89.
5643         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5644         * lib/strftime.c: Likewise.
5645         * lib/time_r.c: Likewise.
5646         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5647         * lib/nanosleep.c: Include <time.h> first, to check interface.
5648         * lib/strptime.c: Likewise.
5649         * lib/time_r.c: Likewise.
5650         * lib/timegm.c: Likewise.
5651         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5652         needed.
5653         * lib/timegm.c: Don't include timegm.h; no longer needed.
5654         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5655         time.h now handles any problems in that area.
5656         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5657         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5658         that time.h defines struct timespec.
5659         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5660         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5661         handles that.
5662         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5663         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5664         needed.  Set REPLACE_LOCALTIME.
5665         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5666         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5667         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5668         nanosleep; time_h.m4 now does that.  Don't require
5669         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5670         module handles this now.
5671         * modules/getdate (Depends-on): Remove timespec.  Add time.
5672         * modules/nanosleep (Depends-on): Likewise.
5673         * modules/stat-time (Depends-on): Likewise.
5674         * modules/nanosleep (Include): Include time.h, not timespec.h.
5675         * modules/strptime (Files): Remove lib/strptime.h.
5676         (Depends-on): Add extensions, time.
5677         (Include): Include time.h, not strptime.h.
5678         * modules/time_r (Files): Remove lib/time_r.h.
5679         (Depends-on): Add time.
5680         (Include): Include time.h, not time_r.h.
5681         * modules/timegm: Likewise.
5682         * modules/timespec (Description): Now does timespec-related decls
5683         of our own, instead of struct timespec itself.
5684         (Depends-on): Add time; remove extensions.
5685         (Maintainer): Add self.
5686         * modules/utimecmp (Depends-on): Add time; remove timespec.
5687         * modules/utimens (Depends-on): Likewise.
5688         * modules/xnanosleep (Depends-on): Likewise.
5689
5690 2007-02-11  Bruno Haible  <bruno@clisp.org>
5691
5692         * lib/c-strstr.c: Include allocsa.h.
5693         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5694         * lib/c-strcasestr.c: Include allocsa.h.
5695         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5696         * lib/strcasestr.c: Include allocsa.h.
5697         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5698         * lib/mbsstr.c: Include allocsa.h.
5699         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5700         allocsa/freesa instead of malloc/free.
5701         * lib/mbscasestr.c: Include allocsa.h.
5702         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5703         allocsa/freesa instead of malloc/free.
5704         * modules/c-strstr (Depends-on): Add allocsa.
5705         * modules/c-strcasestr (Depends-on): Likewise.
5706         * modules/strcasestr (Depends-on): Likewise.
5707         * modules/mbsstr (Depends-on): Likewise.
5708         * modules/mbscasestr (Depends-on): Likewise.
5709
5710 2007-02-11  Bruno Haible  <bruno@clisp.org>
5711
5712         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5713
5714         * modules/mbsspn-tests: New file.
5715         * tests/test-mbsspn.sh: New file.
5716         * tests/test-mbsspn.c: New file.
5717
5718 2007-02-11  Bruno Haible  <bruno@clisp.org>
5719
5720         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5721
5722         * modules/mbspbrk-tests: New file.
5723         * tests/test-mbspbrk.sh: New file.
5724         * tests/test-mbspbrk.c: New file.
5725
5726 2007-02-11  Bruno Haible  <bruno@clisp.org>
5727
5728         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5729         unneeded cast.
5730
5731         * modules/mbscspn-tests: New file.
5732         * tests/test-mbscspn.sh: New file.
5733         * tests/test-mbscspn.c: New file.
5734
5735 2007-02-11  Bruno Haible  <bruno@clisp.org>
5736
5737         * modules/mbscasecmp-tests: New file.
5738         * tests/test-mbscasecmp.sh: New file.
5739         * tests/test-mbscasecmp.c: New file.
5740
5741 2007-02-11  Bruno Haible  <bruno@clisp.org>
5742
5743         Ensure O(n) worst-case complexity of mbscasestr.
5744         * lib/mbscasestr.c: Include stdbool.h.
5745         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5746         functions.
5747         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5748         the bookkeeping indicates that it's worth it.
5749         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5750
5751         * modules/mbscasestr-tests: New file.
5752         * tests/test-mbscasestr1.c: New file.
5753         * tests/test-mbscasestr2.sh: New file.
5754         * tests/test-mbscasestr2.c: New file.
5755         * tests/test-mbscasestr3.sh: New file.
5756         * tests/test-mbscasestr3.c: New file.
5757         * tests/test-mbscasestr4.sh: New file.
5758         * tests/test-mbscasestr4.c: New file.
5759         * m4/locale-tr.m4: New file.
5760
5761 2007-02-11  Bruno Haible  <bruno@clisp.org>
5762
5763         Ensure O(n) worst-case complexity of mbsstr.
5764         * lib/mbsstr.c: Include stdbool.h.
5765         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5766         functions.
5767         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5768         bookkeeping indicates that it's worth it.
5769         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5770
5771         * modules/mbsstr-tests: New file.
5772         * tests/test-mbsstr1.c: New file.
5773         * tests/test-mbsstr2.sh: New file.
5774         * tests/test-mbsstr2.c: New file.
5775         * tests/test-mbsstr3.sh: New file.
5776         * tests/test-mbsstr3.c: New file.
5777         * m4/locale-fr.m4: New file.
5778
5779 2007-02-11  Bruno Haible  <bruno@clisp.org>
5780
5781         * lib/mbsrchr.c (mbsrchr): Fix bug.
5782
5783         * modules/mbsrchr-tests: New file.
5784         * tests/test-mbsrchr.sh: New file.
5785         * tests/test-mbsrchr.c: New file.
5786
5787 2007-02-11  Bruno Haible  <bruno@clisp.org>
5788
5789         * lib/mbschr.c (mbschr): Fix bug.
5790
5791         * modules/mbschr-tests: New file.
5792         * tests/test-mbschr.sh: New file.
5793         * tests/test-mbschr.c: New file.
5794         * m4/locale-zh.m4: New file.
5795
5796 2007-02-11  Bruno Haible  <bruno@clisp.org>
5797
5798         Support for copying multibyte string iterators.
5799         * lib/mbiter.h: Include <string.h>.
5800         (mbiter_multi_copy): New function.
5801         (mbi_copy): New macro.
5802         * lib/mbuiter.h: Include <string.h>.
5803         (mbuiter_multi_copy): New function.
5804         (mbui_copy): New macro.
5805
5806 2007-02-11  Bruno Haible  <bruno@clisp.org>
5807
5808         New module mbslen.
5809         * modules/mbslen: New file.
5810         * lib/mbslen.c: New file.
5811         * lib/string_.h (mbslen): New declaration.
5812         * m4/mbslen.m4: New file.
5813         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5814         GNULIB_MBSLEN.
5815         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5816         * MODULES.html.sh (Internationalization functions): Add mbslen.
5817
5818 2007-02-11  Bruno Haible  <bruno@clisp.org>
5819
5820         Ensure O(n) worst-case complexity of strcasestr substitute.
5821         * lib/strcasestr.c: Include stdbool.h.
5822         (knuth_morris_pratt): New function.
5823         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5824         bookkeeping indicates that it's worth it.
5825         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5826
5827         * modules/strcasestr-tests: New file.
5828         * tests/test-strcasestr.c: New file.
5829
5830 2007-02-11  Bruno Haible  <bruno@clisp.org>
5831
5832         Ensure O(n) worst-case complexity of c_strcasestr.
5833         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5834         (knuth_morris_pratt): New function.
5835         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5836         the bookkeeping indicates that it's worth it.
5837         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5838
5839         * modules/c-strcasestr-tests: New file.
5840         * tests/test-c-strcasestr.c: New file.
5841
5842 2007-02-11  Bruno Haible  <bruno@clisp.org>
5843
5844         Ensure O(n) worst-case complexity of c_strstr.
5845         * lib/c-strstr.c: Include stdbool.h, string.h.
5846         (knuth_morris_pratt): New function.
5847         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5848         bookkeeping indicates that it's worth it.
5849         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5850
5851         * lib/c-strstr.c: Complete rewrite for maintainability.
5852
5853         * modules/c-strstr-tests: New file.
5854         * tests/test-c-strstr.c: New file.
5855
5856 2007-02-11  Bruno Haible  <bruno@clisp.org>
5857
5858         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5859         5.2.1 and earlier, whereby \055 was treated just like the range
5860         delimiter '-'.
5861         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5862
5863 2007-02-08  Bruno Haible  <bruno@clisp.org>
5864
5865         * modules/regex (Depends-on): Add stdbool.
5866         Reported by Dalibor Topic <robilad@kaffe.org>.
5867
5868 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5869
5870         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5871         Prefer returning from main to exiting from it.
5872         Remove unnecessary parens after sizeof.
5873
5874 2007-02-05  Bruno Haible  <bruno@clisp.org>
5875
5876         New module mbssep.
5877         * modules/mbssep: New file.
5878         * lib/mbssep.c: New file.
5879         * lib/string_.h (strsep): Add a conditional link warning.
5880         (mbssep): New declaration.
5881         * m4/mbssep.m4: New file.
5882         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5883         GNULIB_MBSSEP.
5884         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5885         * MODULES.html.sh (Internationalization functions): Add mbssep.
5886
5887 2007-02-05  Bruno Haible  <bruno@clisp.org>
5888
5889         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5890         Optimize search in case of 1 delimiter.
5891
5892 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5893
5894         * lib/acl.h: Include sys/types.h before sys/acl.h.
5895
5896 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5897
5898         Merge upstream fix for glibc bugzilla #3957:
5899
5900         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5901
5902         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5903         bit for RE_HAT_LISTS_NOT_NEWLINE.
5904         (build_charclass_op): Remove bogus comment.
5905
5906 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5907
5908         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5909
5910 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5911
5912         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5913         * lib/memmem.c [!defined _LIBC]: Include config.h.
5914
5915 2007-02-04  Bruno Haible  <bruno@clisp.org>
5916
5917         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5918         warning message.
5919
5920 2007-02-04  Bruno Haible  <bruno@clisp.org>
5921
5922         New module mbstok_r.
5923         * modules/mbstok_r: New file.
5924         * lib/mbstok_r.c: New file.
5925         * lib/string_.h (strtok_r): Change argument names to match the
5926         comments. Add a conditional link warning.
5927         (mbstok_r): New declaration.
5928         * m4/mbstok_r.m4: New file.
5929         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5930         GNULIB_MBSTOK_R.
5931         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5932         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5933
5934 2007-02-04  Bruno Haible  <bruno@clisp.org>
5935
5936         New module mbsspn.
5937         * modules/mbsspn: New file.
5938         * lib/mbsspn.c: New file.
5939         * lib/string_.h (strspn): Add a conditional link warning.
5940         (mbsspn): New declaration.
5941         * m4/mbsspn.m4: New file.
5942         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5943         GNULIB_MBSSPN.
5944         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5945         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5946
5947 2007-02-04  Bruno Haible  <bruno@clisp.org>
5948
5949         New module mbspbrk.
5950         * modules/mbspbrk: New file.
5951         * lib/mbspbrk.c: New file.
5952         * lib/string_.h (strpbrk): Add a conditional link warning.
5953         (mbspbrk): New declaration.
5954         * m4/mbspbrk.m4: New file.
5955         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5956         GNULIB_MBSPBRK.
5957         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5958         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5959
5960 2007-02-04  Bruno Haible  <bruno@clisp.org>
5961
5962         New module mbscspn.
5963         * modules/mbscspn: New file.
5964         * lib/mbscspn.c: New file.
5965         * lib/string_.h (strcspn): Add a conditional link warning.
5966         (mbscspn): New declaration.
5967         * m4/mbscspn.m4: New file.
5968         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5969         GNULIB_MBSCSPN.
5970         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5971         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5972
5973 2007-02-04  Bruno Haible  <bruno@clisp.org>
5974
5975         New module mbscasestr, reduced goal of strcasestr.
5976         * modules/mbscasestr: New file.
5977         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5978         (mbscasestr): Renamed from strcasestr.
5979         * lib/strcasestr.c: Don't include mbuiter.h.
5980         (strcasestr): Remove support for multibyte locales.
5981         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5982         Change the conditional link warning.
5983         (mbscasestr): New declaration.
5984         * m4/mbscasestr.m4: New file.
5985         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5986         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5987         REPLACE_STRCASESTR.
5988         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5989         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5990         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5991         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5992         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5993         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5994         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5995         (Depends-on): Remove mbuiter.
5996         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5997
5998 2007-02-04  Bruno Haible  <bruno@clisp.org>
5999
6000         Simplify handling of strncasecmp.
6001         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6002         the conditional link warning.
6003         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6004         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6005         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6006         * modules/strcase (configure.ac): Don't invoke
6007         gl_STRING_MODULE_INDICATOR.
6008         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6009
6010 2007-02-04  Bruno Haible  <bruno@clisp.org>
6011
6012         New module mbscasecmp, reduced goal of strcasecmp.
6013         * modules/mbscasecmp: New file.
6014         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6015         (mbscasecmp): Renamed from strcasecmp.
6016         * lib/strcasecmp.c: Don't include mbuiter.h.
6017         (strcasecmp): Remove support for multibyte locales.
6018         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6019         Change the conditional link warning.
6020         (mbscasecmp): New declaration.
6021         * m4/mbscasecmp.m4: New file.
6022         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6023         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6024         REPLACE_STRCASECMP.
6025         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6026         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6027         GNULIB_MBSCASECMP.
6028         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6029         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6030         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6031         (Depends-on): Remove mbuiter.
6032         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6033
6034 2007-02-04  Bruno Haible  <bruno@clisp.org>
6035
6036         New module mbsstr. Remove module strstr.
6037         * modules/mbsstr: New file.
6038         * modules/strstr: Remove file.
6039         * lib/mbsstr.c: Renamed from lib/strstr.c.
6040         (mbsstr): Renamed from strstr.
6041         * lib/string_.h (strstr): Remove declaration. Change the conditional
6042         link warning.
6043         (mbsstr): New declaration.
6044         * m4/mbsstr.m4: New file.
6045         * m4/strstr.m4: Remove file.
6046         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6047         REPLACE_STRSTR.
6048         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6049         Don't initialize GNULIB_STRSTR.
6050         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6051         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6052         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6053         (Support for systems lacking ANSI C 89): Remove strstr.
6054
6055 2007-02-04  Bruno Haible  <bruno@clisp.org>
6056
6057         New module mbsrchr.
6058         * modules/mbsrchr: New file.
6059         * lib/mbsrchr.c: New file.
6060         * lib/string_.h (strrchr): Add a conditional link warning.
6061         (mbsrchr): New declaration.
6062         * m4/mbsrchr.m4: New file.
6063         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6064         GNULIB_MBSRCHR.
6065         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6066         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6067
6068 2007-02-04  Bruno Haible  <bruno@clisp.org>
6069
6070         New module mbschr.
6071         * modules/mbschr: New file.
6072         * lib/mbschr.c: New file.
6073         * lib/string_.h (strchr): Add a conditional link warning.
6074         (mbschr): New declaration.
6075         * m4/mbschr.m4: New file.
6076         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6077         GNULIB_MBSCHR.
6078         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6079         * MODULES.html.sh (Internationalization functions): Add mbschr.
6080
6081 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6082
6083         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6084
6085         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6086
6087 2007-02-04  Bruno Haible  <bruno@clisp.org>
6088
6089         New module description section 'configure.ac-early'.
6090         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6091         (func_get_autoconf_early_snippet): New function.
6092         (func_import, func_create_testdir): Use it. Remove special cases for
6093         modules 'extensions' and 'lock'.
6094         * modules/extensions (configure.ac-early): Require
6095         gl_USE_SYSTEM_EXTENSIONS.
6096         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6097
6098 2007-02-04  Bruno Haible  <bruno@clisp.org>
6099
6100         Make use of gcj-4.3's -fsource and -ftarget option.
6101         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6102         and if so try the options -fsource and -ftarget.
6103         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6104         source_version, ftarget_option, target_version arguments.
6105         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6106         (is_envjavac_oldgcj_14_14_usable): Renamed from
6107         is_envjavac_gcj_14_14_usable.
6108         (is_envjavac_oldgcj_14_13_usable): Renamed from
6109         is_envjavac_gcj_14_13_usable.
6110         (is_gcj_present): Update.
6111         (is_gcj_43, is_gcj43_usable): New functions.
6112         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6113         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6114         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6115         try the options -fsource and -ftarget.
6116
6117 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6118
6119         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6120         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6121         larger value.
6122
6123 2007-02-03  Jim Meyering  <jim@meyering.net>
6124
6125         Give tools a better chance to allocate space for very large buffers.
6126         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6127
6128         Make pwd and readlink work also when run with an unreadable parent dir
6129         on systems with openat support.
6130         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6131         provided getcwd function, even when we have openat support.
6132         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6133
6134 2007-02-02  Bruno Haible  <bruno@clisp.org>
6135
6136         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6137         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6138         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6139         portability problems if one of these functions is only used on specific
6140         platforms.
6141         Reported by Paul Eggert.
6142
6143 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6144
6145         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6146         is causing more trouble than it's curing.
6147         * lib/regex_internal.h (__mempcpy): Remove.
6148         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6149         (and make the code a tad smaller to boot).
6150         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6151
6152 2007-02-02  Jim Meyering  <jim@meyering.net>
6153
6154         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6155         section, not in the Makefile.am: one.
6156
6157 2007-02-02  Eric Blake  <ebb9@byu.net>
6158
6159         * lib/strchrnul.c: Always include config.h first.
6160
6161         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6162         gnulib strstr is not necessary here.
6163
6164 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6165
6166         * m4/socklen.m4: Fix typo.
6167
6168 2007-02-02  Eric Blake  <ebb9@byu.net>
6169
6170         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6171         * modules/netinet_in (Makefile.am): Likewise.
6172
6173 2007-02-01  Bruno Haible  <bruno@clisp.org>
6174
6175         * lib/string_.h (GL_LINK_WARNING): New macro.
6176         (strcasecmp, strstr, strcasestr): If provided by the system,
6177         conditionally define as a macro that leads to a warning instead of to
6178         an error.
6179         (strncasecmp): Conditionally define as a macro that leads to a warning.
6180
6181 2007-02-01  Karl Berry  <karl@gnu.org>
6182
6183         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6184
6185 2007-02-01  Bruno Haible  <bruno@clisp.org>
6186
6187         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6188         renamings.
6189
6190 2007-02-01  Eric Blake  <ebb9@byu.net>
6191
6192         * modules/regex (Depends-on): Revert dependence on mempcpy.
6193         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6194         module's definition of mempcpy.
6195         Reported by Paul Eggert.
6196
6197 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6198
6199         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6200         the symbol XYZ before redefining it.  This fixes a problem with
6201         programs that don't use XYZ, when compiled on systems that define
6202         XYZ to something else.
6203
6204 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6205
6206         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6207         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6208         writeable to group or other and (2) is intended to have a special
6209         mode bit that is set or cleared.  In such a case, the directory
6210         should be neither group- nor other-writeable until the special
6211         mode bits are right.
6212
6213 2007-01-31  Eric Blake  <ebb9@byu.net>
6214
6215         * modules/mountlist (Depends-on): Add strstr.
6216
6217         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6218         bug.
6219         * modules/string (Makefile.am): Remove redundant replacement.
6220         * modules/regex (Depends-on): Add mempcpy.
6221
6222 2007-01-31  Bruno Haible  <bruno@clisp.org>
6223
6224         New module description field 'Link'.
6225         * gnulib-tool (func_usage): Document --extract-link-directive.
6226         (sed_extract_prog): Recognize 'Link' directive.
6227         (func_get_link_directive): New function.
6228         (func_import): Show summary of link directives.
6229         Handle --extract-link-directive option.
6230         * modules/acl (Link): New section.
6231         * modules/clock-time (Link): New section.
6232         * modules/euidaccess (Link): New section.
6233         * modules/gettext (Link): New section.
6234         * modules/iconv (Link): New section.
6235         * modules/lock (Link): New section.
6236         * modules/nanosleep (Link): New section.
6237         * modules/readline (Link): New section.
6238
6239 2007-01-27  Bruno Haible  <bruno@clisp.org>
6240
6241         Enforce the use of gnulib modules for unportable <string.h> functions.
6242         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6243         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6244         (gl_HEADER_STRING_H_BODY): Require it.
6245         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6246         the symbol XYZ to one that gives a link error.
6247         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6248         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6249         * modules/mempcpy (configure.ac): Likewise.
6250         * modules/memrchr (configure.ac): Likewise.
6251         * modules/stpcpy (configure.ac): Likewise.
6252         * modules/stpncpy (configure.ac): Likewise.
6253         * modules/strcase (configure.ac): Likewise.
6254         * modules/strcasestr (configure.ac): Likewise.
6255         * modules/strchrnul (configure.ac): Likewise.
6256         * modules/strdup (configure.ac): Likewise.
6257         * modules/strndup (configure.ac): Likewise.
6258         * modules/strnlen (configure.ac): Likewise.
6259         * modules/strpbrk (configure.ac): Likewise.
6260         * modules/strsep (configure.ac): Likewise.
6261         * modules/strstr (configure.ac): Likewise.
6262         * modules/strtok_r (configure.ac): Likewise.
6263
6264 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6265
6266         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6267
6268 2007-01-30  Jim Meyering  <jim@meyering.net>
6269
6270         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6271
6272 2007-01-29  Bruno Haible  <bruno@clisp.org>
6273
6274         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6275         * lib/execute.c: Likewise.
6276         * lib/pipe.c: Likewise.
6277         * lib/printf-args.h: Likewise.
6278         * lib/printf-args.c: Likewise.
6279         * lib/printf-parse.c: Likewise.
6280         * lib/vasnprintf.c: Likewise.
6281
6282 2007-01-29  Eric Blake  <ebb9@byu.net>
6283
6284         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6285         declaration.
6286
6287 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6288
6289         * lib/strptime.h (strptime): Use 'restrict' for args where
6290         POSIX requires this.
6291         * lib/strptime.c (strptime): Likewise.
6292         Change license notice from LGPL to GPL, since gnulib-tool will
6293         change this as needed.
6294         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6295         defined.
6296         Include "strptime.h" first, to check interface.
6297         Do not #undef _LIBC and _NL_CURRENT.
6298         Do not include <stdlib.h>; no longer needed.
6299         Include "time_r.h" and declare ptime_locale_status
6300         only if _LIBC is not defined.
6301         (__P): Remove unused macro.
6302         (match_string): Bring back glibc version, but use it only if _LIBC
6303         is defined.
6304         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6305         Remove unnecessary assertion and abort() call.
6306         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6307         * m4/strptime.m4: Fix serial number comment.
6308         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6309         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6310         (Depends-on): Add time_r.
6311
6312 2007-01-29  Bruno Haible  <bruno@clisp.org>
6313
6314         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6315         strptime.
6316         * modules/strptime (Depends-on): Add stdbool.
6317         * lib/strptime.h: Include <time.h> always. Add comments.
6318
6319 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6320
6321         * modules/strptime: New file.
6322         * lib/strptime.h: New file.
6323         * lib/strptime.c: New file.
6324         * m4/strptime.m4: New file.
6325
6326 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6327
6328         * MODULES.html.sh: New module mpsort.
6329         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6330
6331         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6332         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6333         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6334         All uses changed.
6335         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6336         All uses changed.
6337         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6338         to _Restrict_.
6339         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6340         the parameter matches the prototype.
6341
6342 2007-01-28  Jim Meyering  <jim@meyering.net>
6343
6344         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6345         sys/time.h here, reverting that part of the previous patch:
6346         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6347
6348 2007-01-28  Bruno Haible  <bruno@clisp.org>
6349
6350         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6351         value of $(SYS_TIME_H).
6352         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6353         remove it conditionally, too. [added by Jim Meyering]
6354         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6355         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6356         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6357         GETTIMEOFDAY_REPLACEMENT to 1.
6358
6359 2007-01-28  Bruno Haible  <bruno@clisp.org>
6360
6361         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6362         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6363         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6364         Set UNISTD_H instead of UNISTD_H2.
6365         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6366
6367 2007-01-28  Bruno Haible  <bruno@clisp.org>
6368
6369         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6370         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6371
6372 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6373
6374         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6375         (func_create_testdir): Ensure C locale for `grep' and `tr'
6376         character ranges.
6377         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6378         ACLOCAL_AMFLAGS parsing state machine.
6379
6380 2007-01-27  Bruno Haible  <bruno@clisp.org>
6381
6382         * modules/unistr/base: Update.
6383
6384 2007-01-27  Bruno Haible  <bruno@clisp.org>
6385
6386         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6387         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6388         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6389         modules/unistr/u32-mbtouc.
6390         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6391         * lib/unistr.h: Update.
6392         * lib/linebreak.c: Update.
6393         * modules/unistr/u32-mbtouc: Renamed from
6394         modules/unistr/u32-mbtouc-safe.
6395         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6396         * lib/unistr.h: Update.
6397         * lib/unistr/u32-to-u8.c: Update.
6398         * lib/unistr/u32-to-u16.c: Update.
6399
6400 2007-01-27  Bruno Haible  <bruno@clisp.org>
6401
6402         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6403         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6404         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6405         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6406         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6407         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6408         modules/unistr/u16-mbtouc.
6409         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6410         * lib/unistr.h: Update.
6411         * lib/linebreak.c: Update.
6412         * modules/linebreak: Update.
6413         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6414         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6415         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6416         * modules/unistr/u16-mbtouc: Renamed from
6417         modules/unistr/u16-mbtouc-safe.
6418         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6419         * lib/unistr.h: Update.
6420         * lib/unistr/u16-to-u8.c: Update.
6421         * modules/unistr/u16-to-u8: Update.
6422         * lib/unistr/u16-to-u32.c: Update.
6423         * modules/unistr/u16-to-u32: Update.
6424
6425 2007-01-27  Bruno Haible  <bruno@clisp.org>
6426
6427         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6428         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6429         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6430         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6431         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6432         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6433         modules/unistr/u8-mbtouc.
6434         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6435         * lib/unistr.h: Update.
6436         * lib/striconveh.c: Update.
6437         * modules/striconveh: Update.
6438         * lib/linebreak.c: Update.
6439         * modules/linebreak: Update.
6440         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6441         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6442         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6443         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6444         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6445         * lib/unistr.h: Update.
6446         * lib/striconveh.c: Update.
6447         * modules/striconveh: Update.
6448         * lib/unistr/u8-to-u16.c: Update.
6449         * modules/unistr/u8-to-u16: Update.
6450         * lib/unistr/u8-to-u32.c: Update.
6451         * modules/unistr/u8-to-u32: Update.
6452
6453 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6454
6455         Sync from Libtool.
6456         * lib/argz.c: Do not include strings.h nor memory.h, include
6457         string.h unconditionally.  Patch by Simon Josefsson.
6458
6459 2007-01-27  Bruno Haible  <bruno@clisp.org>
6460
6461         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6462         from gl_HEADER_STRING_H_BODY.
6463         (gl_HEADER_STRING_H_BODY): Require it.
6464         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6465         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6466         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6467         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6468         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6469         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6470         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6471         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6472         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6473         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6474         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6475         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6476         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6477         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6478         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6479
6480 2007-01-27  Bruno Haible  <bruno@clisp.org>
6481
6482         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6483         check_PROGRAMS into noinst_PROGRAMS.
6484         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6485         check_PROGRAMS in this case.
6486         (func_import): Set for_test to false.
6487         (func_create_testdir): Set for_test to true.
6488
6489 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6490             Bruno Haible  <bruno@clisp.org>
6491
6492         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6493         (Depends-on): Add string.
6494         (Includes): Use <string.h> instead of strcasestr.h.
6495         * modules/string (Makefile.am): Also substitute the value of
6496         REPLACE_STRCASESTR.
6497         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6498         assume strcasestr is declared in <string.h> not <strings.h>. Also
6499         set REPLACE_STRCASESTR.
6500         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6501         REPLACE_STRCASESTR.
6502         * lib/strcasestr.h: Remove file.
6503         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6504         * lib/string_.h (strcasestr): New declaration.
6505
6506 2007-01-27  Bruno Haible  <bruno@clisp.org>
6507
6508         * lib/string_.h: Use 'extern'.
6509
6510 2007-01-27  Jim Meyering  <jim@meyering.net>
6511
6512         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6513         of set-but-not-used local, "q".
6514
6515         * lib/mempcpy.c: Include <config.h> before <string.h>.
6516         This fixes a compilation error on HP-UX, due to the system's
6517         "restrict"-using mempcpy prototype.
6518
6519 2007-01-26  Bruno Haible  <bruno@clisp.org>
6520
6521         Small optimization.
6522         * lib/javacomp.c: Include c-strstr.h.
6523          (is_envjavac_gcj): Use c_strstr instead of strstr.
6524         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6525
6526 2007-01-26  Bruno Haible  <bruno@clisp.org>
6527
6528         * MODULES.html.sh (Unicode string functions): Add the new modules.
6529
6530         * modules/uniconv/u32-strconv-to-locale: New file.
6531         * lib/uniconv/u32-strconv-to-locale.c: New file.
6532
6533         * modules/uniconv/u16-strconv-to-locale: New file.
6534         * lib/uniconv/u16-strconv-to-locale.c: New file.
6535
6536         * modules/uniconv/u8-strconv-to-locale: New file.
6537         * lib/uniconv/u8-strconv-to-locale.c: New file.
6538
6539         * modules/uniconv/u32-strconv-from-locale: New file.
6540         * lib/uniconv/u32-strconv-from-locale.c: New file.
6541
6542         * modules/uniconv/u16-strconv-from-locale: New file.
6543         * lib/uniconv/u16-strconv-from-locale.c: New file.
6544
6545         * modules/uniconv/u8-strconv-from-locale: New file.
6546         * lib/uniconv/u8-strconv-from-locale.c: New file.
6547
6548         * modules/uniconv/u32-strconv-to-enc: New file.
6549         * lib/uniconv/u32-strconv-to-enc.c: New file.
6550         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6551         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6552
6553         * modules/uniconv/u16-strconv-to-enc: New file.
6554         * lib/uniconv/u16-strconv-to-enc.c: New file.
6555         * lib/uniconv/u-strconv-to-enc.h: New file.
6556         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6557         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6558
6559         * modules/uniconv/u8-strconv-to-enc: New file.
6560         * lib/uniconv/u8-strconv-to-enc.c: New file.
6561         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6562         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6563
6564         * modules/uniconv/u32-strconv-from-enc: New file.
6565         * lib/uniconv/u32-strconv-from-enc.c: New file.
6566         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6567         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6568
6569         * modules/uniconv/u16-strconv-from-enc: New file.
6570         * lib/uniconv/u16-strconv-from-enc.c: New file.
6571         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6572         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6573
6574         * modules/uniconv/u8-strconv-from-enc: New file.
6575         * lib/uniconv/u8-strconv-from-enc.c: New file.
6576         * lib/uniconv/u-strconv-from-enc.h: New file.
6577         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6578         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6579
6580         * modules/uniconv/u32-conv-from-enc: New file.
6581         * lib/uniconv/u32-conv-from-enc.c: New file.
6582         * modules/uniconv/u32-conv-from-enc-tests: New file.
6583         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6584
6585         * modules/uniconv/u16-conv-from-enc: New file.
6586         * lib/uniconv/u16-conv-from-enc.c: New file.
6587         * lib/uniconv/u-conv-from-enc.h: New file.
6588         * modules/uniconv/u16-conv-from-enc-tests: New file.
6589         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6590
6591         * modules/uniconv/u8-conv-from-enc: New file.
6592         * lib/uniconv/u8-conv-from-enc.c: New file.
6593         * modules/uniconv/u8-conv-from-enc-tests: New file.
6594         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6595
6596         * modules/uniconv/base: New file.
6597         * lib/uniconv.h: New file.
6598
6599 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6600
6601         * doc/gnulib-tool.texi (Initial import): Update to match current
6602         behavior with strdup module.
6603         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6604         * lib/memmem.h: Remove; all uses removed.  This is now done
6605         by <string.h>.
6606         * lib/mempcpy.h: Likewise.
6607         * lib/memrchr.h: Likewise.
6608         * lib/stpcpy.h: Likewise.
6609         * lib/stpncpy.h: Likewise.
6610         * lib/strcase.h: Likewise.
6611         * lib/strchrnul.h: Likewise.
6612         * lib/strdup.h: Likewise.
6613         * lib/strndup.h: Likewise.
6614         * lib/strnlen.h: Likewise.
6615         * lib/strpbrk.h: Likewise.
6616         * lib/strsep.h: Likewise.
6617         * lib/strstr.h: Likewise.
6618         * lib/strtok_r.h: Likewise.
6619         * lib/string_.h: New file.
6620         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6621         Rely on <string.h> instead.
6622         * lib/canon-host.c: Likewise.
6623         * lib/chdir-long.c: Likewise.
6624         * lib/concatpath.c: Likewise.
6625         * lib/exclude.c: Likewise.
6626         * lib/fchdir.c: Likewise.
6627         * lib/getaddrinfo.c: Likewise.
6628         * lib/getcwd.c: Likewise.
6629         * lib/getsubopt.c: Likewise.
6630         * lib/glob.c: Likewise.
6631         * lib/hard-locale.c: Likewise.
6632         * lib/iconvme.c: Likewise.
6633         * lib/javacomp.c: Likewise.
6634         * lib/mempcpy.c: Likewise.
6635         * lib/memrchr.c: Likewise.
6636         * lib/regex_internal.h: Likewise.
6637         * lib/stpncpy.c: Likewise.
6638         * lib/strcasecmp.c: Likewise.
6639         * lib/strchrnul.c: Likewise.
6640         * lib/strdup.c: Likewise.
6641         * lib/striconv.c: Likewise.
6642         * lib/striconveh.c: Likewise.
6643         * lib/striconveha.c: Likewise.
6644         * lib/strncasecmp.c: Likewise.
6645         * lib/strndup.c: Likewise.
6646         * lib/strnlen.c: Likewise.
6647         * lib/strsep.c: Likewise.
6648         * lib/strstr.c: Likewise.
6649         * lib/strtok_r.c: Likewise.
6650         * lib/userspec.c: Likewise.
6651         * lib/w32spawn.h: Likewise.
6652         * lib/xstrndup.c: Likewise.
6653         * lib/mountlist.c (strstr): Remove decl.
6654         * m4/string_h.m4: New file.
6655         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6656         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6657         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6658         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6659         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6660         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6661         Set REPLACE_STRCASECMP if necessary.
6662         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6663         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6664         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6665         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6666         HAVE_DECL_STRDUP if necessary.
6667         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6668         since gl_FUNC_STRNDUP does that now.
6669         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6670         Check for decl here...
6671         (gl_PREREQ_STRNLEN): ... not here.
6672         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6673         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6674         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6675         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6676         necessary.
6677         * modules/string: New file.
6678         * modules/memmem (Files): Remove special-purpose include file.
6679         (Depends-on): Add string.
6680         (Include): Include <string.h>, not the removed file.
6681         * modules/mempcpy: Likewise.
6682         * modules/memrchr: Likewise.
6683         * modules/stpcpy: Likewise.
6684         * modules/stpncpy: Likewise.
6685         * modules/strcase: Likewise.
6686         * modules/strchrnul: Likewise.
6687         * modules/strdup: Likewise.
6688         * modules/strndup: Likewise.
6689         * modules/strnlen: Likewise.
6690         * modules/strpbrk: Likewise.
6691         * modules/strsep: Likewise.
6692         * modules/strstr: Likewise.
6693         * modules/strtok_r: Likewise.
6694         * tests/test-dirname.c: Don't include "strdup.h", since
6695         <string.h> now suffices.
6696         * tests/test-memmem.c: Don't include "memmem.h", since
6697         <string.h> now suffices.
6698
6699 2007-01-25  Bruno Haible  <bruno@clisp.org>
6700
6701         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6702         *resultp is 0.
6703
6704         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6705         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6706         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6707         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6708
6709         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6710         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6711         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6712         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6713         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6714         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6715
6716 2007-01-24  Bruno Haible  <bruno@clisp.org>
6717
6718         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6719         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6720         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6721         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6722         gl_FUNC_FTS_CORE.
6723         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6724         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6725         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6726         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6727         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6728         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6729         gl_FUNC_FCHOWNAT.
6730         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6731         gl_FUNC_STRFTIME.
6732         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6733         Reported by Ralf Wildenhues.
6734
6735 2007-01-24  Bruno Haible  <bruno@clisp.org>
6736
6737         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6738         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6739         gl_GETADDRINFO.
6740         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6741         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6742         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6743
6744 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6745
6746         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6747         Don't use 'exit'; just return from 'main'.
6748         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6749
6750         * lib/fnmatch_.h: Readjust white space and comments to match
6751         glibc, to avoid spurious diffs.
6752
6753 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6754
6755         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6756         2004-12-01 change by Jakub Jelinek, since this code won't compile
6757         if !LIBC.  Problem reported by Bob Proulx.
6758
6759 2007-01-23  Bruno Haible  <bruno@clisp.org>
6760
6761         * lib/striconveh.c: Include c-strcaseeq.h.
6762         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6763         * modules/striconveh (Depends-on): Add c-strcaseeq.
6764
6765 2007-01-23  Bruno Haible  <bruno@clisp.org>
6766
6767         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6768
6769         * modules/c-strcaseeq: New file.
6770         * lib/c-strcaseeq.h: New file.
6771
6772         * modules/streq: New file.
6773         * lib/streq.h: New file.
6774
6775 2007-01-23  Bruno Haible  <bruno@clisp.org>
6776
6777         * modules/striconveha-tests: New file.
6778         * tests/test-striconveha.c: New file.
6779
6780         * lib/striconveha.h: Include <stdbool.h>.
6781         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6782         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6783         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6784         (mem_iconveha): New function.
6785         (str_iconveha_notranslit): Renamed from str_iconveha.
6786         (str_iconveha): New function.
6787         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6788         c-strcase.
6789
6790 2007-01-23  Bruno Haible  <bruno@clisp.org>
6791
6792         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6793         encodings without forgiving before trying any encoding with handler.
6794         (str_iconveha): Try all encodings without forgiving before trying any
6795         encoding with handler.
6796
6797 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6798
6799         Import the following changes from libc.
6800
6801         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6802
6803         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6804
6805         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6806
6807         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6808         normal_bracket label.
6809
6810         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6811
6812         [BZ #361]
6813         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6814         to normal_bracket after fetching the next character.
6815
6816 2007-01-22  Bruno Haible  <bruno@clisp.org>
6817
6818         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6819         argument.
6820         * lib/striconveh.c (iconv_carefully_1): New function.
6821         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6822         argument.
6823         (str_cd_iconveh): Update.
6824         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6825         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6826         * tests/test-striconveh.c (MAGIC): New macro.
6827         (new_offsets): New function.
6828         (main): Test call with and without offsets.
6829
6830 2007-01-22  Bruno Haible  <bruno@clisp.org>
6831
6832         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6833         * modules/sys_select (Makefile.am): Likewise.
6834         * modules/sys_socket (Makefile.am): Likewise.
6835         * modules/sys_time (Makefile.am): Likewise.
6836
6837 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6838
6839         * modules/gettimeofday (License): Change from GPL to LGPL, since
6840         gettimeofday is a library function.
6841
6842 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6843
6844         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6845
6846 2007-01-21  Bruno Haible  <bruno@clisp.org>
6847
6848         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6849
6850 2007-01-21  Bruno Haible  <bruno@clisp.org>
6851
6852         * modules/striconveha: New file.
6853         * lib/striconveha.h: New file.
6854         * lib/striconveha.c: New file.
6855         * MODULES.html.sh (Internationalization functions): Add striconveha.
6856         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6857         string.
6858         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6859
6860 2007-01-21  Bruno Haible  <bruno@clisp.org>
6861
6862         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6863         * lib/striconveh.c (str_iconveh): Likewise.
6864
6865 2007-01-21  Bruno Haible  <bruno@clisp.org>
6866
6867         * lib/striconveh.h (mem_iconveh): New declaration.
6868         * lib/striconveh.c (mem_iconveh): New function.
6869         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6870
6871 2007-01-21  Bruno Haible  <bruno@clisp.org>
6872
6873         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6874
6875         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6876         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6877         original result buffer.
6878         (str_cd_iconveh): Update.
6879         * tests/test-striconveh.c (main): Update.
6880
6881         * lib/striconv.h (mem_cd_iconv): Change specification.
6882         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6883         result buffer.
6884         (str_cd_iconv): Update.
6885         * tests/test-striconv.c (main): Update.
6886
6887 2007-01-21  Bruno Haible  <bruno@clisp.org>
6888
6889         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6890
6891 2007-01-20  Jim Meyering  <jim@meyering.net>
6892
6893         * lib/userspec.c (parse_with_separator): If a user or group string
6894         starts with "+", skip the corresponding name-to-ID look-up, since
6895         such a look-up must fail: user and group names may not include "+".
6896
6897 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6898
6899         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6900         since we now assume the sys_time module.
6901         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6902         check for sys/time.h; no longer needed.
6903         * modules/poll (Depends-on): Depend on sys_time.
6904
6905 2007-01-18  Bruno Haible  <bruno@clisp.org>
6906
6907         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6908         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6909
6910         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6911         gettimeofday.
6912
6913         * tests/test-gettimeofday.c: Include <time.h>.
6914         (dummy): Remove variable.
6915
6916         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6917         gl_HEADER_SYS_TIME_H.
6918         (gl_HEADER_SYS_TIME_H): New macro.
6919
6920         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6921         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6922         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6923         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6924         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6925         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6926         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6927         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6928         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6929         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6930         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6931
6932         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6933         last change; it caused a compilation error when cross-compiling to
6934         Cygwin.
6935
6936 2007-01-18  Jim Meyering  <jim@meyering.net>
6937
6938         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6939         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6940         than the race-prone "test -d sys || mkdir sys".
6941         (configure.ac): Use AC_PROG_MKDIR_P.
6942         * modules/sys_select: Likewise.
6943         * modules/sys_socket: Likewise.
6944         * modules/sys_time: Likewise.
6945
6946 2007-01-18  Eric Blake  <ebb9@byu.net>
6947
6948         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6949         replace gettimeofday.
6950         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6951         name, to avoid infinite recursion.
6952
6953 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6954
6955         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6956         module sys_time.
6957         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6958         assume timespec.h defines struct timeval.
6959         * lib/settime.c: Likewise.
6960         * lib/utimens.c: Likewise.
6961         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6962         since we now assume the gettimeofday module.
6963         * lib/tempname.c (__gen_tempname): Likewise.
6964         * lib/gettimeofday.h: Remove.
6965         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6966         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6967         Include <time.h>, for 'time()'.
6968         (localtime_buffer_addr): Also use this workaround if
6969         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6970         to simplify the uses.  All uses changed.
6971         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6972         that #undef is inside {}, and 'const' follows type name consistently.
6973         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6974         (gettimeofday): Do not use the maximum possible value for
6975         tv->tv_usec, since that might break usages other than ls.c.
6976         Instead, we'll leave ls.c alone.  This undoes today's patch
6977         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6978         we've never observed the problem but might as well keep the
6979         canary.
6980         * lib/nanosleep.c: Include timespec.h first, for interface check.
6981         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6982         now assume the sys_time module.
6983         * lib/tempname.c: Likewise.
6984         * lib/timespec.h: Likewise.
6985         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6986         needed.
6987         * lib/strftime.c: Likewise.
6988         * lib/timespec.h: Likewise.
6989         * lib/posixtm.c: Include posixtm.h first, for interface check.
6990         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6991         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6992         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6993         * lib/sys_time_.h: New file.
6994         * lib/timespec.h (struct timespec): Use long int, not long.
6995         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6996         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6997         Remove obsolescent call to AC_HEADER_TIME.
6998         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6999         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7000         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7001         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7002         Likewise.
7003         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7004         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7005         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7006         into the sys_time module.  Check for gettimeofday just once.
7007         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7008         for gettimeofday signature to just check the signature.  Merely
7009         compile it, since linking doesn't test signature.  Improve test for
7010         whether gettimeofday.o is actually needed.
7011         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7012         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7013         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7014         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7015         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7016         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7017         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7018         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7019         than worrying about sys/time.h.
7020         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7021         Don't bother worrying about TIME_WITH_SYS_TIME.
7022         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7023         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7024         * m4/sys_time_h.m4: New file.
7025         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7026         Don't include sys/time.h.  Return from main rather than exiting.
7027         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7028         all uses changed.
7029         * modules/gethrxtime (Depends-on): Add sys_time.
7030         * modules/gettime (Depends-on): Likewise.
7031         * modules/gettimeofday (Depends-on): Likewise.
7032         * modules/nanosleep (Depends-on): Likewise.
7033         * modules/settime (Depends-on): Likewise.
7034         * modules/tempname (Depends-on): Likewise.
7035         * modules/utimens (Depends-on): Likewise.
7036         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7037         (Include:) Change back to <sys/time.h>.
7038         (Maintainer:) Add self.
7039         * modules/sys_time: New file.
7040         * modules/tempname (Depends-on): Add gettimeofday.
7041         * tests/test-gettimeofday.c: Include <sys/time.h>
7042         rather than gettimeofday.h.
7043
7044 2007-01-17  Bruno Haible  <bruno@clisp.org>
7045
7046         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7047         the license default to GPL.
7048         (func_create_testdir): Don't complain if a module is LGPL and its
7049         tests module depends on GPLed modules.
7050
7051 2007-01-17  Bruno Haible  <bruno@clisp.org>
7052
7053         * lib/gettimeofday.c (gettimeofday): Add code for the case
7054         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7055         maximum possible value for tv->tv_usec, rather than the minimum one.
7056
7057 2005-10-08  Martin Lambers  <marlam@marlam.de>
7058 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7059 2007-01-16  Bruno Haible  <bruno@clisp.org>
7060
7061         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7062         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7063         gl_FUNC_GETTIMEOFDAY.
7064         (Include): Add gettimeofday.h.
7065         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7066         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7067         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7068         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7069         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7070         * lib/gettimeofday.h: New file.
7071         * lib/gettimeofday.c: Include <sys/timeb.h>.
7072         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7073         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7074         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7075         fall back on time().
7076
7077         * tests/test-gettimeofday.c: New file.
7078         * modules/gettimeofday-tests: New file.
7079
7080 2007-01-16  Eric Blake  <ebb9@byu.net>
7081
7082         * modules/fnmatch (Depends-on): Depend on wchar.
7083         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7084         * m4/fnmatch.m4: Likewise.
7085         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7086         * m4/mbchar.m4: Likewise.
7087         * modules/mbswidth (Depends-on): Depend on wchar.
7088         * lib/mbswidth.c: Assume <wchar.h>.
7089         * m4/mbswidth.m4: Likewise.
7090         * modules/quotearg (Depends-on): Depend on wchar.
7091         * lib/quotearg.c: Assume <wchar.h>.
7092         * m4/quotearg.m4: Likewise.
7093         * modules/regex (Depends-on): Depend on wchar.
7094         * lib/regex_internal.h: Assume <wchar.h>.
7095         * m4/regex.m4: Likewise.
7096         * modules/stdint (Depends-on): Depend on wchar.
7097         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7098         * m4/stdint.m4: Likewise.
7099         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7100         * modules/strftime (Depends-on): Depend on wchar.
7101         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7102         * modules/strtol (Depends-on): Depend on wchar.
7103         * lib/strtol.c: Assume <wchar.h>.
7104         * modules/wcwidth (Depends-on): Depend on wchar.
7105         * lib/wcwidth.h: Assume <wchar.h>.
7106         * m4/wcwidth.m4: Likewise.
7107
7108 2007-01-16  Bruno Haible  <bruno@clisp.org>
7109
7110         * modules/csharpexec-script: New, created from...
7111         * modules/csharpexec: ... this.
7112
7113 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7114
7115         * modules/javaexec-script: New, created from...
7116         * modules/javaexec: ... this.
7117
7118 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7119
7120         * modules/poll (Dependencies): Add sys_select.
7121
7122 2007-01-15  Jim Meyering  <jim@meyering.net>
7123
7124         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7125         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7126         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7127         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7128
7129 2007-01-15  Bruno Haible  <bruno@clisp.org>
7130
7131         * modules/striconveh: New file.
7132         * lib/striconveh.h: New file.
7133         * lib/striconveh.c: New file.
7134         * MODULES.html.sh (Internationalization functions): Add striconveh.
7135
7136         * modules/striconveh-tests: New file.
7137         * tests/test-striconveh.c: New file.
7138
7139 2007-01-15  Bruno Haible  <bruno@clisp.org>
7140
7141         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7142         not from GNU libiconv or GNU libc.
7143
7144 2007-01-15  Bruno Haible  <bruno@clisp.org>
7145
7146         * doc/gnulib-intro.texi (Copyright): Explain the different license
7147         terms for module descriptions, autoconf macros, tests, documentation.
7148
7149 2007-01-14  Bruno Haible  <bruno@clisp.org>
7150
7151         * modules/striconv-tests: New file.
7152         * tests/test-striconv.c: New file.
7153
7154 2007-01-14  Bruno Haible  <bruno@clisp.org>
7155
7156         * modules/iconv-tests: New file.
7157         * tests/test-iconv.c: New file.
7158
7159 2007-01-14  Bruno Haible  <bruno@clisp.org>
7160
7161         * gnulib-tool (func_get_license): For test modules, use the license of
7162         the main module.
7163
7164 2007-01-14  Bruno Haible  <bruno@clisp.org>
7165
7166         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7167         if iconv is found to exist.
7168
7169 2007-01-14  Bruno Haible  <bruno@clisp.org>
7170
7171         * modules/c-ctype-tests: New file.
7172         * tests/test-c-ctype.c: New file.
7173
7174 2007-01-14  Bruno Haible  <bruno@clisp.org>
7175
7176         * modules/binary-io-tests: New file.
7177         * tests/test-binary-io.sh: New file.
7178         * tests/test-binary-io.c: New file.
7179
7180 2007-01-14  Bruno Haible  <bruno@clisp.org>
7181
7182         * modules/array-oset-tests: New file.
7183         * tests/test-array_oset.c: New file.
7184
7185 2007-01-14  Bruno Haible  <bruno@clisp.org>
7186
7187         * modules/array-list-tests: New file.
7188         * tests/test-array_list.c: New file.
7189
7190 2007-01-14  Bruno Haible  <bruno@clisp.org>
7191
7192         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7193         and make.
7194         Reported by Simon Josefsson in
7195         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7196
7197 2007-01-14  Bruno Haible  <bruno@clisp.org>
7198
7199         * modules/allocsa-tests: New file.
7200         * tests/test-allocsa.c: New file.
7201
7202 2007-01-14  Bruno Haible  <bruno@clisp.org>
7203
7204         * modules/fchdir (Depends-on): Add absolute-header.
7205         * modules/unistd (Depends-on): Likewise.
7206
7207 2006-12-30  Bruno Haible  <bruno@clisp.org>
7208
7209         * modules/fchdir: New file.
7210         * modules/unistd (Files): Add lib/unistd_.h.
7211         (Makefile.am): Generate unistd.h from unistd_.h.
7212         * lib/fchdir.c: New file.
7213         * lib/dirent_.h: New file.
7214         * lib/unistd_.h: New file.
7215         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7216         * m4/fchdir.m4: New file.
7217         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7218         (gl_HEADER_UNISTD): Invoke it.
7219         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7220         function.
7221         * lib/backupfile.c (opendir, closedir): Undefine.
7222         * lib/chown.c (open, close): Undefine.
7223         * lib/clean-temp.c (open, close): Undefine.
7224         * lib/copy-file.c (open, close): Undefine.
7225         * lib/execute.c (open, close): Undefine.
7226         * lib/fsusage.c (open, close): Undefine.
7227         * lib/gc-gnulib.c (open, close): Undefine.
7228         * lib/getcwd.c (opendir, closedir): Undefine.
7229         * lib/glob.c (opendir, closedir): Undefine.
7230         * lib/javacomp.c (open, close): Undefine.
7231         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7232         * lib/openat-proc.c (open, close): Undefine.
7233         * lib/pagealign_alloc.c (open, close): Undefine.
7234         * lib/pipe.c (open, close): Undefine.
7235         * lib/progreloc.c (open, close): Undefine.
7236         * lib/savedir.c (opendir, closedir): Undefine.
7237         * lib/utime.c (open, close): Undefine.
7238         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7239
7240 2007-01-10  Bruno Haible  <bruno@clisp.org>
7241
7242         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7243
7244 2007-01-12  Eric Blake  <ebb9@byu.net>
7245
7246         Provide a robust <wchar.h>.  Further simplifications are now
7247         possible in other modules, but not included here.
7248         * modules/wchar: New module.
7249         * m4/wchar.m4: New file.
7250         * lib/wchar_.h: Likewise.
7251         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7252         of the new module.
7253         * MODULES.html.sh (Extended multibyte and wide character utilities):
7254         New section.
7255
7256 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7257
7258         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7259         to a reasonable default for memory allocation.
7260         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7261         file system that reports garbage st_size values for symlinks.
7262         Problem reported by Liyang Hu.
7263
7264 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7265
7266         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7267         Emacs .#* auto-save files).
7268
7269 2007-01-11  Bruno Haible  <bruno@clisp.org>
7270
7271         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7272         directory.
7273
7274 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7275
7276         Use @...@ consistently in lib/wctype_.h.
7277         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7278         on it being set to 1 or 0.
7279         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7280         go back to AC_SUBSTing it.
7281         * modules/wctype (Makefile.am): Undo previous change.
7282
7283 2007-01-10  Eric Blake  <ebb9@byu.net>
7284
7285         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7286         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7287         * modules/wctype (Makefile.am): Likewise.
7288         Reported by Chris McGuire.
7289
7290 2007-01-10  Jim Meyering  <jim@meyering.net>
7291
7292         fts.c: a small readability/maintainability improvement
7293         * lib/fts.c (fts_read): Make this code slightly more readable and
7294         maintainable by hoisting the "sp->fts_cur = p" assignments to
7295         immediately follow the statements that set P.  Derived from
7296         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7297
7298 2007-01-10  Eric Blake  <ebb9@byu.net>
7299
7300         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7301         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7302         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7303         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7304         Reported by Chris McGuire.
7305
7306 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7307
7308         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7309         in sed script.
7310
7311 2007-01-09  Bruno Haible  <bruno@clisp.org>
7312
7313         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7314         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7315         variables.
7316         (func_module): Use them.
7317
7318 2007-01-09  Bruno Haible  <bruno@clisp.org>
7319
7320         * modules/unistr/base: New file.
7321         * lib/unistr.h: New file.
7322
7323         * modules/unistr/u8-to-u16: New file.
7324         * lib/unistr/u8-to-u16.c: New file.
7325
7326         * modules/unistr/u8-to-u32: New file.
7327         * lib/unistr/u8-to-u32.c: New file.
7328
7329         * modules/unistr/u16-to-u8: New file.
7330         * lib/unistr/u16-to-u8.c: New file.
7331
7332         * modules/unistr/u16-to-u32: New file.
7333         * lib/unistr/u16-to-u32.c: New file.
7334
7335         * modules/unistr/u32-to-u8: New file.
7336         * lib/unistr/u32-to-u8.c: New file.
7337
7338         * modules/unistr/u32-to-u16: New file.
7339         * lib/unistr/u32-to-u16.c: New file.
7340
7341         * modules/unistr/u8-check: New file.
7342         * modules/unistr/u16-check: New file.
7343         * modules/unistr/u32-check: New file.
7344         * lib/unistr/u8-check.c: New file.
7345         * lib/unistr/u16-check.c: New file.
7346         * lib/unistr/u32-check.c: New file.
7347
7348         * modules/unistr/u8-chr: New file.
7349         * modules/unistr/u16-chr: New file.
7350         * modules/unistr/u32-chr: New file.
7351         * lib/unistr/u8-chr.c: New file.
7352         * lib/unistr/u16-chr.c: New file.
7353         * lib/unistr/u32-chr.c: New file.
7354
7355         * modules/unistr/u8-cmp: New file.
7356         * modules/unistr/u16-cmp: New file.
7357         * modules/unistr/u32-cmp: New file.
7358         * lib/unistr/u8-cmp.c: New file.
7359         * lib/unistr/u16-cmp.c: New file.
7360         * lib/unistr/u32-cmp.c: New file.
7361
7362         * modules/unistr/u8-cpy: New file.
7363         * modules/unistr/u16-cpy: New file.
7364         * modules/unistr/u32-cpy: New file.
7365         * lib/unistr/u8-cpy.c: New file.
7366         * lib/unistr/u16-cpy.c: New file.
7367         * lib/unistr/u32-cpy.c: New file.
7368         * lib/unistr/u-cpy.h: New file.
7369
7370         * modules/unistr/u8-cpy-alloc: New file.
7371         * modules/unistr/u16-cpy-alloc: New file.
7372         * modules/unistr/u32-cpy-alloc: New file.
7373         * lib/unistr/u8-cpy-alloc.c: New file.
7374         * lib/unistr/u16-cpy-alloc.c: New file.
7375         * lib/unistr/u32-cpy-alloc.c: New file.
7376         * lib/unistr/u-cpy-alloc.h: New file.
7377
7378         * modules/unistr/u8-endswith: New file.
7379         * modules/unistr/u16-endswith: New file.
7380         * modules/unistr/u32-endswith: New file.
7381         * lib/unistr/u8-endswith.c: New file.
7382         * lib/unistr/u16-endswith.c: New file.
7383         * lib/unistr/u32-endswith.c: New file.
7384         * lib/unistr/u-endswith.h: New file.
7385
7386         * modules/unistr/u8-mblen: New file.
7387         * modules/unistr/u16-mblen: New file.
7388         * modules/unistr/u32-mblen: New file.
7389         * lib/unistr/u8-mblen.c: New file.
7390         * lib/unistr/u16-mblen.c: New file.
7391         * lib/unistr/u32-mblen.c: New file.
7392
7393         * modules/unistr/u8-mbtouc: New file.
7394         * modules/unistr/u16-mbtouc: New file.
7395         * modules/unistr/u32-mbtouc: New file.
7396         * lib/unistr/u8-mbtouc.c: New file.
7397         * lib/unistr/u16-mbtouc.c: New file.
7398         * lib/unistr/u32-mbtouc.c: New file.
7399
7400         * modules/unistr/u8-mbtouc-safe: New file.
7401         * modules/unistr/u16-mbtouc-safe: New file.
7402         * modules/unistr/u32-mbtouc-safe: New file.
7403         * lib/unistr/u8-mbtouc-safe.c: New file.
7404         * lib/unistr/u16-mbtouc-safe.c: New file.
7405         * lib/unistr/u32-mbtouc-safe.c: New file.
7406
7407         * modules/unistr/u8-move: New file.
7408         * modules/unistr/u16-move: New file.
7409         * modules/unistr/u32-move: New file.
7410         * lib/unistr/u8-move.c: New file.
7411         * lib/unistr/u16-move.c: New file.
7412         * lib/unistr/u32-move.c: New file.
7413         * lib/unistr/u-move.h: New file.
7414
7415         * modules/unistr/u8-next: New file.
7416         * modules/unistr/u16-next: New file.
7417         * modules/unistr/u32-next: New file.
7418         * lib/unistr/u8-next.c: New file.
7419         * lib/unistr/u16-next.c: New file.
7420         * lib/unistr/u32-next.c: New file.
7421
7422         * modules/unistr/u8-prev: New file.
7423         * modules/unistr/u16-prev: New file.
7424         * modules/unistr/u32-prev: New file.
7425         * lib/unistr/u8-prev.c: New file.
7426         * lib/unistr/u16-prev.c: New file.
7427         * lib/unistr/u32-prev.c: New file.
7428
7429         * modules/unistr/u8-set: New file.
7430         * modules/unistr/u16-set: New file.
7431         * modules/unistr/u32-set: New file.
7432         * lib/unistr/u8-set.c: New file.
7433         * lib/unistr/u16-set.c: New file.
7434         * lib/unistr/u32-set.c: New file.
7435         * lib/unistr/u-set.h: New file.
7436
7437         * modules/unistr/u8-startswith: New file.
7438         * modules/unistr/u16-startswith: New file.
7439         * modules/unistr/u32-startswith: New file.
7440         * lib/unistr/u8-startswith.c: New file.
7441         * lib/unistr/u16-startswith.c: New file.
7442         * lib/unistr/u32-startswith.c: New file.
7443         * lib/unistr/u-startswith.h: New file.
7444
7445         * modules/unistr/u8-stpcpy: New file.
7446         * modules/unistr/u16-stpcpy: New file.
7447         * modules/unistr/u32-stpcpy: New file.
7448         * lib/unistr/u8-stpcpy.c: New file.
7449         * lib/unistr/u16-stpcpy.c: New file.
7450         * lib/unistr/u32-stpcpy.c: New file.
7451         * lib/unistr/u-stpcpy.h: New file.
7452
7453         * modules/unistr/u8-stpncpy: New file.
7454         * modules/unistr/u16-stpncpy: New file.
7455         * modules/unistr/u32-stpncpy: New file.
7456         * lib/unistr/u8-stpncpy.c: New file.
7457         * lib/unistr/u16-stpncpy.c: New file.
7458         * lib/unistr/u32-stpncpy.c: New file.
7459         * lib/unistr/u-stpncpy.h: New file.
7460
7461         * modules/unistr/u8-strcat: New file.
7462         * modules/unistr/u16-strcat: New file.
7463         * modules/unistr/u32-strcat: New file.
7464         * lib/unistr/u8-strcat.c: New file.
7465         * lib/unistr/u16-strcat.c: New file.
7466         * lib/unistr/u32-strcat.c: New file.
7467         * lib/unistr/u-strcat.h: New file.
7468
7469         * modules/unistr/u8-strchr: New file.
7470         * modules/unistr/u16-strchr: New file.
7471         * modules/unistr/u32-strchr: New file.
7472         * lib/unistr/u8-strchr.c: New file.
7473         * lib/unistr/u16-strchr.c: New file.
7474         * lib/unistr/u32-strchr.c: New file.
7475
7476         * modules/unistr/u8-strcmp: New file.
7477         * modules/unistr/u16-strcmp: New file.
7478         * modules/unistr/u32-strcmp: New file.
7479         * lib/unistr/u8-strcmp.c: New file.
7480         * lib/unistr/u16-strcmp.c: New file.
7481         * lib/unistr/u32-strcmp.c: New file.
7482
7483         * modules/unistr/u8-strcpy: New file.
7484         * modules/unistr/u16-strcpy: New file.
7485         * modules/unistr/u32-strcpy: New file.
7486         * lib/unistr/u8-strcpy.c: New file.
7487         * lib/unistr/u16-strcpy.c: New file.
7488         * lib/unistr/u32-strcpy.c: New file.
7489         * lib/unistr/u-strcpy.h: New file.
7490
7491         * modules/unistr/u8-strcspn: New file.
7492         * modules/unistr/u16-strcspn: New file.
7493         * modules/unistr/u32-strcspn: New file.
7494         * lib/unistr/u8-strcspn.c: New file.
7495         * lib/unistr/u16-strcspn.c: New file.
7496         * lib/unistr/u32-strcspn.c: New file.
7497         * lib/unistr/u-strcspn.h: New file.
7498
7499         * modules/unistr/u8-strdup: New file.
7500         * modules/unistr/u16-strdup: New file.
7501         * modules/unistr/u32-strdup: New file.
7502         * lib/unistr/u8-strdup.c: New file.
7503         * lib/unistr/u16-strdup.c: New file.
7504         * lib/unistr/u32-strdup.c: New file.
7505         * lib/unistr/u-strdup.h: New file.
7506
7507         * modules/unistr/u8-strlen: New file.
7508         * modules/unistr/u16-strlen: New file.
7509         * modules/unistr/u32-strlen: New file.
7510         * lib/unistr/u8-strlen.c: New file.
7511         * lib/unistr/u16-strlen.c: New file.
7512         * lib/unistr/u32-strlen.c: New file.
7513         * lib/unistr/u-strlen.h: New file.
7514
7515         * modules/unistr/u8-strmblen: New file.
7516         * modules/unistr/u16-strmblen: New file.
7517         * modules/unistr/u32-strmblen: New file.
7518         * lib/unistr/u8-strmblen.c: New file.
7519         * lib/unistr/u16-strmblen.c: New file.
7520         * lib/unistr/u32-strmblen.c: New file.
7521
7522         * modules/unistr/u8-strmbtouc: New file.
7523         * modules/unistr/u16-strmbtouc: New file.
7524         * modules/unistr/u32-strmbtouc: New file.
7525         * lib/unistr/u8-strmbtouc.c: New file.
7526         * lib/unistr/u16-strmbtouc.c: New file.
7527         * lib/unistr/u32-strmbtouc.c: New file.
7528
7529         * modules/unistr/u8-strncat: New file.
7530         * modules/unistr/u16-strncat: New file.
7531         * modules/unistr/u32-strncat: New file.
7532         * lib/unistr/u8-strncat.c: New file.
7533         * lib/unistr/u16-strncat.c: New file.
7534         * lib/unistr/u32-strncat.c: New file.
7535         * lib/unistr/u-strncat.h: New file.
7536
7537         * modules/unistr/u8-strncmp: New file.
7538         * modules/unistr/u16-strncmp: New file.
7539         * modules/unistr/u32-strncmp: New file.
7540         * lib/unistr/u8-strncmp.c: New file.
7541         * lib/unistr/u16-strncmp.c: New file.
7542         * lib/unistr/u32-strncmp.c: New file.
7543
7544         * modules/unistr/u8-strncpy: New file.
7545         * modules/unistr/u16-strncpy: New file.
7546         * modules/unistr/u32-strncpy: New file.
7547         * lib/unistr/u8-strncpy.c: New file.
7548         * lib/unistr/u16-strncpy.c: New file.
7549         * lib/unistr/u32-strncpy.c: New file.
7550         * lib/unistr/u-strncpy.h: New file.
7551
7552         * modules/unistr/u8-strnlen: New file.
7553         * modules/unistr/u16-strnlen: New file.
7554         * modules/unistr/u32-strnlen: New file.
7555         * lib/unistr/u8-strnlen.c: New file.
7556         * lib/unistr/u16-strnlen.c: New file.
7557         * lib/unistr/u32-strnlen.c: New file.
7558         * lib/unistr/u-strnlen.h: New file.
7559
7560         * modules/unistr/u8-strpbrk: New file.
7561         * modules/unistr/u16-strpbrk: New file.
7562         * modules/unistr/u32-strpbrk: New file.
7563         * lib/unistr/u8-strpbrk.c: New file.
7564         * lib/unistr/u16-strpbrk.c: New file.
7565         * lib/unistr/u32-strpbrk.c: New file.
7566         * lib/unistr/u-strpbrk.h: New file.
7567
7568         * modules/unistr/u8-strrchr: New file.
7569         * modules/unistr/u16-strrchr: New file.
7570         * modules/unistr/u32-strrchr: New file.
7571         * lib/unistr/u8-strrchr.c: New file.
7572         * lib/unistr/u16-strrchr.c: New file.
7573         * lib/unistr/u32-strrchr.c: New file.
7574
7575         * modules/unistr/u8-strspn: New file.
7576         * modules/unistr/u16-strspn: New file.
7577         * modules/unistr/u32-strspn: New file.
7578         * lib/unistr/u8-strspn.c: New file.
7579         * lib/unistr/u16-strspn.c: New file.
7580         * lib/unistr/u32-strspn.c: New file.
7581         * lib/unistr/u-strspn.h: New file.
7582
7583         * modules/unistr/u8-strstr: New file.
7584         * modules/unistr/u16-strstr: New file.
7585         * modules/unistr/u32-strstr: New file.
7586         * lib/unistr/u8-strstr.c: New file.
7587         * lib/unistr/u16-strstr.c: New file.
7588         * lib/unistr/u32-strstr.c: New file.
7589         * lib/unistr/u-strstr.h: New file.
7590
7591         * modules/unistr/u8-strtok: New file.
7592         * modules/unistr/u16-strtok: New file.
7593         * modules/unistr/u32-strtok: New file.
7594         * lib/unistr/u8-strtok.c: New file.
7595         * lib/unistr/u16-strtok.c: New file.
7596         * lib/unistr/u32-strtok.c: New file.
7597         * lib/unistr/u-strtok.h: New file.
7598
7599         * modules/unistr/u8-uctomb: New file.
7600         * modules/unistr/u16-uctomb: New file.
7601         * modules/unistr/u32-uctomb: New file.
7602         * lib/unistr/u8-uctomb.c: New file.
7603         * lib/unistr/u16-uctomb.c: New file.
7604         * lib/unistr/u32-uctomb.c: New file.
7605
7606         * MODULES.html.sh (Unicode string functions): Add the new modules.
7607
7608 2007-01-08  Bruno Haible  <bruno@clisp.org>
7609
7610         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7611         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7612         subdirectories.
7613
7614 2007-01-08  Karl Berry  <karl@gnu.org>
7615
7616         * doc/error.texi: mention that main() fns must set program_name
7617         when progname is used.
7618
7619 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7620
7621         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7622         WCTYPE_H is empty, for the benefit of builds from non-distclean
7623         directories.  Problem reported by Eric Blake in
7624         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7625
7626 2007-01-08  Bruno Haible  <bruno@clisp.org>
7627
7628         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7629         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7630         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7631         PROVIDE_CANONICALIZE_FILENAME_MODE.
7632         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7633
7634 2007-01-08  Bruno Haible  <bruno@clisp.org>
7635
7636         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7637         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7638         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7639         * lib/fts.c: Likewise.
7640         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7641
7642 2006-12-25  Bruno Haible  <bruno@clisp.org>
7643
7644         * modules/utf8-ucs4-safe: New file.
7645         * lib/utf8-ucs4-safe.h: New file.
7646         * lib/unistr/utf8-ucs4-safe.c: New file.
7647
7648         * modules/utf16-ucs4-safe: New file.
7649         * lib/utf16-ucs4-safe.h: New file.
7650         * lib/unistr/utf16-ucs4-safe.c: New file.
7651
7652         * MODULES.html.sh (Unicode string functions): Add the new modules.
7653
7654 2007-01-08  Bruno Haible  <bruno@clisp.org>
7655
7656         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7657         (Depends-on): Add unitypes.
7658         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7659         (u8_mbtouc_aux): Move out to separate file.
7660         (u8_mbtouc): Use ucs4_t, uint8_t types.
7661         * lib/unistr/utf8-ucs4.c: New file.
7662
7663         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7664         (Depends-on): Add unitypes.
7665         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7666         (u16_mbtouc_aux): Move out to separate file.
7667         (u16_mbtouc): Use ucs4_t, uint16_t types.
7668         * lib/unistr/utf16-ucs4.c: New file.
7669
7670         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7671         (Depends-on): Add unitypes.
7672         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7673         (u8_uctomb_aux): Move out to separate file.
7674         (u8_uctomb): Use ucs4_t, uint8_t types.
7675         * lib/unistr/ucs4-utf8.c: New file.
7676
7677         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7678         (Depends-on): Add unitypes.
7679         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7680         (u16_uctomb_aux): Move out to separate file.
7681         (u16_uctomb): Use ucs4_t, uint16_t types.
7682         * lib/unistr/ucs4-utf16.c: New file.
7683
7684 2006-12-25  Bruno Haible  <bruno@clisp.org>
7685
7686         * modules/unitypes: New file.
7687         * lib/unitypes.h: New file.
7688         * MODULES.html.sh (func_all_modules): New section "Unicode string
7689         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7690         this section. Add unitypes.
7691
7692 2007-01-08  Bruno Haible  <bruno@clisp.org>
7693
7694         Avoid variable names that conflict with those from libtool.
7695         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7696         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7697         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7698         library_names_spec to acl_library_names_spec, hardcode_* to
7699         acl_hardcode_*.
7700         Reported by Ralf Wildenhues.
7701
7702 2007-01-08  Bruno Haible  <bruno@clisp.org>
7703
7704         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7705         definition.
7706         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7707         definition.
7708         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7709         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7710         definition.
7711         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7712         definition.
7713         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7714         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7715         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7716         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7717         definition.
7718         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7719         definition.
7720         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7721         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7722         GC_USE_<algorithm>.
7723         * lib/gc-libgcrypt.c: Likewise.
7724         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7725         * modules/gc-arctwo (configure.ac): Likewise.
7726         * modules/gc-des (configure.ac): Likewise.
7727         * modules/gc-hmac-md5 (configure.ac): Likewise.
7728         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7729         * modules/gc-md2 (configure.ac): Likewise.
7730         * modules/gc-md4 (configure.ac): Likewise.
7731         * modules/gc-md5 (configure.ac): Likewise.
7732         * modules/gc-random (configure.ac): Likewise.
7733         * modules/gc-rijndael (configure.ac): Likewise.
7734         * modules/gc-sha1 (configure.ac): Likewise.
7735
7736 2007-01-08  Bruno Haible  <bruno@clisp.org>
7737
7738         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7739         macro definition.
7740         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7741         definition.
7742         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7743         definition.
7744         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7745         * modules/fcntl-safer (configure.ac): Likewise.
7746         * modules/fopen-safer (configure.ac): Likewise.
7747         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7748         GNULIB_FWRITEERROR macro definition.
7749
7750 2007-01-08  Bruno Haible  <bruno@clisp.org>
7751
7752         * m4/gnulib-common.m4: New file.
7753         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7754         (func_get_filelist): Add m4/gnulib-common.m4.
7755
7756 2007-01-08  Bruno Haible  <bruno@clisp.org>
7757
7758         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7759         command.
7760
7761 2007-01-08  Jim Meyering  <jim@meyering.net>
7762
7763         Use a more robust test for a "can't happen" condition.
7764         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7765         narrowed the st_size value.  Presuming the "can't happen" condition
7766         is true, that narrowing could conceivably convert an invalid st_size
7767         value into a valid one.  Instead, use a change based on Matthew
7768         Woehlke's original patch.
7769
7770         Slight readability improvement: use an assert-like macro
7771         in place of literal "abort ()" uses.
7772         * lib/fts.c (fts_assert): Define.
7773         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7774         Use this macro instead of a bare 'abort'.
7775
7776 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7777
7778         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7779         simply work around them.
7780         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7781         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7782         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7783         declaring.
7784         Don't bother to define as macros, since the standard doesn't require it.
7785         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7786         longer worry about IRIX 5.3.
7787         (HAVE_WCTYPE_CTMP_BUG): Remove.
7788
7789 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7790
7791         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7792         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7793         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7794         Problems reported by Georg Schwarz for IRIX 5.3.
7795
7796         * gnulib-tool (autoconf_minversion): Take the maximum version number
7797         found, not the minimum.  Problem reported by James Youngman.
7798
7799 2007-01-03  Karl Berry  <karl@gnu.org>
7800
7801         * doc/error.texi: new file, explaining interaction with progname.
7802         * doc/gnulib.texi: include it.  Update copyright.
7803
7804 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7805
7806         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7807         AC_CANONICAL_HOST, to improve autobuild outputs.
7808
7809 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7810             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7811
7812         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7813         sockets, server sockets, and other file descriptors.  Count errors
7814         to compute the return value.  Reorder the code a bit to be easier
7815         to follow.  Don't set event bits that were not requested (except
7816         POLLERR and POLLHUP).
7817
7818 2007-01-01  Bruno Haible  <bruno@clisp.org>
7819
7820         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7821
7822 2007-01-03  Jim Meyering  <jim@meyering.net>
7823
7824         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7825
7826 2007-01-02  Bruno Haible  <bruno@clisp.org>
7827
7828         * modules/settime (Include): Require timespec.h.
7829         * modules/nanosleep (Include): Likewise.
7830
7831 2007-01-01  Bruno Haible  <bruno@clisp.org>
7832
7833         * gnulib-tool (func_emit_copyright_notice): Bump year.
7834         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7835
7836 2007-01-01  Bruno Haible  <bruno@clisp.org>
7837
7838         Improve support for OpenBSD.
7839         * build-aux/config.rpath (libname_spec): Export.
7840         (library_names_spec): New variable. Export.
7841         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7842         library_names_spec from the config.rpath output. Locate shared library
7843         through the name pattern in library_names_spec.
7844
7845 2007-01-01  Eric Blake  <ebb9@byu.net>
7846
7847         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7848
7849 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7850
7851         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7852         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7853         assume the C locale, and avoid an "eval" that could cause trouble.
7854         Problem with SORT reported by Bob Proulx.
7855
7856         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7857         Define.  Trivial patch from Henning Nielsen Lund, originally
7858         sent to bug-grep@gnu.org today.
7859
7860 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7861
7862         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7863         struct stat.  Problem reported by Henning Nielsen Lund.
7864         * lib/acl.c: Include acl.h first, to check interface.  Don't
7865         bother to include sys/types.h and sys/stat.h again.
7866
7867 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7868
7869         Import the following change from libc; problem reported by
7870         Sven Verdoolaege.
7871
7872         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7873
7874         [BZ #1373]
7875         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7876
7877 2006-12-28  Jim Meyering  <jim@meyering.net>
7878
7879         * build-aux/announce-gen: Do not assume that the package
7880         builds any of tar.gz, tar.bz2, and .xdelta files.
7881         Suggestion from Simon Josefsson.
7882
7883 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7884
7885         * modules/announce-gen: New file.
7886
7887 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7888
7889         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7890         handles its gotchas now.
7891         * lib/mbswidth.c: Likewise.
7892         * lib/wcwidth.h: Likewise.
7893         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7894         and iswcntrl; the wctype module does this stuff now.
7895         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7896         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7897         * modules/mbchar (Depends-on): Add wctype.
7898         * modules/mbswidth (Depends-on): Likewise.
7899         * modules/wcwidth (Depends-on): Likewise.
7900
7901 2006-12-27  Eric Blake  <ebb9@byu.net>
7902
7903         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7904         module uses more than what <wctype.h> is required to provide.
7905
7906 2006-12-26  Eric Blake  <ebb9@byu.net>
7907
7908         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7909
7910 2006-12-26  Eric Blake  <ebb9@byu.net>
7911
7912         * modules/absolute-header: New module.
7913         * modules/fcntl (Depends-on): Depend on it.
7914         * modules/inttypes (Depends-on): Likewise.
7915         * modules/stdint (Depends-on): Likewise.
7916         * modules/sys_stat (Depends-on): Likewise.
7917         * modules/wctype (Depends-on): Likewise.
7918         * MODULES.html.sh (Support for building libraries and
7919         executables): Document it.
7920
7921 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7922
7923         * gnulib-tool (SED): Remove, undoing previous change.
7924         The problem was that it broke coreutils on Solaris, because
7925         "sed --posix" leaked into a makefile.
7926         (sed): New alias, if 'alias' and GNU sed.
7927
7928 2006-12-24  Jim Meyering  <jim@meyering.net>
7929
7930         Work around an fchownat bug in glibc-2.4:
7931         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7932         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7933         in spite of the -P option.
7934         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7935         New macros.
7936         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7937         * modules/openat (Files): Add lib/fchownat.c.
7938         * lib/openat.c (fchownat): Don't define here.  Move to...
7939         * lib/fchownat.c: ...this new file.
7940
7941 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7942
7943         Fix bug reported by Bruno Haible in
7944         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7945         where quotearg.c didn't compile on Mac OS X 10.2 because it
7946         lacks <wchar.h> and wint_t.
7947         * lib/wctype_.h (__wctype_wint_t): New type.
7948         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7949         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7950         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7951         Arg is now of type __wctype_wint_t, not wint_t.
7952         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7953         substitute HAVE_WINT_T.
7954         * modules/wctype (Files): Add m4/wint_t.m4.
7955         (wctype.h): Substitute HAVE_WINT_T.
7956
7957 2006-12-23  Bruno Haible  <bruno@clisp.org>
7958
7959         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7960
7961 2006-12-23  Bruno Haible  <bruno@clisp.org>
7962
7963         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7964         S_ISLNK.
7965         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7966         mingw.
7967
7968 2006-12-22  Bruno Haible  <bruno@clisp.org>
7969
7970         * lib/copy-file.c: Include acl.h.
7971         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7972         Close the file descriptors only after being done with copy_acl.
7973         * modules/copy-file (Depends-on): Add acl.
7974
7975 2006-12-22  Bruno Haible  <bruno@clisp.org>
7976
7977         * gnulib-tool (SED): New variable.
7978         Use $SED instead of sed everywhere.
7979
7980 2006-12-22  Bruno Haible  <bruno@clisp.org>
7981
7982         * modules/no-c++: New file.
7983         * m4/no-c++.m4: New file.
7984         * MODULES.html.sh (Support for building libraries and executables):
7985         Add no-c++.
7986
7987 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7988
7989         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7990         Include <limits.h>, and use its INT_MAX to rewrite the
7991         j loop so that it does not overflow 'int'.  Problem reported by
7992         Ralf Wildenhues in
7993         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7994         Play it safe by shifting left by 1 rather than multiplying by 2,
7995         as GCC is less likely to optimize this away when the value
7996         is signed (when it assumes overflow leads to undefined behavior).
7997         Also, don't assume time_t uses two's complement.
7998
7999 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8000
8001         * MODULES.html.sh: New module wctype.
8002         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8003         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8004         <wctype.h>, since the new wctype module should fix this.
8005         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8006         the wctype module should arrange for it.
8007         * lib/regex_internal.h: Likewise.
8008         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8009         since the wctype module should handle this now.
8010         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8011         * modules/fnmatch (Depends-on): Add wctype.
8012         * modules/quotearg (Depends-on): Likewise.
8013         * modules/regex (Depends-on): Likewise.
8014
8015 2006-12-19  Bruno Haible  <bruno@clisp.org>
8016
8017         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8018         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8019
8020 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8021
8022         * modules/savewd (Depends-on): Fix dependency on fcntl.
8023
8024 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8025
8026         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8027         conforms to C99, rather than relying on the user's environment
8028         setting of STDINT_H.
8029
8030 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8031         and Eric Blake  <ebb9@byu.net>
8032
8033         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8034         This is more consistent with the other defines here.
8035         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8036         Port to z/OS.  Problem reported by Paul Gilmartin.
8037         Change local vars to use gl_ prefix rather than ac_.
8038         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8039         with other defines.
8040         * modules/double-slash-root: New module.
8041         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8042         (Depends-on): Add double-slash-root.
8043         * MODULES.html.sh (File system functions): Mention new module.
8044
8045 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8046
8047         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8048         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8049         This is for the benefit of gzip, which doesn't do i18n.
8050
8051 2006-12-12  Jim Meyering  <jim@meyering.net>
8052
8053         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8054         Reported by Andreas Schwab <schwab@suse.de>.
8055
8056 2006-12-12  Bruno Haible  <bruno@clisp.org>
8057
8058         Merge these changes.
8059         2006-09-05  Bruno Haible  <bruno@clisp.org>
8060         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8061         iconv_alloc succeeded.
8062         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8063         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8064         test for " && dest " at the end - dest is always != NULL there. Call
8065         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8066         with 2xNULL arguments, also to flush the state storage. Handle the
8067         IRIX iconv behaviour. Realloc the final result, to throw away unused
8068         memory.
8069
8070 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8071
8072         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8073         and fchmodat unconditionally, since glibc 2.4 has them.
8074         Problem reported by Arkadiusz Miskiewicz.
8075
8076 2006-12-10  Bruno Haible  <bruno@clisp.org>
8077
8078         * gnulib-tool (func_import): Show the include files only for those
8079         modules that are copied and specified.
8080         Reported by Karl Berry.
8081
8082 2006-12-08  Jim Meyering  <jim@meyering.net>
8083
8084         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8085         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8086
8087         * build-aux/announce-gen: Add two new options, both optional:
8088         --bootstrap-tools=TOOL_LIST
8089               a comma-separated list of tools, e.g.,
8090               autoconf,automake,bison,gnulib
8091         --gnulib-snapshot-date=DATE
8092               if gnulib is in the bootstrap tool list,
8093               then report this as the snapshot date.
8094               If not specified, use the current date/time.
8095               If you specify a date here, be sure it's UTC.
8096
8097 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8098
8099         * tests/test-argp-2.sh: Fix test to match actual output.
8100         (func_compare): Fix sed script to be portable.
8101
8102 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8103
8104         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8105         workaround for this case.  It is not autoconfigured now; offhand
8106         it's hard to see how to autoconfigure it.
8107
8108 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8109
8110         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8111         a directory that is about to be chowned.  Such a directory's
8112         initial file permissions should permit the owner only and this
8113         should not be changed until after the chown, since the group and
8114         other bits would be incorrect if they granted permission before
8115         the chown.
8116
8117         Fix porting problem for iswctype reported by Georg Schwarz in:
8118         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8119         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8120         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8121         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8122         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8123
8124 2006-12-03  Jim Meyering  <jim@meyering.net>
8125
8126         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8127         p->fts_statp may not yet be defined.
8128         (fts_read): Instead, set it in the caller, once p->fts_statp is
8129         sure to be defined, and corresponds to a top-level directory.
8130         This bug made du -x fail.  Here's the coreutils test case:
8131         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8132         Reported by Mike Frysinger.
8133
8134 2006-12-01  Jim Meyering  <jim@meyering.net>
8135
8136         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8137         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8138         Reported by Simon Josefsson.
8139
8140 2006-11-30  Jim Meyering  <jim@meyering.net>
8141
8142         * m4/warning.m4: Use the all-permissive copyright notice
8143         recommended by RMS (rather than LGPL).
8144         * m4/vararrays.m4: Likewise.
8145         * m4/flexmember.m4: Likewise.
8146
8147 2006-11-29  Bruno Haible  <bruno@clisp.org>
8148
8149         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8150         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8151         using +=.
8152         Reported by Simon Josefsson <simon@josefsson.org>.
8153
8154 2006-11-28  James Youngman <jay@gnu.org>
8155
8156         * README: Advise users that they might find the bug-gnulib@gnu.org
8157         and autotools-announce@gnu.org mailing lists useful.
8158
8159 2006-11-28  Bruno Haible  <bruno@clisp.org>
8160
8161         * m4/ptrdiff_max.m4: Remove file.
8162
8163 2006-11-21  Bruno Haible  <bruno@clisp.org>
8164
8165         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8166         _AC_COMPUTE_INT.
8167         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8168         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8169         _AC_COMPUTE_INT.
8170         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8171         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8172         _AC_COMPUTE_INT.
8173         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8174
8175 2006-11-28  Jim Meyering  <jim@meyering.net>
8176
8177         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8178         warning from "gcc -Wshadow" about shadowing the builtin.
8179
8180 2006-11-27  Bruno Haible  <bruno@clisp.org>
8181
8182         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8183         _AC_COMPUTE_INT.
8184         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8185
8186 2006-11-27  Bruno Haible  <bruno@clisp.org>
8187             Paul Eggert  <eggert@cs.ucla.edu>
8188
8189         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8190
8191 2006-11-26  Bruno Haible  <bruno@clisp.org>
8192
8193         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8194         noinst_LTLIBRARIES.
8195
8196 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8197             Bruno Haible  <bruno@clisp.org>
8198
8199         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8200         if compiling with "gcc -ansi".
8201
8202 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8203
8204         Fix some incompatibilities with gcc -ansi -pedantic.
8205         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8206         if compiling pedantically with GCC, unless it's C99 or later.
8207         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8208         it mishandles gcc -ansi -pedantic as well.
8209         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8210         if gcc -pedantic.
8211         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8212         initializers for struct if -pedantic, unless it's C99 or later.
8213
8214 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8215
8216         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8217         Don't close an fd more than once. Identical atimes indicate
8218         success, not failure.
8219
8220 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8221
8222         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8223
8224 2006-11-23  Jim Meyering  <jim@meyering.net>
8225
8226         * build-aux/announce-gen: New file.  From coreutils.
8227
8228 2006-11-22  Jim Meyering  <jim@meyering.net>
8229
8230         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8231         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8232         (fts_read): Use a temporary to narrow the overused st_size member
8233         before using it in a switch statement.  Reported by Matthew Woehlke.
8234
8235         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8236         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8237
8238 2006-11-20  Bruno Haible  <bruno@clisp.org>
8239
8240         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8241         changequote instead of pairs of brackets.
8242         Reported by Andreas Schwab <schwab@suse.de>.
8243
8244 2006-11-21  Jim Meyering  <jim@meyering.net>
8245
8246         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8247         so as to remain compatible with older compilers.
8248         Patch from Michael Deutschmann.
8249
8250 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8251
8252         * MODULES.html.sh (File system functions): Add openat.
8253
8254         * lib/openat.h (rpl_fstatat): New macro, if
8255         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8256         (fstatat): Define to rpl_fstatat under the same conditions,
8257         unless COMPILING_FSTATAT.
8258         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8259         seems to have the bug.
8260         * lib/fstatat.c: New file.
8261         * modules/openat (Files): Add it.
8262
8263 2006-11-20  Bruno Haible  <bruno@clisp.org>
8264
8265         * Makefile: New file.
8266
8267 2006-11-20  Jim Meyering  <jim@meyering.net>
8268
8269         The beginnings of syntax-related checks for gnulib.
8270         * lib/Makefile: New file.
8271         * lib/t-idcache: New script.  Ensure that the two halves of
8272         idcache.c stay in sync.
8273
8274         * lib/idcache.c: Adjust comments in user- and group- portions to
8275         be more accurate, and to be consistent with one another.
8276
8277 2006-11-20  Jim Meyering  <jim@meyering.net>
8278
8279         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8280         continue using the flexible array member (thus, this module performs
8281         half as many malloc calls), with the addition that...
8282         (getgroup, getuser): Consistently record a non-match via an empty
8283         "name" string, and map an empty string match to a NULL return value.
8284         * modules/idcache (Depends-on): Re-add flexmember.
8285
8286         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8287         (getuidbyname, getgroup, getgidbyname): Likewise.
8288
8289         Use cleaner syntax: NULL rather than 0.
8290         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8291
8292 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8293
8294         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8295         It mishandled the case where the group was missing.
8296         Problem reported by Greg Schafer.
8297         * modules/idcache: Likewise.
8298
8299 2006-11-18  Jim Meyering  <jim@meyering.net>
8300
8301         * check-module (%exempt_header): Add exception for some
8302         conditionally-included headers.
8303
8304         * modules/i-ring (Depends-on): Add verify.
8305         (License): Change to LGPL.
8306
8307 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8308
8309         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8310         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8311         and inttostr.h.  Use snprintf rather than uinttostr, so that
8312         LGPLed code doesn't depend on GPLed.
8313
8314 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8315
8316         * modules/inline (License): Change from GPL to LGPL.
8317
8318 2006-11-17  Jim Meyering  <jim@meyering.net>
8319
8320         * modules/d-type (License): Switch to LGPL.
8321
8322 2006-11-15  Bruno Haible  <bruno@clisp.org>
8323
8324         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8325
8326 2006-11-15  Eric Blake  <ebb9@byu.net>
8327
8328         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8329         the module dependency.
8330
8331 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8332             Bruno Haible  <bruno@clisp.org>
8333
8334         * gnulib-tool (func_create_testdir): Add license consistency check.
8335
8336 2006-11-15  Eric Blake  <ebb9@byu.net>
8337
8338         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8339         random "(cached)" in configure output.
8340
8341 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8342
8343         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8344         test for conforming inttypes.h is both announced and cached.
8345
8346         * MODULES.html.sh (seen_modules, seen_files): New variables.
8347         (func_module): Rewrite to use a few less gnulib-tool and sed
8348         invocations.  Avoid a couple of quadratic algorithms for ...
8349         (missed_modules, missed_files): ... these, with ...
8350         (func_append, func_tmpdir): ... these new functions, from
8351         gnulib-tool.  Analogously, install traps for cleanup.
8352
8353         * tests/test-gc.c (main): Remove unused variables.
8354         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8355
8356 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8357
8358         * modules/inttostr (License): Change to LGPL.
8359
8360 2006-11-14  Eric Blake  <ebb9@byu.net>
8361
8362         * modules/tempname (License): Change to LGPL.
8363
8364 2006-11-14  Eric Blake  <ebb9@byu.net>
8365
8366         * doc/functions.texi (Function Portability): *printf functions on
8367         Cygwin now understand all POSIX size specifiers.
8368
8369 2006-11-14  Bruno Haible  <bruno@clisp.org>
8370
8371         * modules/c-ctype (License): Change to LGPL.
8372
8373 2006-11-12  Bruno Haible  <bruno@clisp.org>
8374
8375         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8376         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8377         for GNOME libraries, for which the include files are installed in
8378         subdirectories of $prefix/include.
8379
8380 2006-11-12  Bruno Haible  <bruno@clisp.org>
8381
8382         * m4/lib-link.m4: Require at least autoconf-2.54.
8383         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8384         name to underscores for the --with option.
8385
8386 2006-11-13  Bruno Haible  <bruno@clisp.org>
8387
8388         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8389         the tests directory.
8390         Reported by Ralf Wildenhues.
8391
8392 2006-11-13  Bruno Haible  <bruno@clisp.org>
8393
8394         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8395         (func_emit_initmacro_end): Undo the override here.
8396         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8397         Works around the famous automake error in coreutils.
8398
8399 2006-11-13  Eric Blake  <ebb9@byu.net>
8400
8401         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8402         element, not its node.
8403
8404 2006-11-12  Bruno Haible  <bruno@clisp.org>
8405
8406         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8407         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8408
8409 2006-11-12  Bruno Haible  <bruno@clisp.org>
8410
8411         * gnulib-tool: New option --local-symlink.
8412         (func_usage): Document it.
8413         (lsymbolic): New variable.
8414         (func_import, func_create_testdir): If --symlink was not specified,
8415         test whether --local-symlink was specified and the file comes from
8416         the local_gnulib_dir.
8417
8418 2006-11-12  Bruno Haible  <bruno@clisp.org>
8419
8420         * gnulib-tool (func_ln): New function.
8421         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8422
8423 2006-11-12  Bruno Haible  <bruno@clisp.org>
8424
8425         Finish support for source files in subdirectories.
8426         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8427         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8428         AUTOMAKE_OPTIONS.
8429         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8430
8431 2006-11-12  Bruno Haible  <bruno@clisp.org>
8432
8433         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8434         EXTRA_lib_SOURCES augmentation.
8435         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8436
8437 2006-11-12  Jim Meyering  <jim@meyering.net>
8438
8439         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8440         file descriptors.  This also averts a failure on systems with
8441         native openat support when a traversed directory lacks "x" access.
8442         * lib/fts_.h: Include "i-ring.h"
8443         (struct FTS) [fts_fd_ring]: New member.
8444         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8445         (FCHDIR): Add parentheses.
8446         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8447         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8448         When descending, rather than simply closing the previous
8449         fts_cwd_fd value, push that file descriptor onto the ring.
8450         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8451         (fts_open): Initialize the new fd_ring member.
8452         (fts_close): Clear the ring.
8453         (fts_safe_changedir): When possible, use our new fd_ring to skip
8454         the diropen and fstat and dev/ino comparison that would normally
8455         accompany a virtual `chdir ("..")'.
8456
8457         * modules/fts (Depends-on): Add i-ring.
8458         * modules/i-ring: New module.
8459         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8460         * m4/i-ring.m4: New file.
8461
8462 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8463
8464         * gnulib-tool (func_create_testdir): Fix replacement of
8465         `build-aux' in configure.ac.  Run autotools in gltests
8466         subdirectory.
8467         (func_create_testdir, func_create_megatestdir, test): There is
8468         no need for '--force' in most autotool invocations in a new
8469         tree.  Actually fail the whole test if any of the tools, or the
8470         configure or make stages fail.
8471
8472         Sync from Automake.
8473         * build-aux/gnupload: Revert last change.  Add pointer to upload
8474         instructions of the GNU Maintenance Instructions.
8475         Suggestion by Karl Berry.
8476
8477 2006-11-10  Jim Meyering  <jim@meyering.net>
8478
8479         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8480
8481 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8482
8483         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8484         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8485         (bind_textdomain_codeset) [! ENABLE_NLS]:
8486         Evaluate all the arguments.  That way, callers get compatible behavior
8487         if the arguments have side effects.  Also, it avoids some GCC
8488         diagnostics in some cases; Joel E. Denny reported problems when Bison
8489         was configured with --enable-gcc-warnigs.
8490
8491 2006-11-10  Jim Meyering  <jim@meyering.net>
8492
8493         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8494         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8495         account.
8496
8497 2006-11-10  Jim Meyering  <jim@meyering.net>
8498
8499         * modules/inline: New file/module.
8500         * modules/xalloc (Files): Remove m4/inline.m4.
8501         (Depends-on): Add inline, instead.
8502         * modules/oset: Likewise.
8503         * modules/list: Likewise.
8504
8505 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8506
8507         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8508         Problem reported by Matthew Woehlke.
8509
8510 2006-11-09  Bruno Haible  <bruno@clisp.org>
8511
8512         * lib/tempname.c (gen_tempname): Remove variant that invokes
8513         __gen_tempname.
8514         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8515         __gen_tempname.
8516
8517 2006-11-08  Bruno Haible  <bruno@clisp.org>
8518
8519         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8520         to 'yes' instead of 'cross-compiling'.
8521
8522 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8523
8524         * lib/quotearg.h (quotearg_free): New decl.
8525         * lib/quotearg.c (quotearg_free): New function.
8526         (slot0, nslots, slotvec0, slotvec):
8527         Now file-scope so that quotearg_free can get at them.
8528
8529 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8530
8531         Sync from Automake.
8532         * build-aux/gnupload: Add missing 'gnu' to example URL.
8533         Report by Karl Berry.
8534
8535 2006-11-08  Bruno Haible  <bruno@clisp.org>
8536
8537         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8538         Suggested by Paul Eggert.
8539
8540 2006-11-08  Jim Meyering  <jim@meyering.net>
8541
8542         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8543         It's already included if !_LIBC.
8544         (fts_safe_changedir): Add a comment.
8545
8546 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8547
8548         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8549         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8550         Matthew Woehlke.
8551
8552         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8553         definitions up, to avoid colliding with change below.
8554         (static_inline) [HAVE_INLINE]: New macro.
8555         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8556         Provide extern decls when !HAVE_INLINE.  Do not define unless
8557         static_inline is defined, either by us or by xmalloc.c.  Use
8558         static_inline rather than static inline.
8559         (XCALLOC): Optimize sizeof(T) = 1 case.
8560         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8561
8562 2006-11-07  Bruno Haible  <bruno@clisp.org>
8563
8564         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8565         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8566         AC_C_INLINE.
8567         * modules/xalloc (Files): Add m4/inline.m4.
8568
8569 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8570
8571         * README: Fix typo.
8572         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8573         (Miscellanous Notes): ...from this.
8574
8575 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8576
8577         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8578         Mention that offsetof should be used instead of sizeof.
8579         From Bruno Haible.
8580
8581 2006-11-07  Bruno Haible  <bruno@clisp.org>
8582
8583         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8584
8585 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8586
8587         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8588         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8589         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8590         (gl_tree_add_before, gl_tree_add_after):
8591         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8592         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8593         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8594         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8595         (gl_linked_add_after, gl_linked_add_at): Likewise.
8596         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8597         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8598         (gl_tree_add_before, gl_tree_add_after): Likewise.
8599         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8600         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8601         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8602
8603 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8604
8605         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8606
8607 2006-11-06  Bruno Haible  <bruno@clisp.org>
8608
8609         * m4/inline.m4: New file.
8610         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8611         * modules/list (Files): Add m4/inline.m4.
8612         * modules/oset (Files): Likewise.
8613
8614 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8615
8616         * lib/idcache.c: Include <stddef.h>, for offsetof.
8617         (struct userid.name): Change from char * to a flexible array member.
8618         All uses changed.
8619         * modules/idcache (Depends-on): Add flexmember.
8620
8621         * MODULES.html.sh (Core language properties): New module flexmember.
8622         * modules/flexmember, m4/flexmember.m4: New files.
8623
8624         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8625         inline functions that are identical with the old xnmalloc_inline,
8626         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8627         that we can avoid some unnecessary integer multiplications and
8628         divisions in the common case where the element size is known at
8629         compile time.
8630         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8631         needed.
8632         (xnboundedmalloc): Remove.
8633         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8634         arguments, for consistency with rest of this header.
8635         (xcharalloc): Rewrite using XNMALLOC.
8636         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8637         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8638         versions have been moved to lib/xalloc.h and renamed to be the
8639         non-*_inline versions.
8640         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8641         and xnrealloc functions, since those functions are now inline and
8642         now call us.
8643         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8644         renaming described above.
8645         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8646         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8647         captures the dependency in AC_C_INLINE.
8648
8649         New module canonicalize-lgpl, proposed by Charles Wilson in
8650         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8651         with a few small changes afterwards.
8652         * MODULES.html.sh (File system functions): New module
8653         canonicalize-lgpl.
8654         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8655         and canonicalize_file_name.
8656         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8657         * modules/canonicalize-lgpl: New files.
8658
8659 2006-11-05  Bruno Haible  <bruno@clisp.org>
8660
8661         * gnulib-tool (func_import, func_create_testdir): Create directories
8662         also for files in subdirectories of lib/.
8663
8664 2006-11-05  Bruno Haible  <bruno@clisp.org>
8665
8666         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8667         ANSI C compliant.
8668
8669 2006-11-03  Bruno Haible  <bruno@clisp.org>
8670
8671         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8672         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8673         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8674         (xnboundedmalloc): New inline function.
8675         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8676         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8677         xmalloc.
8678         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8679         xmalloc.
8680         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8681         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8682         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8683         xmalloc.
8684         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8685         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8686         xmalloc.
8687         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8688         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8689         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8690         xmalloc.
8691         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8692         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8693         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8694         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8695         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8696         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8697         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8698
8699 2006-11-03  Bruno Haible  <bruno@clisp.org>
8700
8701         * lib/c-ctype.h [C++]: Define functions without name mangling.
8702         * lib/fwriteerror.h [C++]: Likewise.
8703         * lib/gcd.h [C++]: Likewise.
8704         * lib/linebreak.h [C++]: Likewise.
8705
8706 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8707
8708         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8709         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8710         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8711         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8712         Check for functions and headers just once.
8713         Check for declaration of canonicalize_file_name.
8714         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8715
8716 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8717
8718         * gnulib-tool (func_import): Fix typo in actioncmd.
8719
8720 2006-11-02  Bruno Haible  <bruno@clisp.org>
8721
8722         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8723         newline sequence in the Makefile.am snippet as a space, like "make"
8724         does.
8725         Reported by Roger Persson <perrog@gmail.com>.
8726
8727 2006-11-01  Bruno Haible  <bruno@clisp.org>
8728
8729         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8730         already declared in <string.h>.
8731         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8732
8733 2006-11-01  Bruno Haible  <bruno@clisp.org>
8734
8735         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8736         * lib/strcase.h: Include <string.h>.
8737         (strcasecmp): Define to rpl_strcasecmp here.
8738
8739 2006-11-01  Bruno Haible  <bruno@clisp.org>
8740
8741         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8742
8743 2006-11-01  Eric Blake  <ebb9@byu.net>
8744
8745         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8746
8747         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8748
8749 2006-10-29  Bruno Haible  <bruno@clisp.org>
8750
8751         Make it compile in C++ mode.
8752         * lib/full-write.c (full_rw): Add a cast.
8753
8754 2006-11-01  Bruno Haible  <bruno@clisp.org>
8755
8756         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8757         be POSIX compliant.
8758         Reported by Roger Persson <perrog@gmail.com>.
8759
8760 2006-11-01  Eric Blake  <ebb9@byu.net>
8761
8762         * lib/getopt_.h: Fix comments.
8763
8764 2006-10-31  Eric Blake  <ebb9@byu.net>
8765
8766         * modules/tmpdir (Depends-on): Add sys_stat.
8767         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8768         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8769         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8770         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8771         tempname.
8772
8773 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8774
8775         Avoid some C++ diagnostics reported by Bruno Haible.
8776         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8777         xmalloc.
8778         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8779         (struct slotvec): Move to top level.
8780         (quotearg_n_options): Rewrite to avoid xmalloc.
8781         * lib/xalloc.h (xcharalloc): New function.
8782         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8783         [defined __cplusplus]: Add function template that provides result
8784         type propagation.  This part of the change is from Bruno Haible.
8785
8786 2006-10-29  Bruno Haible  <bruno@clisp.org>
8787
8788         Make it compile in C++ mode.
8789         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8790         * lib/strnlen1.c (strnlen1): Cast memchr result.
8791         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8792         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8793         (create_temp_dir): Rename local variable 'template'.
8794         (compile_csharp_using_sscli): Add cast.
8795         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8796         * lib/findprog.c (find_in_path): Likewise.
8797         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8798         * lib/wait-process.c (register_slave_subprocess): Likewise.
8799
8800 2006-10-22  Bruno Haible  <bruno@clisp.org>
8801
8802         * modules/tsearch: New file.
8803         * lib/tsearch.h: New file.
8804         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8805         * m4/tsearch.m4: New file.
8806         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8807
8808 2006-10-29  Eric Blake  <ebb9@byu.net>
8809
8810         * lib/arcfour.c: Assume config.h.
8811         * lib/arctwo.c: Likewise.
8812         * lib/base64.c: Likewise.
8813         * lib/check-version.c: Likewise.
8814         * lib/crc.c: Likewise.
8815         * lib/des.c: Likewise.
8816         * lib/gc-gnulib.c: Likewise.
8817         * lib/gc-libgcrypt.c: Likewise.
8818         * lib/gc-pbkdf2-sha1.c: Likewise.
8819         * lib/getaddrinfo.c: Likewise.
8820         * lib/getdelim.c: Likewise.
8821         * lib/getline.c: Likewise.
8822         * lib/hmac-md5.c: Likewise.
8823         * lib/hmac-sha1.c: Likewise.
8824         * lib/iconvme.c: Likewise.
8825         * lib/md2.c: Likewise.
8826         * lib/md4.c: Likewise.
8827         * lib/memxor.c: Likewise.
8828         * lib/read-file.c: Likewise.
8829         * lib/readline.c: Likewise.
8830         * lib/rijndael-alg-fst.c: Likewise.
8831         * lib/rijndael-api-fst.c: Likewise.
8832         * lib/xgetdomainname.c: Likewise.
8833
8834 2006-10-28  Eric Blake  <ebb9@byu.net>
8835
8836         * lib/xstrndup.c: Assume config.h.
8837
8838 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8839
8840         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8841         stat-macros.h is now for our own macros, whereas stat_h is for
8842         macros in the <sys/stat.h> name space.
8843         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8844         (STAT_MACROS_H): Remove.
8845         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8846         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8847         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8848         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8849         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8850         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8851         Move these macros to ...
8852         * lib/stat_.h: here.  Don't include stat-macros.h.
8853         * lib/canonicalize.c: Don't include stat-macros.h.
8854         * lib/chown.c: Likewise.
8855         * lib/euidaccess.c: Likewise.
8856         * lib/file-type.c: Likewise.
8857         * lib/filemode.c: Likewise.
8858         * lib/glob.c: Likewise.
8859         * lib/isapipe.c: Likewise.
8860         * lib/lchown.c: Likewise.
8861         * lib/lstat.c: Likewise.
8862         * lib/mkdir-p.c: Likewise.
8863         * lib/rmdir.c: Likewise.
8864         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8865         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8866         unless mkdir isn't declared, to speed up 'configure'.
8867         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8868         would define all the S_* symbols.
8869         * modules/canonicalize (Depends-on):
8870         Depend on sys_stat, not stat-macros.
8871         * modules/chown: Likewise.
8872         * modules/euidaccess: Likewise.
8873         * modules/filemode: Likewise.
8874         * modules/file-type: Likewise.
8875         * modules/glob: Likewise.
8876         * modules/isapipe: Likewise.
8877         * modules/lchown: Likewise.
8878         * modules/lstat: Likewise.
8879         * modules/mkancesdirs: Likewise.
8880         * modules/rmdir: Likewise.
8881         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8882         * modules/modechange: Likewise.
8883         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8884         (configure.ac): Remove gl_STAT_MACROS.
8885         * modules/sys_stat (Depends-on): Remove stat-macros.
8886
8887 2006-10-27  Bruno Haible  <bruno@clisp.org>
8888
8889         * m4/signed.m4: Remove file.
8890         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8891         invocation.
8892         * modules/vasnprintf (Files): Remove m4/signed.m4.
8893
8894 2006-10-27  Bruno Haible  <bruno@clisp.org>
8895
8896         Update to GNU gettext 0.16.
8897         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8898         m4/inttypes-h.m4, m4/signed.m4.
8899         * m4/gettext.m4: Update to GNU gettext 0.16.
8900         * m4/intl.m4: New file, from GNU gettext.
8901         * m4/intldir.m4: New file, from GNU gettext.
8902         * config/srclist.txt: Update
8903
8904 2006-10-27  Eric Blake  <ebb9@byu.net>
8905
8906         * MODULES.html.sh: Document tempname.
8907         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8908         dependencies.
8909         (Files): Move lib/tempname.c...
8910         * modules/tempname: ...to this new module.
8911         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8912         (gl_PREREQ_TEMPNAME): Move...
8913         * m4/tempname.m4: ...to this new file.
8914         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8915         * modules/sys_stat (Depends-on): Add stat-macros.
8916         * lib/stat_.h (includes): Pick up stat macros.
8917         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8918         if stat macros are broken.
8919         * lib/tempname.c (includes): No need to include "stat-macros.h".
8920         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8921         (direxists, __path_search) [!_LIBC]: Don't compile these in
8922         gnulib; the tmpdir module covers that.
8923         * lib/tempname.h: New file.
8924
8925 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8926
8927         * COPYING: Explain how gnulib-tool converts licence headers.
8928         Almost all wording by Eric Blake.
8929
8930 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8931
8932         * lib/mbchar.h (is_basic_table): Make read-only.
8933         * lib/mbchar.c (is_basic_table): Likewise.
8934         Reported by John Darrington.
8935
8936 2006-10-25  Bruno Haible  <bruno@clisp.org>
8937
8938         * lib/progname.h (set_program_name): Undefine before defining.
8939
8940 2006-10-25  Bruno Haible  <bruno@clisp.org>
8941
8942         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8943         false for non-gcc C++ compilers.
8944         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8945
8946 2006-10-24  Bruno Haible  <bruno@clisp.org>
8947
8948         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8949         iconv implementations like Irix iconv.
8950
8951 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8952
8953         * modules/vararrays: New file.
8954         * m4/vararrays.m4: New file, taken from diffutils.
8955         * MODULES.html.sh: New module vararrays.
8956
8957 2006-10-24  Karl Berry  <karl@gnu.org>
8958
8959         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8960         Don't call GNU Unix.
8961
8962 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8963
8964         * users.txt: Add Libtool.
8965
8966         Sync from Libtool:
8967
8968         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8969
8970         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8971         to gnulib's policy of including config.h unconditionally.
8972
8973 2006-10-24  Bruno Haible  <bruno@clisp.org>
8974
8975         * modules/wcwidth (Files): Add m4/wint_t.m4.
8976         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8977         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8978
8979 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8980
8981         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8982         to pacify GCC with some -W flags enabled.  Problem reported by
8983         Bruno Haible.
8984
8985 2006-10-24  Jim Meyering  <jim@meyering.net>
8986
8987         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8988         Reported by Karl Berry.
8989
8990 2006-10-23  Bruno Haible  <bruno@clisp.org>
8991
8992         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8993
8994 2006-10-24  Bruno Haible  <bruno@clisp.org>
8995
8996         * lib/gl_list.h: Use C comment style, not C++ comment style.
8997
8998 2006-10-23  Eric Blake  <ebb9@byu.net>
8999
9000         * lib/getaddrinfo.c (includes): Add missing include.
9001
9002 2006-10-23  Bruno Haible  <bruno@clisp.org>
9003             Paul Eggert  <eggert@cs.ucla.edu>
9004
9005         Ability to rename obstack_free.
9006         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9007         obstack_free.
9008         (obstack_free): Invoke the __obstack_free macro.
9009         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9010
9011 2006-10-23  Bruno Haible  <bruno@clisp.org>
9012             Paul Eggert  <eggert@cs.ucla.edu>
9013
9014         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9015         __argc, __argv from the declaration. (They are defined as macros on
9016         mingw.)
9017
9018 2006-10-22  Bruno Haible  <bruno@clisp.org>
9019
9020         * doc/gnulib-intro.texi: New file.
9021         * doc/gnulib.texi: Include it.
9022
9023 2006-10-21  Bruno Haible  <bruno@clisp.org>
9024
9025         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9026         "Introduction", "Miscellanous Notes", "Particular Modules".
9027
9028 2006-10-21  Bruno Haible  <bruno@clisp.org>
9029
9030         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9031         Change mostlyclean-local rule to avoid sh syntax error from bash
9032         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9033
9034 2006-10-23  Jim Meyering  <jim@meyering.net>
9035
9036         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9037         in place of snprintf.
9038
9039         * modules/inttostr (Files): Add lib/uinttostr.c.
9040         * lib/uinttostr.c (inttostr): New file/function.
9041         * lib/inttostr.h (uinttostr): Declare.
9042         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9043         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9044         Add uinttostr.
9045         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9046
9047 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9048
9049         * lib/canonicalize.c (ELOOP): Define if not already defined.
9050         Problem reported by Bruno Haible in
9051         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9052
9053 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9054
9055         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9056         Problem reported by Perry Smith and Ville Laurikari.
9057
9058         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9059         uses.
9060
9061 2006-10-19  Bruno Haible  <bruno@clisp.org>
9062
9063         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9064         for mingw.
9065
9066 2006-10-19  Bruno Haible  <bruno@clisp.org>
9067
9068         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9069         Needed for mingw.
9070
9071 2006-10-19  Bruno Haible  <bruno@clisp.org>
9072
9073         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9074
9075 2006-10-19  Bruno Haible  <bruno@clisp.org>
9076
9077         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9078         it.
9079
9080 2006-10-19  Bruno Haible  <bruno@clisp.org>
9081
9082         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9083         invocation.
9084
9085 2006-10-19  Bruno Haible  <bruno@clisp.org>
9086
9087         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9088         mountlist by default.
9089
9090 2006-10-16  Bruno Haible  <bruno@clisp.org>
9091
9092         * lib/c-strstr.c: Include c-strstr.h.
9093
9094 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9095
9096         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9097         in a slash.
9098
9099 2006-10-18  Bruno Haible  <bruno@clisp.org>
9100
9101         * lib/lock.h [C++]: Wrap definitions in extern "C".
9102
9103 2006-10-18  Bruno Haible  <bruno@clisp.org>
9104
9105         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9106         gl_LIBOBJS list.
9107
9108 2006-10-18  Bruno Haible  <bruno@clisp.org>
9109
9110         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9111
9112 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9113
9114         * lib/xstrtol.h: Include gettext.h.
9115         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9116         Problem reported by Eric Blake.
9117         * modules/xstrtol (Depends-on): Add gettext-h.
9118
9119 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9120
9121         * lib/strftime.c (advance): New macro.
9122         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9123         incomplete type, so you can't add 0 to it.  Problem and patch
9124         reported by Eelco Dolstra for dietlibc.
9125
9126 2006-10-18  Jim Meyering  <jim@meyering.net>
9127
9128         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9129         type for a local, and rename it: s/up/user_proc/.
9130
9131 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9132
9133         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9134         READ_UTMP_USER_PROCESS.
9135         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9136
9137 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9138
9139         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9140         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9141
9142 2006-10-17  Eric Blake  <ebb9@byu.net>
9143
9144         * lib/sigprocmask.c (sigprocmask): Fix typo.
9145
9146         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9147
9148         * modules/clean-temp (Makefile.am): Don't add to make output...
9149         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9150         config.h.
9151
9152 2006-10-17  Bruno Haible  <bruno@clisp.org>
9153
9154         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9155         differently if DEFAULT_TEXT_DOMAIN is set.
9156
9157 2006-10-16  Bruno Haible  <bruno@clisp.org>
9158
9159         * lib/clean-temp.c: Include fwriteerror.h.
9160
9161 2006-10-16  Bruno Haible  <bruno@clisp.org>
9162
9163         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9164
9165 2006-10-16  Bruno Haible  <bruno@clisp.org>
9166
9167         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9168         * lib/sigprocmask.h: Include <sys/types.h>.
9169         (sigset_t): Use the system's definition if present.
9170
9171 2006-10-17  Eric Blake  <ebb9@byu.net>
9172
9173         * lib/xvasprintf.c (includes): Assume config.h.
9174         * lib/xasprintf.c (includes): Likewise.
9175
9176 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9177
9178         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9179         at least as wide as intmax_t.
9180
9181 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9182
9183         (Imported from Automake.)
9184         * build-aux/gnupload: Update to version 1.1 of directive file.
9185
9186 2006-10-16  Eric Blake  <ebb9@byu.net>
9187
9188         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9189         match Automake 1.10a.
9190
9191 2006-10-14  Bruno Haible  <bruno@clisp.org>
9192
9193         * modules/sigprocmask: New file.
9194         * lib/sigprocmask.h: New file.
9195         * lib/sigprocmask.c: New file.
9196         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9197         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9198         request sigprocmask.o.
9199         (gl_PREREQ_SIGPROCMASK): New macro.
9200         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9201         (Depends-on): Add sigprocmask.
9202         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9203         gt_SIGNALBLOCKING. Test for 'raise' only once.
9204         * lib/fatal-signal.c: Include sigprocmask.h.
9205         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9206         unblock_fatal_signals): Define always.
9207         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9208         sigprocmask.
9209
9210 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9211
9212         Sync from Automake.
9213         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9214         which incorrectly sets the mode of an existing destination
9215         directory.  In some cases the unpatched install-sh could do the
9216         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9217         system.  We hope this is rare in practice, but it's clearly worth
9218         fixing.  Problem reported by Alex Unleashed in
9219         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9220         Also, don't bother to check for -m bugs unless we're using -m;
9221         suggested by Stepan Kasal.
9222
9223 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9224
9225         Sync from Automake.
9226         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9227         `-c' flag, so they appear at the same position as in %FASTDEP%
9228         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9229         which ignores unknown options only after the first non-option.
9230         Bug report against M4 by Nelson H. F. Beebe.
9231
9232 2006-10-13  Jim Meyering  <jim@meyering.net>
9233
9234         Fix a bug in yesterday's change.
9235         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9236         p->fts_statp->st_dev would be used uninitialized.
9237         Ensures that we always call fts_stat on the very first entry.
9238         Miklos Szeredi reported that find -xdev stopped working.
9239
9240 2006-10-12  Bruno Haible  <bruno@clisp.org>
9241
9242         * gnulib-tool (func_get_automake_snippet): Append an automatically
9243         computed EXTRA_DIST augmentation.
9244         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9245         * modules/alloca-opt (Makefile.am): Likewise.
9246         * modules/allocsa (Makefile.am): Likewise.
9247         * modules/arcfour (Makefile.am): Likewise.
9248         * modules/arctwo (Makefile.am): Likewise.
9249         * modules/argmatch (Makefile.am): Likewise.
9250         * modules/argz (Makefile.am): Likewise.
9251         * modules/atexit (Makefile.am): Likewise.
9252         * modules/backupfile (Makefile.am): Likewise.
9253         * modules/byteswap (Makefile.am): Likewise.
9254         * modules/c-strtod (Makefile.am): Likewise.
9255         * modules/c-strtold (Makefile.am): Likewise.
9256         * modules/calloc (Makefile.am): Likewise.
9257         * modules/canon-host (Makefile.am): Likewise.
9258         * modules/canonicalize (Makefile.am): Likewise.
9259         * modules/chdir-long (Makefile.am): Likewise.
9260         * modules/chdir-safer (Makefile.am): Likewise.
9261         * modules/check-version (Makefile.am): Likewise.
9262         * modules/chown (Makefile.am): Likewise.
9263         * modules/cloexec (Makefile.am): Likewise.
9264         * modules/close-stream (Makefile.am): Likewise.
9265         * modules/closeout (Makefile.am): Likewise.
9266         * modules/crc (Makefile.am): Likewise.
9267         * modules/csharpexec (Makefile.am): Likewise.
9268         * modules/cycle-check (Makefile.am): Likewise.
9269         * modules/des (Makefile.am): Likewise.
9270         * modules/dev-ino (Makefile.am): Likewise.
9271         * modules/dirfd (Makefile.am): Likewise.
9272         * modules/dirname (Makefile.am): Likewise.
9273         * modules/dup2 (Makefile.am): Likewise.
9274         * modules/eealloc (Makefile.am): Likewise.
9275         * modules/error (Makefile.am): Likewise.
9276         * modules/euidaccess (Makefile.am): Likewise.
9277         * modules/exclude (Makefile.am): Likewise.
9278         * modules/exitfail (Makefile.am): Likewise.
9279         * modules/fcntl-safer (Makefile.am): Likewise.
9280         * modules/fcntl (Makefile.am): Likewise.
9281         * modules/file-type (Makefile.am): Likewise.
9282         * modules/fileblocks (Makefile.am): Likewise.
9283         * modules/filemode (Makefile.am): Likewise.
9284         * modules/filenamecat (Makefile.am): Likewise.
9285         * modules/fnmatch (Makefile.am): Likewise.
9286         * modules/fopen-safer (Makefile.am): Likewise.
9287         * modules/fpending (Makefile.am): Likewise.
9288         * modules/fprintftime (Makefile.am): Likewise.
9289         * modules/free (Makefile.am): Likewise.
9290         * modules/fsusage (Makefile.am): Likewise.
9291         * modules/ftruncate (Makefile.am): Likewise.
9292         * modules/fts (Makefile.am): Likewise.
9293         * modules/gc-arcfour (Makefile.am): Likewise.
9294         * modules/gc-des (Makefile.am): Likewise.
9295         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9296         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9297         * modules/gc-md4 (Makefile.am): Likewise.
9298         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9299         * modules/gc-sha1 (Makefile.am): Likewise.
9300         * modules/gc (Makefile.am): Likewise.
9301         * modules/getaddrinfo (Makefile.am): Likewise.
9302         * modules/getcwd (Makefile.am): Likewise.
9303         * modules/getdelim (Makefile.am): Likewise.
9304         * modules/getdomainname (Makefile.am): Likewise.
9305         * modules/getgroups (Makefile.am): Likewise.
9306         * modules/gethostname (Makefile.am): Likewise.
9307         * modules/gethrxtime (Makefile.am): Likewise.
9308         * modules/getline (Makefile.am): Likewise.
9309         * modules/getloadavg (Makefile.am): Likewise.
9310         * modules/getlogin_r (Makefile.am): Likewise.
9311         * modules/getndelim2 (Makefile.am): Likewise.
9312         * modules/getopt (Makefile.am): Likewise.
9313         * modules/getpagesize (Makefile.am): Likewise.
9314         * modules/getpass-gnu (Makefile.am): Likewise.
9315         * modules/getpass (Makefile.am): Likewise.
9316         * modules/getsubopt (Makefile.am): Likewise.
9317         * modules/gettime (Makefile.am): Likewise.
9318         * modules/gettimeofday (Makefile.am): Likewise.
9319         * modules/getugroups (Makefile.am): Likewise.
9320         * modules/getusershell (Makefile.am): Likewise.
9321         * modules/glob (Makefile.am): Likewise.
9322         * modules/group-member (Makefile.am): Likewise.
9323         * modules/hard-locale (Makefile.am): Likewise.
9324         * modules/hash (Makefile.am): Likewise.
9325         * modules/hmac-md5 (Makefile.am): Likewise.
9326         * modules/hmac-sha1 (Makefile.am): Likewise.
9327         * modules/human (Makefile.am): Likewise.
9328         * modules/idcache (Makefile.am): Likewise.
9329         * modules/imaxabs (Makefile.am): Likewise.
9330         * modules/imaxdiv (Makefile.am): Likewise.
9331         * modules/inet_ntop (Makefile.am): Likewise.
9332         * modules/inet_pton (Makefile.am): Likewise.
9333         * modules/intprops (Makefile.am): Likewise.
9334         * modules/inttostr (Makefile.am): Likewise.
9335         * modules/inttypes (Makefile.am): Likewise.
9336         * modules/isapipe (Makefile.am): Likewise.
9337         * modules/javaversion (Makefile.am): Likewise.
9338         * modules/lchmod (Makefile.am): Likewise.
9339         * modules/lchown (Makefile.am): Likewise.
9340         * modules/localcharset (Makefile.am): Likewise.
9341         * modules/long-options (Makefile.am): Likewise.
9342         * modules/lstat (Makefile.am): Likewise.
9343         * modules/malloc (Makefile.am): Likewise.
9344         * modules/mathl (Makefile.am): Likewise.
9345         * modules/mbchar (Makefile.am): Likewise.
9346         * modules/md2 (Makefile.am): Likewise.
9347         * modules/md4 (Makefile.am): Likewise.
9348         * modules/md5 (Makefile.am): Likewise.
9349         * modules/memcasecmp (Makefile.am): Likewise.
9350         * modules/memchr (Makefile.am): Likewise.
9351         * modules/memcmp (Makefile.am): Likewise.
9352         * modules/memcoll (Makefile.am): Likewise.
9353         * modules/memcpy (Makefile.am): Likewise.
9354         * modules/memmem (Makefile.am): Likewise.
9355         * modules/memmove (Makefile.am): Likewise.
9356         * modules/mempcpy (Makefile.am): Likewise.
9357         * modules/memrchr (Makefile.am): Likewise.
9358         * modules/memset (Makefile.am): Likewise.
9359         * modules/memxor (Makefile.am): Likewise.
9360         * modules/mkancesdirs (Makefile.am): Likewise.
9361         * modules/mkdir-p (Makefile.am): Likewise.
9362         * modules/mkdir (Makefile.am): Likewise.
9363         * modules/mkdtemp (Makefile.am): Likewise.
9364         * modules/mkstemp (Makefile.am): Likewise.
9365         * modules/mktime (Makefile.am): Likewise.
9366         * modules/modechange (Makefile.am): Likewise.
9367         * modules/mountlist (Makefile.am): Likewise.
9368         * modules/nanosleep (Makefile.am): Likewise.
9369         * modules/obstack (Makefile.am): Likewise.
9370         * modules/openat (Makefile.am): Likewise.
9371         * modules/pagealign_alloc (Makefile.am): Likewise.
9372         * modules/pathmax (Makefile.am): Likewise.
9373         * modules/physmem (Makefile.am): Likewise.
9374         * modules/poll (Makefile.am): Likewise.
9375         * modules/posixtm (Makefile.am): Likewise.
9376         * modules/posixver (Makefile.am): Likewise.
9377         * modules/putenv (Makefile.am): Likewise.
9378         * modules/quote (Makefile.am): Likewise.
9379         * modules/quotearg (Makefile.am): Likewise.
9380         * modules/raise (Makefile.am): Likewise.
9381         * modules/read-file (Makefile.am): Likewise.
9382         * modules/readline (Makefile.am): Likewise.
9383         * modules/readlink (Makefile.am): Likewise.
9384         * modules/readtokens (Makefile.am): Likewise.
9385         * modules/readutmp (Makefile.am): Likewise.
9386         * modules/realloc (Makefile.am): Likewise.
9387         * modules/regex (Makefile.am): Likewise.
9388         * modules/rename-dest-slash (Makefile.am): Likewise.
9389         * modules/rename (Makefile.am): Likewise.
9390         * modules/rijndael (Makefile.am): Likewise.
9391         * modules/rmdir (Makefile.am): Likewise.
9392         * modules/rpmatch (Makefile.am): Likewise.
9393         * modules/safe-read (Makefile.am): Likewise.
9394         * modules/safe-write (Makefile.am): Likewise.
9395         * modules/same-inode (Makefile.am): Likewise.
9396         * modules/same (Makefile.am): Likewise.
9397         * modules/save-cwd (Makefile.am): Likewise.
9398         * modules/savedir (Makefile.am): Likewise.
9399         * modules/setenv (Makefile.am): Likewise.
9400         * modules/settime (Makefile.am): Likewise.
9401         * modules/sha1 (Makefile.am): Likewise.
9402         * modules/sig2str (Makefile.am): Likewise.
9403         * modules/snprintf (Makefile.am): Likewise.
9404         * modules/stat-macros (Makefile.am): Likewise.
9405         * modules/stat-time (Makefile.am): Likewise.
9406         * modules/stdbool (Makefile.am): Likewise.
9407         * modules/stdint (Makefile.am): Likewise.
9408         * modules/stdlib-safer (Makefile.am): Likewise.
9409         * modules/stpcpy (Makefile.am): Likewise.
9410         * modules/stpncpy (Makefile.am): Likewise.
9411         * modules/strcase (Makefile.am): Likewise.
9412         * modules/strcasestr (Makefile.am): Likewise.
9413         * modules/strchrnul (Makefile.am): Likewise.
9414         * modules/strcspn (Makefile.am): Likewise.
9415         * modules/strdup (Makefile.am): Likewise.
9416         * modules/strerror (Makefile.am): Likewise.
9417         * modules/strftime (Makefile.am): Likewise.
9418         * modules/strndup (Makefile.am): Likewise.
9419         * modules/strnlen (Makefile.am): Likewise.
9420         * modules/strpbrk (Makefile.am): Likewise.
9421         * modules/strsep (Makefile.am): Likewise.
9422         * modules/strstr (Makefile.am): Likewise.
9423         * modules/strtod (Makefile.am): Likewise.
9424         * modules/strtoimax (Makefile.am): Likewise.
9425         * modules/strtok_r (Makefile.am): Likewise.
9426         * modules/strtol (Makefile.am): Likewise.
9427         * modules/strtoll (Makefile.am): Likewise.
9428         * modules/strtoul (Makefile.am): Likewise.
9429         * modules/strtoull (Makefile.am): Likewise.
9430         * modules/strtoumax (Makefile.am): Likewise.
9431         * modules/strverscmp (Makefile.am): Likewise.
9432         * modules/sys_socket (Makefile.am): Likewise.
9433         * modules/sys_stat (Makefile.am): Likewise.
9434         * modules/sysexits (Makefile.am): Likewise.
9435         * modules/time_r (Makefile.am): Likewise.
9436         * modules/timegm (Makefile.am): Likewise.
9437         * modules/timespec (Makefile.am): Likewise.
9438         * modules/tmpfile-safer (Makefile.am): Likewise.
9439         * modules/trim (Makefile.am): Likewise.
9440         * modules/unistd-safer (Makefile.am): Likewise.
9441         * modules/unlinkdir (Makefile.am): Likewise.
9442         * modules/unlocked-io (Makefile.am): Likewise.
9443         * modules/userspec (Makefile.am): Likewise.
9444         * modules/utime (Makefile.am): Likewise.
9445         * modules/utimecmp (Makefile.am): Likewise.
9446         * modules/utimens (Makefile.am): Likewise.
9447         * modules/vasnprintf (Makefile.am): Likewise.
9448         * modules/vasprintf (Makefile.am): Likewise.
9449         * modules/vsnprintf (Makefile.am): Likewise.
9450         * modules/xalloc (Makefile.am): Likewise.
9451         * modules/xgetcwd (Makefile.am): Likewise.
9452         * modules/xnanosleep (Makefile.am): Likewise.
9453         * modules/xreadlink (Makefile.am): Likewise.
9454         * modules/xstrtod (Makefile.am): Likewise.
9455         * modules/xstrtol (Makefile.am): Likewise.
9456         * modules/xstrtold (Makefile.am): Likewise.
9457         * modules/yesno (Makefile.am): Likewise.
9458         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9459
9460 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9461
9462         * modules/error (Makefile.am): Distribute files through
9463         EXTRA_DIST, not lib_SOURCES.
9464
9465 2006-10-12  Eric Blake  <ebb9@byu.net>
9466
9467         * modules/error (Makefile.am): Distribute files in /lib.
9468         * modules/obstack (Makefile.am): Likewise.
9469
9470 2006-10-12  Bruno Haible  <bruno@clisp.org>
9471
9472         * modules/acl (Makefile.am): Distribute all files in lib/ through
9473         EXTRA_DIST.
9474         * modules/arcfour (Makefile.am): Likewise.
9475         * modules/arctwo (Makefile.am): Likewise.
9476         * modules/argmatch (Makefile.am): Likewise.
9477         * modules/argz (Makefile.am): Likewise.
9478         * modules/atexit (Makefile.am): Likewise.
9479         * modules/backupfile (Makefile.am): Likewise.
9480         * modules/c-strtod (Makefile.am): Likewise.
9481         * modules/c-strtold (Makefile.am): Likewise.
9482         * modules/calloc (Makefile.am): Likewise.
9483         * modules/canon-host (Makefile.am): Likewise.
9484         * modules/canonicalize (Makefile.am): Likewise.
9485         * modules/chdir-long (Makefile.am): Likewise.
9486         * modules/chdir-safer (Makefile.am): Likewise.
9487         * modules/check-version (Makefile.am): Likewise.
9488         * modules/chown (Makefile.am): Likewise.
9489         * modules/cloexec (Makefile.am): Likewise.
9490         * modules/close-stream (Makefile.am): Likewise.
9491         * modules/closeout (Makefile.am): Likewise.
9492         * modules/crc (Makefile.am): Likewise.
9493         * modules/cycle-check (Makefile.am): Likewise.
9494         * modules/des (Makefile.am): Likewise.
9495         * modules/dirfd (Makefile.am): Likewise.
9496         * modules/dirname (Makefile.am): Likewise.
9497         * modules/dup2 (Makefile.am): Likewise.
9498         * modules/euidaccess (Makefile.am): Likewise.
9499         * modules/exclude (Makefile.am): Likewise.
9500         * modules/exitfail (Makefile.am): Likewise.
9501         * modules/fcntl-safer (Makefile.am): Likewise.
9502         * modules/file-type (Makefile.am): Likewise.
9503         * modules/fileblocks (Makefile.am): Likewise.
9504         * modules/filemode (Makefile.am): Likewise.
9505         * modules/filenamecat (Makefile.am): Likewise.
9506         * modules/fnmatch (Makefile.am): Likewise.
9507         * modules/fopen-safer (Makefile.am): Likewise.
9508         * modules/fpending (Makefile.am): Likewise.
9509         * modules/fprintftime (Makefile.am): Likewise.
9510         * modules/free (Makefile.am): Likewise.
9511         * modules/fsusage (Makefile.am): Likewise.
9512         * modules/ftruncate (Makefile.am): Likewise.
9513         * modules/fts (Makefile.am): Likewise.
9514         * modules/gc (Makefile.am): Likewise.
9515         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9516         * modules/getaddrinfo (Makefile.am): Likewise.
9517         * modules/getcwd (Makefile.am): Likewise.
9518         * modules/getdelim (Makefile.am): Likewise.
9519         * modules/getdomainname (Makefile.am): Likewise.
9520         * modules/getgroups (Makefile.am): Likewise.
9521         * modules/gethostname (Makefile.am): Likewise.
9522         * modules/gethrxtime (Makefile.am): Likewise.
9523         * modules/getline (Makefile.am): Likewise.
9524         * modules/getloadavg (Makefile.am): Likewise.
9525         * modules/getlogin_r (Makefile.am): Likewise.
9526         * modules/getopt (Makefile.am): Likewise.
9527         * modules/getpass (Makefile.am): Likewise.
9528         * modules/getpass-gnu (Makefile.am): Likewise.
9529         * modules/getsubopt (Makefile.am): Likewise.
9530         * modules/gettime (Makefile.am): Likewise.
9531         * modules/gettimeofday (Makefile.am): Likewise.
9532         * modules/getugroups (Makefile.am): Likewise.
9533         * modules/getusershell (Makefile.am): Likewise.
9534         * modules/glob (Makefile.am): Likewise.
9535         * modules/group-member (Makefile.am): Likewise.
9536         * modules/hard-locale (Makefile.am): Likewise.
9537         * modules/hash (Makefile.am): Likewise.
9538         * modules/hmac-md5 (Makefile.am): Likewise.
9539         * modules/hmac-sha1 (Makefile.am): Likewise.
9540         * modules/human (Makefile.am): Likewise.
9541         * modules/idcache (Makefile.am): Likewise.
9542         * modules/imaxabs (Makefile.am): Likewise.
9543         * modules/imaxdiv (Makefile.am): Likewise.
9544         * modules/inet_ntop (Makefile.am): Likewise.
9545         * modules/inet_pton (Makefile.am): Likewise.
9546         * modules/inttostr (Makefile.am): Likewise.
9547         * modules/isapipe (Makefile.am): Likewise.
9548         * modules/lchown (Makefile.am): Likewise.
9549         * modules/long-options (Makefile.am): Likewise.
9550         * modules/lstat (Makefile.am): Likewise.
9551         * modules/malloc (Makefile.am): Likewise.
9552         * modules/mathl (Makefile.am): Likewise.
9553         * modules/mbchar (Makefile.am): Likewise.
9554         * modules/md2 (Makefile.am): Likewise.
9555         * modules/md4 (Makefile.am): Likewise.
9556         * modules/md5 (Makefile.am): Likewise.
9557         * modules/memcasecmp (Makefile.am): Likewise.
9558         * modules/memchr (Makefile.am): Likewise.
9559         * modules/memcmp (Makefile.am): Likewise.
9560         * modules/memcoll (Makefile.am): Likewise.
9561         * modules/memcpy (Makefile.am): Likewise.
9562         * modules/memmem (Makefile.am): Likewise.
9563         * modules/memmove (Makefile.am): Likewise.
9564         * modules/mempcpy (Makefile.am): Likewise.
9565         * modules/memrchr (Makefile.am): Likewise.
9566         * modules/memset (Makefile.am): Likewise.
9567         * modules/memxor (Makefile.am): Likewise.
9568         * modules/mkancesdirs (Makefile.am): Likewise.
9569         * modules/mkdir (Makefile.am): Likewise.
9570         * modules/mkdir-p (Makefile.am): Likewise.
9571         * modules/mkdtemp (Makefile.am): Likewise.
9572         * modules/mkstemp (Makefile.am): Likewise.
9573         * modules/mktime (Makefile.am): Likewise.
9574         * modules/modechange (Makefile.am): Likewise.
9575         * modules/mountlist (Makefile.am): Likewise.
9576         * modules/nanosleep (Makefile.am): Likewise.
9577         * modules/openat (Makefile.am): Likewise.
9578         * modules/pagealign_alloc (Makefile.am): Likewise.
9579         * modules/physmem (Makefile.am): Likewise.
9580         * modules/poll (Makefile.am): Likewise.
9581         * modules/posixtm (Makefile.am): Likewise.
9582         * modules/posixver (Makefile.am): Likewise.
9583         * modules/putenv (Makefile.am): Likewise.
9584         * modules/quote (Makefile.am): Likewise.
9585         * modules/quotearg (Makefile.am): Likewise.
9586         * modules/raise (Makefile.am): Likewise.
9587         * modules/read-file (Makefile.am): Likewise.
9588         * modules/readline (Makefile.am): Likewise.
9589         * modules/readlink (Makefile.am): Likewise.
9590         * modules/readtokens (Makefile.am): Likewise.
9591         * modules/readutmp (Makefile.am): Likewise.
9592         * modules/realloc (Makefile.am): Likewise.
9593         * modules/regex (Makefile.am): Likewise.
9594         * modules/rename (Makefile.am): Likewise.
9595         * modules/rename-dest-slash (Makefile.am): Likewise.
9596         * modules/rijndael (Makefile.am): Likewise.
9597         * modules/rmdir (Makefile.am): Likewise.
9598         * modules/rpmatch (Makefile.am): Likewise.
9599         * modules/safe-read (Makefile.am): Likewise.
9600         * modules/safe-write (Makefile.am): Likewise.
9601         * modules/same (Makefile.am): Likewise.
9602         * modules/save-cwd (Makefile.am): Likewise.
9603         * modules/savedir (Makefile.am): Likewise.
9604         * modules/setenv (Makefile.am): Likewise.
9605         * modules/settime (Makefile.am): Likewise.
9606         * modules/sha1 (Makefile.am): Likewise.
9607         * modules/sig2str (Makefile.am): Likewise.
9608         * modules/snprintf (Makefile.am): Likewise.
9609         * modules/stdlib-safer (Makefile.am): Likewise.
9610         * modules/stpcpy (Makefile.am): Likewise.
9611         * modules/stpncpy (Makefile.am): Likewise.
9612         * modules/strcase (Makefile.am): Likewise.
9613         * modules/strcasestr (Makefile.am): Likewise.
9614         * modules/strchrnul (Makefile.am): Likewise.
9615         * modules/strcspn (Makefile.am): Likewise.
9616         * modules/strdup (Makefile.am): Likewise.
9617         * modules/strerror (Makefile.am): Likewise.
9618         * modules/strftime (Makefile.am): Likewise.
9619         * modules/strndup (Makefile.am): Likewise.
9620         * modules/strnlen (Makefile.am): Likewise.
9621         * modules/strpbrk (Makefile.am): Likewise.
9622         * modules/strsep (Makefile.am): Likewise.
9623         * modules/strstr (Makefile.am): Likewise.
9624         * modules/strtod (Makefile.am): Likewise.
9625         * modules/strtoimax (Makefile.am): Likewise.
9626         * modules/strtok_r (Makefile.am): Likewise.
9627         * modules/strtol (Makefile.am): Likewise.
9628         * modules/strtoll (Makefile.am): Likewise.
9629         * modules/strtoul (Makefile.am): Likewise.
9630         * modules/strtoull (Makefile.am): Likewise.
9631         * modules/strtoumax (Makefile.am): Likewise.
9632         * modules/strverscmp (Makefile.am): Likewise.
9633         * modules/time_r (Makefile.am): Likewise.
9634         * modules/timegm (Makefile.am): Likewise.
9635         * modules/tmpfile-safer (Makefile.am): Likewise.
9636         * modules/unistd-safer (Makefile.am): Likewise.
9637         * modules/unlinkdir (Makefile.am): Likewise.
9638         * modules/userspec (Makefile.am): Likewise.
9639         * modules/utime (Makefile.am): Likewise.
9640         * modules/utimecmp (Makefile.am): Likewise.
9641         * modules/utimens (Makefile.am): Likewise.
9642         * modules/vasnprintf (Makefile.am): Likewise.
9643         * modules/vasprintf (Makefile.am): Likewise.
9644         * modules/vsnprintf (Makefile.am): Likewise.
9645         * modules/xalloc (Makefile.am): Likewise.
9646         * modules/xgetcwd (Makefile.am): Likewise.
9647         * modules/xnanosleep (Makefile.am): Likewise.
9648         * modules/xreadlink (Makefile.am): Likewise.
9649         * modules/xstrtod (Makefile.am): Likewise.
9650         * modules/xstrtol (Makefile.am): Likewise.
9651         * modules/xstrtold (Makefile.am): Likewise.
9652         * modules/yesno (Makefile.am): Likewise.
9653
9654 2006-10-12  Jim Meyering  <jim@meyering.net>
9655
9656         * m4/getloadavg.m4: Revert the change below.
9657
9658         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9659         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9660         fail with a symlink, which is what coreutils' ./bootstrap now
9661         creates by default.
9662
9663 2006-10-12  Bruno Haible  <bruno@clisp.org>
9664
9665         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9666         mingw.
9667         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9668         MSVC and mingw explicitly.
9669
9670 2006-10-11  Simon Josefsson  <jas@extundo.com>
9671             Bruno Haible  <bruno@clisp.org>
9672
9673         Add support for multiple gnulib-tool invocations in the scope of a
9674         single configure.ac file.
9675         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9676         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9677         with the same contents as the _LIBADD variable.
9678         (func_emit_initmacro_start, func_emit_initmacro_end,
9679         func_emit_initmacro_done): New functions.
9680         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9681         gl_LIBOBJS and gl_LTLIBOBJS.
9682
9683 2006-10-11  Bruno Haible  <bruno@clisp.org>
9684
9685         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9686         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9687         autoreconf. Instead, invoke autopoint explicitly but move back the
9688         *.m4 files from gnulib.
9689
9690 2006-10-11  Bruno Haible  <bruno@clisp.org>
9691
9692         * gnulib-tool (func_usage): Make module names after --create-testdir
9693         optional.
9694         (func_create_testdir): If no module was specified, use nearly all
9695         modules.
9696
9697 2006-10-12  Jim Meyering  <jim@meyering.net>
9698
9699         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9700         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9701         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9702         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9703         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9704         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9705         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9706         (fts_set_stat_required): New function.
9707         (fts_open): Defer the calls to fts_stat, if possible or requested.
9708         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9709         into fts_stat itself.
9710         (fts_read): Perform any required (deferred) fts_stat call.
9711         (fts_build): Likewise, for the directory we're about to open and read.
9712         In the readdir loop, carefully decide whether each entry will require
9713         an eventual call to fts_stat, using dirent.d_type info if available.
9714         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9715         a command line argument into this function.  Update all callers.
9716         Map a return value of FTS_DOT to FTS_D for a command line argument.
9717         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9718         Thanks to Miklos Szeredi for his tenacity and for the initial
9719         bug report about "find" failing on a FUSE-based file system.
9720
9721         * lib/fts.c (fts_open): Use consistent indentation.
9722
9723 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9724
9725         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9726         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9727         reported by Jim Meyering.  All uses of cache variables renamed
9728         to match Autoconf's.
9729         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9730         the other one.
9731
9732         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9733         Fix misspelling in diagnostic.
9734
9735 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9736
9737         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9738         defined.  Problem reported by Matthew Woehlke.
9739
9740         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9741         Add support for Tandem NonStop R series.
9742         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9743         Use new macro.
9744
9745         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9746         (has_trailing_slash): Omit size arg; all callers changed.
9747         Omit 'inline', since it doesn't help performance and we'd
9748         need to configure it.
9749         Don't count //, ///, etc. as having a trailing slash.
9750         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9751         (rpl_rename_dest_slash): On failure, use rename's errno rather
9752         than (in some cases) an incorrect or junk errno.
9753         Simplify code by removing need to compute length; this does
9754         cause it to make two passes instead of one over the file name,
9755         but it's worth it.
9756
9757         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9758         change, since Autoconf's version may no longer be appropriate now
9759         that we are using CVS Autoconf's version.  Add support for Tandem.
9760
9761 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9762             Bruno Haible  <bruno@clisp.org>
9763
9764         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9765         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9766         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9767         gl_AC_TYPE_LONG_LONG.
9768
9769         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9770         instead of HAVE_LONG_LONG.
9771         * lib/printf-args.c (printf_fetchargs): Likewise.
9772         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9773         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9774         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9775         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9776         gl_AC_TYPE_LONG_LONG.
9777
9778 2006-10-11  Bruno Haible  <bruno@clisp.org>
9779
9780         * m4/longlong.m4: Add comments.
9781         * m4/ulonglong.m4: Likewise.
9782
9783 2006-10-10  Bruno Haible  <bruno@clisp.org>
9784
9785         Make it possible to #define stpcpy, strdup to aliases.
9786         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9787         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9788
9789 2006-10-10  Bruno Haible  <bruno@clisp.org>
9790
9791         Make it possible to #define gcd to an alias.
9792         * lib/gcd.c: Include config.h.
9793
9794 2006-10-10  Bruno Haible  <bruno@clisp.org>
9795
9796         Make it possible to #define c_isascii to an alias.
9797         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9798         defined. Undefine the macros before defining them, to avoid gcc
9799         warnings.
9800         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9801         define NO_C_CTYPE_MACROS early.
9802
9803 2006-10-10  Bruno Haible  <bruno@clisp.org>
9804
9805         Make it possible to #define set_program_name to an alias.
9806         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9807         ENABLE_RELOCATABLE early.
9808
9809 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9810
9811         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9812         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9813         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9814         More generally, don't assume that 64-bit signed int is available
9815         if unsigned int is, and vice versa.
9816         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9817         unsigned symbols, not on their signed counterparts.
9818         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9819         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9820         (UINT64_C, UINTMAX_C):
9821         Likewise.
9822         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9823         unsigned counterparts.
9824         (Have_long_long, Unsigned): New macros.
9825         (Int): Renamed from INT.
9826         (strtoimax): Use the new macros.
9827         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9828         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9829         * modules/inttypes (inttypes.h): Substitute
9830         HAVE_UNSIGNED_LONG_LONG_INT.
9831         * modules/stdint (stdint.h): Likewise.
9832         (Files): Add m4/ulonglong.m4.
9833
9834 2006-10-10  Bruno Haible  <bruno@clisp.org>
9835
9836         Fix a gcc -Wshadow warning.
9837         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9838         to 'bucket'.
9839         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9840         gl_linked_indexof_from_to): Likewise.
9841         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9842         Likewise.
9843         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9844         Likewise.
9845         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9846         Reported by Eric Blake.
9847
9848 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9849
9850         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9851         for NetBSD.  Problem reported by Bruno Haible.
9852
9853 2006-10-09  Jim Meyering  <jim@meyering.net>
9854
9855         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9856         Patch from Bruno Haible.
9857
9858 2006-10-09  Jim Meyering  <jim@meyering.net>
9859
9860         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9861         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9862         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9863
9864 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9865
9866         Don't include <config.h> twice; this doesn't work in some cases,
9867         e.g., when config.h has "#define intmax_t long long int" and
9868         we include <config.h>, <inttypes.h>, <config.h> in that order.
9869         Problem reported by Matthew Woehlke in:
9870         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9871         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9872         * lib/fts-cycle.c: Don't include config.h.
9873         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9874         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9875         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9876         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9877         inttypes.h.
9878         * lib/xstrtoumax.c: Likewise.
9879         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9880         __strtol and the like, so that this module is more like its siblings.
9881         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9882         Remove; no longer needed now that we assume gnulib inttypes.h.
9883
9884 2006-10-08  Bruno Haible  <bruno@clisp.org>
9885
9886         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9887         option.
9888
9889 2006-10-07  Jim Meyering  <jim@meyering.net>
9890
9891         * modules/inttypes (inttypes.h): Revert what seems to have been
9892         an inadvertent part of today's change: use "|", not "/" in the
9893         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9894
9895 2006-10-07  Bruno Haible  <bruno@clisp.org>
9896
9897         * modules/sublist: New file.
9898
9899 2006-10-07  Bruno Haible  <bruno@clisp.org>
9900
9901         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9902         * modules/argz (argz.h): Likewise.
9903         * modules/arpa_inet (arpa/inet.h): Likewise.
9904         * modules/byteswap (byteswap.h): Likewise.
9905         * modules/configmake (configmake.h): Likewise.
9906         * modules/fcntl (fcntl.h): Likewise.
9907         * modules/fnmatch (fnmatch.h): Likewise.
9908         * modules/getopt (getopt.h): Likewise.
9909         * modules/glob (glob.h): Likewise.
9910         * modules/inttypes (inttypes.h): Likewise.
9911         * modules/netinet_in (netinet/in.h): Likewise.
9912         * modules/poll (poll.h): Likewise.
9913         * modules/stdbool (stdbool.h): Likewise.
9914         * modules/stdint (stdint.h): Likewise.
9915         * modules/sys_select (sys/select.h): Likewise.
9916         * modules/sys_socket (sys/socket.h): Likewise.
9917         * modules/sys_stat (sys/stat.h): Likewise.
9918         * modules/sysexits (sysexits.h): Likewise.
9919         * modules/unistd (unistd.h): Likewise.
9920         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9921         Add a "DO NOT EDIT" comment to the generated file.
9922         (func_import): Likewise for gnulib-comp.m4.
9923
9924 2006-10-07  Bruno Haible  <bruno@clisp.org>
9925
9926         * lib/gl_sublist.h: New file.
9927         * lib/gl_sublist.c: New file.
9928
9929 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9930
9931         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9932         name (relative to the original working directory) and the file
9933         name component (relative to the temporary working directory).  All
9934         callers changed.
9935         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9936         * lib/mkdir-p.c (make_dir_parents): Likewise.
9937         * lib/mkdir-p.h (make_dir_parents): Likewise.
9938
9939 2006-10-06  Eric Blake  <ebb9@byu.net>
9940
9941         Define several macros for use by the clean-temp module.
9942         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9943         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9944         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9945
9946         * lib/clean-temp.h (close_stream_temp): New declaration.
9947         * lib/clean-temp.c (includes): Pull in headers according to what
9948         other modules are in use.
9949         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9950
9951 2006-10-06  Bruno Haible  <bruno@clisp.org>
9952
9953         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9954         instead of fopen, fwriteerror.
9955
9956 2006-10-06  Bruno Haible  <bruno@clisp.org>
9957
9958         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9959         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9960         int.
9961         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9962         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9963         Return an error indicator.
9964         Suggested by Eric Blake.
9965
9966 2006-10-06  Bruno Haible  <bruno@clisp.org>
9967
9968         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9969         Reported by Eric Blake.
9970
9971 2006-10-06  Bruno Haible  <bruno@clisp.org>
9972
9973         * modules/closeout (Description): Mention stderr too.
9974
9975 2006-10-06  Bruno Haible  <bruno@clisp.org>
9976         and Paul Eggert  <eggert@cs.ucla.edu>
9977
9978         * lib/closeout.c (close_stdout): Also close stderr.
9979         * lib/closeout.h: Update comment.
9980
9981 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9982
9983         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9984         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9985         * lib/dirchownmod.c: Include lchown.h.
9986         * lib/lchown.c: Don't include files that lchown.h now includes.
9987         Don't declare chown, since lchown.h now does that.
9988         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9989         (lchown): Define to rpl_chown if lchown is declared but
9990         does not exist.  Declare using a prototype if lchown is not
9991         declared.  Add a copyright notice.
9992         * lib/mkstemp.h: Include <unistd.h>.
9993         * lib/openat.c: Include lchown.h.
9994
9995         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9996         we now test for that separately.
9997         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9998         rather than O_NOFOLLOW, when testing whether it's possible to
9999         avoid a race condition reliably.
10000         * lib/savewd.c (savewd_chdir): Likewise.
10001
10002         Remove macros that are no longer needed now that stdint.h is
10003         reliable.
10004         * lib/fsusage.c (UINTMAX_MAX): Remove.
10005         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10006         * lib/utimecmp.c (SIZE_MAX): Remove.
10007
10008         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10009
10010         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10011         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10012         O_NOATIME works.
10013
10014 2006-10-05  Bruno Haible  <bruno@clisp.org>
10015
10016         * lib/gl_list.h (gl_sortedlist_search_from_to,
10017         gl_sortedlist_indexof_from_to): New declarations.
10018         (gl_list_implementation): New fields sortedlist_search_from_to,
10019         sortedlist_indexof_from_to.
10020         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10021         inline functions.
10022         * lib/gl_list.c (gl_sortedlist_search_from_to,
10023         gl_sortedlist_indexof_from_to): New functions.
10024         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10025         function.
10026         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10027         (gl_array_sortedlist_search_from_to): New function.
10028         (gl_array_list_implementation): Update.
10029         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10030         function.
10031         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10032         (gl_carray_sortedlist_search_from_to): New function.
10033         (gl_carray_list_implementation): Update.
10034         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10035         gl_linked_sortedlist_indexof_from_to): New functions.
10036         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10037         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10038         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10039         gl_tree_sortedlist_indexof_from_to): New functions.
10040         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10041         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10042         Update.
10043         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10044         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10045         Update.
10046
10047 2006-10-05  Bruno Haible  <bruno@clisp.org>
10048
10049         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10050         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10051         (struct gl_list_implementation): Add fields search_from_to,
10052         indexof_from_to. Remove fields search, indexof.
10053         (gl_list_search): Use the search_from_to method.
10054         (gl_list_search_from, gl_list_search_from_to): New functions.
10055         (gl_list_indexof): Use the indexof_from_to method.
10056         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10057         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10058         (gl_list_search_from, gl_list_search_from_to): New functions.
10059         (gl_list_indexof): Use the indexof_from_to method.
10060         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10061         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10062         gl_array_indexof. Add start_index, end_index arguments.
10063         (gl_array_search_from_to): Renamed from gl_array_search. Add
10064         start_index, end_index arguments.
10065         (gl_array_remove, gl_array_list_implementation): Update.
10066         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10067         gl_carray_indexof. Add start_index, end_index arguments.
10068         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10069         start_index, end_index arguments.
10070         (gl_carray_remove, gl_carray_list_implementation): Update.
10071         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10072         gl_linked_search. Add start_index, end_index arguments.
10073         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10074         start_index, end_index arguments.
10075         (gl_linked_remove): Update.
10076         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10077         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10078         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10079         field to 'size_t'.
10080         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10081         gl_tree_search. Add start_index, end_index arguments.
10082         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10083         start_index, end_index arguments.
10084         (gl_tree_remove): Update.
10085         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10086         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10087         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10088         function.
10089         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10090         gl_tree_search. Add start_index, end_index arguments.
10091         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10092         start_index, end_index arguments.
10093         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10094         Update.
10095         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10096
10097 2006-10-05  Bruno Haible  <bruno@clisp.org>
10098
10099         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10100
10101         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10102         fwriteerror_temp): New declarations.
10103         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10104         (descriptors): New variable.
10105         (cleanup): First, close the descriptors.
10106         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10107         fclose_temp, fwriteerror_temp): New functions.
10108
10109 2006-10-04  Jim Meyering  <jim@meyering.net>
10110
10111         * lib/fts.c (fts_open): Tiny comment change.
10112
10113 2006-10-04  Bruno Haible  <bruno@clisp.org>
10114
10115         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10116         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10117         gl_LOCK_BODY.
10118         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10119         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10120         gl_LOCK_EARLY_BODY.
10121         (gl_LOCK): Require gl_LOCK_BODY.
10122
10123 2006-10-04  Bruno Haible  <bruno@clisp.org>
10124
10125         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10126         (gl_oset_search_atleast): New declaration.
10127         (struct gl_oset_implementation): Add field 'search_atleast'.
10128         (gl_oset_search_atleast): New inline function.
10129         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10130         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10131         (gl_array_oset_implementation): Update.
10132         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10133         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10134         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10135
10136 2006-10-04  Bruno Haible  <bruno@clisp.org>
10137
10138         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10139
10140 2006-10-03  Bruno Haible  <bruno@clisp.org>
10141
10142         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10143         from gl_avltreehash_list_implementation.
10144
10145 2006-10-03  Bruno Haible  <bruno@clisp.org>
10146
10147         * lib/gl_oset.c (gl_oset_add): Fix return type.
10148
10149 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10150
10151         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10152
10153 2006-10-02  Eric Blake  <ebb9@byu.net>
10154
10155         * modules/strnlen (Depends-on): Add extensions.
10156
10157 2006-10-02  Eric Blake  <ebb9@byu.net>
10158
10159         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10160         definition in 2.60+.
10161
10162 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10163
10164         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10165         checks.
10166
10167 2006-10-02  Bruno Haible  <bruno@clisp.org>
10168
10169         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10170         to the AUTOMAKE_OPTIONS.
10171         Reported by Jim Meyering.
10172
10173 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10174
10175         Work around bug in Solaris 10 /proc file system:
10176         /proc/self/fd/NNN/.. isn't the parent directory of
10177         the directory whose file descriptor is NNN.  This needs to
10178         be worked around at run time, not compile time, since a
10179         program might be built on Solaris 8, where things work, and
10180         run on Solaris 10.
10181         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10182         to use the following interface instead:
10183         (OPENAT_BUFFER_SIZE): New macro.
10184         (openat_proc_name): New function.
10185         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10186         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10187         Likewise.
10188         * lib/openat-proc.c: New file.
10189         * modules/openat (Files): Add lib/openat-proc.c.
10190         (Depends-on): Add same-inode, stdbool.
10191         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10192
10193 2006-09-29  Bruno Haible  <bruno@clisp.org>
10194
10195         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10196         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10197         argument. Set stdout_closed before testing for ferror, not after.
10198         (fwriteerror, fwriteerror_no_ebadf): New functions.
10199
10200 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10201
10202         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10203
10204 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10205
10206         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10207         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10208
10209 2006-09-28  Jim Meyering  <jim@meyering.net>
10210
10211         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10212         Include <unistd.h>.
10213
10214 2006-09-28  Bruno Haible  <bruno@clisp.org>
10215
10216         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10217         * modules/linkedhash-list (Depends-on): Likewise.
10218         * modules/rbtreehash-list (Depends-on): Likewise.
10219
10220 2006-09-28  Bruno Haible  <bruno@clisp.org>
10221
10222         * lib/strndup.h: Simplify the redefinition of strndup.
10223         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10224         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10225
10226 2006-09-28  Bruno Haible  <bruno@clisp.org>
10227
10228         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10229         * lib/gl_linkedhash_list.c: Likewise.
10230         * lib/gl_rbtreehash_list.c: Likewise.
10231
10232 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10233
10234         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10235         getaddrinfo.
10236
10237         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10238         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10239         it causes <stdio_ext.h> to cause a compile-time error.
10240         Problem reported by Nelson H. F. Beebe.
10241         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10242         of HAVE_DECL___PENDING.
10243
10244         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10245         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10246         declaration.
10247
10248 2006-09-27  Jim Meyering  <jim@meyering.net>
10249
10250         This file could end up with a definition for a function
10251         named __strndup, rather than rpl_strndup on a system with
10252         incomplete weak_alias support.
10253         * lib/strndup.c (strndup): Rename from __strndup.
10254         Remove #defines that used to map __strndup to strndup.
10255         Don't use K&R prototypes.
10256         Remove LIBC-related code, since this file is not sync'd with glibc.
10257         * lib/strndup.h: Revamp, accordingly.
10258         * m4/strndup.m4: Modernize.
10259
10260 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10261
10262         * modules/savewd (Depends-on): Add 'raise'.
10263         * lib/savewd.c: Include <signal.h>, for 'raise'.
10264
10265 2006-09-26  Jim Meyering  <jim@meyering.net>
10266
10267         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10268         when we detect Darwin 8.7.0's acl_get_file bug.
10269         Rearrange to perform the new (below) run-test while $LIBS
10270         contains any acl-related library.  Set USE_ACL at the end.
10271         (gl_ACL_GET_FILE): New function.
10272
10273 2006-09-26  Eric Blake  <ebb9@byu.net>
10274
10275         * lib/verror.c: Include <config.h> unconditionally.
10276
10277 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10278
10279         * modules/clock-time (Maintainer): Add self.
10280         * modules/getlogin_r (Depends-on): Add extensions.
10281
10282 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10283
10284         * modules/clock-time: New module.
10285         * modules/nanosleep (Depends-on): Add clock-time.
10286         * modules/gethrxtime (Depends-on): Likewise.
10287         * modules/gettime (Depends-on): Likewise.
10288         * modules/settime (Depends-on): Likewise.
10289
10290         * modules/fts-lgpl: Depend on openat.
10291         * modules/mkancesdirs: Depend on savewd.
10292         * modules/mkdir-p: Likewise.
10293
10294 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10295
10296         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10297
10298         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10299         `gl_have_arbitrary_file_name_length_limit' to
10300         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10301         actually works between configure runs.
10302
10303 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10304             Bruno Haible  <bruno@clisp.org>
10305
10306         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10307
10308 2006-09-25  Jim Meyering  <jim@meyering.net>
10309
10310         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10311         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10312
10313 2006-09-25  Eric Blake  <ebb9@byu.net>
10314
10315         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10316         exec's in 2006-09-18 patch when shuffling fds.
10317
10318 2006-09-25  Bruno Haible  <bruno@clisp.org>
10319
10320         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10321         Reported by Jim Meyering.
10322
10323 2006-09-24  Jim Meyering  <jim@meyering.net>
10324
10325         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10326         compare a pointer against a literal "0".  That caused failures with
10327         at least HP-UX's hpcc.
10328
10329 2006-09-22  Simon Josefsson  <jas@extundo.com>
10330
10331         * modules/gc-sha1:
10332         * modules/gc-md4:
10333         * modules/gc-hmac-sha1:
10334         * modules/gc-hmac-md5:
10335         * modules/gc-des:
10336         * modules/gc-arcfour: Distribute more files.
10337
10338 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10339
10340         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10341         (gl_linked_iterator_from_to): Initialize struct completely.
10342         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10343         (gl_tree_iterator_from_to): Likewise
10344         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10345         * lib/gl_array_list.c [lint] (gl_array_iterator)
10346         (gl_array_iterator_from_to): Likewise.
10347         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10348         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10349         (gl_carray_iterator_from_to): Likewise.
10350
10351         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10352         * lib/md4.c (md4_process_block): Remove unused variable.
10353         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10354         parentheses for clarity.
10355
10356 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10357
10358         * modules/bison-i18n (Depends-on): Add gettext.
10359
10360 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10361
10362         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10363         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10364         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10365         also add missing comma that caused broken test.
10366         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10367         stdlib.h, for `abort'.
10368         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10369         variables.
10370         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10371         include unistd.h if present, for `rmdir'.
10372         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10373         variables.
10374         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10375         in the process include standard headers for prototypes.
10376         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10377         gets declared on GNU/Linux.
10378         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10379         unistd.h, for `rmdir'.
10380         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10381
10382         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10383         always true.
10384         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10385
10386         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10387
10388 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10389
10390         * gnulib-tool (func_version): Create output all at once.  This
10391         may help avoid triggering unnecessary SIGPIPEs, and at any
10392         rate it doesn't hurt.
10393
10394 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10395             Bruno Haible  <bruno@clisp.org>
10396
10397         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10398         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10399         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10400
10401         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10402         (gl_FUNC_VASPRINTF): Invoke it.
10403
10404 2006-09-22  Bruno Haible  <bruno@clisp.org>
10405
10406         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10407         getloadavg.c as first argument.
10408
10409 2006-09-22  Bruno Haible  <bruno@clisp.org>
10410
10411         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10412         at the beginning of the gl_INIT macro.
10413         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10414         gl_GETLOADAVG.
10415
10416 2006-09-22  Bruno Haible  <bruno@clisp.org>
10417
10418         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10419         module.
10420         Suggested by Ralf Wildenhues.
10421
10422 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10423
10424         Import this patch from libc:
10425
10426         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10427
10428         * lib/regex_internal.c (re_string_reconstruct): Handle
10429         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10430         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10431         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10432         re_string_context_at.
10433
10434         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10435         now requires it.
10436         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10437         gl_REGEX now does it for us.
10438         (gl_REGEX): Add test taken from
10439         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10440
10441         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10442         Check that large offsets work.  Modernize Autoconf usages.
10443         Prefer "yes" to mean a good thing rather than a bad.
10444         Don't put "#define mkstemp" in config.h, as this might interfere
10445         with standard system headers that "#define mkstemp mkstemp64".
10446
10447         * modules/mkstemp (Depends-on): Add extensions, so that
10448         mkstemp is visible on some platforms.
10449         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10450         (Include): Change to "mkstemp.h" from <stdlib.h>.
10451         (Files): Add mkstemp.h.
10452
10453         * lib/mkstemp.h: New file, since some standard headers
10454         #define mkstemp.
10455         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10456         Include "mkstemp.h".
10457         Make the _LIBC code resemble glibc original more,
10458         e.g., use K&R style.
10459         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10460         (mkstemp): Remove, since mkstemp.h does this for us.
10461         * lib/stdlib--.h: Include mkstemp.h.
10462
10463         Import this patch from libc:
10464
10465         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10466
10467         * lib/tempname.c (__gen_tempname): Change attempts_min
10468         into a macro.  Use preprocessor to decide how to initialize
10469         attempts [Coverity CID 67].
10470
10471 2006-09-20  Bruno Haible  <bruno@clisp.org>
10472
10473         * lib/mkdtemp.c: Import from libc.
10474         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10475                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10476                 attempts_min into a macro.  Use preprocessor to decide how to
10477                 initialize attempts [Coverity CID 67].
10478         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10479                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10480                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10481
10482 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10483
10484         * gnulib-tool (func_exit): New function, to allow to pass the
10485         exit status portably through the trap.  Use everywhere.
10486         (--help, --version): Signal a write error.
10487         (trap): catch SIGPIPE, for write errors.
10488         Exit at the end of the trap, with the correct exit status.
10489
10490 2006-09-19  Karl Berry  <karl@gnu.org>
10491
10492         * doc/gnulib.texi: note about the license texinfo files.
10493
10494 2006-09-19  Eric Blake  <ebb9@byu.net>
10495
10496         * gnulib-tool: Avoid space-tab.
10497
10498 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10499
10500         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10501         that prevented coreutils 6.1 from building.  Problem reported
10502         by Petter Reinholdtsen.
10503
10504 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10505
10506         * gnulib-tool (avoidlist): Fix typo that broke options like
10507         --avoid=lock that are used by coreutils bootstrap.
10508
10509 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10510
10511         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10512         more systematically.
10513
10514 2006-09-18  Jim Meyering  <jim@meyering.net>
10515
10516         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10517
10518 2006-09-18  Bruno Haible  <bruno@clisp.org>
10519
10520         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10521
10522 2006-09-18  Bruno Haible  <bruno@clisp.org>
10523
10524         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10525         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10526         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10527         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10528         * m4/gettext.m4: Require autoconf >= 2.52.
10529         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10530         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10531         of gl_cv_header_inttypes_h.
10532
10533 2006-09-18  Bruno Haible  <bruno@clisp.org>
10534
10535         * lib/javaversion.c: Include configmake.h.
10536
10537 2006-09-18  Bruno Haible  <bruno@clisp.org>
10538
10539         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10540         avoid that the while loops be executed in a subshell.
10541
10542 2006-09-18  Bruno Haible  <bruno@clisp.org>
10543
10544         * MODULES.html.sh (func_module): Break long lines.
10545         Suggested by Bruce Korb <bkorb@gnu.org>.
10546
10547 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10548
10549         Speed up by a factor of 1.12.
10550         * gnulib-tool (nl): New variable.
10551         (func_import): Rewrite include directive extraction to only read each
10552         directive once.
10553
10554 2006-09-17  Bruno Haible  <bruno@clisp.org>
10555
10556         * modules/javaversion (Makefile.am): Remove DEFS setting.
10557         (Depends-on): Add configmake, for PKGDATADIR definition.
10558
10559 2006-09-17  Bruno Haible  <bruno@clisp.org>
10560
10561         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10562
10563 2006-09-17  Bruno Haible  <bruno@clisp.org>
10564
10565         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10566         (func_modules_transitive_closure, func_modules_add_dummy,
10567         func_modules_to_filelist, func_import, func_create_testdir,
10568         func_create_megatestdir, ...): Use it wherever possible.
10569         Suggested by Ralf Wildenhues.
10570
10571 2006-09-16  Karl Berry  <karl@gnu.org>
10572
10573         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10574         to avoid sectioning errors.
10575         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10576         [ifinfo]: blank line after @center-ed titles.
10577         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10578         Spell FSF address consistently with others.
10579         (These changes approved by rms.)
10580
10581 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10582
10583         Speed up by a factor of 1.61.
10584         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10585         already checked module names again.
10586
10587 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10588
10589         Speed up by a factor of 1.13.
10590         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10591         for new_files, and the input to func_add_or_update.
10592
10593 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10594
10595         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10596         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10597
10598 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10599
10600         * modules/mkancesdirs (Depends-on): Add fcntl.
10601         * modules/savewd: New file.
10602         * MODULES.html.sh (File system functions): Add savewd.
10603
10604         * modules/configmake (Makefile.am): Add support for the
10605         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10606
10607 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10608
10609         * m4/savewd.m4: New file.
10610
10611 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10612
10613         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10614         (dirchownmod): New arg FD.  All callers changed.
10615         Use FD rather than opening the directory ourself, as opening is
10616         now the caller's responsibility.
10617         * lib/dirchownmod.h: Likewise.
10618         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10619         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10620         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10621         (test_dir): Remove.
10622         (mkancesdirs): Return length of prefix of FILE that has already
10623         been made, or -2 if there is a child doing the work.  Redo
10624         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10625         ".", and treat ".." specially since it might stray back into
10626         already-created areas.  Use a subprocess if necessary.  New arg
10627         WD; all users changed.  MAKE_DIR function should now return 1
10628         if it creates a directory that is not readable.  Return -2 if
10629         a child process is spun off.
10630         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10631         Adjust signature to match code.
10632         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10633         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10634         all users changed.
10635         * lib/savewd.c, lib/savewd.h: New files.
10636
10637 2006-09-15  Jim Meyering  <jim@meyering.net>
10638
10639         * modules/rename-dest-slash: New module.
10640         * MODULES.html.sh (posix_compat): Add it here.
10641
10642         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10643
10644 2006-09-15  Jim Meyering  <jim@meyering.net>
10645
10646         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10647         file.
10648
10649         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10650
10651 2006-09-15  Jim Meyering  <jim@meyering.net>
10652
10653         * lib/rename-dest-slash.c (has_trailing_slash): Use
10654         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10655         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10656         test before testing whether SRC is a directory.
10657         Suggestions from Bruno Haible.
10658
10659         Avoid a warning about an unused variable.
10660         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10661         into the #ifdef block where it's used.
10662
10663         * lib/rename-dest-slash.c: New file.
10664
10665 2006-09-14  Bruno Haible  <bruno@clisp.org>
10666
10667         * lib/allocsa.c: Include <config.h> unconditionally.
10668         * lib/asnprintf.c: Likewise.
10669         * lib/asprintf.c: Likewise.
10670         * lib/c-strcasecmp.c: Likewise.
10671         * lib/c-strcasestr.c: Likewise.
10672         * lib/c-strncasecmp.c: Likewise.
10673         * lib/c-strstr.c: Likewise.
10674         * lib/classpath.c: Likewise.
10675         * lib/clean-temp.c: Likewise.
10676         * lib/concatpath.c: Likewise.
10677         * lib/copy-file.c: Likewise.
10678         * lib/csharpcomp.c: Likewise.
10679         * lib/csharpexec.c: Likewise.
10680         * lib/execute.c: Likewise.
10681         * lib/fatal-signal.c: Likewise.
10682         * lib/findprog.c: Likewise.
10683         * lib/fwriteerror.c: Likewise.
10684         * lib/gl_array_list.c: Likewise.
10685         * lib/gl_array_oset.c: Likewise.
10686         * lib/gl_avltree_list.c: Likewise.
10687         * lib/gl_avltree_oset.c: Likewise.
10688         * lib/gl_avltreehash_list.c: Likewise.
10689         * lib/gl_carray_list.c: Likewise.
10690         * lib/gl_linked_list.c: Likewise.
10691         * lib/gl_linkedhash_list.c: Likewise.
10692         * lib/gl_list.c: Likewise.
10693         * lib/gl_oset.c: Likewise.
10694         * lib/gl_rbtree_list.c: Likewise.
10695         * lib/gl_rbtree_oset.c: Likewise.
10696         * lib/gl_rbtreehash_list.c: Likewise.
10697         * lib/imaxabs.c: Likewise.
10698         * lib/imaxdiv.c: Likewise.
10699         * lib/javacomp.c: Likewise.
10700         * lib/javaexec.c: Likewise.
10701         * lib/javaversion.c: Likewise.
10702         * lib/linebreak.c: Likewise.
10703         * lib/localcharset.c: Likewise.
10704         * lib/lock.c: Likewise.
10705         * lib/mbchar.c: Likewise.
10706         * lib/mbswidth.c: Likewise.
10707         * lib/mkdtemp.c: Likewise.
10708         * lib/pipe.c: Likewise.
10709         * lib/printf-args.c: Likewise.
10710         * lib/printf-parse.c: Likewise.
10711         * lib/progname.c: Likewise.
10712         * lib/progreloc.c: Likewise.
10713         * lib/readlink.c: Likewise.
10714         * lib/sh-quote.c: Likewise.
10715         * lib/stpcpy.c: Likewise.
10716         * lib/stpncpy.c: Likewise.
10717         * lib/strcasecmp.c: Likewise.
10718         * lib/strcasestr.c: Likewise.
10719         * lib/strcspn.c: Likewise.
10720         * lib/striconv.c: Likewise.
10721         * lib/strncasecmp.c: Likewise.
10722         * lib/strnlen1.c: Likewise.
10723         * lib/strstr.c: Likewise.
10724         * lib/strtok_r.c: Likewise.
10725         * lib/tls.c: Likewise.
10726         * lib/tmpdir.c: Likewise.
10727         * lib/unicodeio.c: Likewise.
10728         * lib/unsetenv.c: Likewise.
10729         * lib/vasnprintf.c: Likewise.
10730         * lib/vasprintf.c: Likewise.
10731         * lib/wait-process.c: Likewise.
10732         * lib/xallocsa.c: Likewise.
10733         * lib/xsetenv.c: Likewise.
10734         * lib/xstriconv.c: Likewise.
10735
10736 2006-09-13  Simon Josefsson  <jas@extundo.com>
10737
10738         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10739         that internally, suggested by Ralf Wildenhues
10740         <Ralf.Wildenhues@gmx.de>.
10741
10742 2006-09-13  Simon Josefsson  <jas@extundo.com>
10743
10744         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10745         @LIBOBJS@.
10746         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10747
10748 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10749
10750         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10751         longer worry about uses that don't define HAVE_CONFIG_H.
10752         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10753         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10754         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10755         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10756         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10757         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10758         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10759         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10760         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10761         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10762         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10763         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10764         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10765         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10766         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10767         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10768         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10769         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10770         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10771         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10772         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10773         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10774         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10775         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10776         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10777         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10778         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10779         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10780         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10781         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10782         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10783         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10784         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10785         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10786         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10787         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10788         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10789         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10790         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10791         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10792         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10793         Likewise.
10794
10795 2006-09-13  Eric Blake  <ebb9@byu.net>
10796
10797         * lib/getopt.c: Fix typo in last commit.
10798
10799 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10800
10801         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10802         dgettext.
10803
10804 2006-09-12  Jim Meyering  <jim@meyering.net>
10805
10806         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10807         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10808         Reported by Nelson H. F. Beebe.
10809
10810 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10811
10812         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10813         program_invocation_name and program_invocation_short_name are
10814         initialized.
10815         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10816         and program_invocation_short_name to argp.h, so they are visible
10817         to user programs.
10818         * lib/argp.h: Likewise
10819
10820 2006-09-10  Bruno Haible  <bruno@clisp.org>
10821
10822         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10823         m4/inttypes_h.m4, m4/uintmax_t.m4.
10824
10825 2006-09-10  Bruno Haible  <bruno@clisp.org>
10826
10827         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10828         gl_AC_TYPE_UINTMAX_T.
10829
10830 2006-09-10  Bruno Haible  <bruno@clisp.org>
10831
10832         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10833
10834 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10835
10836         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10837         convention.  Text proposed by Bruno Haible.
10838         (struct argp_option): Document the use of N_() wrappers.
10839
10840         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10841         '\v', and translate the two parts separately, instead of feeding
10842         the whole string to gettext.  This allows to exclude
10843         '\v' from the strings visible to the translator by writing doc
10844         strings as N_("..") "\v" N_("..").
10845
10846 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10847
10848         * config/srclist.txt: Undo latest change; the bug was fixed.
10849
10850 2006-09-09  Bruno Haible  <bruno@clisp.org>
10851
10852         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10853         assignments if building a library without libtool.
10854         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10855         in func_emit_lib_Makefile_am.
10856         (func_import): When building a static library libfoo.a, arrange to
10857         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10858         (func_create_testdir): Likewise.
10859         * modules/gc (configure.ac, Makefile.am): If building statically,
10860         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10861         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10862         * modules/striconv (configure.ac, Makefile.am): Likewise.
10863         Based on a suggestion by Ralf Wildenhues.
10864
10865 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10866
10867         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10868         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10869         Also:
10870
10871         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10872         Add year_2050_test to catch glibc bug 2821
10873         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10874
10875         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10876         Prefer #ifdef to #if.
10877
10878         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10879         Return from 'main' instead of calling 'exit'.
10880
10881 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10882
10883         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10884         returned the maximum time_t value rather than (time_t) -1.
10885         Problem originally reported by William Bardwell
10886         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10887
10888         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10889         Moved to here ...
10890         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10891         ... from here.
10892
10893 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10894
10895         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10896         2821 is fixed.
10897
10898 2006-09-08  Jim Meyering  <jim@meyering.net>
10899
10900         Don't make generated files read-only.  That would bother too many
10901         people.  However, do retain the ability to work when targets are
10902         read-only: remove the destination and temporary files before writing
10903         them (when generated via sed or echo), or by using the -f option for
10904         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10905         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10906         * modules/byteswap, modules/configmake, modules/fcntl:
10907         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10908         * modules/localcharset, modules/netinet_in, modules/poll:
10909         * modules/stdbool, modules/stdint, modules/sys_select:
10910         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10911
10912 2006-09-08  Jim Meyering  <jim@meyering.net>
10913
10914         Avoid new build failure on FreeBSD 6.0.
10915         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10916         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10917         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10918
10919 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10920
10921         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10922
10923 2006-09-07  Jim Meyering  <jim@meyering.net>
10924
10925         Fix global typo in last change: use chmod u-w, not chmod u-x.
10926         Spotted by Paul Eggert and Bruce Korb.
10927         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10928         * modules/byteswap, modules/configmake, modules/fcntl:
10929         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10930         * modules/localcharset, modules/netinet_in, modules/poll:
10931         * modules/stdbool, modules/stdint, modules/sys_select:
10932         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10933
10934 2006-09-06  Jim Meyering  <jim@meyering.net>
10935
10936         Make generated files be read-only.
10937         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10938         Ensure that each generated file is now read-only.
10939         * modules/argz: Likewise.
10940         * modules/arpa_inet: Likewise.
10941         * modules/byteswap: Likewise.
10942         * modules/configmake: Likewise.
10943         * modules/fcntl: Likewise.
10944         * modules/fnmatch: Likewise.
10945         * modules/getopt: Likewise.
10946         * modules/glob: Likewise.
10947         * modules/inttypes: Likewise.
10948         * modules/netinet_in: Likewise.
10949         * modules/poll: Likewise.
10950         * modules/stdbool: Likewise.
10951         * modules/stdint: Likewise.
10952         * modules/sys_select: Likewise.
10953         * modules/sys_socket: Likewise.
10954         * modules/sys_stat: Likewise.
10955         * modules/sysexits: Likewise.
10956         * modules/localcharset: Same as above, but continue using temporary
10957         file named "t-$@" (why different?) rather than the "$@-t" used
10958         everywhere else.
10959
10960         * modules/sysexits (Makefile.am): Replace literal occurrences
10961         of "sysexit.h" more readable, and more consistent, "$@".
10962
10963 2006-09-06  Bruno Haible  <bruno@clisp.org>
10964
10965         * modules/striconv: New file.
10966         * modules/xstriconv: New file.
10967         * MODULES.html.sh (Internationalization functions): Add striconv,
10968         xstriconv.
10969
10970 2006-09-06  Bruno Haible  <bruno@clisp.org>
10971
10972         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10973         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10974         not using libtool correctly.
10975
10976 2006-09-06  Bruno Haible  <bruno@clisp.org>
10977
10978         * lib/striconv.h: New file.
10979         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10980         iconvstring.c.
10981         * lib/xstriconv.h: New file.
10982         * lib/xstriconv.c: New file.
10983
10984 2006-09-06  Bruno Haible  <bruno@clisp.org>
10985
10986         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10987         lib_..._LDFLAGS.
10988
10989 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10990
10991         * lib/argz_.h: Sync from Libtool.
10992
10993         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10994                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10995
10996         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10997
10998 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10999
11000         * modules/trim: New file.
11001
11002 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11003
11004         * lib/trim.h: New file.
11005         * lib/trim.c: New file.
11006
11007 2006-09-05  Bruno Haible  <bruno@clisp.org>
11008
11009         * MODULES.html.sh (String handling): Add trim.
11010
11011 2006-09-04  Karl Berry  <karl@gnu.org>
11012
11013         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11014         until next release.
11015
11016 2006-09-03  Bruno Haible  <bruno@clisp.org>
11017
11018         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11019         correctly.
11020
11021 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11022
11023         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11024         not gl_GETLOADAVG.  Omit unneeded semicolons.
11025         Problems reported by Ralf Wildenhues in
11026         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11027         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11028         at the end, which is the usual gnulib style.
11029
11030         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11031         of doing all the work ourselves.
11032         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11033         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11034
11035 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11036
11037         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11038         Problem reported by Ralf Wildenhues in
11039         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11040
11041         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11042         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11043
11044 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11045
11046         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11047         yesterday's patch by changing test -n to test -z.
11048
11049 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11050
11051         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11052         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11053         the former is now obsolescent.
11054
11055         * modules/chdir-long (Depends-on): Add fcntl.
11056
11057 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11058
11059         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11060         obsolescent, and programs should use gnulib instead.
11061         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11062         but with prefixes changed.
11063
11064 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11065
11066         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11067         or stdbool.h, because they might not exist while configuring.
11068
11069         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11070         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11071         does that for us.
11072         (O_DIRECTORY): Remove.
11073
11074 2006-08-31  Eric Blake  <ebb9@byu.net>
11075
11076         * gnulib-tool: Don't let emacs change spaces to TAB.
11077
11078 2006-08-31  Bruno Haible  <bruno@clisp.org>
11079
11080         * gnulib-tool: When calling func_import more than once, do it in a
11081         subshell.
11082         Reported by Eric Blake <ebb9@byu.net>.
11083
11084 2006-08-31  Bruno Haible  <bruno@clisp.org>
11085
11086         * gnulib-tool (nl): Remove variable.
11087         (sed_transform_lib_file): Use more robust test for config-h module.
11088         (func_import): Fix typo in 2006-08-25 patch.
11089
11090 2006-08-31  Bruno Haible  <bruno@clisp.org>
11091
11092         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11093         specified, augment Makefile.am variables instead of assigning them.
11094
11095 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11096
11097         Work around a bug in both the Linux and SunOS 64-bit kernels:
11098         nanosleep mishandles sleeps for longer than 2**31 seconds.
11099         Problem reported by Frank v Waveren in
11100         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11101         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11102         Check for nanosleep bug.
11103         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11104
11105 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11106
11107         Work around a bug in both the Linux and SunOS 64-bit kernels:
11108         nanosleep mishandles sleeps for longer than 2**31 seconds.
11109         Problem reported by Frank v Waveren in
11110         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11111         * lib/nanosleep.c (BILLION): New constant.
11112         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11113         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11114         implementation.
11115
11116 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11117
11118         * modules/nanosleep (Depends-on): Add gettime.
11119
11120 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11121         and Simon Josefsson  <jas@extundo.com>
11122         and Oskar Liljeblad  <oskar@osk.mine.nu>
11123
11124         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11125         * gnulib-tool (func_import): New license type 'unmodifiable license
11126         text'.
11127         * modules/fdl: Use it.  Longer description.
11128         * module/gpl, module/lgpl: New files.
11129
11130 2006-08-30  Jim Meyering  <jim@meyering.net>
11131
11132         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11133         shadowing the parameter.
11134
11135 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11136
11137         Sync from Libtool:
11138
11139         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11140
11141         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11142         sharing with gnulib.  Report by Eric Blake.
11143
11144 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11145
11146         * modules/isapipe: New file.
11147         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11148
11149 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11150
11151         * modules/configmake (Makefile.am): Add a comment, and omit
11152         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11153         by Bruno Haible.
11154
11155 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11156
11157         * m4/isapipe.m4: New file.
11158
11159 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11160
11161         * lib/isapipe.c, lib/isapipe.h: New files.
11162
11163 2006-08-29  Jim Meyering  <jim@meyering.net>
11164
11165         * modules/configmake (Makefile.am): Make configmake.h depend on
11166         Makefile.  Otherwise, a stale configmake.h could hang around.
11167
11168 2006-08-29  Eric Blake  <ebb9@byu.net>
11169
11170         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11171         resolution of upstream bug 3044.
11172
11173 2006-08-29  Bruno Haible  <bruno@clisp.org>
11174
11175         * modules/localcharset (Depends-on): Add configmake.
11176         (Makefile.am): Remove setting of LIBDIR through DEFS.
11177
11178 2006-08-29  Bruno Haible  <bruno@clisp.org>
11179
11180         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11181         defined.
11182
11183 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11184
11185         * modules/fcntl: New file.
11186         * modules/chdir-safer (Depends-on): Add fcntl.
11187         * modules/fts: Likewise.
11188         * modules/mkdir-p: Likewise.
11189
11190         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11191         This undoes the most recent change, since we're now addressing the
11192         problem in a different way.
11193
11194         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11195         into output, since the output might be called Makefile.am even
11196         if $makefile_name is something different.
11197         (func_import): Use $makefile_am rather than
11198         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11199         empty.
11200
11201         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11202
11203 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11204
11205         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11206         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11207         recent change to stdint.m4, since we're now addressing the problem in a
11208         different way.
11209
11210 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11211
11212         * m4/fcntl_h.m4: New file.
11213
11214 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11215
11216         * lib/fcntl_.h: New file.
11217         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11218         the fcntl module.
11219         * lib/dirchownmod.c: Likewise.
11220         * lib/fts.c: Likewise.
11221
11222         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11223         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11224         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11225         just before including <inttypes.h>, to avoid circular inclusion.
11226
11227 2006-08-28  Jim Meyering  <jim@meyering.net>
11228
11229         * doc/visibility.texi: Actually read and correct the grammar of the
11230         sentence affected by yesterday's change.
11231
11232 2006-08-28  Eric Blake  <ebb9@byu.net>
11233
11234         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11235         needs wrapper.
11236
11237 2006-08-28  Eric Blake  <ebb9@byu.net>
11238
11239         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11240
11241 2006-08-28  Eric Blake  <ebb9@byu.net>
11242
11243         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11244
11245 2006-08-28  Bruno Haible  <bruno@clisp.org>
11246
11247         * modules/c-strstr: New file, from GNU gettext.
11248         * MODULES.html.sh (String handling): Add c-strstr.
11249
11250 2006-08-28  Bruno Haible  <bruno@clisp.org>
11251
11252         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11253         macros.
11254         Reported by Eric Blake.
11255
11256 2006-08-28  Bruno Haible  <bruno@clisp.org>
11257
11258         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11259         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11260         * lib/vasprintf.c: Include errno.h, limits.h.
11261         (EOVERFLOW): New fallback definition.
11262         (vasprintf): Test here whether the string length is > INT_MAX.
11263         * lib/vsnprintf.c: Include errno.h, limits.h.
11264         (EOVERFLOW): New fallback definition.
11265         (vsnprintf): Fix bug when generated string was too long for the buffer.
11266         Test here whether the string length is > INT_MAX.
11267
11268 2006-08-28  Bruno Haible  <bruno@clisp.org>
11269
11270         * lib/inttypes_.h (SCNX*): Remove definitions.
11271         Reported by Eric Blake.
11272
11273 2006-08-28  Bruno Haible  <bruno@clisp.org>
11274
11275         * lib/c-strstr.h: New file, from GNU gettext.
11276         * lib/c-strstr.c: New file, from GNU gettext.
11277
11278 2006-08-28  Bruno Haible  <bruno@clisp.org>
11279
11280         * gnulib-tool: Reorder some statements.
11281
11282 2006-08-28  Bruno Haible  <bruno@clisp.org>
11283
11284         * gnulib-tool: New option --makefile-name.
11285         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11286         $makefile_name.
11287         (func_import): Write $makefile_name to the cache file, and read it from
11288         there unless explicitly specified. Use $makefile_name as file name
11289         instead of Makefile.am. Adjust the recommendations accordingly.
11290
11291 2006-08-28  Bruno Haible  <bruno@clisp.org>
11292
11293         * gnulib-tool (func_verify_module): Check against misapplying patch.
11294
11295 2006-08-28  Bruno Haible  <bruno@clisp.org>
11296
11297         * gnulib-tool (func_relativize, func_relconcat): New functions.
11298         Give an error if --local-dir is given with --update.
11299         Remove trailing slashes from $local_gnulib_dir.
11300         (func_import): Store the relativized $local_gnulib_dir in
11301         gnulib-cache.m4, and read it from there if not specified explicitly.
11302
11303 2006-08-28  Bruno Haible  <bruno@clisp.org>
11304
11305         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11306         is the current directory. Respect also $local_gnulib_dir.
11307
11308 2006-08-28  Bruno Haible  <bruno@clisp.org>
11309             Simon Josefsson  <jas@extundo.com>
11310
11311         BeOS portability.
11312         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11313
11314 2006-08-27  Jim Meyering  <jim@meyering.net>
11315
11316         * doc/visibility.texi: Remove duplicate word: "pointer".
11317
11318 2006-08-26  Bruno Haible  <bruno@clisp.org>
11319
11320         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11321         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11322         (Makefile.am): Create inttypes.h from inttypes_.h.
11323         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11324
11325         * modules/imaxabs: New file.
11326
11327         * modules/imaxdiv: New file.
11328
11329 2006-08-26  Bruno Haible  <bruno@clisp.org>
11330
11331         * m4/inttypes.m4: New file.
11332         * m4/_inttypes_h.m4: Remove file.
11333         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11334         PRI_MACROS_BROKEN.
11335         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11336
11337         * m4/imaxabs.m4: New file.
11338
11339         * m4/imaxdiv.m4: New file.
11340
11341 2006-08-26  Bruno Haible  <bruno@clisp.org>
11342
11343         * lib/inttypes_.h: New file.
11344         * lib/inttypes.h: Remove file.
11345         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11346
11347         * lib/imaxabs.c: New file.
11348
11349         * lib/imaxdiv.c: New file.
11350
11351 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11352
11353         New config-h module, so that "make" output needn't be cluttered
11354         by -DHAVE_CONFIG_H.
11355         * MODULES.html.sh (Support for building libraries and executables):
11356         Add config-h.
11357         * modules/config-h: New file.
11358         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11359         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11360         the config-h module is used.
11361
11362         New configmake module, so that "make" output needn't be cluttered
11363         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11364         * MODULES.html.sh (Support for building libraries and executables):
11365         Add configmake.
11366         * modules/configmake: New file.
11367
11368 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11369
11370         * m4/config-h.m4: New file.
11371
11372 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11373
11374         * config/srclist.txt: Add elisp-comp.
11375
11376 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11377
11378         * MODULES.html.sh (Support for building libraries and executables):
11379         Add elisp-comp.
11380         * build-aux/elisp-comp: New file.
11381         * modules/elisp-comp: New file.
11382
11383 2006-08-24  Bruno Haible  <bruno@clisp.org>
11384
11385         * gnulib-tool (func_create_testdir): Use non-default values of
11386         sourcebase and m4base.
11387
11388 2006-08-24  Bruno Haible  <bruno@clisp.org>
11389
11390         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11391         HTML structure.
11392
11393 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11394
11395         * modules/openat (Depends-on): Add lchown.
11396
11397 2006-08-23  Bruno Haible  <bruno@clisp.org>
11398
11399         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11400         of gl_LOCK_EARLY instead of gl_LOCK.
11401
11402 2006-08-23  Bruno Haible  <bruno@clisp.org>
11403
11404         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11405         on OSF/1 to no.
11406         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11407
11408 2006-08-23  Bruno Haible  <bruno@clisp.org>
11409
11410         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11411         as unusable.
11412
11413         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11414         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11415         (gl_LOCK): New macro.
11416
11417 2006-08-22  Simon Josefsson  <jas@extundo.com>
11418
11419         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11420         to md5 module.
11421
11422 2006-08-22  Simon Josefsson  <jas@extundo.com>
11423
11424         * MODULES.html.sh: Add "Support for maintaining and release
11425         projects".
11426
11427         * build-aux/gnupload: New file, from coreutils.
11428
11429 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11430
11431         Avoid the need for AC_LIBSOURCES in m4 macros.
11432         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11433         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11434         * modules/check-version (EXTRA_DIST): Add check-version.h.
11435         * modules/crc (EXTRA_DIST): Add crc.h.
11436         * modules/des (EXTRA_DIST): Add des.h.
11437         * modules/gc (EXTRA_DIST): Add gc.h.
11438         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11439         * modules/getline (EXTRA_DIST): Add getline.h.
11440         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11441         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11442         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11443         * modules/md2 (EXTRA_DIST): Add md2.h.
11444         * modules/md4 (EXTRA_DIST): Add md4.h.
11445         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11446         * modules/read-file (EXTRA_DIST): Add read-file.h.
11447         * modules/readline (EXTRA_DIST): Add readline.h.
11448         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11449         rijndael-api-fst.h.
11450
11451 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11452
11453         * m4/rijndael.m4 (gl_ARCFOUR):
11454         * m4/arctwo.m4 (gl_ARCTWO):
11455         * m4/check-version.m4 (gl_CHECK_VERSION):
11456         * m4/crc.m4 (gl_CRC):
11457         * m4/des.m4 (gl_DES):
11458         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11459         * m4/gc.m4 (gl_GC):
11460         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11461         * m4/getline.m4 (gl_FUNC_GETLINE):
11462         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11463         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11464         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11465         * m4/md2.m4 (gl_MD2):
11466         * m4/md4.m4 (gl_MD4):
11467         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11468         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11469         * m4/readline.m4 (gl_FUNC_READLINE):
11470         * m4/rijndael.m4 (gl_RIJNDAEL):
11471         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11472         to get the necessary .h files and whatnot.
11473
11474 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11475
11476         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11477         gnulib rather than the other way around.
11478         * config/srclistvars.sh (COREUTILS): Remove.
11479
11480 2006-08-22  Jim Meyering  <jim@meyering.net>
11481
11482         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11483
11484         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11485
11486 2006-08-22  Eric Blake  <ebb9@byu.net>
11487
11488         * modules/regexprops-generic: New file.
11489         * MODULES.html.sh (Support for building documentation): List it.
11490
11491 2006-08-22  Eric Blake  <ebb9@byu.net>
11492
11493         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11494         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11495         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11496         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11497
11498 2006-08-22  Bruno Haible  <bruno@clisp.org>
11499
11500         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11501         and lib_LTLIBRARIES like the other lib_* variables.
11502
11503 2006-08-22  Bruno Haible  <bruno@clisp.org>
11504
11505         * build-aux/x-to-1.in: New file, from GNU gettext.
11506
11507 2006-08-22  Bruno Haible  <bruno@clisp.org>
11508
11509         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11510         <utmpx.h> exists.
11511
11512 2006-08-22  Bruno Haible  <bruno@clisp.org>
11513
11514         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11515         <utmpx.h> exists.
11516
11517 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11518
11519         BeOS portability.
11520         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11521         exist.
11522         Problem reported by Bruno Haible.
11523
11524 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11525
11526         Avoid the need for AC_LIBSOURCES in m4 macros.
11527         * modules/acl (EXTRA_DIST): Add acl.h.
11528         * modules/argmatch (Files): Add m4/argmatch.m4.
11529         (configure.ac): Add gl_ARGMATCH.
11530         (EXTRA_DIST): Renamed from lib_SOURCES, for
11531         consistency with the other modules.  Remove argmatch.c.
11532         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11533         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11534         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11535         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11536         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11537         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11538         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11539         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11540         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11541         * modules/closeout (EXTRA_DIST): Add closeout.h.
11542         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11543         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11544         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11545         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11546         dirname.h; remove basename.c and stripslash.c.
11547         * modules/exclude (EXTRA_DIST): Add exclude.h.
11548         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11549         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11550         * modules/file-type (EXTRA_DIST): Add file-type.h.
11551         * modules/filemode (EXTRA_DIST): Add filemode.h.
11552         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11553         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11554         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11555         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11556         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11557         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11558         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11559         * modules/getdate (EXTRA_DIST): Add getdate.c.
11560         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11561         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11562         * modules/getpass (EXTRA_DIST): Add getpass.h.
11563         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11564         * modules/group-member (EXTRA_DIST): Add group-member.h.
11565         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11566         * modules/hash (EXTRA_DIST): Add hash.h.
11567         * modules/human (EXTRA_DIST): Add human.h.
11568         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11569         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11570         * modules/lchown (EXTRA_DIST): Add lchown.h.
11571         * modules/long-options (EXTRA_DIST): Add long-options.h.
11572         * modules/lstat (EXTRA_DIST): Add lstat.h.
11573         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11574         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11575         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11576         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11577         * modules/memxor (EXTRA_DIST): Add memxor.h.
11578         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11579         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11580         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11581         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11582         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11583         * modules/physmem (EXTRA_DIST): Add physmem.h.
11584         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11585         * modules/posixver (EXTRA_DIST): Add posixver.h.
11586         * modules/quote (EXTRA_DIST): Add quote.h.
11587         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11588         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11589         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11590         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11591         regex_internal.h regexec.c.
11592         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11593         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11594         * modules/same (EXTRA_DIST): Add same.h.
11595         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11596         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11597         * modules/savedir (EXTRA_DIST): Add savedir.h.
11598         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11599         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11600         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11601         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11602         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11603         * modules/strdup (EXTRA_DIST): Add strdup.h.
11604         * modules/strftime (EXTRA_DIST): Add strftime.h.
11605         * modules/strndup (EXTRA_DIST): Add strndup.h.
11606         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11607         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11608         * modules/time_r (EXTRA_DIST): Add time_r.h.
11609         * modules/timespec (EXTRA_DIST): Add timespec.h.
11610         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11611         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11612         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11613         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11614         * modules/userspec (EXTRA_DIST): Add userspec.h.
11615         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11616         * modules/utimens (EXTRA_DIST): Add utimens.h.
11617         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11618         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11619         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11620         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11621         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11622         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11623         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11624         * modules/yesno (EXTRA_DIST): Add yesno.h.
11625
11626 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11627
11628         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11629
11630         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11631         * m4/dev-ino.m4, same-inode.m4: Remove.
11632
11633         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11634         * m4/acl.m4 (AC_FUNC_ACL):
11635         * m4/backupfile.m4 (gl_BACKUPFILE):
11636         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11637         * m4/canon-host.m4 (gl_CANON_HOST):
11638         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11639         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11640         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11641         * m4/cloexec.m4 (gl_CLOEXEC):
11642         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11643         * m4/closeout.m4 (gl_CLOSEOUT):
11644         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11645         * m4/dirname.m4 (gl_DIRNAME):
11646         * m4/exclude.m4 (gl_EXCLUDE):
11647         * m4/exitfail.m4 (gl_EXITFAIL):
11648         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11649         * m4/file-type.m4 (gl_FILE_TYPE):
11650         * m4/filemode.m4 (gl_FILEMODE):
11651         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11652         * m4/fpending.m4 (gl_FUNC_FPENDING):
11653         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11654         * m4/fts.m4 (gl_FUNC_FTS):
11655         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11656         * m4/getdate.m4 (gl_GETDATE):
11657         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11658         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11659         * m4/getpass.m4 (gl_FUNC_GETPASS):
11660         * m4/gettime.m4 (gl_GETTIME):
11661         * m4/getugroups.m4 (gl_GETUGROUPS):
11662         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11663         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11664         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11665         * m4/hash.m4 (gl_HASH):
11666         * m4/idcache.m4 (gl_IDCACHE):
11667         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11668         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11669         * m4/long-options.m4 (gl_LONG_OPTIONS):
11670         * m4/lstat.m4 (gl_FUNC_LSTAT):
11671         * m4/md5.m4 (gl_MD5):
11672         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11673         * m4/memcoll.m4 (gl_MEMCOLL):
11674         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11675         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11676         * m4/memxor.m4 (gl_MEMXOR):
11677         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11678         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11679         * m4/modechange.m4 (gl_MODECHANGE):
11680         * m4/mountlist.m4 (gl_MOUNTLIST):
11681         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11682         * m4/openat.m4 (gl_FUNC_OPENAT):
11683         * m4/pathmax.m4 (gl_PATHMAX):
11684         * m4/physmem.m4 (gl_PHYSMEM):
11685         * m4/posixtm.m4 (gl_POSIXTM):
11686         * m4/posixver.m4 (gl_POSIXVER):
11687         * m4/quote.m4 (gl_QUOTE):
11688         * m4/quotearg.m4 (gl_QUOTEARG):
11689         * m4/readtokens.m4 (gl_READTOKENS):
11690         * m4/readutmp.m4 (gl_READUTMP):
11691         * m4/regex.m4 (gl_REGEX):
11692         * m4/safe-read.m4 (gl_SAFE_READ):
11693         * m4/safe-write.m4 (gl_SAFE_WRITE):
11694         * m4/same.m4 (gl_SAME):
11695         * m4/save-cwd.m4 (gl_SAVE_CWD):
11696         * m4/savedir.m4 (gl_SAVEDIR):
11697         * m4/settime.m4 (gl_SETTIME):
11698         * m4/sha1.m4 (gl_SHA1):
11699         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11700         * m4/stat-macros.m4 (gl_STAT_MACROS):
11701         * m4/stat-time.m4 (gl_STAT_TIME):
11702         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11703         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11704         * m4/strdup.m4 (gl_FUNC_STRDUP):
11705         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11706         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11707         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11708         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11709         * m4/time_r.m4 (gl_TIME_R):
11710         * m4/timespec.m4 (gl_TIMESPEC):
11711         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11712         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11713         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11714         * m4/userspec.m4 (gl_USERSPEC):
11715         * m4/utimecmp.m4 (gl_UTIMECMP):
11716         * m4/utimens.m4 (gl_UTIMENS):
11717         * m4/xalloc.m4 (gl_XALLOC):
11718         * m4/xgetcwd.m4 (gl_XGETCWD):
11719         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11720         * m4/xreadlink.m4 (gl_XREADLINK):
11721         * m4/xstrtod.m4 (gl_XSTRTOD):
11722         * m4/yesno.m4 (gl_YESNO):
11723         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11724         to get the necessary .h files and whatnot.
11725
11726 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11727             Bruno Haible  <bruno@clisp.org>
11728
11729         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11730         /bin/sh understanding of '!' conditional negation.
11731
11732 2006-08-21  Jim Meyering  <jim@meyering.net>
11733
11734         * modules/openat (Depends-on): Really alphabetize.
11735
11736         * modules/acl (Depends-on): Add error and quote.
11737
11738         * check-module (find_included_lib_files): Add at-func.c to the
11739         ok-to-include-more-than-once white list.
11740
11741         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11742
11743 2006-08-21  Bruno Haible  <bruno@clisp.org>
11744
11745         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11746         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11747         Reported by Martin Lambers <marlam@marlam.de>.
11748
11749 2006-08-21  Bruno Haible  <bruno@clisp.org>
11750
11751         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11752         specify an installation location, don't emit a noinst_LIBRARIES or
11753         noinst_LTLIBRARIES assignment.
11754
11755 2006-08-21  Bruno Haible  <bruno@clisp.org>
11756
11757         BeOS portability.
11758         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11759         BeOS has mbrtowc() but no <wctype.h>.
11760
11761 2006-08-21  Bruno Haible  <bruno@clisp.org>
11762
11763         BeOS portability.
11764         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11765         exist.
11766
11767 2006-08-21  Bruno Haible  <bruno@clisp.org>
11768
11769         BeOS portability.
11770         * lib/mbchar.h: Include <wctype.h> only if it exists.
11771
11772 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11773
11774         Remove files that are no longer needed by their respective modules.
11775         * m4/obstack.m4: Remove.
11776         * m4/strerror_r.m4: Remove.
11777         * m4/uint32_t.m4: Remove.
11778         * m4/uintptr_t.m4: Remove.
11779         * m4/ullong_max.m4: Remove.
11780         * m4/xstrtoimax.m4: Remove.
11781         * m4/xstrtoumax.m4: Remove.
11782
11783         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11784         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11785         dependencies now capture this.
11786
11787         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11788         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11789         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11790         * m4/human.m4 (gl_HUMAN): Likewise.
11791         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11792         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11793
11794         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11795
11796         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11797         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11798         stdint.
11799         * m4/human.m4 (gl_HUMAN): Likewise.
11800         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11801         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11802         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11803         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11804         * m4/xstrtol (gl_XSTRTOL): Likewise.
11805
11806         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11807         AC_TYPE_LONG_LONG_INT.
11808         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11809         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11810         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11811         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11812
11813         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11814         on stdbool.
11815
11816         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11817         (gl_PREREQ_XSTRTOUL): Remove.
11818
11819         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11820
11821         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11822         mode.
11823
11824 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11825
11826         Add and change modules to make it easier for coreutils to use
11827         gnulib-tool.
11828         * modules/backupfile (Files): Remove m4/d-ino.m4.
11829         (Depends-on): Add d-ino.
11830         * modules/cycle-check (Depends-on): Add stdint.
11831         (lib_SOURCES): Add cycle-check.h.
11832         * modules/d-ino: New module.
11833         * modules/d-type: New module.
11834         * modules/error (Files): Remove m4/strerror_r.m4.
11835         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11836         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11837         m4/inttypes_h.m4, m4/uintmax_t.m4.
11838         (Depends-on): Add stdint.
11839         (lib_SOURCES): Add fsusage.h.
11840         * modules/getcwd (Files): Remove d-ino.m4.
11841         (Depends-on): Add d-ino.
11842         * modules/getndelim2 (Depends-on): Add stdint.
11843         * modules/glob (Files): Remove m4/d-type.m4.
11844         (Depends-on): Add d-type.
11845         * modules/host-os: New module.
11846         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11847         m4/inttypes_h.m4, m4/uintmax_t.m4.
11848         * Depends-on: Add stdint.
11849         (lib_SOURCES): Add human.h.
11850         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11851         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11852         m4/uintmax_t.m4, m4/ulonglong.m4.
11853         (Depends-on): Add stdint.
11854         (EXTRA_DIST): Add inttostr.h.
11855         * modules/lchmod: New module.
11856         * modules/link-follow: New module.
11857         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11858         (Depends-on): Add lchmod.
11859         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11860         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11861         (Depends-on): Add stdint.
11862         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11863         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11864         (Depends-on): Add stdint.
11865         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11866         * modules/perl: New module.
11867         * modules/regex (Depends-on): Add stdint.
11868         * modules/rmdir-errno: New module.
11869         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11870         m4/intmax_t.m4.
11871         (Depends-on): Add stdint.
11872         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11873         m4/uintmax_t.m4.
11874         (Depends-on): Add stdint.
11875         * modules/unlink-busy: New module.
11876         * modules/utimecmp (Depends-on): Add stdint.
11877         * modules/uptime: New module.
11878         * modules/winsz-ioctl: New module.
11879         * modules/winsz-termios: New module.
11880         * modules/xnanosleep (Depends-on): Add nanosleep.
11881         * modules/ullong_max: Remove.
11882         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11883         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11884         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11885         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11886         (Depends-on): Add inttypes.
11887         (lib_SOURCES): Add xstrtol.h.
11888         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11889         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11890         * MODULES.html.sh: Move 'assert' into the assert section.
11891         Move 'dummy' into the linking section.
11892         Remove ullong_max.
11893         Add section for compatibility checks for POSIX:2001 functions,
11894         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11895         winsz-ioctl, and winsz-termios into it.
11896         Add lchmod.
11897         Add top-level Misc section and put host-os, perl, and uptime
11898         into it.
11899
11900 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11901
11902         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11903         now assume the stdint module.  Do not include inttypes.h.
11904         * lib/fsusage.h: Likewise.
11905         * lib/getndelim2.c: Likewise.
11906         * lib/human.h: Likewise.
11907         * lib/inttostr.h: Likewise.
11908         * lib/obstack.c: Likewise.
11909         * lib/regex_internal.h: Likewise.
11910         * lib/tempname.c: Likewise.
11911         * lib/utimecmp.c: Likewise.
11912         * lib/xstrtol.h: Likewise.
11913
11914         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11915
11916         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11917         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11918         * lib/xtime.h: Likewise.
11919
11920 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11921
11922         * modules/openat (Files): Add lib/fchmodat.c.
11923         Fixes problem reported by Jay Youngman.
11924
11925 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11926
11927         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11928         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11929
11930 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11931             Bruno Haible  <bruno@clisp.org>
11932
11933         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11934         and is a script that invokes bison. Tighten the code. Add comments.
11935
11936 2006-08-18  Jim Meyering  <jim@meyering.net>
11937
11938         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11939         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11940         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11941         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11942
11943 2006-08-18  Bruno Haible  <bruno@clisp.org>
11944
11945         * modules/bison-i18n: New file.
11946         * MODULES.html.sh (Internationalization functions): Add it.
11947
11948 2006-08-18  Bruno Haible  <bruno@clisp.org>
11949
11950         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11951         sys/statvfs.h. When getmntinfo was found, check its declaration and
11952         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11953
11954 2006-08-18  Bruno Haible  <bruno@clisp.org>
11955
11956         * m4/bison-i18n.m4: New file, from bison.
11957
11958 2006-08-18  Bruno Haible  <bruno@clisp.org>
11959
11960         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11961         (ME_DUMMY): Treat "kernfs" as a dummy.
11962         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11963
11964 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11965
11966         Update from coreutils.
11967
11968         2006-08-15  Jim Meyering  <jim@meyering.net>
11969
11970         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11971
11972         2006-01-17  Jim Meyering  <jim@meyering.net>
11973
11974         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11975
11976         2006-01-11  Jim Meyering  <jim@meyering.net>
11977
11978         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11979         Check for the lchmod function.
11980
11981 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11982
11983         Update from coreutils.
11984
11985         * lib/__fpending.h: Add copyright notice.
11986         * lib/fprintftime.h: Likewise.
11987         * lib/savedir.c: Use (C) in copyright notice.
11988         * lib/savedir.h: Likewise.
11989
11990         2006-08-15  Jim Meyering  <jim@meyering.net>
11991
11992         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11993         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11994         in support of the EXPECTED_ERRNO macro.
11995         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11996         definitions.  Instead, define the appropriate symbols and include
11997         "at-func.c".
11998         * lib/mkdirat.c (mkdirat): Likewise.
11999         * lib/fchmodat.c (fchmodat): Likewise.
12000         (ENOSYS): Remove definition.
12001         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12002         it.  Don't include "unistd--.h" -- it wasn't ever used.
12003
12004         2006-01-17  Jim Meyering  <jim@meyering.net>
12005
12006         Rewrite fts.c not to change the current working directory,
12007         by using openat, fstatat, fdopendir, etc..
12008
12009         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12010         (HAVE_OPENAT_SUPPORT): Define.
12011         [_LIBC] (fchdir): Don't undef or define; no longer used.
12012         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12013         Now, this `function' always succeeds, and consumes its file descriptor
12014         parameter -- so callers must not close such FDs.  Update callers.
12015         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12016         (diropen): Add parameter, SP.  Adjust all callers.
12017         Implement using diropen_fd, rather than open.
12018         (fts_open): Initialize new member, fts_cwd_fd.
12019         Remove fts_rft-setting code.
12020         (fts_close): Close fts_cwd_fd, if necessary.
12021         (__opendir2): Define in terms of opendir or opendirat,
12022         depending on whether the FST_NOCHDIR flag is set.
12023         (fts_build): Since fts_safe_changedir consumes its FD, and since
12024         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12025         and close the dup'd file descriptor upon failure.
12026         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12027         (fts_safe_changedir): Tweak semantics to reflect that this function
12028         now calls cwd_advance_fd and hence consumes its FD argument.
12029         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12030         [struct FTS] (fts_rft): Remove now-unused member.
12031         [struct FTS] (fts_cycle.state): Improve comment.
12032
12033         * lib/openat.c (openat_needs_fchdir): New function.
12034         * lib/openat.h (openat_needs_fchdir): Declare it.
12035
12036 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12037
12038         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12039         Problem and fix reported by Pádraig Brady in
12040         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12041
12042 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12043
12044         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12045
12046 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12047
12048         * lib/memcoll.c (memcoll): Optimize for the common case where the
12049         arguments are bytewise equal.
12050
12051 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12052
12053         * doc/regexprops-generic.texi: Add a copyright notice.
12054
12055 2006-08-15  Bruno Haible  <bruno@clisp.org>
12056
12057         * modules/tmpdir (License): Change to LGPL.
12058
12059 2006-08-15  Bruno Haible  <bruno@clisp.org>
12060
12061         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12062         module.
12063
12064 2006-08-14  Simon Josefsson  <jas@extundo.com>
12065
12066         * config/srclist.txt: Add gnupload.
12067
12068 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12069
12070         Change copyright notice from LGPL 2 to GPL 2, since that's the
12071         standard form used in the gnulib repository.
12072         * tests/test-lock.c: Likewise.
12073         * tests/test-stdint.c: Likewise.
12074         * tests/test-tls.c: Likewise.
12075
12076         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12077         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12078         Add copyright notice.
12079
12080         * check-module: Add copyright notice.  Output a copyright
12081         notice if "--version" is specified.
12082         * modules/COPYING: New file.
12083         * tests/test-getaddrinfo.c: Add copyright notice.
12084         * tests/test-verify.c: Likewise.
12085
12086 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12087
12088         Change copyright notice from LGPL 2 to GPL 2, since that's the
12089         standard form used in the gnulib repository.
12090         * lib/lock.c: LGPL -> GPL.
12091         * lib/lock.h: Likewise.
12092         * lib/strnlen1.c: Likewise.
12093         * lib/strnlen1.h: Likewise.
12094         * lib/tls.c: Likewise.
12095         * lib/tls.h: Likewise.
12096         * lib/tmpdir.c: Likewise.
12097
12098         * lib/TODO: Remove; this belongs only in coreutils.
12099
12100 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12101
12102         Add copyright notices to long-enough files that lack them, since
12103         otherwise the files aren't clearly free.  Use the same notice that
12104         getdate.texi already uses.
12105         * doc/alloca-opt.texi: Add copyright notice.
12106         * doc/alloca.texi: Likewise.
12107         * doc/ctime.texi: Likewise.
12108         * doc/functions.texi: Likewise.
12109         * doc/gcd.texi: Likewise.
12110         * doc/gnulib-tool.texi: Likewise.
12111         * doc/inet_ntoa.texi: Likewise.
12112         * doc/visibility.texi: Likewise.
12113
12114         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12115         * doc/quote.texi: Add copyright notice.
12116
12117         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12118         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12119         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12120         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12121         is now obsolete, and give a pointer to the Sun list.
12122         Add copyright notice.
12123
12124 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12125
12126         * config/srclistvars.sh: Add copyright notice.
12127
12128 2006-08-14  Eric Blake  <ebb9@byu.net>
12129
12130         Import the following change from libc:
12131
12132         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12133
12134         Upstream bug 2997.
12135         * lib/misc/error.c: Add space between program name and message if file
12136         name is missing.
12137
12138 2006-08-12  Karl Berry  <karl@gnu.org>
12139
12140         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12141         remove, these originate in gnulib now.
12142
12143 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12144
12145         * doc/Makefile (standards.info standards.html standards.dvi):
12146         Also depend on make-stds.texi.
12147
12148 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12149
12150         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12151         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12152
12153         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12154         in wchar_t.  Problem reported by Eric Blake.
12155
12156         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12157         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12158         Also, help the compiler to keep LEN in a register.
12159
12160 2006-08-11  Eric Blake  <ebb9@byu.net>
12161
12162         * users.txt: Sort.  Add tar.
12163
12164 2006-08-11  Bruno Haible  <bruno@clisp.org>
12165
12166         * users.txt: New file.
12167
12168 2006-08-11  Bruno Haible  <bruno@clisp.org>
12169
12170         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12171         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12172
12173 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12174
12175         * modules/snprintf (Depends-on): Remove minmax.
12176         (Maintainer): Add self and Bruno.
12177
12178 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12179
12180         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12181         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12182         (EOVERFLOW): Define if the system does not.
12183         Do not include "minmax.h"; it wasn't used.
12184         (snprintf): Don't assume size_t promotes to an unsigned type.
12185         Fix bug when generated string was too long for the buffer: the
12186         buffer's contents are supposed to be the initial prefix of the
12187         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12188         exceeds INT_MAX; do the check ourselves.
12189
12190         Import the following changes from libc:
12191
12192         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12193
12194         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12195         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12196         set wc to the byte which couldn't be converted.
12197         (re_string_reconstruct): Don't clear valid_raw_len before calling
12198         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12199         tip_context using re_string_context_at.
12200
12201         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12202
12203         * lib/posix/regex.h: g++ still cannot handled [restrict].
12204
12205         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12206
12207         * lib/posix/regex.h: Remove special handling for VMS.
12208
12209 2006-08-10  Jim Meyering  <jim@meyering.net>
12210
12211         * modules/same-inode: New module.
12212         * modules/dev-ino: New module.
12213         * modules/cycle-check: Depend on these modules, rather than simply
12214         including their .h files.
12215         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12216         required via m4/cycle-check.m4.
12217         * modules/same: Depend on new same-inode module, rather than
12218         including same-inode.h.
12219         * modules/chdir-safer: New file.
12220
12221         * modules/chown (Depends-on): Add stat-macros.
12222
12223 2006-08-10  Jim Meyering  <jim@meyering.net>
12224
12225         * m4/cycle-check.m4: New file.
12226         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12227         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12228
12229 2006-08-10  Eric Blake  <ebb9@byu.net>
12230
12231         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12232         in from original proposal.
12233
12234 2006-08-10  Eric Blake  <ebb9@byu.net>
12235         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12236
12237         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12238         namespace.
12239
12240 2006-08-10  Bruno Haible  <bruno@clisp.org>
12241
12242         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12243         as well.
12244
12245 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12246
12247         Sync from coreutils.
12248
12249         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12250
12251         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12252         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12253
12254 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12255
12256         * modules/restrict: Remove; no longer needed now that we assume
12257         Autoconf 2.59 or later.
12258         * MODULES.html.sh: Remove 'restrict'.
12259         * modules/argp (Depends-on): Remove 'restrict'.
12260         * modules/base64 (Depends-on): Likewise.
12261         * modules/gc (Depends-on): Likewise.
12262         * modules/getaddrinfo (Depends-on): Likewise.
12263         * modules/glob (Depends-on): Likewise.
12264         * modules/inet_ntop (Depends-on): Likewise.
12265         * modules/inet_pton (Depends-on): Likewise.
12266         * modules/memxor (Depends-on): Likewise.
12267         * modules/regex (Depends-on): Likewise.
12268         * modules/strtok_r (Depends-on): Likewise.
12269         * modules/time_r (Depends-on): Likewise.
12270
12271 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12272
12273         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12274         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12275         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12276         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12277         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12278         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12279         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12280         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12281
12282         Merge from coreutils.
12283         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12284         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12285         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12286         * m4/time_r.m4 (gl_TIME_R): Likewise.
12287
12288 2006-08-09  Karl Berry  <karl@gnu.org>
12289
12290         * config/srclist.txt: no more gettext-tools, per Bruno.
12291
12292 2006-08-08  Eric Blake  <ebb9@byu.net>
12293
12294         * modules/verror: New module.
12295         * MODULES.html.sh: Document it.
12296
12297 2006-08-08  Eric Blake  <ebb9@byu.net>
12298
12299         * lib/verror.h, lib/verror.c: New files.
12300
12301 2006-08-08  Eric Blake  <ebb9@byu.net>
12302
12303         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12304         verror_at_line output complies with GNU Coding Standards even when
12305         file is NULL.
12306
12307 2006-08-07  Bruno Haible  <bruno@clisp.org>
12308
12309         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12310         versions of AIX.
12311         Reported by Ralf Wildenhues.
12312
12313 2006-08-07  Bruno Haible  <bruno@clisp.org>
12314
12315         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12316         in an AC_DEFUN. Needed so that the autoconf snippets can use
12317         AC_REQUIRE.
12318
12319 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12320
12321         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12322         Initialize pkgdata_DATA.
12323         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12324         overriding it.
12325
12326 2006-08-06  Eric Blake  <ebb9@byu.net>
12327
12328         * lib/error.h: Fold in some upstream changes from glibc.
12329         * lib/error.c: Likewise.
12330
12331 2006-08-04  Bruno Haible  <bruno@clisp.org>
12332
12333         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12334         Make the mostlyclean-local rule depend on mostlyclean-generic.
12335         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12336
12337 2006-07-31  Bruno Haible  <bruno@clisp.org>
12338
12339         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12340         <stdlib.h>, <string.h>.
12341
12342 2006-07-30  Bruno Haible  <bruno@clisp.org>
12343
12344         * modules/readlink (License): Change to LGPL.
12345
12346 2006-07-30  Bruno Haible  <bruno@clisp.org>
12347
12348         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12349         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12350         set PKGDATADIR to point to it.
12351
12352 2006-07-30  Bruno Haible  <bruno@clisp.org>
12353
12354         * modules/csharpexec (configure.ac): Comment out macro invocation.
12355         * modules/javaexec (configure.ac): Likewise.
12356         * modules/javacomp-script (configure.ac): Likewise.
12357
12358         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12359
12360 2006-07-30  Bruno Haible  <bruno@clisp.org>
12361
12362         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12363         linked-list.
12364
12365 2006-07-30  Bruno Haible  <bruno@clisp.org>
12366
12367         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12368
12369 2006-07-30  Bruno Haible  <bruno@clisp.org>
12370
12371         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12372         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12373         get removed.
12374
12375 2006-07-29  Bruno Haible  <bruno@clisp.org>
12376
12377         Make it possible for gnulib-tool to work with locally modified or
12378         augmented gnulib repositories.
12379         * gnulib-tool (func_usage): Document --local-dir option.
12380         (local_gnulib_dir): New variable.
12381         Handle --local-dir option.
12382         (func_lookup_file): New function.
12383         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12384         (func_get_description, func_get_filelist, func_get_description,
12385         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12386         func_get_automake_snippet, func_get_include_directive,
12387         func_get_license, func_get_maintainer): Use func_lookup_file.
12388         (func_import, func_create_testdir): Use func_lookup_file.
12389
12390 2006-07-29  Bruno Haible  <bruno@clisp.org>
12391
12392         * modules/setenv (Depends-on): Add unistd.
12393
12394 2006-07-29  Bruno Haible  <bruno@clisp.org>
12395
12396         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12397
12398 2006-07-29  Bruno Haible  <bruno@clisp.org>
12399
12400         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12401
12402 2006-07-29  Bruno Haible  <bruno@clisp.org>
12403
12404         * gnulib-tool (import, update): If there is no Makefile.am, look at
12405         aclocal.m4, instead of bailing out.
12406
12407 2006-07-29  Bruno Haible  <bruno@clisp.org>
12408
12409         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12410         Categorize the options by when they are useful.
12411
12412 2006-07-29  Bruno Haible  <bruno@clisp.org>
12413
12414         * gnulib-tool (func_usage): Document option --no-libtool.
12415         Handle option --no-libtool.
12416         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12417         for changed semantics of $libtool variable.
12418         (func_import): Likewise. If libtool is not used, show this through
12419         an option --no-libtool.
12420         (func_create_testdir): Update.
12421
12422 2006-07-29  Bruno Haible  <bruno@clisp.org>
12423
12424         * gnulib-tool (func_import): Extend error message about missing
12425         --doc-base.
12426
12427 2006-07-29  Bruno Haible  <bruno@clisp.org>
12428
12429         * gnulib-tool (func_import): Don't create the $docbase directory if
12430         there is no file to store there.
12431
12432 2006-07-29  Bruno Haible  <bruno@clisp.org>
12433
12434         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12435         relevant, look for configure.ac there, not in the current directory.
12436         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12437
12438 2006-07-29  Bruno Haible  <bruno@clisp.org>
12439
12440         * gnulib-tool (SORT): New variable.
12441         (func_usage): Undocument --assume-autoconf option.
12442         Remove --assume-autoconf option handling.
12443         (autoconf_minversion): Determine from the contents of configure.ac.
12444         (func_import): Remove autoconf_minversion handling.
12445         Suggested by Eric Blake.
12446
12447 2006-07-29  Bruno Haible  <bruno@clisp.org>
12448
12449         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12450
12451 2006-07-29  Bruno Haible  <bruno@clisp.org>
12452
12453         * config/srclist.txt (*setenv.[ch]): Remove rules.
12454
12455 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12456
12457         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12458
12459 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12460
12461         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12462         arpa/inet.h.
12463
12464 2006-07-28  Simon Josefsson  <jas@extundo.com>
12465
12466         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12467         * modules/inet_pton (Depends-on): Likewise.
12468
12469 2006-07-28  Simon Josefsson  <jas@extundo.com>
12470
12471         * m4/netinet_in_h.m4: New file.
12472
12473 2006-07-28  Simon Josefsson  <jas@extundo.com>
12474
12475         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12476         #include's.
12477
12478 2006-07-28  Simon Josefsson  <jas@extundo.com>
12479
12480         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12481         #include's.
12482
12483 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12484
12485         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12486         setgid on directories only if they set these bits.
12487         * lib/modechange.h: Remove obsolete comment about masks.
12488
12489 2006-07-28  Eric Blake  <ebb9@byu.net>
12490
12491         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12492         macro expansion.
12493
12494 2006-07-28  Bruno Haible  <bruno@clisp.org>
12495
12496         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12497
12498 2006-07-28  Bruno Haible  <bruno@clisp.org>
12499
12500         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12501
12502 2006-07-28  Bruno Haible  <bruno@clisp.org>
12503
12504         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12505         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12506         Define fallbacks.
12507         Avoids link error on FreeBSD 4.x.
12508         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12509
12510         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12511         encoding.
12512         * lib/mbswidth.c (iswcntrl): Likewise.
12513
12514 2006-07-27  Bruno Haible  <bruno@clisp.org>
12515
12516         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12517         test.
12518
12519 2006-07-27  Bruno Haible  <bruno@clisp.org>
12520
12521         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12522         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12523         defined.
12524
12525 2006-07-26  Eric Blake  <ebb9@byu.net>
12526
12527         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12528
12529 2006-07-26  Eric Blake  <ebb9@byu.net>
12530
12531         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12532         like mingw that lack mkstemp.
12533         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12534         avoid compilation warning on mingw.
12535
12536 2006-07-26  Bruno Haible  <bruno@clisp.org>
12537
12538         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12539         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12540         INT_FAST*_MIN, INTPTR_MIN.
12541
12542 2006-07-25  Bruno Haible  <bruno@clisp.org>
12543
12544         * modules/version-etc (Depends-on): Add stdarg.
12545
12546 2006-07-25  Bruno Haible  <bruno@clisp.org>
12547
12548         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12549         complex commands.
12550
12551 2006-07-25  Bruno Haible  <bruno@clisp.org>
12552
12553         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12554         defined in <stdarg.h> or config.h.
12555
12556 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12557
12558         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12559         (gl_STDIO_SAFER): Remove.
12560
12561 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12562
12563         * MODULES.html.sh (File stream based Input/Output):
12564         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12565         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12566         * modules/fopen-safer, modules/tmpfile-safer: New files.
12567         * modules/stdio-safer: Remove.
12568
12569 2006-07-24  Bruno Haible  <bruno@clisp.org>
12570
12571         * modules/tmpdir: New file.
12572         * MODULES.html.sh (File system functions): Add it.
12573
12574 2006-07-24  Bruno Haible  <bruno@clisp.org>
12575
12576         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12577         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12578
12579 2006-07-24  Bruno Haible  <bruno@clisp.org>
12580
12581         * modules/clean-temp: New file.
12582
12583 2006-07-24  Bruno Haible  <bruno@clisp.org>
12584
12585         * m4/tmpdir.m4: New file, from GNU gettext.
12586
12587 2006-07-24  Bruno Haible  <bruno@clisp.org>
12588
12589         * lib/tmpdir.h: New file, from GNU gettext.
12590         * lib/tmpdir.c: New file, from GNU gettext.
12591
12592 2006-07-24  Bruno Haible  <bruno@clisp.org>
12593
12594         * lib/clean-temp.h: New file, from GNU gettext.
12595         * lib/clean-temp.c: New file, from GNU gettext.
12596
12597 2006-07-23  Eric Blake  <ebb9@byu.net>
12598
12599         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12600         (Depends-on): Add binary-io.
12601
12602 2006-07-23  Eric Blake  <ebb9@byu.net>
12603
12604         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12605
12606 2006-07-23  Eric Blake  <ebb9@byu.net>
12607
12608         * lib/tmpfile-safer.c: New file.
12609         * lib/stdio-safer.h (fopen_safer): Add prototype.
12610         * lib/stdio--.h (tmpfile): Make safer.
12611
12612 2006-07-23  Bruno Haible  <bruno@clisp.org>
12613
12614         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12615         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12616         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12617         gl_linked_remove_at): Use it.
12618
12619 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12620         and Simon Josefsson <jas@extundo.com>
12621
12622         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12623
12624         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12625
12626 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12627
12628         * modules/close-stream: New file.
12629         * modules/closeout (Description): Make it clear that it exits
12630         with a diagnostic on error.
12631         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12632         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12633
12634 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12635
12636         * m4/close-stream.m4: New file.
12637
12638 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12639
12640         * lib/close-stream.c, lib/close-stream.h: New files.
12641
12642 2006-07-22  Bruno Haible  <bruno@clisp.org>
12643
12644         Merge from GNU gettext 0.15.
12645
12646         2006-05-01  Bruno Haible  <bruno@clisp.org>
12647
12648                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12649
12650         2006-07-22  Bruno Haible  <bruno@clisp.org>
12651
12652                 * modules/javaversion: New file.
12653                 * MODULES.html.sh (Java): Add javaversion.
12654
12655         2006-03-12  Bruno Haible  <bruno@clisp.org>
12656
12657                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12658
12659         2005-12-04  Bruno Haible  <bruno@clisp.org>
12660
12661                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12662                 (untested).
12663
12664         2006-06-21  Bruno Haible  <bruno@clisp.org>
12665
12666                 Avoid warnings from recent versions of mcs.
12667                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12668                 -o, -L, -r any more. Use options documented since mcs-1.0
12669                 instead. Similarly for -g.
12670
12671         2005-12-04  Bruno Haible  <bruno@clisp.org>
12672
12673                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12674                 .resources, not .resource.
12675
12676         2005-07-09  Bruno Haible  <bruno@clisp.org>
12677
12678                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12679                 add a .dll suffix.
12680                 Reported by Mark Junker <mjscod@gmx.de>.
12681
12682         2006-07-22  Bruno Haible  <bruno@clisp.org>
12683
12684                 * modules/gettext: Upgrade to gettext-0.15.
12685                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12686                 m4/visibility.m4.
12687                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12688
12689 2006-07-22  Bruno Haible  <bruno@clisp.org>
12690
12691         Merge from GNU gettext 0.15.
12692
12693         2006-03-25  Bruno Haible  <bruno@clisp.org>
12694
12695                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12696
12697         2006-07-21  Bruno Haible  <bruno@clisp.org>
12698
12699                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12700                 "1.1".
12701
12702         2006-05-09  Bruno Haible  <bruno@clisp.org>
12703
12704                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12705                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12706                 for the conftestver execution.
12707
12708         2006-05-01  Bruno Haible  <bruno@clisp.org>
12709
12710                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12711                 optional target-version argument. Verify that the compiler
12712                 groks source of the specified source-version, or add -source
12713                 option as necessary. Verify that the compiler produces
12714                 bytecode in the specified target-version, or add -target and
12715                 -source options as necessary. Make the result of the test
12716                 available as variable CONF_JAVAC. Also log error output in
12717                 config.log.
12718
12719         2006-03-11  Bruno Haible  <bruno@clisp.org>
12720
12721                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12722
12723         2006-05-09  Bruno Haible  <bruno@clisp.org>
12724
12725                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12726                 CLASSPATH_SEPARATOR to a semicolon.
12727
12728         2006-03-12  Bruno Haible  <bruno@clisp.org>
12729
12730                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12731                 available as variable CONF_JAVA, for subsequent autoconf
12732                 tests. Also log error output in config.log.
12733
12734         2006-07-19  Bruno Haible  <bruno@clisp.org>
12735
12736                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12737                 that getline works on glibc2 systems. Needed to avoid trouble
12738                 in relocatable.c.
12739                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12740
12741         2005-12-04  Bruno Haible  <bruno@clisp.org>
12742
12743                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12744                 launcher (untested).
12745
12746         2005-12-04  Bruno Haible  <bruno@clisp.org>
12747
12748                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12749
12750         2006-07-22  Bruno Haible  <bruno@clisp.org>
12751
12752                 * gettext.m4: Update from GNU gettext-0.15.
12753                 * nls.m4: Likewise.
12754                 * po.m4: Likewise.
12755                 * inttypes-pri.m4: Likewise.
12756                 * inttypes-h.m4: Renamed from inttypes.m4.
12757                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12758
12759 2006-07-22  Bruno Haible  <bruno@clisp.org>
12760
12761         Merge from GNU gettext 0.15.
12762
12763         2005-07-05  Bruno Haible  <bruno@clisp.org>
12764
12765                 * printf-args.c (printf_fetchargs): Work around broken
12766                 definition of wint_t on mingw.
12767
12768         2005-02-12  Bruno Haible  <bruno@clisp.org>
12769
12770                 * xallocsa.h: Add extern "C" for C++.
12771
12772         2006-05-17  Bruno Haible  <bruno@clisp.org>
12773
12774                 Cygwin portability.
12775                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12776
12777         2006-04-30  Bruno Haible  <bruno@clisp.org>
12778
12779                 * progreloc.c: Include <mach-o/dyld.h> if available.
12780                 (find_executable): Use _NSGetExecutablePath when possible.
12781
12782         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12783
12784                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12785                 function.
12786
12787         2005-12-29  Bruno Haible  <bruno@clisp.org>
12788
12789                 * progreloc.c (set_program_name_and_installdir): Fix
12790                 compilation error.
12791
12792         2005-12-04  Bruno Haible  <bruno@clisp.org>
12793
12794                 Cygwin portability.
12795                 * progreloc.c: Include <windows.h> also on Cygwin.
12796                 (find_executable): Add support for Cygwin.
12797                 (set_program_name_and_installdir): Handle also platforms with
12798                 nonempty EXEEXT.
12799
12800         2006-07-11  Bruno Haible  <bruno@clisp.org>
12801
12802                 * javacomp.c: Fix a comment.
12803                 Reported by Jim Meyering.
12804
12805         2006-04-30  Bruno Haible  <bruno@clisp.org>
12806
12807                 * javacomp.h (compile_java_class): Add source_version,
12808                 target_version arguments.
12809                 * javacomp.c: Rewritten to choose only a compiler that
12810                 respects the specified source_version and target_version.
12811
12812         2006-06-27  Bruno Haible  <bruno@clisp.org>
12813
12814                 Assume correct S_ISDIR macro.
12815                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12816
12817         2006-07-22  Bruno Haible  <bruno@clisp.org>
12818
12819                 * javaversion.h: New file, from GNU gettext.
12820                 * javaversion.c: New file, from GNU gettext.
12821                 * javaversion.java: New file, from GNU gettext.
12822                 * javaversion.class: New file, from GNU gettext.
12823
12824         2006-05-17  Bruno Haible  <bruno@clisp.org>
12825
12826                 Cygwin portability.
12827                 * javaexec.c (execute_java_class): Test for jview program
12828                 also on Cygwin.
12829
12830         2006-04-09  Bruno Haible  <bruno@clisp.org>
12831
12832                 * fatal-signal.c: Don't include string.h.
12833                 (at_fatal_signal): Use a copying loop instead of memcpy.
12834
12835         2005-12-04  Bruno Haible  <bruno@clisp.org>
12836
12837                 * csharpexec.c: Add support for 'clix' launcher (untested).
12838                 (execute_csharp_using_sscli): New function.
12839                 (execute_csharp_program): Call it.
12840
12841         2006-06-21  Bruno Haible  <bruno@clisp.org>
12842
12843                 Avoid warnings from recent versions of mcs.
12844                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12845                 -o, -L, -r any more. Use options documented since mcs-1.0
12846                 instead. Similarly for -g.
12847
12848         2005-07-09  Bruno Haible  <bruno@clisp.org>
12849
12850                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12851                 add a .dll suffix.
12852                 Reported by Mark Junker <mjscod@gmx.de>.
12853
12854         2006-06-17  Bruno Haible  <bruno@clisp.org>
12855
12856                 * config.charset: Update for NetBSD 3.0.
12857
12858         2006-05-17  Bruno Haible  <bruno@clisp.org>
12859
12860                 Cygwin portability.
12861                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12862
12863         2006-05-16  Bruno Haible  <bruno@clisp.org>
12864
12865                 * localcharset.c [CYGWIN]: Include <windows.h>.
12866                 (get_charset_aliases): For Cygwin, return the same CPxxx
12867                 aliases list as under WIN32.
12868                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12869                 the environment variables. Fall back to GetACP().
12870
12871         2006-04-05  Bruno Haible  <bruno@clisp.org>
12872
12873                 * config.charset: Update Juan Manuel Guerrero's address.
12874
12875         2005-02-12  Bruno Haible  <bruno@clisp.org>
12876
12877                 * allocsa.h: Add extern "C" for C++.
12878
12879         2005-02-10  Bruno Haible  <bruno@clisp.org>
12880
12881                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12882                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12883
12884         2006-07-22  Bruno Haible  <bruno@clisp.org>
12885
12886                 * gettext.h: Update to GNU gettext-0.15.
12887
12888 2006-07-22  Bruno Haible  <bruno@clisp.org>
12889
12890         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12891         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12892         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12893
12894 2006-07-21  Eric Blake  <ebb9@byu.net>
12895
12896         * modules/stdlib-safer: New file.
12897         * MODULES.html.sh (File stream based Input/Output): Add
12898         stdlib-safer.
12899
12900 2006-07-21  Eric Blake  <ebb9@byu.net>
12901
12902         * lib/stdlib-safer.h: New file from coreutils, required by
12903         stdlib--.h.
12904
12905 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12906
12907         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12908
12909 2006-07-20  Bruno Haible  <bruno@clisp.org>
12910
12911         * gnulib-tool: Recognize new option --assume-autoconf.
12912         (autoconf_minversion): New variable.
12913         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12914
12915 2006-07-20  Bruno Haible  <bruno@clisp.org>
12916
12917         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12918
12919 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12920
12921         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12922         Reindent and repaginate.
12923
12924 2006-07-19  Derek Price  <derek@ximbiot.com>
12925
12926         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12927         Correct grammar.
12928
12929 2006-07-17  Bruno Haible  <bruno@clisp.org>
12930
12931         * modules/list: New file.
12932         * modules/array-list: New file.
12933         * modules/carray-list, modules/carray-list-tests: New files.
12934         * modules/linked-list, modules/linked-list-tests: New files.
12935         * modules/avltree-list, modules/avltree-list-tests: New files.
12936         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12937         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12938         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12939         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12940         * modules/oset: New file.
12941         * modules/array-oset: New file.
12942         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12943         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12944         * tests/test-carray_list.c: New file.
12945         * tests/test-linked_list.c: New file.
12946         * tests/test-avltree_list.c: New file.
12947         * tests/test-rbtree_list.c: New file.
12948         * tests/test-linkedhash_list.c: New file.
12949         * tests/test-avltreehash_list.c: New file.
12950         * tests/test-rbtreehash_list.c: New file.
12951         * tests/test-avltree_oset.c: New file.
12952         * tests/test-rbtree_oset.c: New file.
12953         * MODULES.html.sh (Container data structures): New section.
12954
12955 2006-07-17  Bruno Haible  <bruno@clisp.org>
12956
12957         * m4/gl_list.m4: New file.
12958
12959 2006-07-17  Bruno Haible  <bruno@clisp.org>
12960
12961         * lib/gl_list.h: New file.
12962         * lib/gl_list.c: New file.
12963         * lib/gl_array_list.h: New file.
12964         * lib/gl_array_list.c: New file.
12965         * lib/gl_carray_list.h: New file.
12966         * lib/gl_carray_list.c: New file.
12967         * lib/gl_linked_list.h: New file.
12968         * lib/gl_linked_list.c: New file.
12969         * lib/gl_anylinked_list1.h: New file.
12970         * lib/gl_anylinked_list2.h: New file.
12971         * lib/gl_avltree_list.h: New file.
12972         * lib/gl_avltree_list.c: New file.
12973         * lib/gl_anyavltree_list1.h: New file.
12974         * lib/gl_anyavltree_list2.h: New file.
12975         * lib/gl_rbtree_list.h: New file.
12976         * lib/gl_rbtree_list.c: New file.
12977         * lib/gl_anyrbtree_list1.h: New file.
12978         * lib/gl_anyrbtree_list2.h: New file.
12979         * lib/gl_anytree_list1.h: New file.
12980         * lib/gl_anytree_list2.h: New file.
12981         * lib/gl_linkedhash_list.h: New file.
12982         * lib/gl_linkedhash_list.c: New file.
12983         * lib/gl_anyhash_list1.h: New file.
12984         * lib/gl_anyhash_list2.h: New file.
12985         * lib/gl_avltreehash_list.h: New file.
12986         * lib/gl_avltreehash_list.c: New file.
12987         * lib/gl_rbtreehash_list.h: New file.
12988         * lib/gl_rbtreehash_list.c: New file.
12989         * lib/gl_anytreehash_list1.h: New file.
12990         * lib/gl_anytreehash_list2.h: New file.
12991
12992         * lib/gl_oset.h: New file.
12993         * lib/gl_oset.c: New file.
12994         * lib/gl_array_oset.h: New file.
12995         * lib/gl_array_oset.c: New file.
12996         * lib/gl_avltree_oset.h: New file.
12997         * lib/gl_avltree_oset.c: New file.
12998         * lib/gl_rbtree_oset.h: New file.
12999         * lib/gl_rbtree_oset.c: New file.
13000         * lib/gl_anytree_oset.h: New file.
13001
13002 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13003
13004         * m4/mkancesdirs.m4: New file.
13005         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13006         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13007         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13008         it.
13009
13010 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13011
13012         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13013         * lib/mkancesdirs.h: New files.
13014         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13015         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13016         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13017         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13018         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13019         callers changed.  Revamp internals significantly, by not
13020         attempting to create directories that are temporarily more
13021         permissive than the final results.  Do not attempt to use
13022         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13023         This removes some race conditions, fixes some bugs, and simplifies
13024         things.  Use new dirchownmod function to do owner and mode changes.
13025         * lib/mkdir-p.h: Likewise.
13026         * lib/modechange.c (octal_to_mode): New function.
13027         (struct mode_change): New member mentioned.
13028         (make_node_op_equals): New arg mentioned.  All callers changed.
13029         (mode_compile): Keep track of which mode bits the user has explicitly
13030         mentioned.
13031         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13032         New arg PMODE_BITS, to keep track of which mode bits the user
13033         mentioned; it treats S_ISUID and S_ISGID speciall.
13034         All callers changed.
13035         * lib/modechange.h: Likewise.
13036
13037 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13038
13039         * MODULES.html.sh: Add mkancestors.
13040         * modules/mkancesdirs: New module.
13041         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13042         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13043         The chdir-safer and afs files are now orphans; I'll remove them
13044         unless someone speaks up.
13045         Add lib/dirchownmod.c, lib/dirchownmod.h.
13046         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13047         Add lchown, mkancesdirs.
13048         (Maintainer): Add self.
13049
13050 2006-07-15  Karl Berry  <karl@gnu.org>
13051
13052         * gnulib-tool: help message wording/arrangement.
13053
13054 2006-07-14  Simon Josefsson  <jas@extundo.com>
13055
13056         * doc/gnulib.texi (Libtool and Windows): New section.
13057
13058 2006-07-12  Simon Josefsson  <jas@extundo.com>
13059
13060         * modules/gendocs (License): Fix license, approved by Karl.
13061
13062 2006-07-12  Eric Blake  <ebb9@byu.net>
13063
13064         * MODULES.html.sh: Add gendocs.
13065
13066 2006-07-11  Eric Blake  <ebb9@byu.net>
13067
13068         * modules/fdl: New module, to install doc/fdl.texi.
13069         * MODULES.html.sh: Add new section for documentation modules.
13070         * gnulib-tool: Avoid space-tab.
13071         (--doc-base): New option, to manage files from doc.
13072
13073 2006-07-11  Eric Blake  <ebb9@byu.net>
13074
13075         * m4/absolute-header.m4: Fix comments to match recent change.
13076
13077 2006-07-11  Eric Blake  <ebb9@byu.net>
13078
13079         * gnulib-tool: List --doc-base before --tests-base.
13080
13081 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13082
13083         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13084
13085 2006-07-11  Bruno Haible  <bruno@clisp.org>
13086
13087         * README: Mention where to put documentation.
13088
13089 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13090
13091         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13092
13093 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13094
13095         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13096         to stdint.m4.
13097
13098 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13099
13100         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13101         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13102         "no/such/file/stdint.h" when there is no such file, so that
13103         the resulting C code can be parsed by dodgy compilers.
13104         Problems reported by Bob Proulx.
13105
13106 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13107
13108         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13109         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13110         macros into the GNU _D_EXACT_NAMLEN.
13111         * lib/savedir.c:  Likewise.
13112         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13113
13114 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13115         and Paul Eggert  <eggert@cs.ucla.edu>
13116
13117         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13118         * m4/savedir.m4:
13119         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13120         macros into the GNU _D_EXACT_NAMLEN.
13121
13122 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13123
13124         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13125         around the absolute name, to work around a problem with the HP-UX
13126         11.23 native C compiler, reported by Bob Proulx.
13127
13128 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13129
13130         * doc/maintain.texi, make-stds.texi: Sync from
13131         <http://savannah.gnu.org/projects/gnustandards>.
13132
13133 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13134
13135         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13136
13137 2006-07-09  Jim Meyering  <jim@meyering.net>
13138
13139         * m4/glob.m4: Remove a doubled word in a comment.
13140
13141 2006-07-09  Jim Meyering  <jim@meyering.net>
13142
13143         * lib/argp-pv.c: Remove a doubled word in a comment.
13144         * lib/check-version.c (check_version): Likewise.
13145         * lib/javacomp.c (compile_java_class): Likewise.
13146
13147 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13148
13149         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13150         for the benefit of people using Autoconf 2.60.  If you want to
13151         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13152         (or m4/onceonly.m4, if pre-2.57) manually.
13153
13154 2006-07-08  Jim Meyering  <jim@meyering.net>
13155
13156         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13157         comment.
13158         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13159         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13160         comment.
13161
13162 2006-07-08  Jim Meyering  <jim@meyering.net>
13163
13164         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13165
13166 2006-07-07  Simon Josefsson  <jas@extundo.com>
13167
13168         * tests/test-crc.c: Change expected crc value, the test vector
13169         were probably computed using the old broken crc.c?
13170
13171 2006-07-06  Simon Josefsson  <jas@extundo.com>
13172
13173         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13174         now the canonical place for the M4 file).
13175
13176         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13177         from the sys_socket dependency now.
13178
13179         * modules/inet_pton (Files): Ditto.
13180
13181         * modules/inet_ntop (Files): Ditto.
13182
13183 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13184
13185         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13186         not gl_PREREQ_GETUSERSHELL.
13187
13188 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13189
13190         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13191         with only one argument, for Autoconf 2.60.
13192         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13193         expand to nothing, so add a shell command to avoid syntax error.
13194         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13195
13196 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13197
13198         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13199
13200 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13201
13202         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13203         no longer needed.  Check for isblank decl.
13204         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13205         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13206         of existence.
13207
13208 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13209
13210         * lib/getloadavg.c: Use __VMS, not VMS.
13211         * lib/getopt.c: Likewise.
13212         * lib/getpagesize.h: Likewise.
13213         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13214         and probably does not work.
13215
13216 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13217
13218         * lib/.cppi-disable: Add wcwidth.
13219         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13220         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13221         (ISGRAPH): Remove.  All uses changed to isgraph.
13222         (FOLD) [!defined _LIBC]: Remove special case.
13223         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13224         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13225         HAVE_ISBLANK.
13226         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13227         case.
13228
13229 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13230
13231         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13232         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13233         brackets.  Other minor changes to suppress some compiler
13234         warnings.
13235
13236 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13237         and Paul Eggert  <eggert@cs.ucla.edu>
13238
13239         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13240         of invoking obsolescent AC_HEADER_DIRENT macro.
13241         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13242         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13243         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13244         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13245         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13246         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13247         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13248         * m4/readdir.m4: Remove; no longer needed.
13249
13250 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13251         and Paul Eggert  <eggert@cs.ucla.edu>
13252
13253         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13254         Don't worry about this obsolete case any more.
13255         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13256         directories.
13257         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13258         worry about this obsolete case any more.
13259         * lib/fts.c: Likewise.
13260         * lib/getcwd.c: Likewise.
13261         * lib/glob.h: Likewise.
13262         * lib/savedir.c: Likewise.
13263
13264 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13265
13266         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13267         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13268         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13269         needed.
13270         All uses removed.
13271         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13272         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13273         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13274         needed.
13275         * m4/getdate.m4 (gl_GETDATE): Likewise.
13276         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13277         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13278         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13279         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13280         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13281         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13282         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13283         needed.
13284
13285 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13286
13287         * lib/memcasecmp.c: Include <limits.h>.
13288         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13289         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13290         Don't assume isdigit succeeds only on '0' through '9'.
13291
13292 2006-07-05  Eric Blake  <ebb9@byu.net>
13293
13294         * modules/getaddrinfo (Depends-on): Add snprintf.
13295
13296 2006-07-05  Eric Blake  <ebb9@byu.net>
13297
13298         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13299         to avoid 'header present but could not be compiled' on cygwin.
13300
13301 2006-07-05  Eric Blake  <ebb9@byu.net>
13302
13303         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13304         missing from netdb.h.
13305         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13306
13307 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13308
13309         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13310         no longer needed.
13311         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13312         * m4/getdate.m4 (gl_GETDATE): Likewise.
13313         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13314         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13315         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13316         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13317         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13318
13319 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13320
13321         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13322         All uses of is_space replaced by isspace.
13323         * lib/exit.h: Don't talk about STDC_HEADERS.
13324         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13325         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13326         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13327         replaced by isprint etc.
13328         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13329         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13330         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13331         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13332         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13333         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13334
13335 2006-07-05  Bruno Haible  <bruno@clisp.org>
13336
13337         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13338         the function exists, before testing against AIX.
13339         Reported by Martin Lambers <marlam@marlam.de>.
13340
13341 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13342
13343         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13344         From Mark D. Baushke.
13345
13346 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13347
13348         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13349         to the absolute name, not just one, to bypass Sun C 5.8's
13350         "warning: #include of /usr/include/... may be non-portable".
13351
13352 2006-07-04  Eric Blake  <ebb9@byu.net>
13353
13354         * modules/dirname-tests: New test module.
13355         * tests/test-dirname.c: New file, replacing dirname.c
13356         TEST_DIRNAME section that was recently deleted.
13357
13358 2006-07-04  Bruno Haible  <bruno@clisp.org>
13359
13360         Assume ANSI C header files and <ctype.h> functions.
13361         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13362         (mbsnwidth): Use isprint, iscntrl instead.
13363
13364 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13365
13366         Merge from coreutils.
13367         * MODULES.html.sh: Add xstrtold.
13368         * modules/xstrtold: New file.
13369         * modules/cycle-check (Files): Add lib/same-inode.h.
13370         * modules/dirname (Files): Add m4/double-slash-root.m4.
13371         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13372         * modules/mkdir-p (Files): Add lib/same-inode.h.
13373         * modules/same (Files): Add lib/same-inode.h.
13374
13375 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13376
13377         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13378         This is to keep the terminology clean; POSIX talks about
13379         "absolute pathnames", not "full pathnames", but the GNU
13380         Coding Standards say to use "path" for something else;
13381         so use "absolute" to keep both sides happy.
13382         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13383         Set gl_absolute_header, not gl_full_header_path.
13384         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13385         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13386         All uses changed.
13387
13388         Merge from coreutils.
13389
13390         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13391
13392         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13393         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13394         want to require the building of c-strtod.o.
13395         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13396         needs -lm directly.
13397         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13398
13399         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13400
13401         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13402         --as-needed option if available.  Problem reported by Albert Chin in
13403         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13404         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13405         cc merely issues a bunch of annoying warnings for --as-needed
13406         (this problem was reported by Bob Proulx).  Also, try linking with
13407         -lm to detect a bug in binutils 2.16 (this problem was reported
13408         by Ralf Wildenhues).
13409
13410         2006-06-18  Jim Meyering  <jim@meyering.net>
13411
13412         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13413         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13414         macro.
13415         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13416         also check for glibc-2.4's abort-inducing bug.
13417
13418         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13419         Low-probability clean-up should be to use rmdir to get rid of
13420         the just-created directory, not unlink.
13421
13422         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13423         configure fail, and request a bug report to inform us about it.
13424         Add a comment that, barring reports to the contrary, in 2007 we'll
13425         assume ftruncate is universally available.
13426
13427         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13428
13429         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13430
13431         2006-03-12  Jim Meyering  <jim@meyering.net>
13432
13433         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13434         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13435         * m4/same.m4 (gl_SAME): Likewise.
13436         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13437
13438         2006-03-11  Eric Blake  <ebb9@byu.net>
13439
13440         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13441         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13442         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13443         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13444
13445 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13446
13447         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13448         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13449         reported by Mark D. Baushke, one in
13450         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13451
13452         Merge from coreutils.
13453
13454         * lib/.cppi-disable: Add stdint_.h.
13455         * lib/.cvsignore: Add stdint.h.
13456
13457         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13458
13459         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13460         both double and long double versions.
13461         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13462         * lib/xstrtold.c: New file.
13463         * lib/xstrtod.h (xstrtold): New decl.
13464
13465         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13466
13467         * lib/filemode.c (setst): Remove.
13468         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13469         (arguably) clearer, and the generated code is a bit smaller on my
13470         Debian GNU/Linux stable x86 host.
13471
13472         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13473
13474         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13475         Assume that filemode.h includes sys/types.h and sys/stat.h.
13476         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13477         (ftypelet): Reorder to put common cases first, for efficiency.
13478         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13479         to do 'M'.
13480         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13481         of 10, for compatibility with FreeBSD.  All callers changed.
13482         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13483         types that can't be deduced solely from st_mode.  First arg is now a
13484         const pointer.
13485         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13486         (strmode): Renamed from mode_string.
13487         (filemodestring): New decl.
13488         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13489         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13490         needed.
13491         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13492
13493         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13494
13495         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13496         fsusage.h now does that.  Include fsusage.h first, to test interface.
13497         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13498         at most one method (the old code could have generated decls that
13499         didn't conform to C89, not that this was ever exercised).
13500         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13501
13502         2006-03-19  Jim Meyering  <jim@meyering.net>
13503
13504         Work even in a chroot where d_ino values for entries in "/"
13505         don't match the stat.st_ino values for the same names.
13506         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13507         number, iterate through all entries again, using lstat instead.
13508         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13509         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13510
13511         * lib/getcwd.c (__getcwd): Clarify a comment.
13512         Use memcpy in place of a call to strcpy.
13513
13514         2006-03-12  Jim Meyering  <jim@meyering.net>
13515
13516         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13517         matches that of the current directory (which we're about to chdir ".."
13518         out of), then save the dev-ino of the parent, instead.
13519
13520         * lib/same-inode.h (SAME_INODE): New file/macro.
13521         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13522         Include "same-inode.h", instead.
13523         * lib/same.c: Likewise.
13524         * lib/cycle-check.h: Include "same-inode.h".
13525         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13526         * lib/cycle-check.c (SAME_INODE): Remove definition.
13527         * lib/root-dev-ino.h: Include "same-inode.h".
13528
13529         2006-03-11  Eric Blake  <ebb9@byu.net>
13530
13531         * lib/same.c (same_name): s/base_name/last_component/
13532         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13533         * lib/filenamecat.c (file_name_concat): Likewise.
13534
13535         2006-03-11  Eric Blake  <ebb9@byu.net>,
13536                     Paul Eggert  <eggert@cs.ucla.edu>
13537
13538         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13539         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13540         drive prefix.
13541         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13542         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13543         (last_component): New method.
13544         * lib/dirname.c (dir_len): Determine when drive letters need a
13545         subsequent slash.  Preserve // when it is special.
13546         (dir_name): Don't append dot when drive letter is absolute.
13547         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13548         * lib/basename.c (base_name): New semantics - malloc the result.
13549         Preserve // when it is special.  Preserve relative files that look
13550         like drive letters.
13551         (base_len): Preserve // when it is special.
13552         (last_component): New method, similar to old base_name semantics.
13553         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13554         base_name.  Strip redundant slashes from ///.
13555
13556 2006-07-03  Jim Meyering  <jim@meyering.net>
13557
13558         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13559         macro is used before the first cycle_check call.
13560
13561 2006-07-03  Eric Blake  <ebb9@byu.net>
13562
13563         * modules/dirname (Depends-on): Add xstrndup.
13564
13565 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13566
13567         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13568         test cases, so that config.log is a bit easier to follow.
13569
13570 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13571
13572         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13573         both are 64 bits, since this seems to be the tradition, and this
13574         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13575         we ever run into a host that prefers long long to long in this
13576         case, we'll need another configure-time test.  Problem reported by
13577         Jim Meyering.
13578
13579 2006-07-02  Eric Blake  <ebb9@byu.net>
13580
13581         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13582
13583 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13584
13585         * modules/inttypes (Depends-on): No longer depends on stdint.
13586         * modules/stdint (Description): Say more about assumptions.
13587         Say that the fast types might differ.  Say macros are used.
13588         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13589         (Makefile.am): Revise list of substituted symbols to match
13590         new stdint.m4.
13591         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13592         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13593         * tests/test-stdint.c (verify_same_types)
13594         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13595         the code conforms to C99/C89.
13596         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13597         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13598
13599 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13600
13601         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13602         but fix a bug, by requiring at least 64 bits.
13603         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13604         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13605         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13606         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13607
13608         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13609         changes.  Make 2.59 a prerequisite.  Check and substitute for
13610         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13611         inttypes.h.  Do not use special include files; just use the
13612         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13613         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13614         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13615         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13616         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13617         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13618         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13619         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13620         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13621         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13622         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13623         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13624         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13625         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13626         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13627         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13628         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13629         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13630         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13631         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13632         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13633         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13634         not check for things that C99 does not require, e.g., int8_t.  If
13635         a test isn't needed unless <stdint.h> isn't working, and is
13636         unlikely to be needed for any other reason, then don't do it
13637         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13638         size_t, since we assume C89 freestanding at least.  Do not check
13639         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13640         the right thing even if the types are not defined.  Instead use:
13641         (gl_STDINT_TYPE_PROPERTIES): New macro.
13642         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13643         testing whether <sys/types.h> clashes, as Autoconf does this for
13644         us now.  All uses removed.
13645         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13646         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13647         (gl_CHECK_TYPE_SAME):
13648         Remove; no longer needed.
13649         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13650         exists, since we'll return 0 anyway in that case.
13651         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13652
13653 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13654
13655         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13656         possible collision with system files.
13657         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13658         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13659         WCHAR_MIN and WCHAR_MAX in this case.
13660         (<stddef.h>): Do not include; no longer needed.
13661         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13662         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13663         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13664         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13665         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13666         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13667         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13668         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13669         !defined(__c99))]: Include in this case too, since it's harmless
13670         now.
13671         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13672         dangerous to do so.
13673         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13674         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13675         (_STDINT_MIN, _STDINT_MAX): New macros.
13676         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13677         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13678         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13679         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13680         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13681         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13682         macros, not typedefs; this simplifies things quite a bit.
13683         Use long int for all types narrower than int64_t.
13684         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13685         Define in terms of long long int or int64_t or long int,
13686         not int64_t or int32_t.  This saves some compile-time testing.
13687         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13688         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13689         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13690         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13691         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13692         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13693         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13694         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13695         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13696         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13697         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13698         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13699         undef any previous version and define our own version, for
13700         simplicity and consistency with the new macros for types.
13701         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13702         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13703         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13704         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13705         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13706         @WINT_T_SUFFIX@ to keep things simple here.
13707         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13708         Simplify by assuming typical 8/16/32/64 host, since we're
13709         already doing that elsewhere anyway.
13710         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13711         and assume long long int is 64 bits if available.  This
13712         speeds up 'configure'.
13713
13714 2006-07-01  Eric Blake  <ebb9@byu.net>
13715
13716         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13717         Reported by Andreas Buening.
13718
13719 2006-07-01  Eric Blake  <ebb9@byu.net>
13720
13721         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13722
13723 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13724
13725         * lib/getaddrinfo.c: fixed typo
13726
13727 2006-06-29  Jim Meyering  <jim@meyering.net>
13728
13729         * modules/strftime (Maintainer): Add my name, since with the
13730         FPRINTFTIME changes strftime.c has forked from glibc.
13731
13732 2006-06-29  Eric Blake  <ebb9@byu.net>
13733
13734         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13735
13736 2006-06-29  Eric Blake  <ebb9@byu.net>
13737
13738         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13739
13740 2006-06-29  Eric Blake  <ebb9@byu.net>
13741
13742         * lib/stat_.h: New file.
13743
13744 2006-06-29  Eric Blake  <ebb9@byu.net>
13745
13746         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13747         unused static function.
13748
13749 2006-06-29  Eric Blake  <ebb9@byu.net>
13750
13751         * doc/functions.texi (Function Portability): Document missing lstat
13752         on mingw.
13753
13754 2006-06-29  Eric Blake  <ebb9@byu.net>
13755
13756         * MODULES.html.sh: Add sys_stat.
13757         * modules/sys_stat: New module.
13758         * modules/mkstemp (Depends-on): Add sys_stat.
13759
13760 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13761
13762         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13763
13764 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13765
13766         * m4/c-bs-a.m4: Removed.
13767
13768 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13769
13770         * lib/strftime.c: Assume strftime() exists.
13771
13772 2006-06-29  Derek Price  <derek@ximbiot.com>
13773
13774         * modules/c-bs-a: Removed - \a is C89.
13775         * MODULES.html.sh: Remove c-bs-a.
13776
13777 2006-06-29  Bruno Haible  <bruno@clisp.org>
13778
13779         * modules/wcwidth (License): Change to LGPL.
13780
13781 2006-06-28  Simon Josefsson  <jas@extundo.com>
13782
13783         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13784         on _WIN32.
13785
13786         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13787         getnameinfo.
13788
13789 2006-06-28  Simon Josefsson  <jas@extundo.com>
13790
13791         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13792
13793 2006-06-28  Simon Josefsson  <jas@extundo.com>
13794
13795         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13796         functions there.  It will succeed on Windows XP, but on Windows
13797         2000 and (presumably) earlier, it will fail, and use the internal
13798         re-implementation.
13799         (use_win32_p): New function.
13800         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13801         Support AI_NUMERICSERV to disable getservbyname.
13802         (getnameinfo): New function, only supports
13803         NI_NUMERICHOST|NI_NUMERICSERV for now.
13804
13805         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13806         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13807         getnameinfo.
13808
13809 2006-06-28  Eric Blake  <ebb9@byu.net>
13810
13811         * modules/wcwidth: New file.
13812         * modules/mbchar (Depends-on): Add wcwidth.
13813         * modules/mbswidth (Depends-on): Add wcwidth.
13814         * MODULES.html.sh: Add wcwidth.
13815
13816 2006-06-28  Eric Blake  <ebb9@byu.net>
13817
13818         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13819         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13820
13821 2006-06-28  Eric Blake  <ebb9@byu.net>
13822
13823         * lib/xvasprintf.h: Fix comments.
13824
13825 2006-06-28  Eric Blake  <ebb9@byu.net>
13826
13827         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13828         * lib/mbswidth.c (wcwidth): Move from here...
13829         * lib/wcwidth.h: ...to this new file.
13830
13831 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13832
13833         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13834
13835         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13836         it's obsolete.
13837         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13838
13839 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13840
13841         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13842         Autoconf 2.60 says this stuff was obsolete.
13843
13844 2006-06-28  Bruno Haible  <bruno@clisp.org>
13845
13846         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13847
13848 2006-06-28  Bruno Haible  <bruno@clisp.org>
13849
13850         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13851         gt_TYPE_WCHAR_T.
13852
13853 2006-06-28  Bruno Haible  <bruno@clisp.org>
13854
13855         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13856         declaration for wcwidth.
13857         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13858
13859 2006-06-28  Bruno Haible  <bruno@clisp.org>
13860
13861         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13862         (mkdir): Define using _mkdir.
13863
13864 2006-06-28  Bruno Haible  <bruno@clisp.org>
13865
13866         * lib/getaddrinfo.h: Fix POSIX URL.
13867         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13868         _WIN32.
13869         (use_win32_p): Make static.
13870         (getaddrinfo): Reject service name if it is empty or does not consist
13871         solely of decimal digits, or if its value is > 65535.
13872         (getnameinfo): Remove useless casts.
13873
13874 2006-06-27  Simon Josefsson  <jas@extundo.com>
13875
13876         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13877         Eggert and Martin Lambers.
13878
13879 2006-06-27  Simon Josefsson  <jas@extundo.com>
13880
13881         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13882         Eggert and Martin Lambers.
13883
13884 2006-06-27  Bruno Haible  <bruno@clisp.org>
13885
13886         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13887         result to 0, not to empty.
13888         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13889
13890 2006-06-27  Bruno Haible  <bruno@clisp.org>
13891
13892         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13893
13894 2006-06-26  Simon Josefsson  <jas@extundo.com>
13895
13896         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13897         present.
13898
13899 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13900
13901         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13902         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13903         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13904
13905 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13906
13907         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13908
13909 2006-06-26  Bruno Haible  <bruno@clisp.org>
13910
13911         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13912
13913 2006-06-26  Bruno Haible  <bruno@clisp.org>
13914
13915         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13916
13917 2006-06-26  Bruno Haible  <bruno@clisp.org>
13918
13919         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13920         SGI C compiler in pre-C99 mode.
13921         Suggested by Mark D. Baushke and Larry Jones.
13922
13923 2006-06-26  Bruno Haible  <bruno@clisp.org>
13924
13925         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13926         WCHAR_MAX.
13927         Reported by Mark D. Baushke and Larry Jones.
13928
13929 2006-06-26  Bruno Haible  <bruno@clisp.org>
13930
13931         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13932         in pre-C99 mode.
13933         Suggested by Mark D. Baushke and Larry Jones.
13934
13935 2006-06-23  Simon Josefsson  <jas@extundo.com>
13936             Bruno Haible  <bruno@clisp.org>
13937
13938         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13939         Emit mostlyclean-local rule.
13940         (func_emit_tests_Makefile_am): Likewise.
13941         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13942
13943 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13944
13945         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13946
13947 2006-06-23  Bruno Haible  <bruno@clisp.org>
13948
13949         * tests/test-stdint.c: Update to match ISO C 99 Technical
13950         Corrigendum 1.
13951
13952 2006-06-23  Bruno Haible  <bruno@clisp.org>
13953
13954         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13955
13956 2006-06-23  Bruno Haible  <bruno@clisp.org>
13957
13958         * lib/stdint_.h: Treat IRIX like OpenBSD.
13959
13960 2006-06-23  Bruno Haible  <bruno@clisp.org>
13961
13962         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13963         ISO C 99 Technical Corrigendum 1.
13964
13965 2006-06-22  Simon Josefsson  <jas@extundo.com>
13966
13967         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13968         MinGW.
13969
13970 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13971
13972         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13973         needed.  Some compiler complained about some of them.  Problem reported
13974         by Larry Jones in
13975         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13976
13977 2006-06-21  Simon Josefsson  <jas@extundo.com>
13978
13979         * tests/test-getaddrinfo.c: New file.
13980
13981         * modules/getaddrinfo-tests: New file.
13982
13983         * MODULES.html.sh: Add inet_pton.
13984
13985         * modules/inet_pton: New file.
13986
13987 2006-06-21  Simon Josefsson  <jas@extundo.com>
13988
13989         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13990         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13991         of using the (limited) gnulib implementation on Windows XP.
13992
13993         * m4/inet_pton.m4: New file.
13994
13995 2006-06-21  Simon Josefsson  <jas@extundo.com>
13996
13997         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13998         variable.
13999
14000         * lib/socket_.h: Don't define WINVER.
14001
14002         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14003         slightly modified to work in gnulib.
14004
14005 2006-06-21  Simon Josefsson  <jas@extundo.com>
14006
14007         * doc/gnulib.texi (Windows sockets): Add.
14008
14009 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14010
14011         * lib/read-file.c (fread_file): Start with buffer allocation of
14012         0 bytes rather than 1 byte; this simplifies the code.
14013         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14014         code to free buffer and save/restore errno.
14015         (internal_read_file): Remove unused local.
14016
14017 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14018
14019         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14020         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14021         Problem reported by Denis Excoffier in
14022         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14023
14024 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14025
14026         * modules/sys_socket, modules/socklen: Include sys/types since
14027         FreeBSD 4.x's sys/socket.h needs it.
14028
14029 2006-06-19  Simon Josefsson  <jas@extundo.com>
14030
14031         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14032
14033 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14034
14035         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14036
14037 2006-06-19  Bruno Haible  <bruno@clisp.org>
14038
14039         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14040         and FULL_PATH_INTTYPES_H in angle brackets.
14041         Reported by Mark D. Baushke <mdb@gnu.org>.
14042
14043 2006-06-17  Eric Blake  <ebb9@byu.net>
14044
14045         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14046         errno.
14047
14048 2006-06-17  Bruno Haible  <bruno@clisp.org>
14049
14050         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14051         <sys/inttypes.h>.
14052
14053 2006-06-17  Bruno Haible  <bruno@clisp.org>
14054
14055         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14056         whether errno is declared. Assume <errno.h> declares errno.
14057
14058 2006-06-17  Bruno Haible  <bruno@clisp.org>
14059
14060         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14061
14062 2006-06-17  Bruno Haible  <bruno@clisp.org>
14063
14064         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14065         problem on Solaris 2.5.1.
14066
14067 2006-06-16  Eric Blake  <ebb9@byu.net>
14068
14069         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14070         * lib/unicodeio.c [!defined errno]: Likewise.
14071         * lib/strtol.c [!defined errno]: Likewise.
14072         * lib/strtod.c [!defined errno]: Likewise.
14073
14074 2006-06-15  Eric Blake  <ebb9@byu.net>
14075
14076         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14077
14078 2006-06-15  Eric Blake  <ebb9@byu.net>
14079
14080         * config/srclist.txt (ssize_t.m4): Lose sync.
14081
14082 2006-06-15  Bruno Haible  <bruno@clisp.org>
14083
14084         * modules/stdint (Files): Include m4/full-header-path.m4,
14085         m4/size_max.m4, m4/wchar_t.m4.
14086         (Makefile.am): Many more substitutions.
14087         * modules/stdint-tests: New file.
14088         * tests/test-stdint.c: New file.
14089
14090 2006-06-15  Bruno Haible  <bruno@clisp.org>
14091
14092         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14093         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14094         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14095         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14096         gl_CHECK_TYPE_SAME): New macros.
14097
14098 2006-06-15  Bruno Haible  <bruno@clisp.org>
14099
14100         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14101
14102 2006-06-15  Bruno Haible  <bruno@clisp.org>
14103
14104         * lib/stdint_.h: Rewritten to be fully auto-configured.
14105         Fixes bug on HP-UX/IA64.
14106
14107 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14108
14109         * lib/getdate.y (__attribute__): Don't define if already defined.
14110         Problem reported by Larry Jones.
14111         * lib/utimens.c (__attribute__): Likewise.
14112
14113 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14114
14115         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14116         reported by Andreas Schwab.
14117
14118 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14119             Bruno Haible  <bruno@clisp.org>
14120
14121         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14122         check for the declaration of strnlen and a run test that exposes the
14123         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14124         rpl_strndup.
14125
14126 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14127             Bruno Haible  <bruno@clisp.org>
14128
14129         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14130
14131 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14132
14133         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14134         compile test, for Tru64 4.0D.
14135
14136 2006-05-28  Karl Berry  <karl@gnu.org>
14137
14138         * config/srclist.txt (printf-args.c): lose sync.
14139
14140 2006-05-26  Martin Lambers  <marlam@marlam.de>
14141
14142         * lib/getpass.c: Updates the test for the native W32 API, and adds
14143         missing includes, thus fixing compilation warnings.
14144
14145 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14146
14147         * lib/exclude.c (exclude_fnmatch): New function.
14148         (excluded_file_name): Call exclude_fnmatch.
14149         * lib/exclude.h (excluded_file_name): New prototype
14150
14151 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14152
14153         * lib/tempname.c (small_open, large_open): New macros.
14154         (__open, __open64) [!_LIBC]: Remove.
14155         (__gen_tempname): Use small_open and large_open instead of __open
14156         and __open64.  This fixes a portability bug on HP-UX 11.11i
14157         reported by Simon Wing-Tang in
14158         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14159
14160 2006-05-24  Bruno Haible  <bruno@clisp.org>
14161
14162         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14163         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14164         Reported by Thorsten Maerz <torte@netztorte.de> via
14165         Aaron Stone <aaron@serendipity.cx>.
14166
14167 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14168
14169         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14170         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14171         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14172         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14173         not really conditional on the cache.
14174         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14175
14176 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14177
14178         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14179         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14180         (my_usleep): Don't mishandle maximum value.
14181
14182 2006-05-19  Jim Meyering  <jim@meyering.net>
14183
14184         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14185
14186 2006-05-17  Bruno Haible  <bruno@clisp.org>
14187
14188         Cygwin portability.
14189         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14190
14191 2006-05-17  Bruno Haible  <bruno@clisp.org>
14192
14193         * lib/stdint_.h: Fix recognition of Cygwin.
14194
14195 2006-05-15  Bruno Haible  <bruno@clisp.org>
14196
14197         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14198         on libtool patch by Ralf Wildenhues.
14199
14200 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14201
14202         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14203         test for C99 conformance; (bool) 0.5 is an integer constant
14204         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14205         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14206
14207 2006-05-11  Simon Josefsson  <jas@extundo.com>
14208
14209         * m4/xvasprintf.m4: Fix obvious typo.
14210
14211 2006-05-11  Jim Meyering  <jim@meyering.net>
14212
14213         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14214         James Lemley.
14215
14216 2006-05-10  Simon Josefsson  <jas@extundo.com>
14217
14218         * lib/md4.c: Typo fix, update copyright years.
14219         (K1, K2): Don't use L because it turn computations into 64-bit on
14220         64-bit platforms.
14221
14222 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14223
14224         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14225         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14226         unwanted sign propagation, e.g., on hosts with 64-bit int.
14227         There still are some problems with reeelly weird theoretical hosts
14228         (e.g., 33-bit int) but it's not worth worrying about now.
14229         * lib/sha1.c (rol): Likewise.
14230         (K1, K2, K3, K4): Remove unnecessary L suffix.
14231
14232 2006-05-10  Bruno Haible  <bruno@clisp.org>
14233
14234         * lib/des.c: Cast to avoid warnings.
14235
14236 2006-05-09  Bruno Haible  <bruno@clisp.org>
14237
14238         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14239         (Depends-on): Depend also on xsize, stdarg.
14240         (configure.ac): Add gl_XVASPRINTF.
14241
14242 2006-05-09  Bruno Haible  <bruno@clisp.org>
14243
14244         * m4/xvasprintf.m4: New file.
14245
14246 2006-05-09  Bruno Haible  <bruno@clisp.org>
14247
14248         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14249         (EOVERFLOW): Define fallback value.
14250         (xstrcat): New function.
14251         (xvasprintf): Recognize the special case of a string concatenation.
14252
14253 2006-05-08  Eric Blake  <ebb9@byu.net>
14254
14255         * gnulib-tool (func_version): Base copyright year on CVS date.
14256         (func_emit_copyright_notice): New function.
14257         (func_emit_lib_Makefile_am): Use it.
14258         (func_emit_tests_Makefile_am): Likewise.
14259         (func_import): Likewise.
14260
14261 2006-05-08  Bruno Haible  <bruno@clisp.org>
14262
14263         * modules/stdarg: New file.
14264         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14265
14266 2006-05-08  Bruno Haible  <bruno@clisp.org>
14267
14268         * m4/stdarg.m4: New file, from GNU gettext.
14269
14270 2006-05-08  Bruno Haible  <bruno@clisp.org>
14271
14272         * config/srclist.txt (build-aux/config.rpath): different from latest
14273         release.
14274
14275 2006-05-08  Bruno Haible  <bruno@clisp.org>
14276
14277         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14278
14279 2006-05-05  Jim Meyering  <jim@meyering.net>
14280
14281         * m4/warning.m4: New file, derived from bison's file by the same name.
14282
14283 2006-05-03  Bruno Haible  <bruno@clisp.org>
14284
14285         * lib/stdint_.h: Shorter URL.
14286         * lib/inttypes.h: Likewise.
14287
14288 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14289
14290         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14291
14292 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14293
14294         * lib/verify.h: Document the internals better.  Most of this change
14295         was written by Bruno Haible.
14296
14297 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14298
14299         * doc/verify.texi: New file, partly based on a proposal by
14300         Bruno Haible.
14301
14302 2006-05-02  Bruno Haible  <bruno@clisp.org>
14303
14304         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14305         test from here...
14306         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14307
14308 2006-04-29  Bruno Haible  <bruno@clisp.org>
14309
14310         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14311         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14312
14313 2006-04-29  Bruno Haible  <bruno@clisp.org>
14314
14315         * gnulib-tool: Make --update option actually work.
14316
14317 2006-04-29  Bruno Haible  <bruno@clisp.org>
14318
14319         * doc/gcd.texi: New file.
14320         * doc/gnulib.texi: Include it.
14321
14322 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14323
14324         * lib/getdate.y (get_date): When adding relative date, start with the
14325         initial time, not with the result of the first mktime call.
14326
14327 2006-04-25  Bruno Haible  <bruno@clisp.org>
14328
14329         * gnulib-tool (func_import): Output the include directives in three
14330         blocks, sorted separately.
14331         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14332
14333 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14334
14335         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14336         to define main with arguments, for C++.  Reported by Eric Blake.
14337         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14338         Prefer 'int main ()' to 'int main (void)', for C++.
14339         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14340         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14341         for 'main', for C99 and C++.
14342
14343 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14344
14345         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14346         Don't assume that exit status -1 is valid.
14347         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14348         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14349         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14350         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14351         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14352         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14353         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14354         functions can be used without declaring them, or that you can
14355         exit with status -1.
14356         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14357
14358 2006-04-24  Karl Berry  <karl@gnu.org>
14359
14360         * config/srclist.txt (longdouble.m4): sync lost.
14361
14362 2006-04-24  Eric Blake  <ebb9@byu.net>
14363
14364         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14365
14366 2006-04-24  Bruno Haible  <bruno@clisp.org>
14367
14368         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14369         poll() implementation in AIX.
14370         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14371
14372 2006-04-24  Bruno Haible  <bruno@clisp.org>
14373
14374         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14375         assigned exactly once.
14376
14377 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14378             Bruno Haible  <bruno@clisp.org>
14379
14380         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14381         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14382         for AM_CPPFLAGS.
14383
14384 2006-04-23  Bruno Haible  <bruno@clisp.org>
14385
14386         * modules/copy-file: Depend on unistd.
14387         * modules/execute: Likewise.
14388         * modules/fatal-signal: Likewise.
14389         * modules/findprog: Likewise.
14390         * modules/mkdtemp : Likewise.
14391         * modules/pipe: Likewise.
14392         * modules/wait-process: Likewise.
14393
14394 2006-04-23  Bruno Haible  <bruno@clisp.org>
14395
14396         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14397         condition was already detected.
14398         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14399
14400 2006-04-23  Bruno Haible  <bruno@clisp.org>
14401
14402         * lib/copy-file.c: Include <unistd.h> unconditionally.
14403         * lib/execute.c: Likewise.
14404         * lib/fatal-signal.c: Likewise.
14405         * lib/findprog.c: Likewise.
14406         * lib/mkdtemp.c: Likewise.
14407         * lib/pipe.h: Likewise.
14408         * lib/pipe.c: Likewise.
14409         * lib/wait-process.h: Likewise.
14410
14411 2006-04-23  Bruno Haible  <bruno@clisp.org>
14412
14413         * gnulib-tool (func_usage): Fix --import description. Document
14414         --update.
14415         (func_import): Create temporary file in a temporary directory, if
14416         --dry-run is specified. Silence errors from 'grep' when there are no
14417         m4 files in $m4dir.
14418         (func_create_testdir): Silence errors from 'grep' when there are no
14419         m4 files in $m4dir.
14420         Reported by Karl Berry <karl@freefriends.org>.
14421
14422 2006-04-20  Bruno Haible  <bruno@clisp.org>
14423
14424         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14425         one argument, so that the code will be portable to Autoconf 2.60.
14426         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14427         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14428         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14429
14430 2006-04-19  Derek Price  <derek@ximbiot.com>
14431             Eric Blake  <ebb9@byu.net>
14432
14433         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14434         rather than "/full/path.h".  Update comment to match.  Shorten &
14435         generalize m4_translit call via AS_TR_CPP.
14436
14437 2006-04-19  Derek Price  <derek@ximbiot.com>
14438             Eric Blake  <ebb9@byu.net>
14439
14440         * lib/inttypes.h: Correct grammar in comment.
14441
14442 2006-04-18  Derek Price  <derek@ximbiot.com>
14443             Paul Eggert  <eggert@cs.ucla.edu>
14444
14445         * modules/inttypes: New file.
14446         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14447
14448 2006-04-18  Derek Price  <derek@ximbiot.com>
14449             Paul Eggert  <eggert@cs.ucla.edu>
14450
14451         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14452         New files.
14453
14454 2006-04-18  Derek Price  <derek@ximbiot.com>
14455             Paul Eggert  <eggert@cs.ucla.edu>
14456
14457         * lib/inttypes.h: New file.
14458         * lib/strtoimax.c: Assume <inttypes.h>.
14459
14460 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14461
14462         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14463         isn't mounted.  Problem reported by Kir Kolyshkin.
14464
14465 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14466
14467         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14468         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14469         Derek R. Price.
14470         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14471         implementation.
14472
14473 2006-04-12  Eric Blake  <ebb9@byu.net>
14474
14475         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14476         is now done automatically by the corresponding Autoconf macro.
14477
14478 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14479
14480         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14481         time_r.h.
14482
14483 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14484
14485         Merge regex changes from libc, removing some of our
14486         POSIX-conformance changes that were rejected and redoing them in a
14487         less-intrusive way.
14488
14489         * lib/regcomp.c (re_compile_internal, init_dfa):
14490         Length arg is now size_t, not Idx.  All uses changed.
14491         (peek_token): Forward decl now says internal_function.
14492         (__re_error_msgid, __re_error_msgid_idx):
14493         Now static rather than extern with attribute_hidden.
14494         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14495         For some reason libc prefers K&R style defns for external functions.
14496         (regerror) [!defined _LIBC]: Likewise.
14497         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14498         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14499         (build_range_exp, build_collating_symbol):
14500         Use K&R-style defn.
14501         (re_compile_fastmap): Use '\0' to memset, not 0.
14502         (utf8_sb_map): Make the calculations more obvious.
14503         (init_dfa, parse_bracket_exp, build_charclass_op):
14504         Call calloc and cast result, as glibc does.
14505         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14506         (build_range_exp, build_collating_symbol):
14507         Now internal functions.
14508
14509         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14510
14511         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14512         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14513         Don't depend on VMS; depend on __VMS instead, for POSIX
14514         namespace cleanness.
14515         (regoff_t): Define to ssize_t, not long int.
14516
14517         Remove the REG_ macros named below.  Instead, make the old names
14518         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14519         __USE_GNU_REGEX.
14520         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14521         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14522         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14523         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14524         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14525         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14526         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14527         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14528         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14529         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14530         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14531         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14532         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14533         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14534         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14535         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14536         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14537         (REG_NREGS):
14538         Remove.  All uses replaced by the old RE_* names.
14539         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14540         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14541         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14542         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14543         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14544         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14545         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14546         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14547         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14548         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14549         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14550         Don't bother having these macros be independent of each others'
14551         values, since they no longer exist in the POSIX name space.
14552
14553         Rename the following member names back to their old names,
14554         unless !__USE_GNU_REGEX.  All uses changed back.
14555         (buffer): Renamed from re_buffer.
14556         (allocated): Renamed from re_allocated.
14557         (used): Renamed from re_used.
14558         (syntax): Renamed from re_syntax.
14559         (fastmap): Renamed from re_fastmap.
14560         (translate): Renamed from re_translate.
14561         (can_be_null): Renamed from re_can_be_null.
14562         (regs_allocated): Renamed from re_regs_allocated.
14563         (fastmap_accurate): Renamed from re_fastmap_accurate.
14564         (no_sub): Renamed from re_no_sub.
14565         (not_bol): Renamed from re_not_bol.
14566         (not_eol): Renamed from re_not_eol.
14567         (newline_anchor): Renamed from re_newline_anchor.
14568         (num_regs): Renamed from rm_num_regs.
14569         (start): Renamed from rm_start.
14570         (end): Renamed from rm_end.
14571
14572         (free_state): Move up a bit.
14573
14574         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14575         #define to be empty.
14576         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14577         when that is what is intended.
14578         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14579         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14580         (MAX): New macro.
14581         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14582         All uses changed back to re_malloc, etc.  It's now the caller's
14583         responsibility to check for overflow; all callers changed.
14584         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14585         (re_x2nrealloc): Remove.
14586         (free_state): Remove decl.
14587
14588         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14589         (re_set_registers, re_exec):
14590         Use K&R-style defn.
14591
14592         2006-01-31  Roland McGrath  <roland@redhat.com>
14593
14594         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14595         Reported by Mike Frysinger <vapier@gentoo.org>.
14596
14597         2006-01-15  Andreas Jaeger  <aj@suse.de>
14598
14599         [BZ #1950]
14600         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14601         build_wcs_upper_buffer change.
14602         (build_wcs_upper_buffer): Change return type.
14603
14604         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14605
14606         * lib/regex_internal.h: Include <stdint.h> if available.
14607
14608         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14609
14610         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14611
14612         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14613
14614         * lib/regcomp.c: Adjust for changed secondary hash function.
14615
14616         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14617
14618         * lib/regex.h: Pretty printing.
14619         Clean up namespace a bit.
14620
14621         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14622
14623         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14624         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14625
14626         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14627                     Ulrich Drepper  <drepper@redhat.com>
14628
14629         [BZ #1302]
14630         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14631         changed.
14632         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14633
14634         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14635
14636         [BZ #281]
14637         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14638         * lib/regcomp.c: Remove unnecessary uses of
14639         unsigned RE_TRANSLATE_TYPE.
14640         * lib/regex_internal.h: Likewise.
14641         * lib/regex_internal.c: Likewise.
14642         * lib/regexec.c: Likewise.
14643         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14644
14645         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14646
14647         * lib/regexec.c (find_recover_state): Remove unnecessary
14648         initialization.
14649         (transit_state_bkref): Make DFA a const pointer.
14650         (get_subexp): Likewise.
14651         (check_arrival): Likewise.
14652         (update_cur_sifted_state): Likewise.
14653         (re_search_internal): Likewise.
14654         (prune_impossible_nodes): Likewise.
14655         (acquire_init_state_context): Likewise.
14656         (proceed_next_node): Likewise.
14657         (set_regs): Likewise.
14658         (free_fail_stack_return): Likewise.
14659         (check_arrival_expand_ecl): Mark DFA parameter as const.
14660         (check_arrival_expand_ecl_sub): Likewise.
14661         (check_subexp_limits): Likewise.
14662         (sub_epsilon_src_nodes):  Likewise.
14663         (add_epsilon_src_nodes):  Likewise.
14664         (merge_state_array): Likewise.
14665         (update_regs): Likewise.
14666         (build_trtable): Likewise.
14667         (sift_states_backward): Mark MCTX parameter as const.
14668         (build_sifted_states): Likewise.
14669         (update_cur_sifted_state): Likewise.
14670         (sift_states_mkref): Likewise.
14671         (check_arrival_expand_ecl): Mark eclosure as const.
14672         (check_dst_limits_calc_pos_1): Likewise.
14673         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14674         pointer.
14675
14676         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14677
14678         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14679         (transit_state_sb): Likewise.
14680         (transit_state_mb): Likewise.
14681         (sift_states_iter_mb): Likewise.
14682         (check_arrival_add_next_nodes): Likewise.
14683         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14684         [_LIBC] (re_search_2_stub): Use mempcpy.
14685
14686         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14687         mbrtowc for very simple UTF-8 case.
14688
14689         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14690         a pointer-to-const.
14691         (re_acquire_state_context): Likewise.
14692         * lib/regex_internal.h: Adjust prototypes.
14693
14694         * lib/regex.c: Prevent using C++ compilers.
14695
14696         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14697         (re_acquire_state_context): Likewise.
14698
14699 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14700
14701         * modules/regex (Depends-on): Add ssize_t.
14702
14703 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14704
14705         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14706         translation table.
14707
14708 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14709
14710         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14711
14712 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14713             Bruno Haible  <bruno@clisp.org>
14714
14715         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14716         <sys/types.h> and <inttypes.h>.
14717
14718 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14719
14720         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14721         `__error_t_defined', so argp.h will not typedef the former.
14722
14723 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14724
14725         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14726         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14727         glibc names.  Even if glibc is changed to conform to POSIX, the
14728         traditional names will be available anyway, since regex depends on
14729         the extensions module.  Also, fix a longstanding typo in the
14730         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14731         reported by Emanuele Giaquinta.  Also, change sense of cached
14732         variable, so that the message makes sense.
14733
14734 2006-03-24  Simon Josefsson  <jas@extundo.com>
14735
14736         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14737         including some doc fixes.
14738         (base64_encode_alloc): Fix +1 bug on allocation failures.
14739
14740 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14741
14742         * lib/base64.c (base64_encode): Do not read past end of array with
14743         unsanitized input on systems with CHAR_BIT > 8.
14744
14745 2006-03-24  Eric Blake  <ebb9@byu.net>
14746
14747         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14748
14749 2006-03-22  Karl Berry  <karl@gnu.org>
14750
14751         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14752         * config/srclistvars.sh (COREUTILS): new var.
14753
14754 2006-03-17  Jim Meyering  <jim@meyering.net>
14755
14756         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14757         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14758
14759 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14760
14761         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14762         no longer needs it.  Instead, check that regoff_t is as least
14763         as wide as ptrdiff_t.
14764
14765         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14766         so that our regex.h stays compatible with the installed regex.
14767         This is helpful for installers who configure --without-included-regex.
14768         Problem reported by Emanuele Giaquinta.
14769
14770 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14771
14772         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14773         Typedef to long int, not to off_, as POSIX will likely change
14774         in that direction.
14775
14776 2006-03-15  Eric Blake  <ebb9@byu.net>
14777
14778         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14779
14780 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14781
14782         * lib/argp-help.c (validate_uparams): Fix typo
14783         * lib/argp-parse.c (argp_default_options): Consistently begin help
14784         messages with a lowercase letter.
14785
14786 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14787
14788         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14789         overrun buffers and shouldn't be used (much as gets shouldn't be
14790         used).
14791         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14792
14793 2006-03-08  Simon Josefsson  <jas@extundo.com>
14794
14795         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14796         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14797
14798 2006-03-08  Simon Josefsson  <jas@extundo.com>
14799
14800         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14801         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14802
14803 2006-03-08  Simon Josefsson  <jas@extundo.com>
14804
14805         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14806         signal that configure disabled the device.
14807
14808 2006-03-08  Simon Josefsson  <jas@extundo.com>
14809
14810         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14811         languages.
14812
14813 2006-03-07  Simon Josefsson  <jas@extundo.com>
14814
14815         * modules/getopt (Depends-on): Add unistd.
14816
14817         * modules/unistd: New file.
14818
14819 2006-03-07  Simon Josefsson  <jas@extundo.com>
14820
14821         * modules/gc-random: New file.
14822
14823 2006-03-07  Simon Josefsson  <jas@extundo.com>
14824
14825         * m4/unistd_h.m4: New file.
14826
14827 2006-03-07  Simon Josefsson  <jas@extundo.com>
14828
14829         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14830         test to be side-effect free by storing the result in the cache
14831         variable gl_cv_lib_readline, and moving the assignment of
14832         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14833         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14834
14835 2006-03-07  Simon Josefsson  <jas@extundo.com>
14836
14837         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14838         error on missing devices (the functions will return an error).
14839
14840         * m4/gc.m4: Move random stuff to gc-random.m4
14841
14842 2006-03-07  Simon Josefsson  <jas@extundo.com>
14843
14844         * lib/unistd_.h: New file.
14845
14846 2006-03-07  Simon Josefsson  <jas@extundo.com>
14847
14848         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14849
14850 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14851
14852         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14853         Problem reported by Juan Manuel Guerrero.
14854
14855 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14856
14857         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14858         the unistd module.
14859         * lib/getlogin_r.c: Likewise.
14860         * lib/getlogin_r.h: Likewise.
14861         * lib/glob.c: Likewise.
14862         * lib/pagealign_alloc.c: Likewise.
14863         * lib/unistd_.h: Remove; no longer needed.
14864
14865 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14866
14867         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14868         Add unistd.
14869         * modules/c-stack (Depends-on): Add unistd.
14870         * modules/getlogin_r: Likewise.
14871         * modules/glob: Likewise.
14872         * modules/pagealign_alloc: Likewise.
14873         * modules/unistd (Files): Remove lib/unistd_.h.
14874         (EXTRA_DIST): Remove.
14875         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14876         need unistd_.h.
14877         (MOSTLYCLEANFILES): Remove unistd.h-t.
14878
14879 2006-03-03  Simon Josefsson  <jas@extundo.com>
14880
14881         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14882
14883 2006-03-03  Simon Josefsson  <jas@extundo.com>
14884
14885         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14886         libidn and bison.
14887
14888 2006-03-03  Simon Josefsson  <jas@extundo.com>
14889
14890         * build-aux/maint.mk: Add indent target.
14891
14892 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14893
14894         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14895         our replacement poll.h in any case, to avoid a differing
14896         declaration from a system header.  Seen on AIX.
14897
14898 2006-03-01  Simon Josefsson  <jas@extundo.com>
14899
14900         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14901         <kasal@ucw.cz>.
14902
14903 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14904
14905         * modules/gettime (Depends-on): Add extensions module.
14906         * modules/nanosleep (Depends-on): Likewise.
14907         * modules/settime (Depends-on): Likewise.
14908
14909 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14910
14911         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14912         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14913         pedantically.
14914         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14915         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14916
14917         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14918         not "==".  Reported by Ralf Wildenhues.
14919
14920 2006-03-01  Karl Berry  <karl@gnu.org>
14921
14922         * doc/Copyright/request-*: new files, synced from gnuorg.
14923
14924 2006-03-01  Karl Berry  <karl@gnu.org>
14925
14926         * config/srclist.txt (Copyright/*): new entries.
14927
14928 2006-02-28  Simon Josefsson  <jas@extundo.com>
14929
14930         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14931
14932 2006-02-27  Simon Josefsson  <jas@extundo.com>
14933
14934         * lib/base64.h: Indent #define's.  From Jim Meyering
14935         <jim@meyering.net>.
14936
14937 2006-02-27  Jim Meyering  <jim@meyering.net>
14938
14939         Revert the change of 2006-02-24, so these files can continue
14940         to be sync'd from gettext.
14941         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14942         of `config.h'.
14943
14944 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14945
14946         * modules/intprops: New file.
14947         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14948         Add intprops.
14949         * modules/getloadavg (Files): Remove lib/intprops.h.
14950         (Depends-on): Add intprops.
14951         * modules/human: Likewise.
14952         * modules/inttostr: Likewise.
14953         * modules/openat: Likewise.
14954         * modules/sig2str: Likewise.
14955         * modules/userspec: Likewise.
14956         * modules/utimecmp: Likewise.
14957         * modules/xnanosleep: Likewise.
14958         * modules/xstrtol: Likewise.
14959
14960 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14961
14962         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14963         * modules/lock-tests (TESTS): Use $(EXEEXT).
14964         * modules/tls-tests: Likewise.
14965         * modules/argp-tests: Likewise.
14966         (check_PROGRAMS): New var, replacing...
14967         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14968
14969 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14970
14971         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14972         `config.h'.
14973
14974 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14975
14976         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14977
14978 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14979
14980         Sync from coreutils.
14981         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14982         gl_CHDIR_SAFER.
14983
14984 2006-02-22  Jim Meyering  <jim@meyering.net>
14985
14986         Sync from coreutils.
14987         * m4/chdir-safer.m4: New file.
14988
14989 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14990
14991         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14992         AT_FDCWD exceeds INT_MAX.
14993         * lib/openat.h (AT_FDCWD): Likewise.
14994
14995 2006-02-17  Eric Blake  <address@hidden>
14996
14997         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14998
14999 2006-02-16  Simon Josefsson  <jas@extundo.com>
15000
15001         * modules/getaddrinfo (Depends-on): Add sys_socket.
15002
15003 2006-02-15  Simon Josefsson  <jas@extundo.com>
15004
15005         * build-aux/maint.mk: Add dsyntax-check rule.
15006
15007 2006-02-15  Eric Blake  <ebb9@byu.net>
15008
15009         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15010         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15011         'present but cannot compile' warnings on cygwin.
15012         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15013         use ws2tcpip.h if sys/socket.h works.
15014         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15015         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15016
15017 2006-02-14  Simon Josefsson  <jas@extundo.com>
15018
15019         * modules/maintainer-makefile (Files): Rename.
15020
15021         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15022         and (the local) Makefile.cfg to maint-cfg.mk.
15023
15024         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15025         to the latter.
15026
15027         * modules/maintainer-makefile: New module.
15028
15029         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15030         severaly stripped to make it possible to build it up from scratch
15031         with reliable tests.
15032
15033         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15034         fixes to permit overriding the default actions when configure and
15035         makefile are not available.
15036
15037 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15038
15039         Sync from coreutils.
15040         * modules/lstat (Depends-on): Don't depend on xalloc.
15041         (License): Change from GPL to LGPL, since this is now simply a
15042         replacement for a libc function.
15043
15044 2006-02-14  Jim Meyering  <jim@meyering.net>
15045
15046         Sync from coreutils.
15047
15048         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15049         failure on deficient systems, and simplify gnulib lgpl dependencies.
15050         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15051         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15052
15053         * lib/xalloc-die.c: Remove unused definition of N_.
15054
15055 2006-02-14  Jim Meyering  <jim@meyering.net>
15056
15057         Sync from coreutils.
15058         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15059         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15060         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15061         double-quote uses of that variable, to accommodate the rare case in
15062         which getmntent is available in none of the libraries checked.  This
15063         happens at least on FreeBSD 5.0.
15064
15065 2006-02-13  Simon Josefsson  <jas@extundo.com>
15066
15067         * gnulib-tool (Usage): Fix --import, from
15068         karl@freefriends.org (Karl Berry).
15069
15070 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15071
15072         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15073
15074 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15075
15076         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15077         "autoupdate" on 2005-12-12.
15078
15079 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15080
15081         * modules/closeout (Depends-on): Remove atexit.
15082
15083 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15084
15085         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15086         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15087
15088 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15089
15090         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15091         __EXTENSIONS__ if this causes compilation to fail.  Problem
15092         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15093         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15094
15095 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15096
15097         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15098         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15099         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15100         All uses changed.
15101
15102 2006-01-26  Simon Josefsson  <jas@extundo.com>
15103
15104         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15105         prototype is visible on mingw32.
15106
15107         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15108         for mingw32.
15109
15110         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15111         mingw32).
15112
15113 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15114
15115         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15116         attempt to open for write; this always fails, at least on POSIX
15117         hosts.  This reinstates the 2006-01-09 change, which was
15118         inadvertently removed.
15119
15120 2006-01-26  Bruno Haible  <bruno@clisp.org>
15121
15122         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15123         Reported by Paul Eggert.
15124
15125 2006-01-26  Bruno Haible  <bruno@clisp.org>
15126             Paul Eggert  <eggert@cs.ucla.edu>
15127
15128         * lib/stdbool_.h (_Bool)
15129         [(! (defined __cplusplus || defined __BEOS__)
15130           && !defined __GNUC__
15131           && !(defined __HP_cc || defined __xlc__
15132                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15133                || defined __sgi))]:
15134         #define to signed char in these cases too; this simplifies
15135         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15136         etc., separately) and makes it more conservative.
15137
15138 2006-01-25  Simon Josefsson  <jas@extundo.com>
15139
15140         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15141         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15142         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15143
15144 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15145
15146         * lib/argp-namefrob.h: Bugfix. Remove stray #
15147
15148 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15149
15150         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15151         so that we test the test.
15152         Check for yet another HP-UX cc bug involving *bool |= bool.
15153
15154 2006-01-25  Karl Berry  <karl@gnu.org>
15155
15156         * config/srclist.txt (vasnprintf.c): sync lost.
15157
15158 2006-01-25  Jim Meyering  <jim@meyering.net>
15159
15160         Sync from the stable (b5) branch of coreutils:
15161
15162         * lib/fts.c (fts_children): Don't let close() clobber errno from
15163         failed fchdir().
15164
15165         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15166         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15167         a dangling symlink.  That can also happen at least for ELOOP.
15168         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15169         FYI, this bug predates the inclusion of fts.c in coreutils.
15170
15171         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15172         in their own block, so pre-c99 compilers don't object.
15173
15174         Avoid the double-free (first in fts_read, second in fts_close) that
15175         would occur when an `active' directory is made inaccessible (e.g.,
15176         via chmod a-x) during a traversal.
15177         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15178         before returning.  Reproduce this failure by
15179         mkdir -p a/b; cd a; chmod a-x . b
15180         Reported by Stavros Passas.
15181
15182 2006-01-25  Jim Meyering  <jim@meyering.net>
15183
15184         * lib/fileblocks.c: Remove more useless parentheses.
15185         * lib/readutmp.h: Likewise.
15186
15187 2006-01-25  Bruno Haible  <bruno@clisp.org>
15188
15189         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15190         warnings.
15191         Reported by Paul Eggert.
15192
15193 2006-01-25  Bruno Haible  <bruno@clisp.org>
15194
15195         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15196         rid of a trap command. For Solaris sh.
15197         Reported by Mark D. Baushke <mdb@gnu.org>.
15198
15199 2006-01-24  Simon Josefsson  <jas@extundo.com>
15200
15201         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15202         Bruno.
15203
15204 2006-01-24  Karl Berry  <karl@gnu.org>
15205
15206         * config/srclist.txt (argp-namefrob.h): sync lost.
15207
15208 2006-01-24  Jim Meyering  <jim@meyering.net>
15209
15210         * modules/openat (Files): Add lib/intprops.h.
15211         From Mark D. Baushke.
15212
15213 2006-01-24  Jim Meyering  <jim@meyering.net>
15214
15215         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15216         Reported by Mark D. Baushke.
15217
15218 2006-01-24  Jim Meyering  <jim@meyering.net>
15219
15220         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15221
15222 2006-01-24  Bruno Haible  <bruno@clisp.org>
15223
15224         * modules/strnlen (Maintainer): Change from glibc to all.
15225
15226 2006-01-24  Bruno Haible  <bruno@clisp.org>
15227
15228         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15229         Patch by Paul Eggert.
15230
15231 2006-01-24  Bruno Haible  <bruno@clisp.org>
15232
15233         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15234         already has it.
15235         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15236         2005-11-26.
15237
15238         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15239         'signed char' to avoid problems with the built-in _Bool type.
15240         Reported by Paul Eggert on 2005-11-26.
15241
15242 2006-01-24  Bruno Haible  <bruno@clisp.org>
15243
15244         * gnulib-tool (func_import): Avoid constructing complicated sed
15245         expressions inside backquote.
15246         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15247
15248 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15249
15250         These changes imported from libc.
15251         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15252         test and two separate function calls.
15253         * lib/strndup.c (__strndup): Add libc_hidden_def.
15254
15255 2006-01-23  Simon Josefsson  <jas@extundo.com>
15256
15257         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15258         Remove the test_*_SOURCES variable: automake infers it by default.
15259         * modules/tls-tests: Likewise.
15260
15261 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15262
15263         Work around porting bugs reported by Dieter in
15264         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15265         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15266         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15267         Include "getopt.h" first, to check interface.
15268         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15269         !HAVE_DECL_GETENV.
15270         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15271         (__strndup): Revert to K&R-style function dfns, the glibc style.
15272         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15273         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15274         Include strnlen.h first, to get prototype properly.
15275         (strnlen): Renamed from __strnlen.
15276         Remove weak alias.
15277
15278 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15279
15280         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15281
15282 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15283
15284         * config/srclist.txt: Adjust to reflect glibc reorganization.
15285         This affects only comments.
15286
15287 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15288
15289          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15290          Reported by Bruce Korb <bkorb@gnu.org>.
15291
15292 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15293
15294         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15295         to pacify gcc -Wswitch-default.
15296
15297 2006-01-22  Bruno Haible  <bruno@clisp.org>
15298
15299         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15300         temporary buffer for sprintf, take into account the precision also
15301         for 'd', 'i', 'u', 'o', 'x', 'X'.
15302
15303 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15304
15305         * modules/argp-tests: New module
15306         * tests/test-argp.c: New file
15307         * tests/test-argp-2.sh: New file
15308
15309 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15310
15311         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15312         (__argp_base_name): Removed
15313         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15314         typo.
15315         (__argp_base_name): Provide macro definition or extern declaration
15316         depending on the configuration
15317
15318 2006-01-20  Simon Josefsson  <jas@extundo.com>
15319
15320         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15321
15322 2006-01-20  Simon Josefsson  <jas@extundo.com>
15323
15324         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15325
15326 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15327
15328         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15329         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15330         Suggested by Bruno Haible.
15331
15332 2006-01-20  Karl Berry  <karl@gnu.org>
15333
15334         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15335         until changes propagate, I guess.
15336
15337 2006-01-19  Simon Josefsson  <jas@extundo.com>
15338
15339         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15340
15341 2006-01-19  Simon Josefsson  <jas@extundo.com>
15342
15343         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15344
15345 2006-01-19  Simon Josefsson  <jas@extundo.com>
15346
15347         * gnulib-tool: Set check_PROGRAMS.
15348
15349         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15350         modules/des-tests, modules/gc-arcfour-tests,
15351         modules/gc-arctwo-tests, modules/gc-des-tests,
15352         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15353         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15354         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15355         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15356         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15357         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15358         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15359         test_*_SOURCES.
15360
15361 2006-01-18  Simon Josefsson  <jas@extundo.com>
15362
15363         * modules/socklen (Depends-on): Depend on sys_socket.
15364
15365 2006-01-18  Simon Josefsson  <jas@extundo.com>
15366
15367         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15368         modules/des-tests, modules/gc-arcfour-tests,
15369         modules/gc-arctwo-tests, modules/gc-des-tests,
15370         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15371         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15372         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15373         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15374         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15375         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15376         $(EXEEXT) to automake TESTS variable, for mingw32.
15377
15378 2006-01-17  Simon Josefsson  <jas@extundo.com>
15379
15380         * modules/socklen (Include): Need sys/socket.h.
15381
15382 2006-01-17  Bruno Haible  <bruno@clisp.org>
15383
15384         * modules/ssize_t (Include): Add <sys/types.h>.
15385
15386 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15387
15388         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15389         it's not portable and it doesn't work with cross-compiles.
15390         Problem reported by Bruno Haible.  Fix missing-$ typo in
15391         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15392         -zignore from being used with Sun's C compiler.
15393
15394 2006-01-12  Simon Josefsson  <jas@extundo.com>
15395
15396         * lib/base64.c: Fix warning, reported by Bruno Haible
15397         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15398
15399 2006-01-12  Bruno Haible  <bruno@clisp.org>
15400
15401         * modules/ldd: New file.
15402         * build-aux/ldd.sh.in: New file.
15403         * MODULES.html.sh (Support for building libraries and executables): Add
15404         ldd.
15405
15406 2006-01-12  Bruno Haible  <bruno@clisp.org>
15407
15408         * m4/ldd.m4: New file.
15409
15410 2006-01-12  Bruno Haible  <bruno@clisp.org>
15411
15412         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15413         endless loop while replacing $auxdir with build-aux.
15414
15415 2006-01-11  Simon Josefsson  <jas@extundo.com>
15416
15417         * lib/stdint_.h (SIZE_MAX): Add missing (.
15418
15419 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15420
15421         Sync from coreutils.
15422         * lib/md5.c: Fix commentary typos.
15423         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15424         * lib/md5.h (__attribute__): Remove; unused.
15425         * lib/sha1.c: Fix commentary to match md5 better.
15426         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15427         so that we don't need to worry about alignment.  All uses changed.
15428         This merges the 2005-10-28 md5 change into sha1.
15429
15430 2006-01-11  Jim Meyering  <jim@meyering.net>
15431
15432         Sync from coreutils.
15433         * lib/md5.c (OP): Fix spacing.
15434
15435 2006-01-11  Bruno Haible  <bruno@clisp.org>
15436
15437         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15438         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15439         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15440
15441 2006-01-11  Bruno Haible  <bruno@clisp.org>
15442
15443         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15444         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15445         the "early" section as well.
15446
15447 2006-01-11  Bruno Haible  <bruno@clisp.org>
15448
15449         Avoid "ar: no archive members specified" error on MacOS X.
15450         * gnulib-tool (func_modules_add_dummy): New function.
15451         (func_import, func_create_testdir): Invoke it.
15452
15453 2006-01-11  Bruno Haible  <bruno@clisp.org>
15454
15455         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15456         with $auxdir in AC_CONFIG_FILES statements.
15457
15458 2006-01-11  Bruno Haible  <bruno@clisp.org>
15459
15460         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15461         Initialize also noinst_HEADERS to empty.
15462
15463 2006-01-11  Bruno Haible  <bruno@clisp.org>
15464
15465         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15466         variables.
15467         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15468         autoreconf.
15469
15470 2006-01-11  Bruno Haible  <bruno@clisp.org>
15471
15472         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15473         overridable by the user.
15474         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15475
15476 2006-01-10  Simon Josefsson  <jas@extundo.com>
15477
15478         * modules/sys_socket: New file.
15479
15480 2006-01-10  Simon Josefsson  <jas@extundo.com>
15481
15482         * m4/sys_socket_h.m4: New file.
15483
15484 2006-01-10  Simon Josefsson  <jas@extundo.com>
15485
15486         * lib/socket_.h: New file.
15487
15488 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15489
15490         * modules/readutmp (Maintainer): Add myself.
15491
15492 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15493
15494         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15495         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15496         People who are still concerned with buggy memcmp implementations
15497         can invoke gl_FUNC_MEMCMP themselves.
15498
15499 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15500
15501         * lib/regex_internal.h (BITSET_WORD_BITS):
15502         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15503         preprocessor mishandles large unsigned values as if they were signed.
15504         Problem reported by Claudio Fontana in
15505         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15506
15507 2006-01-10  Jim Meyering  <jim@meyering.net>
15508
15509         Avoid the double-free (first in fts_read, second in fts_close) that
15510         would occur when an `active' directory is made inaccessible (e.g.,
15511         via chmod a-x) during a traversal.
15512         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15513         before returning.  Reproduce this failure by
15514         mkdir -p a/b; cd a; chmod a-x . b
15515         Reported by Stavros Passas.
15516
15517         Sync from coreutils.
15518         * lib/sha1.c: Tweak grammar in a comment.
15519
15520 2006-01-10  Jim Meyering  <jim@meyering.net>
15521
15522         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15523         Patch by Joerg Sonnenberger.
15524
15525 2006-01-10  Bruno Haible  <bruno@clisp.org>
15526
15527         * modules/readutmp: Depend on module free.
15528         * modules/strtok_r: Depend on module restrict.
15529
15530 2006-01-10  Bruno Haible  <bruno@clisp.org>
15531
15532         * modules/gettext (configure.ac): Add an invocation of
15533         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15534
15535 2006-01-10  Bruno Haible  <bruno@clisp.org>
15536
15537         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15538         Reported by Werner Lemberg <wl@gnu.org>.
15539
15540 2006-01-10  Bruno Haible  <bruno@clisp.org>
15541
15542         * lib/localcharset.c: Update from GNU gettext.
15543
15544 2006-01-10  Bruno Haible  <bruno@clisp.org>
15545
15546         * lib/argp.h (__const): Remove macro. Use const instead.
15547         * lib/argp-fmtstream.h (__const): Likewise.
15548         * lib/glob_.h (__const): Remove macro.
15549         * lib/glob-libc.h: Use const instead of __const.
15550
15551 2006-01-10  Bruno Haible  <bruno@clisp.org>
15552
15553         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15554         variable.
15555         Needed to avoid an automake error regarding the 'gettext' module.
15556
15557 2006-01-09  Simon Josefsson  <jas@extundo.com>
15558
15559         * modules/inet_ntop (Depends-on): Add restrict.
15560
15561 2006-01-09  Simon Josefsson  <jas@extundo.com>
15562
15563         * modules/gc-rijndael-tests (License): Put under LGPL.
15564
15565         * modules/gc-des-tests (License): Likewise.
15566
15567         * modules/gc-arcfour-tests (License): Likewise.
15568
15569         * modules/gc-arctwo-tests (License): Likewise.
15570
15571         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15572
15573         * modules/gc-hmac-sha1-tests (Files): Likewise.
15574
15575         * modules/gc-hmac-md5-tests (License): Likewise.
15576
15577         * modules/gc-sha1-tests (License): Likewise.
15578
15579         * modules/gc-md5-tests (License): Likewise.
15580
15581         * modules/gc-md4-tests (License): Likewise.
15582
15583         * modules/gc-md2-tests (License): Likewise.
15584
15585         * modules/gc-tests (License): Likewise.
15586
15587         * modules/des-tests (License): Likewise.
15588
15589         * modules/md4-tests (License): Likewise.
15590
15591         * modules/md2-tests (License): Likewise.
15592
15593 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15594
15595         Sync from coreutils:
15596
15597         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15598         * modules/lib-ignore: New file.
15599         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15600         chdir-safer.m4, lchmod.m4.
15601         * modules/openat: Add mkdirat.c, openat-priv.h.
15602
15603 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15604
15605         Sync from coreutils.
15606         * m4/lib-ignore.m4: New file.
15607         * m4/lchmod.m4: New file.
15608
15609 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15610
15611         Sync from coreutils.
15612         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15613         for write access: POSIX says that must fail.
15614         * lib/fts.c (diropen): Likewise.
15615         * lib/save-cwd.c (save_cwd): Likewise.
15616         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15617         well, for minor improvements on hosts that lack O_DIRECTORY.
15618         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15619         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15620         Fall back on chown if open failed with EACCES.
15621
15622         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15623         Report an error at compile-time if only a 1-second nominal clock
15624         resolution is found.
15625
15626         * lib/lchmod.h: New file.
15627         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15628         (make_dir_parents): Use lchown rather than chown, and
15629         lchmod rather than chmod.
15630
15631         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15632         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15633         "proc" reported by n0dalus.
15634
15635         * lib/mountlist.c: Include <limits.h>.
15636         (dev_from_mount_options)
15637         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15638         New function.  It no longer assumes "dev=" has the System V meaning
15639         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15640         (read_file_system_list)
15641         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15642         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15643         dev= in that case.
15644
15645         * lib/posixtm.h (PDS_PRE_2000): New macro.
15646         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15647         allow_century.  All usages changed.  Reject dates outside the range
15648         1969-1999 if PDS_PRE_2000 is used.
15649
15650 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15651
15652         Sync from coreutils.
15653         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15654         (Time of day items): Mention the possibility of leap seconds.
15655         Problem reported by Dr. David Alan Gilbert.
15656
15657 2006-01-09  Jim Meyering  <jim@meyering.net>
15658
15659         Sync from coreutils.
15660
15661         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15662
15663         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15664
15665         * lib/modechange.c (mode_compile): Reject an invalid mode string
15666         that starts with an octal digit.  From Andreas Gruenbacher.
15667
15668         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15669         and dup to open_safer and dup_safer, respectively.
15670         (openat_permissive): Fix typo in comment.
15671
15672         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15673         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15674         (_): Remove; no longer needed.
15675         (openat): Renamed from rpl_openat; no need for rpl_openat
15676         since openat.h renames openat for us.
15677         Replace most of the body with a call to openat_permissive,
15678         to avoid duplicate code.
15679         Port to (probably hypothetical) environments were mode_t is
15680         wider than int.
15681         (openat_permissive): Require mode arg, so that we can check
15682         types better.  Put it just after flags.  Change cwd failure
15683         indicator from pointer-to-bool to pointer-to-errno-value.
15684         All callers changed.
15685         Invoke openat_save_fail and/or openat_restore_fail if
15686         cwd_errno is null, so that openat can call us.
15687         (openat_permissive, fdopendir, fstatat, unlinkat):
15688         Simplify errno handling to avoid some duplicate code,
15689         as it's OK to set errno on success.
15690         * lib/openat.h: Revamp code so that function macros depend on
15691         __OPENAT_PREFIX only, not also on AT_FDCWD.
15692         (openat_ro): Remove.  Caller changed to use openat_permissive.
15693         (openat_permissive): Now a macro, if not a function.
15694         (openat_restore_fail, openat_save_fail): Now always functions,
15695         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15696
15697         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15698         and openat.c.
15699         * lib/mkdirat.c: Include openat-priv.h.
15700         Remove definitions of macros defined therein.
15701         * lib/openat.c: Likewise.
15702
15703         * lib/mkdirat.c (mkdirat): New file and function.
15704         * lib/openat.h (mkdirat): Declare.
15705
15706         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15707
15708         * lib/openat.h (openat_permissive): Declare.
15709         (openat_ro): Define.
15710
15711         * lib/openat.c (EXPECTED_ERRNO): New macro.
15712         (openat_permissive): New function -- used in remove.c rewrite.
15713         (all functions): Set errno just before returning, only if there
15714         was an actual failure.
15715         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15716
15717         Emulate openat-family functions using Linux's procfs, if possible.
15718         Idea and some code based on Ulrich Drepper's glibc changes.
15719
15720         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15721         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15722         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15723         before falling back on save_cwd and restore_cwd.
15724         (fdopendir, fstatat, unlinkat): Likewise.
15725
15726         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15727         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15728
15729         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15730         as second argument to va_arg.  Otherwise, some versions of gcc
15731         warn that `if this code is reached, the program will abort'.
15732
15733 2006-01-09  Jim Meyering  <jim@meyering.net>
15734
15735         Sync from coreutils.
15736         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15737         Require openat-priv.h.
15738
15739 2006-01-09  Bruno Haible  <bruno@clisp.org>
15740
15741         * modules/strnlen (Include): Use strnlen.h.
15742
15743 2006-01-09  Bruno Haible  <bruno@clisp.org>
15744
15745         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15746
15747 2006-01-09  Bruno Haible  <bruno@clisp.org>
15748
15749         * lib/sysexit_.h (EX_OK): New macro.
15750         Suggested by Martin Lambers <marlam@marlam.de>.
15751
15752 2006-01-09  Bruno Haible  <bruno@clisp.org>
15753
15754         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15755         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15756
15757 2006-01-09  Bruno Haible  <bruno@clisp.org>
15758
15759         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15760         numbers.
15761
15762 2006-01-09  Bruno Haible  <bruno@clisp.org>
15763
15764         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15765         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15766         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15767         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15768
15769 2006-01-09  Bruno Haible  <bruno@clisp.org>
15770
15771         * build-aux/javacomp.sh.in: New file, moved from lib/.
15772         * modules/javacomp-script (Files): Update.
15773         (configure.ac): Add AC_CONFIG_FILES invocation.
15774         (EXTRA_DIST): Remove variable.
15775
15776         * build-aux/javaexec.sh.in: New file, moved from lib/.
15777         * modules/javaexec (Files): Update.
15778         (configure.ac): Add AC_CONFIG_FILES invocation.
15779         (EXTRA_DIST): Remove javaexec.sh.in.
15780
15781         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15782         * modules/csharpcomp-script (Files): Update.
15783         (configure.ac): Add AC_CONFIG_FILES invocation.
15784         (EXTRA_DIST): Remove variable.
15785
15786         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15787         * modules/csharpexec (Files): Update.
15788         (configure.ac): Add AC_CONFIG_FILES invocation.
15789         (EXTRA_DIST): Remove csharpexec.sh.in.
15790
15791 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15792
15793         Sync from coreutils.
15794
15795         Add POSIX ACL support
15796         * lib/acl.h (copy_acl, set_acl): Add declarations.
15797         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15798         systems other than Linux.
15799         (chmod_or_fchmod): New function: use fchmod when possible,
15800         and chmod otherwise.
15801         (file_has_acl): Add a POSIX ACL implementation, with a
15802         Linux-specific subcase.
15803         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15804         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15805         acls are unsupported.
15806         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15807         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15808         are unsupported.
15809
15810 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15811
15812         Sync from coreutils.
15813         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15814
15815 2006-01-07  Bruno Haible  <bruno@clisp.org>
15816
15817         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15818         gl_EARLY.
15819
15820 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15821
15822         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15823         Problem reported for Mingw by Mark Junker.
15824
15825 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15826
15827         * README: Gnulib normally doesn't generate a tarball.
15828
15829 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15830
15831         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15832         long int, not int, for nanosecond counts, so that people who are
15833         used to POSIX struct timespec won't be surprised.  Reported by Jim
15834         Meyering.
15835
15836 2005-12-28  Bruno Haible  <bruno@clisp.org>
15837
15838         * build-aux/config.rpath: Update from GNU gettext.
15839
15840 2005-12-16  Jim Meyering  <jim@meyering.net>
15841
15842         * modules/fprintftime: New module.
15843         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15844
15845 2005-12-16  Jim Meyering  <jim@meyering.net>
15846
15847         * m4/fprintftime.m4: New file.
15848
15849 2005-12-16  Jim Meyering  <jim@meyering.net>
15850
15851         * lib/fprintftime.c, lib/fprintftime.h: New files.
15852
15853 2005-12-15  Simon Josefsson  <jas@extundo.com>
15854
15855         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15856         new m4/socklen.m4.
15857
15858 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15859
15860         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15861         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15862
15863 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15864
15865         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15866         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15867         struct uparams is valid. Fall back to the default values if it is
15868         not.
15869
15870 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15871
15872         * modules/argp (Files): Add argp-pin.c
15873         (Depends-on): dirname
15874         (lib_SOURCES): Add argp-pin.c
15875
15876 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15877
15878         * m4/argp.m4:  Check if program_invocation_name and
15879         program_invocation_short_name are declared and define appropriate
15880         macros if they are not.
15881
15882 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15883
15884         * lib/argp-help.c (__argp_base_name): New function
15885         (__argp_short_program_name): Rewrite using __argp_base_name
15886         * lib/argp-namefrob.h: Define program_invocation_name and
15887         program_invocation_short_name if requested
15888         (__argp_base_name): Add prototype
15889         * lib/argp-parse.c (argp_def): Use gettext wrappers
15890         (argp_default_parser): Use __argp_base_name
15891         * lib/argp-pin.c: New file. Defines program_invocation_name and
15892         program_invocation_short_name on systems that lack them.
15893
15894 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15895
15896         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15897         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15898         porting problem reported by Georg Schwarz in
15899         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15900
15901 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15902
15903         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15904         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15905         porting problem reported by Georg Schwarz in
15906         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15907
15908 2005-12-05  Bruno Haible  <bruno@clisp.org>
15909
15910         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15911         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15912         Reported by Mark Junker <mjscod@gmx.de>.
15913
15914 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15915
15916         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15917         Use implementation from Albert Chin, with some
15918         comments/corrections by Stepan Kasal and myself.
15919
15920 2005-12-02  Bruno Haible  <bruno@clisp.org>
15921
15922         * gnulib-tool (func_import): Accept GPLed build tool modules when
15923         --lgpl is given.
15924         * modules/csharpcomp-script: New file.
15925         * modules/csharpcomp: Depend on it.
15926         * modules/javacomp-script: New file.
15927         * modules/javacomp: Depend on it.
15928         Suggested by Simon Josefsson.
15929
15930 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15931
15932         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15933         statement, to work around an HP-UX 10.20 compiler bug reported by
15934         Peter O'Gorman.
15935
15936 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15937
15938         * modules/savedir (Depends-on): Add openat.
15939
15940 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15941
15942         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15943         (uintmax_t) [defined uintmax_t]: Do not declare.
15944         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15945         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15946         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15947         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15948         sake of portability to weird hosts that C allows (though we don't
15949         know of any practical examples).
15950
15951         * lib/savedir.h (fdsavedir): New decl.
15952         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15953         contains most of the former guts of savedir.
15954         (savedir): Use savedirstream.
15955         Include "openat.h".
15956
15957 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15958
15959         * modules/obstack (Files): Add m4/ulonglong.m4.
15960         Problem reported by Davide Angelocola.
15961
15962 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15963
15964         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15965         coreutils no longer futzes with rounding modes.
15966
15967 2005-11-14  Jim Meyering  <jim@meyering.net>
15968
15969         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15970         replacement of mkstemp.
15971
15972 2005-11-10  Simon Josefsson  <jas@extundo.com>
15973
15974         * lib/readline.c: Remove EOL.
15975
15976 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15977
15978         * modules/gethrxtime (Depends-on): Add gettime.
15979
15980 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15981
15982         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15983         or gettimeofday; no longer needed.
15984
15985 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15986
15987         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15988         time business.
15989         (gethrxtime) [! (HAVE_NANOUPTIME
15990         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15991         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15992         our own approximation.
15993
15994 2005-11-08  Eric Blake  <ebb9@byu.net>
15995
15996         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15997
15998 2005-11-08  Eric Blake  <ebb9@byu.net>
15999
16000         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16001
16002 2005-11-04  Bruno Haible  <bruno@clisp.org>
16003
16004         * gnulib-tool: Implement --update mode.
16005
16006 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16007
16008         Fix porting problem reported by Theodoros V. Kalamatianos.
16009         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16010         Don't assume that futimes failing means we must fail.
16011
16012 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16013
16014         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16015         variables to suggest the intended function of the PATH_MAX check.
16016
16017 2005-10-30  Kean Johnston  <jkj@sco.com>
16018
16019         Trivial changes to support SCO systems.
16020         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16021         as PATH_MAX.
16022         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16023         where __ptr is null when no I/O is pending.
16024
16025 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16026
16027         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16028         leave errno alone.  Problem reported by Dmitry V. Levin.
16029
16030 2005-10-28  Simon Josefsson  <jas@extundo.com>
16031
16032         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16033         Test more.
16034
16035         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16036
16037         * modules/md2, modules/md2-tests: New files.
16038
16039 2005-10-28  Simon Josefsson  <jas@extundo.com>
16040
16041         * m4/inet_ntop.m4: More tests.
16042
16043         * m4/gc-md2.m4, md2.m4: New file.
16044
16045 2005-10-28  Simon Josefsson  <jas@extundo.com>
16046
16047         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16048         "restrict" keywords, as per POSIX.  Protect the function
16049         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16050         Don't use K&R prototypes.  Check the sprintf return values.
16051         Re-define EAFNOSUPPORT if not present.  Indent.
16052
16053         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16054         suggested by Bruno Haible <bruno@clisp.org>.
16055
16056         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16057
16058         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16059
16060         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16061         libgcrypt).
16062
16063         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16064
16065         * lib/md2.h, lib/md2.c: New files.
16066
16067 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16068
16069         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16070         errno alone.  Problem reported by Frederic Jolliton.
16071
16072 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16073
16074         * modules/verify (License): Change from GPL to LGPL.  This is a
16075         tiny module and there are apparently near-equivalents that are
16076         under the BSD license.
16077
16078 2005-10-24  Simon Josefsson  <jas@extundo.com>
16079
16080         * modules/sha1: Relicense to LGPL.
16081
16082 2005-10-24  Simon Josefsson  <jas@extundo.com>
16083
16084         * lib/md4.h: Shrink buffer size, now that we changed the type.
16085
16086 2005-10-23  Simon Josefsson  <jas@extundo.com>
16087
16088         * gnulib-tool (func_import): Fix --tests-base.
16089
16090 2005-10-22  Simon Josefsson  <jas@extundo.com>
16091
16092         * modules/arcfour (Depends-on): Need stdint.
16093
16094 2005-10-22  Simon Josefsson  <jas@extundo.com>
16095
16096         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16097         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16098
16099 2005-10-22  Simon Josefsson  <jas@extundo.com>
16100
16101         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16102         suggested by Bruno Haible <bruno@clisp.org>.
16103
16104 2005-10-22  Simon Josefsson  <jas@extundo.com>
16105
16106         * lib/crc.h: Include stddef.h, for size_t.
16107
16108 2005-10-22  Simon Josefsson  <jas@extundo.com>
16109
16110         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16111         arcfour_context struct (simplify test vector testing in GNU
16112         Shishi).
16113
16114 2005-10-21  Simon Josefsson  <jas@extundo.com>
16115
16116         * modules/des, modules/des-tests: New files.
16117
16118         * modules/gc-des, modules/gc-des-tests: New files.
16119
16120         * tests/test-des.c, tests/test-gc-des.c: New file.
16121
16122 2005-10-21  Simon Josefsson  <jas@extundo.com>
16123
16124         * modules/arctwo, modules/arctwo-tests: New files.
16125
16126         * tests/test-arctwo.c: New file.
16127
16128         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16129
16130         * tests/test-gc-arctwo.c: New file.
16131
16132 2005-10-21  Simon Josefsson  <jas@extundo.com>
16133
16134         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16135         Bruno Haible <bruno@clisp.org>.
16136
16137         * m4/gc-des.m4: New file.
16138
16139 2005-10-21  Simon Josefsson  <jas@extundo.com>
16140
16141         * m4/arctwo.m4: New file.
16142
16143         * m4/gc-arctwo.m4: New file.
16144
16145 2005-10-21  Simon Josefsson  <jas@extundo.com>
16146
16147         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16148         block.
16149
16150 2005-10-21  Simon Josefsson  <jas@extundo.com>
16151
16152         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16153         <bruno@clisp.org>.
16154
16155         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16156
16157         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16158         Bruno Haible <bruno@clisp.org>.
16159
16160         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16161         <bruno@clisp.org>.
16162
16163 2005-10-21  Simon Josefsson  <jas@extundo.com>
16164
16165         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16166
16167 2005-10-21  Simon Josefsson  <jas@extundo.com>
16168
16169         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16170
16171 2005-10-21  Simon Josefsson  <jas@extundo.com>
16172
16173         * lib/des.h, lib/des.c: New files.
16174
16175         * lib/gc-gnulib.c: Support DES.c
16176
16177 2005-10-21  Simon Josefsson  <jas@extundo.com>
16178
16179         * lib/arctwo.h, lib/arctwo.c: New files.
16180
16181         * lib/gc-gnulib.c: Support ARCTWO.
16182
16183 2005-10-21  Simon Josefsson  <jas@extundo.com>
16184
16185         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16186         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16187
16188 2005-10-21  Simon Josefsson  <jas@extundo.com>
16189
16190         * gnulib-tool (func_import, func_create_testdir): Define automake
16191         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16192         Makefile.am snippet),
16193         suggested by Bruno Haible <bruno@clisp.org>.
16194
16195         * modules/gc (Makefile.am): Use it.
16196
16197 2005-10-21  Bruno Haible  <bruno@clisp.org>
16198
16199         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16200         patch.
16201
16202 2005-10-19  Simon Josefsson  <jas@extundo.com>
16203
16204         * tests/test-gc-rijndael.c: New file.
16205
16206         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16207
16208 2005-10-19  Simon Josefsson  <jas@extundo.com>
16209
16210         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16211         interface too.
16212
16213 2005-10-19  Simon Josefsson  <jas@extundo.com>
16214
16215         * tests/test-gc-arcfour.c: New file.
16216
16217         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16218
16219 2005-10-19  Simon Josefsson  <jas@extundo.com>
16220
16221         * modules/gc-md4, modules/gc-md4-tests: New file.
16222
16223         * tests/test-gc-md4.c: New file.
16224
16225 2005-10-19  Simon Josefsson  <jas@extundo.com>
16226
16227         * m4/gc-md4.m4: New file.
16228
16229 2005-10-19  Simon Josefsson  <jas@extundo.com>
16230
16231         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16232         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16233         <kasal@ucw.cz>.
16234
16235 2005-10-19  Simon Josefsson  <jas@extundo.com>
16236
16237         * m4/gc-arcfour.m4: New file.
16238
16239         * m4/gc-rijndael.m4: New file.
16240
16241 2005-10-19  Simon Josefsson  <jas@extundo.com>
16242
16243         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16244
16245 2005-10-19  Simon Josefsson  <jas@extundo.com>
16246
16247         * lib/gc-gnulib.c: Support ARCFOUR.
16248
16249 2005-10-19  Simon Josefsson  <jas@extundo.com>
16250
16251         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16252         support.
16253
16254         * lib/gc.h: Add ECB enum type.
16255
16256         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16257
16258 2005-10-18  Simon Josefsson  <jas@extundo.com>
16259
16260         * tests/test-md5.c: New file.
16261
16262         * modules/md5-tests: New file.
16263
16264 2005-10-18  Simon Josefsson  <jas@extundo.com>
16265
16266         * tests/test-md4.c: New file.
16267
16268         * modules/md4, modules/md4-tests: New files.
16269
16270 2005-10-18  Simon Josefsson  <jas@extundo.com>
16271
16272         * m4/md4.m4: New file.
16273
16274 2005-10-18  Simon Josefsson  <jas@extundo.com>
16275
16276         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16277
16278 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16279
16280         * gnulib-tool (func_create_testdir): Omit the second check whether
16281         BUILT_SOURCES in nonempty.
16282
16283 2005-10-17  Simon Josefsson  <jas@extundo.com>
16284
16285         * tests/test-rijndael.c: New file.
16286
16287 2005-10-17  Simon Josefsson  <jas@extundo.com>
16288
16289         * modules/sha1: Depend on stdint instead of md5.
16290
16291         * modules/md5: Depend on stdint, remove uint32_t.
16292
16293 2005-10-17  Simon Josefsson  <jas@extundo.com>
16294
16295         * modules/gc-sha1-tests: New file.
16296
16297         * tests/test-gc-sha1.c: New file.
16298
16299 2005-10-17  Simon Josefsson  <jas@extundo.com>
16300
16301         * m4/md5.m4: Remove call to uint32_t.m4.
16302
16303 2005-10-17  Simon Josefsson  <jas@extundo.com>
16304
16305         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16306
16307         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16308         md5.h.
16309
16310         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16311
16312         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16313
16314 2005-10-17  Simon Josefsson  <jas@extundo.com>
16315
16316         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16317
16318 2005-10-17  Simon Josefsson  <jas@extundo.com>
16319
16320         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16321
16322 2005-10-17  Simon Josefsson  <jas@extundo.com>
16323
16324         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16325
16326         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16327
16328 2005-10-17  Bruno Haible  <bruno@clisp.org>
16329
16330         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16331         that it can also be used in a test.
16332
16333 2005-10-16  Bruno Haible  <bruno@clisp.org>
16334
16335         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16336         TESTS_ENVIRONMENT, so that individual tests can augment it.
16337
16338         * gnulib-tool (func_create_testdir): Use an intermediate target for
16339         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16340         macros, like $(ALLOCA_H), which cannot be passed through the command
16341         line.
16342
16343 2005-10-15  Simon Josefsson  <jas@extundo.com>
16344
16345         * modules/rijndael-tests: New file.
16346
16347         * modules/rijndael: New file.
16348
16349 2005-10-15  Simon Josefsson  <jas@extundo.com>
16350
16351         * m4/rijndael.m4: New file.
16352
16353 2005-10-15  Simon Josefsson  <jas@extundo.com>
16354
16355         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16356
16357         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16358
16359 2005-10-14  Simon Josefsson  <jas@extundo.com>
16360
16361         * tests/test-arcfour.c: New file.
16362
16363         * modules/arcfour, modules/arcfour-tests: New files.
16364
16365 2005-10-14  Simon Josefsson  <jas@extundo.com>
16366
16367         * m4/arcfour.m4: New file.
16368
16369 2005-10-14  Simon Josefsson  <jas@extundo.com>
16370
16371         * lib/arcfour.h, lib/arcfour.c: New files.
16372
16373 2005-10-14  Roland McGrath  <roland@redhat.com>
16374
16375         Import from libc.  [BZ #1331]
16376         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16377         macro argument.
16378         Reported by Matej Vela <vela@debian.org>.
16379
16380 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16381
16382         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16383         include <wchar.h>; no longer needed.
16384
16385 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16386
16387         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16388
16389 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16390         and  Ulrich Drepper  <drepper@redhat.com>
16391
16392         Import from libc.
16393         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16394         instead of inline stream orientation test and two separate
16395         function calls.  Pay no attention to USE_IN_LIBIO.
16396
16397 2005-10-13  Simon Josefsson  <jas@extundo.com>
16398
16399         * modules/gc-hmac-md5-tests: New file.
16400
16401         * tests/test-gc-hmac-sha1.c: New file.
16402
16403         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16404
16405         * modules/gc-hmac-md5-tests: New file.
16406
16407         * tests/test-gc-md5.c: New file.
16408
16409         * modules/gc-md5-tests: New file.
16410
16411 2005-10-13  Simon Josefsson  <jas@extundo.com>
16412
16413         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16414         Move memory allocation outside of loop.
16415
16416 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16417
16418         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16419         intermediate directory is in a read-only file system.  Problem
16420         reported by Eric Blake.
16421
16422 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16423
16424         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16425
16426 2005-10-12  Simon Josefsson  <jas@extundo.com>
16427
16428         * tests/test-hmac-sha1.c: New file.
16429
16430         * modules/hmac-sha1-tests: New file.
16431
16432         * modules/hmac-sha1: New file.
16433
16434 2005-10-12  Simon Josefsson  <jas@extundo.com>
16435
16436         * modules/gc-sha1: New file.
16437
16438 2005-10-12  Simon Josefsson  <jas@extundo.com>
16439
16440         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16441
16442         * tests/test-gc-pbkdf2-sha1.c: New file.
16443
16444 2005-10-12  Simon Josefsson  <jas@extundo.com>
16445
16446         * modules/gc-md5, modules/gc-hmac-md5: New files.
16447
16448         * modules/gc (Files): Remove md5, memxor and hmac files.
16449
16450 2005-10-12  Simon Josefsson  <jas@extundo.com>
16451
16452         * m4/gc-pbkdf2-sha1.m4: New file.
16453
16454         * m4/gc-hmac-sha1.m4: New file.
16455
16456         * m4/gc-sha1: New file.
16457
16458         * m4/hmac-sha1.m4: New file.
16459
16460 2005-10-12  Simon Josefsson  <jas@extundo.com>
16461
16462         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16463
16464         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16465
16466 2005-10-12  Simon Josefsson  <jas@extundo.com>
16467
16468         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16469         suggested by Bruno Haible <bruno@clisp.org>.
16470
16471 2005-10-12  Simon Josefsson  <jas@extundo.com>
16472
16473         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16474
16475 2005-10-12  Simon Josefsson  <jas@extundo.com>
16476
16477         * lib/gc-pbkdf2-sha1.c: New file.
16478
16479         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16480
16481 2005-10-12  Simon Josefsson  <jas@extundo.com>
16482
16483         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16484
16485         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16486
16487 2005-10-12  Simon Josefsson  <jas@extundo.com>
16488
16489         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16490         GC_USE_HMAC_MD5, respectively.
16491
16492         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16493         (gc_md5): Fix typo.
16494
16495         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16496
16497         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16498
16499         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16500
16501 2005-10-12  Bruno Haible  <bruno@clisp.org>
16502
16503         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16504         Reported by Stepan Kasal <kasal@ucw.cz>.
16505
16506 2005-10-11  Simon Josefsson  <jas@extundo.com>
16507
16508         * tests/test-crc.c: New file.
16509
16510         * modules/crc, modules/crc-tests: New files.
16511
16512 2005-10-11  Simon Josefsson  <jas@extundo.com>
16513
16514         * m4/crc.m4: New file.
16515
16516 2005-10-11  Simon Josefsson  <jas@extundo.com>
16517
16518         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16519
16520         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16521
16522         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16523
16524 2005-10-11  Simon Josefsson  <jas@extundo.com>
16525
16526         * lib/crc.h, lib/crc.c: New files.
16527
16528         * lib/gc.h (gc_hash_buffer): Add doc.
16529
16530 2005-10-11  Bruno Haible  <bruno@clisp.org>
16531
16532         * modules/c-strcasestr: New file.
16533         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16534
16535 2005-10-11  Bruno Haible  <bruno@clisp.org>
16536
16537         * modules/c-strcase: New file.
16538         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16539
16540 2005-10-11  Bruno Haible  <bruno@clisp.org>
16541
16542         * lib/strcasecmp.c: Include limits.h.
16543         (strcasecmp): Avoid integer overflow on exotic platforms.
16544         * lib/strncasecmp.c: Include limits.h.
16545         (strncasecmp): Avoid integer overflow on exotic platforms.
16546         Reported by Paul Eggert.
16547
16548 2005-10-11  Bruno Haible  <bruno@clisp.org>
16549
16550         * lib/c-strcasestr.h: New file, from GNU gettext.
16551         * lib/c-strcasestr.c: New file, from GNU gettext.
16552
16553 2005-10-11  Bruno Haible  <bruno@clisp.org>
16554
16555         * lib/c-strcase.h: New file, from GNU gettext.
16556         * lib/c-strcasecmp.c: New file, from GNU gettext.
16557         * lib/c-strncasecmp.c: New file, from GNU gettext.
16558
16559 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16560
16561         * modules/mempcpy (License): GPL -> LGPL.
16562         * modules/strchrnul (License): Likewise.
16563         * modules/sysexits (License): Likewise.
16564
16565 2005-10-08  Simon Josefsson  <jas@extundo.com>
16566
16567         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16568
16569 2005-10-07  Simon Josefsson  <jas@extundo.com>
16570
16571         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16572
16573 2005-10-06  Simon Josefsson  <jas@extundo.com>
16574
16575         * tests/test-hmac-md5.c: New file.
16576
16577         * modules/hmac-md5-tests: New file.
16578
16579         * modules/hmac-md5: New file.
16580
16581 2005-10-06  Simon Josefsson  <jas@extundo.com>
16582
16583         * m4/hmac-md5.m4: New file.
16584
16585         * m4/memxor.m4: Require gl_C_RESTRICT.
16586
16587 2005-10-06  Simon Josefsson  <jas@extundo.com>
16588
16589         * lib/memxor.c (memxor): Avoid casts and warnings.
16590
16591 2005-10-06  Simon Josefsson  <jas@extundo.com>
16592
16593         * lib/hmac-md5.c: New file.
16594
16595         * lib/hmac.h: New file.
16596
16597 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16598
16599         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16600         promotes to int, not unsigned int, to catch the AIX 5.3
16601         compiler bug.
16602
16603 2005-10-05  Simon Josefsson  <jas@extundo.com>
16604
16605         * modules/memxor: New file.
16606
16607         * modules/iconv (Files): Move config.rpath to havelib, it is used
16608         there.
16609
16610         * modules/havelib (Files): Add config.rpath.
16611
16612 2005-10-05  Simon Josefsson  <jas@extundo.com>
16613
16614         * m4/memxor.m4: New file.
16615
16616 2005-10-05  Simon Josefsson  <jas@extundo.com>
16617
16618         * lib/memxor.c (memxor): Fix compiler error.
16619
16620         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16621         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16622
16623         * lib/memxor.h, lib/memxor.c: New files.
16624
16625         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16626         we assume all systems have it, suggested by Jim Meyering
16627         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16628         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16629         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16630         same reasons.
16631
16632 2005-10-05  Simon Josefsson  <jas@extundo.com>
16633
16634         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16635
16636 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16637
16638         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16639         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16640         needed, since the source code now assumes these .h files.
16641
16642 2005-10-05  Derek Price  <derek@ximbiot.com>
16643
16644         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16645
16646 2005-10-05  Bruno Haible  <bruno@clisp.org>
16647
16648         * modules/stdint (License): Change to LGPL.
16649
16650 2005-10-04  Simon Josefsson  <jas@extundo.com>
16651
16652         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16653         D. Baushke" <mdb@gnu.org>.
16654
16655 2005-10-04  Bruno Haible  <bruno@clisp.org>
16656
16657         * lib/verify.h (verify_true): Provide alternative definition for C++.
16658
16659 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16660
16661         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16662         (SSIZE_MAX): New macro, if not already defined.
16663         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16664         than 2 GiB.
16665
16666 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16667
16668         Sync from coreutils.
16669         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16670         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16671         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16672         ULLONG_MAX doesn't work with 2.7.2.1.
16673
16674 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16675
16676         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16677         From Ben Pfaff.
16678
16679         * modules/exclude (Depends-on): Depend on verify.
16680         * modules/strtoimax (Depends-on): Likewise.
16681         * modules/utimecmp (Depends-on): Likewise.
16682
16683 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16684
16685         * lib/exclude.c: Include verify.h.
16686         (verify): Remove.  All callers changed to use verify.h's version.
16687         * lib/strtoimax.c: Likewise.
16688         * lib/utimecmp.c: Likewis.e
16689
16690         Sync from coreutils.
16691         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16692         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16693         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16694         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16695         bother returning ENOSYS if settimeofday or stime fails; just let
16696         them return whatever errno they want to return.
16697         * lib/utimens.c: Include unistd.h, for dup2.
16698         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16699         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16700
16701 2005-10-02  Jim Meyering  <jim@meyering.net>
16702
16703         Sync from coreutils.
16704         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16705         from glibc-2.2.5 that fails for read-only files.
16706
16707 2005-10-02  Jim Meyering  <jim@meyering.net>
16708
16709         Sync from coreutils.
16710         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16711         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16712         `#if HAVE_CONFIG_H'.
16713         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16714         Remove AT_FDCWD test.
16715         Do not consume the fd unless successful.
16716         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16717         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16718         block, so that we don't even try to compile it if settimeofday is
16719         available.  This works around a compilation failure on OSF1 V5.1,
16720         due to stime requiring a `long int*' while tv_sec is `int'.
16721
16722 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16723
16724         Sync from coreutils.
16725         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16726         against `yes', rather than just testing for nonempty.
16727
16728 2005-10-01  Simon Josefsson  <jas@extundo.com>
16729
16730         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16731         and Darwin.
16732
16733         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16734         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16735         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16736         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16737         Check if struct addrinfo is declared.
16738
16739 2005-10-01  Simon Josefsson  <jas@extundo.com>
16740
16741         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16742         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16743         AI_* and EAI_* definitions.  Protect function declarations.
16744
16745 2005-10-01  Jim Meyering  <jim@meyering.net>
16746
16747         Sync from coreutils.
16748
16749         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16750         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16751         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16752         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16753         in the inet and nsl libraries.  Required on Solaris 5.7.
16754
16755 2005-10-01  Jim Meyering  <jim@meyering.net>
16756
16757         Sync from coreutils.
16758         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16759         in the inet and nsl libraries.  Required on Solaris 5.7.
16760
16761 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16762
16763         * lib/getdelim.c (getdelim): Remove unused variables.
16764
16765 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16766
16767         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16768         so that the code works even with ancient cpp.  Portability problem
16769         with GCC 2.7.2.1 reported by Thomas M.Ott.
16770
16771 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16772
16773         * modules/regex (Depends-on): Add strcase.
16774
16775         * modules/gethostname (Licence): Change from GPL to LGPL, since
16776         gethostname.c is a trivial implementation of a standard library
16777         function.
16778         * modules/poll (License): Change from GPL to LGPL, since it's
16779         derived from LGPL code.
16780
16781 2005-09-27  Jim Meyering  <jim@meyering.net>
16782
16783         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16784         HAVE_CONFIG_H.
16785
16786         * lib/intprops.h (signed_type_or_expr__): Define.
16787         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16788         for unsigned types.
16789
16790 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16791
16792         * lib/verify.h (verify_expr): Remove, replacing with:
16793         (verify_true): New macro that returns true instead of void.
16794         (verify_type__): Remove.
16795         (verify): Use verify_true rather than verify_type__.
16796
16797 2005-09-26  Bruno Haible  <bruno@clisp.org>
16798
16799         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16800         is necessary.
16801         (lib_SOURCES): Remove mbchar.c.
16802         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16803         (Files): Add m4/mbrtowc.m4.
16804         * modules/mbiter: Likewise.
16805         * modules/mbuiter: Likewise.
16806
16807 2005-09-26  Bruno Haible  <bruno@clisp.org>
16808
16809         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16810         compile mbchar.c if they are not both present.
16811         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16812         * m4/mbiter.m4 (gl_MBITER): Likewise.
16813         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16814         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16815         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16816
16817 2005-09-25  Jim Meyering  <jim@meyering.net>
16818
16819         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16820         also uses socklen_t.
16821
16822 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16823
16824         * lib/utimens.c (ENOSYS): Define if not already defined.
16825         (futimens): Support having a null PATH if the file descriptor
16826         is nonnegative.
16827
16828         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16829         Remove.
16830         (__attribute): Define to empty unless GCC 3.1 or later.
16831         This works around a core dump on OpenBSD 3.4, which has GCC
16832         2.95.3, which dumps core when given __attribute__(()).  It also
16833         simplifies other tests, since we really don't want to bother with
16834         worrying about which ancient version of GCC supported what.
16835         Original problem reported by Yoann Vandoorselaere, with part of
16836         the fix suggested by Derek Price.
16837
16838 2005-09-24  Jim Meyering  <jim@meyering.net>
16839
16840         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16841         so we can once again use a positive bitfield width of 1 -- now we
16842         don't have to explain why we were using a bitfield width of 2.
16843
16844 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16845
16846         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16847         and similarly for the other external symbols.  Problem reported
16848         by James Gallager.
16849
16850         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16851         bug reported by Jim Meyering.
16852
16853         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16854         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16855         not needed, since socklen is a prerequisite module.
16856
16857 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16858
16859         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16860         Problem reported by Eric Blake.
16861         (getaddrinfo): Initialize se so that it's not garbage.
16862         Redo internal storage allocation so that it doesn't make unportable
16863         assumptions about alignment.
16864         Fix a memory leak.
16865
16866         * lib/utimens.c (futimens): Use futimesat if available.
16867         Prefer it to futimes since it doesn't have the futimes bug.
16868
16869         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16870         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16871         Instead, declare a function that returns a pointer to an array,
16872         and use verify_type__ to declare the size of the array.
16873         Problem and germ of a solution reported by Bruno Haible.
16874         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16875         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16876
16877 2005-09-23  Jim Meyering  <jim@meyering.net>
16878
16879         Sync from coreutils.
16880         Correct build failure (socklen_t not defined) on at least
16881         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16882         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16883
16884 2005-09-23  Jim Meyering  <jim@meyering.net>
16885
16886         * modules/getaddrinfo (Depends-on): Add socklen.
16887
16888 2005-09-23  Bruno Haible  <bruno@clisp.org>
16889
16890         * tests/test-verify.c: New file.
16891
16892 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16893
16894         Sync from coreutils.
16895
16896         * modules/argmatch (Depends-on): Add verify.
16897         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16898         unistd-safer.
16899         * modules/save-cwd (Depends-on): Likewise.
16900
16901         * modules/openat (Files): Add lib/openat-die.c.
16902         (Depends-on): Remove error, exitfail.
16903         Add dirname.
16904
16905         * modules/verify: New file.
16906         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16907         with "verify" module.
16908
16909 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16910
16911         Sync from coreutils.
16912
16913         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16914         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16915         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16916         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16917         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16918         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16919         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16920         Don't bother checking for string.h, stdlib.h, unistd.h.
16921         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16922         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16923         module's job.
16924         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16925         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16926
16927         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16928         (gl_GETDATE): Use it.
16929
16930         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16931
16932 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16933
16934         Sync from coreutils.
16935
16936         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16937         stat-time.h.
16938         * lib/argmatch.h: Include verify.h
16939         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16940         (ARGMATCH_ASSERT): Remove; unused.
16941         * lib/canonicalize.c: Assume STDC_HEADERS.
16942         * lib/exclude.c: Include "strcase.h".
16943         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16944         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16945         and stdio-safer.h.
16946         (getusershell): Call fopen, not fopen_safer.
16947         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16948         Do not include unistd-safer.h.
16949         (save_cwd): Don't call fd_safer; no longer needed
16950         now that we include fcntl--.h.
16951
16952         * lib/getdate.y (relative_time): New type.
16953         (RELATIVE_TIME_0): New constant.
16954         (parser_control): Use relative_time instead of doing it ourselves.
16955         (%union): Add new relative_time rel member.
16956         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16957         Now typeless.
16958         (relunit, relunit_snumber): Now of type rel.
16959         (zone, rel, relunit, get_date): Adjust to above changes.
16960
16961         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16962         Do not include unistd-safer.h.
16963         (getloadavg): Don't call fd_safer; no longer needed
16964         now that we include fcntl--.h.
16965
16966         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16967         (make_dir_parents): Treat ENOSYS like EEXIST.
16968
16969         Improve quality of diagnostics on restore_cwd failure.
16970         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16971         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16972         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16973         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16974         each time through the loop.  Do not diagnose restore_cwd failure;
16975         that is the caller's job (and perhaps the caller does not care).
16976
16977         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16978         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16979         If the file already exists but is not a directory, don't bother
16980         to try to make its parents.
16981         Close potential file descriptor leak if we can't chdir("/") (!).
16982         Don't always return true if chdir($PWD) fails; return true only
16983         if the requested action was done successfully (except for the
16984         chdir($PWD)).
16985         Don't log final directory unless we actually made it.
16986         Refactor to avoid duplicate code to fix up permissions.
16987         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16988
16989         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16990         to make it a bit faster and (I hope) clearer.
16991         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16992         Fix bug in formats like %2N.
16993
16994         * lib/verify.h: New file.
16995
16996 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16997
16998         Sync from coreutils.
16999         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17000
17001 2005-09-22  Jim Meyering  <jim@meyering.net>
17002
17003         Sync from coreutils.
17004
17005         * m4/lstat.m4 (gl_FUNC_LSTAT):
17006         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17007         Remove obsolete comment.
17008         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17009         * m4/xstrtod.m4: Likewise.
17010
17011         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17012
17013 2005-09-22  Jim Meyering  <jim@meyering.net>
17014
17015         Sync from coreutils.
17016
17017         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17018
17019         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17020         the .tm_year member, since otherwise gcc-4.0 would now warn about
17021         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17022
17023         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17024         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17025
17026         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17027         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17028         when run in a time zone for which daylight savings time is in effect
17029         for the starting date.
17030
17031         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17032         stop us from restricting permissions of just-created absolute-named
17033         directories.
17034         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17035         to restore initial working directory.
17036         * lib/mkdir-p.c (make_dir_parents): New parameter:
17037         different_working_dir, to tell caller if/when we change the working
17038         directory and are unable to return to the initial one.
17039         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17040         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17041         `return false'.  This fixes a bug introduced on 2004-07-30.
17042
17043         * lib/openat.c (fdopendir): Be sure to close the supplied
17044         file descriptor before returning.  This makes our replacement
17045         implementation a little closer to Solaris's, where fdopendir
17046         ties the file descriptor to the returned DIR* pointer.
17047         * lib/openat.c (unlinkat): New function.
17048         * lib/openat.h (unlinkat): Add prototype.
17049         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17050         (openat_restore_fail): Rename from openat_restore_die.
17051         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17052
17053         Provide an alternative to exiting immediately upon save_cwd or
17054         restore_cwd failure.  Now, an application can arrange e.g.,
17055         to perform a longjump in that case.
17056         * lib/openat.c: Include dirname.h.
17057         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17058         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17059         and openat_restore_die rather than calling error directly.
17060         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17061
17062         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17063         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17064         define.
17065
17066         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17067         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17068                             int utc, int nanoseconds);
17069         Background:
17070         date should not have to allocate a megabyte of virtual memory to
17071         handle a format argument like +%1048575T.  When implemented with
17072         strftime, it must allocate such a buffer, use strftime to fill it
17073         in, print it, then free it.
17074         With fprintftime, it simply prints everything and exits.
17075         With no need for memory allocation, that's one fewer way to fail.
17076         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17077         optional field width, not before, so we accept %9:z, not %:9z.
17078         (my_strftime): Be sure to use L_('x') for literals.
17079
17080         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17081         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17082         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17083         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17084         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17085         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17086         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17087         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17088         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17089         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17090         * lib/xgethostname.c, lib/xreadlink.c:
17091         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17092
17093         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17094         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17095         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17096         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17097         and don't include <sys/file.h>).
17098
17099 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17100
17101         Sync from coreutils.
17102
17103         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17104         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17105         [!LDAV_DONE]: Avoid unused variable warning.
17106
17107 2005-09-21  Bruno Haible  <bruno@clisp.org>
17108
17109         * lib/unicodeio.h (unicode_to_mb): New declaration.
17110
17111 2005-09-20  Derek Price  <derek@ximbiot.com>
17112
17113         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17114         getaddrinfo.h.
17115
17116 2005-09-20  Bruno Haible  <bruno@clisp.org>
17117
17118         * gnulib-tool: Remove trailing slashes from the values specified for
17119         --source-base, --m4-base, --tests-base, --aux-dir.
17120         Suggested by Simon Josefsson <jas@extundo.com>.
17121
17122 2005-09-20  Bruno Haible  <bruno@clisp.org>
17123
17124         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17125         func_modules_to_filelist, func_import, func_create_testdir): Make all
17126         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17127         change when gnulib-tool is invoked in a different locale.
17128
17129 2005-09-19  Simon Josefsson  <jas@extundo.com>
17130
17131         * m4/socklen.m4: Fix typo.
17132
17133 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17134
17135         Use a consistent style for including <config.h>.
17136         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17137         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17138         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17139         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17140         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17141         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17142         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17143         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17144         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17145         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17146         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17147         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17148         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17149         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17150         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17151         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17152         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17153         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17154         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17155         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17156         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17157         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17158         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17159         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17160         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17161         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17162         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17163         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17164         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17165         lib/xstrtoumax.c, lib/yesno.c:
17166         Standardize inclusion of config.h.
17167         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17168         lib/inttostr.h:  Removed inclusion of config.h from header files.
17169         * lib/inttostr.c:  Adjusted in-tree users.
17170         * lib/timespec.h: Remove superfluous warning to include config.h.
17171         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17172         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17173         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17174         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17175         config.h with HAVE_CONFIG_H.
17176
17177 2005-09-19  Jim Meyering  <jim@meyering.net>
17178
17179         * modules/pathmax (License): Change to LGPL.
17180
17181 2005-09-19  Derek Price  <derek@ximbiot.com>
17182
17183         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17184
17185 2005-09-19  Bruno Haible  <bruno@clisp.org>
17186
17187         * gnulib-tool (import): Provide default for --tests-base.
17188
17189 2005-09-19  Bruno Haible  <bruno@clisp.org>
17190
17191         * doc/quote.texi: New file, extracted from gnulib.texi.
17192         * doc/ctime.texi: New file, extracted from gnulib.texi.
17193         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17194         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17195         * doc/gnulib.texi: Include them.
17196
17197 2005-09-18  Bruno Haible  <bruno@clisp.org>
17198
17199         Portability fix.
17200         * gnulib-tool (func_readlink): New function.
17201         (func_ln_if_changed): Use it.
17202
17203 2005-09-18  Bruno Haible  <bruno@clisp.org>
17204
17205         * gnulib-tool: Support --with-tests also with --import.
17206         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17207         (func_import): Use variables $testsbase and $inctests. Emit a
17208         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17209         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17210         SUBDIRS += $testsdir.
17211         (func_create_testdir): Update.
17212
17213 2005-09-18  Bruno Haible  <bruno@clisp.org>
17214
17215         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17216         instead of $dry_run.
17217         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17218         (func_ln_if_changed): Don't handle dry-run here.
17219         (func_import): In dry-run mode, detect more precisely which actions
17220         would be performed, and don't use "...ing" verbs.
17221
17222 2005-09-18  Bruno Haible  <bruno@clisp.org>
17223
17224         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17225         (func_import): Use join on two temporary files instead of three nested
17226         loops, in order to determine which files are new or old.
17227
17228 2005-09-18  Bruno Haible  <bruno@clisp.org>
17229
17230         * gnulib-tool (func_import): Comment out code that spits out the
17231         new files with --dry-run.
17232
17233 2005-09-18  Bruno Haible  <bruno@clisp.org>
17234
17235         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17236
17237 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17238
17239         * lib/stat-time.h: New file.
17240         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17241         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17242         in a different way.
17243         (timespec_cmp): New function.
17244         * lib/utimecmp.c: Include stat-time.h.
17245         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17246         members exist, not on the obsolescent ST_MTIM_NSEC.
17247         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17248
17249 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17250
17251         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17252
17253 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17254
17255         * MODULES.html.sh (File system functions): Add stat-time.
17256         * modules/stat-time: New file.
17257         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17258         is now done in a different way, by the stat-time module.
17259         * modules/utimecmp (Depends-on): Add stat-time.
17260
17261 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17262
17263         * m4/st_mtim.m4: Remove.  Superseded by...
17264         * m4/stat-time.m4: New file.
17265         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17266         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17267
17268 2005-09-15  Derek Price  <derek@ximbiot.com>
17269
17270         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17271
17272 2005-09-15  Derek Price  <derek@ximbiot.com>
17273
17274         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17275         * lib/regex_internal.c: Ditto, using this...
17276         (__GNUC_PREREQ): ...new macro.
17277         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17278         using...
17279         (__GNUC_PREREQ): ...this new macro.
17280
17281         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17282
17283 2005-09-15  Derek Price  <derek@ximbiot.com>
17284             Paul Eggert  <eggert@cs.ucla.edu>
17285
17286         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17287         changes, consolidating in...
17288         * lib/regex_internal.h: ...this file.
17289
17290 2005-09-13  Jim Meyering  <jim@meyering.net>
17291
17292         * lib/canon-host.c: Filter through gnu indent and reword comments
17293         slightly.
17294         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17295
17296 2005-09-13  Derek Price  <derek@ximbiot.com>
17297
17298         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17299         failure.
17300         Reported by Jim Meyering  <jim@meyering.net>.
17301
17302 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17303
17304         * lib/base64.c: Typo.
17305         (base64_encode): Put b64str in initialized data section.
17306
17307 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17308
17309         Merge glibc and coreutils changes into gnulib, plus a few
17310         extra fixes.
17311         * lib/md5.c: Use #error rather than a string.
17312         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17313         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17314         (__attribute__): Define to empty for non recent-GCC.
17315         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17316         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17317         Renamed from their non-__ counterparts, with new macros replacing
17318         them if not _LIBC.  Add __THROW attribute.
17319         (rol): Remove.
17320         (struct md5_ctx): Align buffer if using GCC.
17321         * lib/sha1.h (struct sha1_ctx): Likewise.
17322         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17323         The old name was backwards.
17324         (NOTSWAP): Remove; not used.
17325         (rol): New macro, moved here from md5.h.
17326         (sha1_process_block): Remove a FIXME that doesn't make sense.
17327
17328 2005-09-12  Derek Price  <derek@ximbiot.com>
17329
17330         Return usable errors from canon-host.
17331         * lib/canon-host.h: New file.
17332         * lib/canon-host.c (canon_host): Wrap...
17333         (canon_host_r): ...this new function, which now relies exclusively on
17334         getaddrinfo.
17335         (ch_strerror): New function.
17336         (last_cherror): New global.
17337         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17338         interface.
17339         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17340         void *.
17341         (freeaddrinfo): Free ai->ai_canonname when set.
17342
17343 2005-09-12  Derek Price  <derek@ximbiot.com>
17344
17345         Make canon-host require getaddrinfo.
17346         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17347         AC_LIBSOURCE canon-host.h.  Call...
17348         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17349         gl_GETADDRINFO.
17350         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17351
17352 2005-09-12  Derek Price  <derek@ximbiot.com>
17353
17354         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17355         LGPL.
17356         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17357
17358 2005-09-12  Derek Price  <derek@ximbiot.com>
17359
17360         * lib/gai_strerror.c: Include config.h when available.  Include
17361         getaddrinfo.h before other headers to test interface.
17362         Reported by Larry Jones <lawrence.jones@ugs.com>.
17363
17364 2005-09-12  Derek Price  <derek@ximbiot.com>
17365             Paul Eggert  <eggert@cs.ucla.edu>
17366
17367         * modules/glob (Files): Add glob-libc.h.
17368
17369 2005-09-12  Derek Price  <derek@ximbiot.com>
17370             Paul Eggert  <eggert@cs.ucla.edu>
17371
17372         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17373         glob_.h, glob-libc.h.
17374         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17375
17376 2005-09-12  Derek Price  <derek@ximbiot.com>
17377             Paul Eggert  <eggert@cs.ucla.edu>
17378
17379         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17380         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17381         protecting things that should be done only in gnulib contexts.
17382         * lib/glob_.h: New file, containing only the glob things needed for
17383         gnulib.
17384         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17385         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17386         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17387         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17388         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17389         and to respect the namespace rules better.
17390
17391 2005-09-08  Simon Josefsson  <jas@extundo.com>
17392
17393         * modules/socklen: New file.
17394
17395 2005-09-08  Simon Josefsson  <jas@extundo.com>
17396
17397         * m4/socklen.m4: New file.
17398
17399 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17400
17401         * modules/utimens (Files): Add m4/utimbuf.m4, since
17402         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17403         Reported by Sergey Poznyakoff.
17404
17405 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17406
17407         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17408         definitions, since that's the preferred style in glibc.
17409         Fix a minor spacing issue, and update copyright notice to match
17410         glibc's.
17411
17412 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17413
17414         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17415
17416 2005-09-06  Simon Josefsson  <jas@extundo.com>
17417
17418         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17419         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17420
17421 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17422
17423         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17424         warning.
17425
17426 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17427
17428         * config/srclist.txt: Add glibc bug 1302.
17429
17430 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17431
17432         Change bitset word type from unsigned int to unsigned long int,
17433         as this has better performance on typical 64-bit hosts.
17434         Port bitset code to hosts with unusual word sizes.
17435         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17436         (build_collating_symbol):
17437         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17438         argument is a bitset.  This is merely a style issue, but it makes
17439         it clearer that an entire array is expected.
17440         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17441         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17442         Port to the case where bitset_word is not the same as unsigned int.
17443         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17444         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17445         Likewise.
17446         * lib/regexec.c (check_dst_limits_calc_pos_1,
17447         check_subexp_matching_top):
17448         (build_trtable, group_nodes_into_DFAstates):
17449         Likewise.
17450         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17451         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17452         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17453         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17454         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17455         * lib/regcomp.c (optimize_subexps, lower_subexp):
17456         Work even if bitset_word has holes in its bitwise representation.
17457         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17458         * lib/regexec.c (check_dst_limits_calc_pos_1,
17459         check_subexp_matching_top):
17460         Likewise.
17461         * lib/regex_internal.c (re_string_reconstruct):
17462         Don't assume UCHAR_MAX == 255.
17463         * lib/regex_internal.h (bitset_set_all): Likewise.
17464         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17465         All uses changed.
17466         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17467         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17468         All uses changed.
17469         (BITSET_WORD_MAX): New macro.
17470         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17471         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17472         (bitset_empty, bitset_copy):
17473         Prefer sizeof (bitset) to multiplying it out ourselves.
17474         (bitset_not_merge): Remove; unused.
17475         (bitset_contain): Return bool, not unsigned int with one bit on.
17476         All callers changed.
17477         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17478         alignment than re_node_set; do this by defining a new internal
17479         type struct dests_alloc and using it to allocate memory.
17480
17481 2005-09-05  Bruno Haible  <bruno@clisp.org>
17482
17483         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17484         links.
17485
17486 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17487
17488         * modules/size_max (Makefile.am): Add size_max.h
17489
17490 2005-09-04  Derek Price  <derek@ximbiot.com>
17491
17492         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17493
17494 2005-09-03  Simon Josefsson  <jas@extundo.com>
17495
17496         * gnulib-tool: Fix typo.
17497
17498 2005-09-03  Simon Josefsson  <jas@extundo.com>
17499
17500         * config/srclist.txt: Add glibc bug 1293.
17501
17502 2005-09-03  Derek Price  <derek@ximbiot.com>
17503
17504         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17505         From Larry Jones <lawrence.jones@ugs.com>.
17506
17507 2005-09-02  Simon Josefsson  <jas@extundo.com>
17508
17509         * modules/socklen: New file.
17510
17511 2005-09-02  Simon Josefsson  <jas@extundo.com>
17512
17513         * modules/havelib: New module.
17514
17515         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17516         Use havelib.
17517
17518 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17519
17520         Check for arithmetic overflow when calculating sizes, to prevent
17521         some buffer-overflow issues.  These patches are conservative, in the
17522         sense that when I couldn't determine whether an overflow was possible,
17523         I inserted a run-time check.
17524         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17525         macros.
17526         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17527         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17528         (re_xnrealloc, re_x2nrealloc): New inline functions.
17529         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17530         parse_bracket_exp):
17531         (build_equiv_class, build_charclass): Check for arithmetic overflow
17532         in size expression calculations.
17533         * lib/regex_internal.c (re_string_realloc_buffers):
17534         (build_wcs_upper_buffer, re_node_set_add_intersect):
17535         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17536         (re_dfa_add_node, register_state): Likewise.
17537         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17538         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17539         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17540         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17541
17542 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17543
17544         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17545         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17546
17547 2005-09-02  Bruno Haible  <bruno@clisp.org>
17548
17549         Support for lib vs. lib64 distinction on biarch platforms.
17550         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17551         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17552         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17553
17554 2005-09-02  Bruno Haible  <bruno@clisp.org>
17555
17556         * gnulib-tool (import): In the other first-use case, provide defaults
17557         as well.
17558
17559 2005-09-02  Bruno Haible  <bruno@clisp.org>
17560
17561         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17562         patches not yet found in the latest gettext release.
17563
17564 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17565
17566         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17567         to avoid a collision with bits/local_lim.h in glibc.
17568         All uses changed.  Problem reported by Dmitry V. Levin in
17569         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17570
17571         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17572         bugs in int versus size_t comparisons.
17573         (re_string_context_at): Fix bug where the code assumed that
17574         Idx is signed.
17575
17576         Use bool where appropriate.
17577         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17578         All callers changed.
17579         (calc_eclosure_iter): Likewise, for ROOT arg.
17580         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17581         (build_charclass_op): Likewise, for NON_MATCH arg.
17582         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17583         (re_string_construct_common): Likewise, for ICASE arg.
17584         * lib/regexec.c (re_search_2_stub, re_search_stub):
17585         Likewise, for RET_LEN arg.
17586         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17587         (set_regs): Likewise, for FL_BACKTRACK arg.
17588         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17589         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17590         (calc_eclosure_iter, parse_bracket_exp):
17591         Use bool for internal variables that are booleans.
17592         * lib/regexec.c (re_search_internal, check_matching,
17593         proceed_next_node):
17594         (set_regs, build_sifted_states, sift_states_bkref):
17595         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17596         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17597         (find_collation_sequence_value):
17598         Likewise.
17599         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17600         (re_node_set_compare):
17601         Return bool, not int. All callers changed.
17602         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17603         (build_trtable, check_node_accept): Likewise.
17604         * lib/regex_internal.h: Include stdbool.h.
17605
17606         Fix bugs uncovered when converting to bool.
17607         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17608         failure instead of charging ahead blindly.
17609         * lib/regex_internal.c (register_state): Likewise.
17610         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17611         for freeing internal storage.
17612         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17613         bitset pieces used as boolean, to avoid undefined behavior
17614         on hosts that do int overflow checking.
17615
17616 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17617
17618         * config/srclist.txt: Add glibc bugs 1285-1287.
17619
17620 2005-09-01  Jim Meyering  <jim@meyering.net>
17621
17622         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17623         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17624         Require gl_STAT_MACROS, too.
17625
17626 2005-09-01  Bruno Haible  <bruno@clisp.org>
17627
17628         * gnulib-tool (import): In the first-use case, provide defaults.
17629
17630 2005-09-01  Bruno Haible  <bruno@clisp.org>
17631
17632         * gnulib-tool (func_import): Remove the .tmp files.
17633
17634 2005-09-01  Bruno Haible  <bruno@clisp.org>
17635
17636         * gnulib-tool (func_import): Fix handling of symbolic links.
17637
17638 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17639
17640         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17641         old glibc regex code mishandles strings longer than 2**31 bytes.
17642         This patch fixes this when the regex code is used in gnulib
17643         (i.e., outside glibc).
17644
17645         This patch should not affect the use of the regex code inside
17646         glibc.  No doubt this problem also needs to be handled for glibc
17647         as well, but the result will be an incompatible change to the
17648         glibc ABI, and the old ABI will have to be supported too.  That
17649         can be the the subject for another patch.
17650
17651         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17652         governing whether the rest of this patch is active.  By default,
17653         the macro is disabled and the patch has no effect.
17654         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17655         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17656         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17657         (re_match_2, re_set_registers): Use the new types.
17658         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17659         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17660         New macros.
17661         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17662         (re_string_context_at, bin_tree_t, re_dfastate_t):
17663         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17664         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17665         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17666         (re_string_char_size_at, re_string_wchar_at):
17667         (re_string_elem_size_at):
17668         Use the new types and macros to port to 64-bit hosts.
17669         Use unsigned types for internal values, so that the code
17670         mostly works even for arrays larger than SSIZE_MAX.
17671         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17672         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17673         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17674         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17675         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17676         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17677         (calc_inveclosure, parse_dup_op, build_range_exp):
17678         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17679         (fetch_number, create_token_tree, mark_opt_subexp):
17680         Likewise.
17681         * lib/regex_internal.c (re_string_construct_common,
17682         create_ci_newstate):
17683         (create_cd_newstate, re_string_allocate, re_string_construct):
17684         (re_string_realloc_buffers, build_wcs_upper_buffer):
17685         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17686         (re_string_reconstruct, re_string_peek_byte_case):
17687         (re_string_fetch_byte_case, re_string_context_at):
17688         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17689         (re_node_set_init_copy, re_node_set_add_intersect):
17690         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17691         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17692         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17693         (re_acquire_state, re_acquire_state_context, register_state):
17694         Likewise.
17695         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17696         search_cur_bkref_entry):
17697         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17698         (re_search_internal, re_search_2_stub, re_search_stub)
17699         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17700         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17701         (update_cur_sifted_state, check_dst_limits):
17702         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17703         (check_subexp_limits, sift_states_bkref, merge_state_array):
17704         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17705         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17706         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17707         (expand_bkref_cache, check_node_accept_bytes):
17708         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17709         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17710         (acquire_init_state_context, check_halt_node_context):
17711         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17712         (sift_states_backward, clean_state_log_if_needed):
17713         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17714         (find_recover_state, transit_state_sb, transit_state_mb):
17715         (transit_state_bkref, build_trtable, match_ctx_clean):
17716         Likewise.
17717         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17718         to work around an assumption that REG_MISSING is negative.
17719
17720         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17721         (seek_collating_symbol_entry) [defined _LIBC]:
17722         (lookup_collation_sequence_value) [defined _LIBC]:
17723         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17724         Use prototypes rather than old-style function definitions.
17725         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17726         (transit_state_sb) [0]:
17727         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17728
17729         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17730         rm_eo.
17731
17732         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17733         (optimize_subexps, lower_subexp):
17734         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17735         since the signed shift might overflow.  Use 1u<<31 instead.
17736         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17737         Likewise.
17738         * lib/regexec.c (check_dst_limits_calc_pos_1,
17739         check_subexp_matching_top): Likewise.
17740
17741         * lib/regcomp.c (optimize_subexps, lower_subexp):
17742         Use CHAR_BIT rather than 8, for clarity.
17743         * lib/regexec.c (check_dst_limits_calc_pos_1):
17744         (check_subexp_matching_top): Likewise.
17745         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17746         have to worry about portability issues when shifting it left.
17747         Remove no-longer-needed test for table_size > 0.
17748         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17749         in a word, as the resulting behavior is undefined.
17750         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17751         in one case, a <= should have been an <, and in another case the
17752         whole test was missing.
17753         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17754         the standard name CHAR_BIT.
17755         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17756         this is not true on one's complement and signed-magnitude hosts.
17757
17758         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17759         next_last_offset.
17760         (struct re_dfa_t): Remove unused member states_alloc.
17761         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17762
17763 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17764
17765         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17766         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17767         and large-file glibc and in 32-bit large-file Solaris.
17768
17769 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17770
17771         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17772         lengths fit in regoff_t; this isn't true if regoff_t is the same
17773         width as size_t.
17774         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17775         (= START + RANGE) instead of RANGE.  This avoids overflow
17776         problems when regoff_t is the same width as size_t.
17777         All callers changed.
17778         (re_search_2_stub): Check for overflow when adding the
17779         sizes of the two strings.
17780         (re_search_stub): Check for overflow when adding START
17781         to RANGE; if it occurs, substitute the extreme value.
17782
17783 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17784
17785         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17786
17787 2005-08-31  Jim Meyering  <jim@meyering.net>
17788
17789         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17790         a pointer-to-const.
17791         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17792         (register_state): Likewise.
17793         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17794         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17795         (group_nodes_into_DFAstates): Likewise.
17796
17797 2005-08-31  Jim Meyering  <jim@meyering.net>
17798
17799         * check-module: Add a FIXME comment.
17800
17801 2005-08-31  Eric Blake  <ebb9@byu.net>
17802
17803         * modules/unistd-safer (Files): Add unistd--.h.
17804         * modules/stdio-safer (Files): Add stdio--.h.
17805
17806 2005-08-31  Derek Price  <derek@ximbiot.com>
17807
17808         * lib/getdelim.c (getdelim): Return EOF on EOF.
17809         Reported by Larry Jones <lawrence.jones@ugs.com>.
17810
17811 2005-08-31  Bruno Haible  <bruno@clisp.org>
17812
17813         Avoid unnecessary diffs in the generated lib/Makefile.am.
17814         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17815         the generated files.
17816         (func_import): Don't set cmd.
17817
17818 2005-08-31  Bruno Haible  <bruno@clisp.org>
17819
17820         * lib/strstr.c: Include <stddef.h>, for NULL.
17821         * lib/strcasestr.c: Likewise.
17822         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17823
17824 2005-08-31  Bruno Haible  <bruno@clisp.org>
17825
17826         * gnulib-tool: New option --macro-prefix.
17827         (func_import): Use macro_prefix.
17828         (import): Handle option --macro-prefix.
17829
17830 2005-08-31  Bruno Haible  <bruno@clisp.org>
17831
17832         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17833         Also use new variables cached_lgpl, cached_libtool.
17834
17835 2005-08-31  Bruno Haible  <bruno@clisp.org>
17836
17837         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17838         always instantiating them.
17839
17840 2005-08-31  Bruno Haible  <bruno@clisp.org>
17841
17842         * gnulib-tool (func_import): Read the previous cached settings
17843         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17844         earlier added by gnulib but are now dropped. Warn when a gnulib file
17845         overwrites a non-gnulib file.
17846
17847 2005-08-31  Bruno Haible  <bruno@clisp.org>
17848
17849         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17850         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17851         projects that don't keep autogenerated files in CVS. Put into
17852         actioncmd only the specified modules, not the transitive closure.
17853
17854 2005-08-31  Bruno Haible  <bruno@clisp.org>
17855
17856         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17857         Create directories that shall be filled.
17858         (import): Don't look for gl_* macros in configure.ac. Recurse across
17859         all directories containing a gnulib-cache.m4 files, if meaningful.
17860
17861 2005-08-31  Bruno Haible  <bruno@clisp.org>
17862
17863         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17864         (import): Set seen_libtool when we see gl_LIBTOOL.
17865
17866 2005-08-31  Bruno Haible  <bruno@clisp.org>
17867
17868         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17869         declaration macro definitions from generated gnulib.m4.
17870
17871 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17872
17873         * lib/iconvme.h: Add prototype for iconv_alloc.
17874
17875 2005-08-29  Simon Josefsson  <jas@extundo.com>
17876
17877         * lib/iconvme.c: Fix errno.
17878
17879 2005-08-29  Bruno Haible  <bruno@clisp.org>
17880
17881         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17882         that it works when the directory contains spaces.
17883
17884 2005-08-29  Bruno Haible  <bruno@clisp.org>
17885
17886         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17887
17888 2005-08-29  Bruno Haible  <bruno@clisp.org>
17889
17890         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17891         Emit more advice.
17892
17893 2005-08-29  Bruno Haible  <bruno@clisp.org>
17894         and Stepan Kasal  <kasal@ucw.cz>
17895
17896         * check-module: If more parameters are given, check each of them
17897         separately; add more exceptions, as noted by Jim Meyering.
17898         (check_module): New procedure.
17899         (%exempt_header): Now contains all exceptions.
17900
17901 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17902
17903         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17904
17905 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17906
17907         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17908
17909 2005-08-28  Bruno Haible  <bruno@clisp.org>
17910
17911         * m4/gnulib-tool.m4: New file.
17912
17913 2005-08-27  Jim Meyering  <jim@meyering.net>
17914
17915         * modules/unistd-safer (Files): Add pipe-safer.c.
17916         * modules/fcntl-safer (Files): Add creat-safer.c.
17917
17918 2005-08-27  Jim Meyering  <jim@meyering.net>
17919
17920         * m4/stdlib-safer.m4: New file.  From coreutils.
17921         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17922         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17923         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17924         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17925         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17926
17927 2005-08-27  Jim Meyering  <jim@meyering.net>
17928
17929         * lib/fopen-safer.c: Merge minor changes from coreutils.
17930         * lib/dup-safer.c: Likewise.
17931         * lib/fd-safer.c: Likewise.
17932
17933         Merge from coreutils.
17934         * lib/stdio--.h: New file.
17935         * lib/stdlib--.h: New file.
17936         * lib/mkstemp-safer.c: New file.
17937
17938         GNU tar needs these.
17939         * lib/pipe-safer.c: New file.
17940         * lib/creat-safer.c: New file.
17941         * lib/fcntl--.h (creat): Define to creat_safer.
17942         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17943         * lib/unistd--.h (pipe): Define to pipe_safer.
17944         * lib/unistd-safer.h: Declare pipe_safer.
17945
17946 2005-08-26  Simon Josefsson  <jas@extundo.com>
17947
17948         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17949         Haible <bruno@clisp.org>.
17950
17951 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17952
17953         * lib/regex_internal.h: Remove all references to
17954         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17955         or better.
17956         (bitset_not, bitset_merge, bitset_not_merge):
17957         (bitset_mask, re_string_allocate, re_string_construct):
17958         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17959         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17960         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17961         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17962         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17963         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17964         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17965         (re_acquire_state_context):
17966         Remove unnecessary forward decls.
17967         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17968         Put __attribute at function definition,
17969         now that the function decl has been removed.
17970         * lib/regex_internal.c (re_string_peek_byte_case):
17971         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17972         Likewise.
17973
17974 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17975
17976         * m4/regex.m4: Add AC_PREREQ(2.50).
17977         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17978
17979 2005-08-25  Simon Josefsson  <jas@extundo.com>
17980
17981         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17982         __fsetlocking.
17983
17984 2005-08-25  Simon Josefsson  <jas@extundo.com>
17985
17986         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17987         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17988         GLIBC specific code.
17989
17990 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17991
17992         Make regex safe for g++.  This fixes one real bug (an "err"
17993         that should have been "*err").  g++ problem reported by
17994         Sam Steingold.
17995         * lib/regex_internal.h (re_calloc): New macro, consistent with
17996         re_malloc etc.  All callers of calloc changed to use re_calloc.
17997         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17998         not int.  All callers changed.
17999         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18000         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18001         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18002         (find_recover_state): Change "err" to "*err"; this fixes what
18003         appears to be a real bug.
18004         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18005         versus int.
18006
18007 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18008
18009         * modules/regex (Depends-on): Add malloc, since the code
18010         assumes that !malloc(0) means failure.
18011
18012 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18013
18014         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18015
18016         alloca modernization/simplification for regex.
18017         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18018         needs to be at the start of the file, and can be moved into
18019         regex_internal.h and simplified.
18020         * lib/regex_internal.h: Include <alloca.h>.
18021         (__libc_use_alloca) [!defined _LIBC]: New macro.
18022         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18023         now works outside glibc.
18024
18025 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18026
18027         * config/srclist.txt: Add glibc bugs 1241, 1245.
18028
18029 2005-08-25  Jim Meyering  <jim@meyering.net>
18030
18031         * lib/open-safer.c: Include <config.h>.
18032         Otherwise, we'd lose LARGEFILE support in any file using
18033         e.g. "fcntl--.h"
18034
18035 2005-08-25  Bruno Haible  <bruno@clisp.org>
18036
18037         * m4/minmax.m4: Require autoconf 2.52.
18038         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18039         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18040         alternatives of translit over the alphabet.
18041         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18042
18043 2005-08-24  Simon Josefsson  <jas@extundo.com>
18044
18045         * tests/test-getpass.c: New file.
18046
18047 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18048
18049         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18050         for GNU regex features.
18051
18052 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18053
18054         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18055         * lib/regex.h (regerror): Likewise.
18056
18057         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18058         requires this.  (The code never needed it.)
18059
18060         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18061         All uses of recently-renamed identifiers changed to use the new,
18062         POSIX-compliant names.  The code will build and run just fine
18063         without these changes, but it's better to eat our own dog food
18064         and use the standard-conforming names.
18065
18066         * lib/regex.h: Fix a multitude of POSIX name space violations.
18067         These changes have an effect only for programs that define
18068         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18069         do not change anything for programs compiled in the normal way.
18070         Also, there is no effect on the ABI.
18071
18072         (_REGEX_SOURCE): New macro.
18073         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18074         defined and _GNU_SOURCE is not; this fixes a name space violation.
18075
18076         Rename the following macros to obey POSIX requirements.
18077         The old names are still visible as macros if _REGEX_SOURCE is defined.
18078         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18079         RE_BACKSLASH_ESCAPE_IN_LISTS.
18080         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18081         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18082         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18083         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18084         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18085         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18086         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18087         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18088         (REG_INTERVALS): renamed from RE_INTERVALS.
18089         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18090         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18091         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18092         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18093         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18094         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18095         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18096         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18097         RE_UNMATCHED_RIGHT_PAREN_ORD.
18098         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18099         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18100         (REG_DEBUG): renamed from RE_DEBUG.
18101         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18102         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18103         unusual, since we can't clash with the POSIX REG_ICASE.
18104         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18105         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18106         (REG_NO_SUB): renamed from RE_NO_SUB.
18107         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18108         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18109         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18110         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18111         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18112         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18113         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18114         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18115         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18116         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18117         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18118         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18119         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18120         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18121         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18122         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18123         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18124         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18125         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18126         (REG_FIXED): Renamed from REGS_FIXED.
18127         (REG_NREGS): Renamed from RE_NREGS.
18128
18129         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18130         of other REG_* macros, since POSIX says the user is allowed to
18131         #undef these macros selectively.
18132
18133         (reg_errcode_t): Update comment stating what other tables need
18134         to be consistent.
18135
18136         Rename the following enum values to obey POSIX requirements.
18137         The old names are still visible as macros.
18138         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18139         is not defined, since GNU is supposed to be a superset of POSIX as
18140         much as possible, and since we want reg_errcode_t to be a signed
18141         type for implementation consistency.
18142         (_REG_NOERROR): Renamed from REG_NOERROR.
18143         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18144         (_REG_BADPAT): Renamed from REG_BADPAT.
18145         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18146         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18147         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18148         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18149         (_REG_EBRACK): Renamed from REG_EBRACK.
18150         (_REG_EPAREN): Renamed from REG_EPAREN.
18151         (_REG_EBRACE): Renamed from REG_EBRACE.
18152         (_REG_BADBR): Renamed from REG_BADBR.
18153         (_REG_ERANGE): Renamed from REG_ERANGE.
18154         (_REG_ESPACE): Renamed from REG_ESPACE.
18155         (_REG_BADRPT): Renamed from REG_BADRPT.
18156         (_REG_EEND): Renamed from REG_EEND.
18157         (_REG_ESIZE): Renamed from REG_ESIZE.
18158         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18159         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18160         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18161         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18162         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18163
18164         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18165         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18166         changed.  But support the old name if the new one is not defined
18167         and if _REGEX_SOURCE.
18168
18169         Change the following member names in struct re_pattern_buffer.
18170         The old names are still supported if !_REGEX_SOURCE.
18171         The new names are always supported, regardless of _REGEX_SOURCE.
18172         (re_buffer): Renamed from buffer.
18173         (re_allocated): Renamed from allocated.
18174         (re_used): Renamed from used.
18175         (re_syntax): Renamed from syntax.
18176         (re_fastmap): Renamed from fastmap.
18177         (re_translate): Renamed from translate.
18178         (re_can_be_null): Renamed from can_be_null.
18179         (re_regs_allocated): Renamed from regs_allocated.
18180         (re_fastmap_accurate): Renamed from fastmap_accurate.
18181         (re_no_sub): Renamed from no_sub.
18182         (re_not_bol): Renamed from not_bol.
18183         (re_not_eol): Renamed from not_eol.
18184         (re_newline_anchor): Renamed from newline_anchor.
18185
18186         Change the following member names in struct re_registers.
18187         The old names are still supported if !_REGEX_SOURCE.
18188         The new names are always supported, regardless of _REGEX_SOURCE.
18189         (rm_num_regs): Renamed from num_regs.
18190         (rm_start): Renamed from start.
18191         (rm_end): Renamed from end.
18192
18193         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18194         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18195         Prepend __ to parameter names.
18196
18197         Undo yesterday's changes.
18198
18199 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18200
18201         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18202         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18203         lib/regex.c.
18204
18205 2005-08-24  Jim Meyering  <jim@meyering.net>
18206
18207         Sync from coreutils.
18208         * m4/fcntl-safer.m4: New file.
18209
18210         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18211         and object files for this module.
18212
18213 2005-08-24  Jim Meyering  <jim@meyering.net>
18214
18215         Sync from coreutils.
18216         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18217
18218 2005-08-24  Jim Meyering  <jim@meyering.net>
18219
18220         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18221         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18222
18223 2005-08-24  Jim Meyering  <jim@meyering.net>
18224
18225         * modules/fcntl-safer: New module.
18226         * modules/fts (Depends-on): Add fcntl-safer.
18227         * MODULES.html.sh (File descriptor based Input/Output):
18228         Add fcntl-safer.
18229
18230 2005-08-24  Bruno Haible  <bruno@clisp.org>
18231
18232         Support for unit test modules.
18233         * modules/README: Mention tests modules.
18234         * modules/TEMPLATE-TESTS: New file.
18235         * gnulib-tool: New options --extract-tests-module, --with-tests and
18236         --tests-base (unused for the moment).
18237         (testsbase, inctests): New variables.
18238         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18239         (func_verify_module): Exclude TEMPLATE-TESTS.
18240         (func_verify_nontests_module, func_verify_tests_module): New functions.
18241         (func_get_dependencies): Add implicit dependency for tests modules.
18242         (func_get_tests_module): New function.
18243         (func_modules_transitive_closure): When --with-tests was specified,
18244         include the unit tests as well, unless explicitly avoided.
18245         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18246         (func_emit_tests_Makefile_am): New function.
18247         (func_create_testdir): When --with-tests was specified, emit a
18248         tests/ directory.
18249         * MODULES.html.sh (Future developments): Update.
18250
18251 2005-08-24  Bruno Haible  <bruno@clisp.org>
18252
18253         * modules/tls-tests: New file.
18254         * tests/test-tls.c: New file, from GNU gettext.
18255
18256 2005-08-24  Bruno Haible  <bruno@clisp.org>
18257
18258         * modules/lock-tests: New file.
18259         * tests/test-lock.c: New file, from GNU gettext.
18260
18261 2005-08-24  Bruno Haible  <bruno@clisp.org>
18262
18263         * lib/lock.h: Add multiple inclusion guard.
18264         * lib/tls.h: Add multiple inclusion guard.
18265
18266 2005-08-24  Bruno Haible  <bruno@clisp.org>
18267
18268         * gnulib-tool: Add support for the --aux-dir option to
18269         --create-testdir, --create-megatestdir, --test, --megatest.
18270         (func_create_testdir, func_create_megatestdir): Optionally emit a
18271         AC_CONFIG_AUX_DIR directive.
18272         (create-testdir, create-megatestdir, test, megatest): Provide a
18273         default value for $auxdir.
18274
18275 2005-08-24  Bruno Haible  <bruno@clisp.org>
18276
18277         * gnulib-tool (import): Use compound statement instead of subshell
18278         where possible.
18279
18280 2005-08-24  Bruno Haible  <bruno@clisp.org>
18281
18282         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18283
18284 2005-08-24  Bruno Haible  <bruno@clisp.org>
18285
18286         * gnulib-tool (func_version): Update.
18287
18288 2005-08-24  Bruno Haible  <bruno@clisp.org>
18289
18290         * gnulib-tool (func_import, func_create_testdir,
18291         func_create_megatestdir): Quote all autoconf macro arguments.
18292
18293 2005-08-24  Bruno Haible  <bruno@clisp.org>
18294
18295         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18296         option --force, because --force causes the aclocal.m4 of each
18297         subdirectory to be newer than the corresponding config.h.in.
18298
18299 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18300
18301         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18302         All contents moved to gl_REGEX.
18303         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18304         assume that it does.
18305
18306 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18307
18308         * lib/regex.h (REG_NOSYS)
18309         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18310         Define, since POSIX requires it as of 2001.
18311         (_REG_ENOSYS)
18312         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18313         New private symbol, used to keep the enum signed in all cases.
18314         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18315         Youngman in
18316         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18317
18318         * lib/regex_internal.c (re_string_skip_chars, register_state):
18319         (calc_state_hash):
18320         Remove forward decls; no longer needed now that we use prototypes.
18321         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18322         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18323         (clean_state_log_if_needed): Likewise.
18324
18325 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18326
18327         * config/srclist.txt: Add glibc bugs 1231-1233.
18328
18329 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18330
18331         Fix problems reported by Sam Steingold in
18332         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18333         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18334         assumed that reg_errcode_t is a signed type, which is not
18335         necessarily true if _XOPEN_SOURCE is not defined.
18336         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18337         since some compilers warn about it otherwise.
18338
18339 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18340
18341         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18342         (init_word_char, create_initial_state, duplicate_node_closure):
18343         (fetch_token, peek_token_bracket, build_range_exp):
18344         (build_collating_symbol): Remove forward decls; no longer needed
18345         now that we use prototypes.
18346
18347         * lib/regcomp.c:
18348         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18349         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18350         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18351         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18352         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18353         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18354         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18355         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18356         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18357         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18358         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18359         (build_charclass, build_charclass_op, fetch_number, create_tree):
18360         (create_token_tree, mark_opt_subexp, duplicate_tree):
18361         Use prototypes rather than old-style definitions.
18362
18363         * lib/regex_internal.c:
18364         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18365         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18366         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18367         (re_string_reconstruct, re_string_peek_byte_case):
18368         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18369         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18370         (re_node_set_init_copy, re_node_set_add_intersect):
18371         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18372         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18373         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18374         (re_acquire_state, re_acquire_state_context, register_state):
18375         (create_ci_newstate, create_cd_newstate, free_state):
18376         Likewise.
18377         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18378         re_search_2):
18379         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18380         (re_search_internal, prune_impossible_nodes):
18381         (acquire_init_state_context, check_matching, static):
18382         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18383         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18384         (update_regs, sift_states_backward, build_sifted_states):
18385         (clean_state_log_if_needed, merge_state_array):
18386         (update_cur_sifted_state, add_epsilon_src_nodes):
18387         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18388         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18389         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18390         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18391         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18392         (check_arrival, check_arrival_add_next_nodes):
18393         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18394         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18395         (check_node_accept_bytes, check_node_accept, extend_buffers):
18396         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18397         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18398         (sift_ctx_init):
18399         Likewise.
18400
18401         * lib/regex_internal.h:
18402         (re_string_allocate, re_string_construct, re_string_reconstruct):
18403         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18404         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18405         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18406         (re_string_context_at, re_string_peek_byte_case):
18407         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18408         is defined, since we now use prototypes always.
18409
18410         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18411         C89 or better.  All uses removed.
18412
18413 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18414
18415         * config/srclist.txt: Add glibc bugs 1220-1227.
18416
18417 2005-08-20  Jim Meyering  <jim@meyering.net>
18418
18419         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18420         of unused local, dfa.
18421
18422 2005-08-20  Bruno Haible  <bruno@clisp.org>
18423
18424         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18425
18426 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18427
18428         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18429         (re_node_set_insert_last, re_dfa_add_node):
18430         Rename local variables to avoid GCC shadowing warnings.
18431
18432 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18433
18434         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18435         [defined lint]: Suppress bogus uninitialized-variable warnings.
18436
18437         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18438         and let the caller return REG_ESPACE if out of space.  This
18439         removes an uninitialied-variable warning with GCC 4.0.1, and also
18440         avoids taking the address of a local variable.  All callers
18441         changed.
18442
18443 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18444
18445         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18446         $LIBCSRC/posix/regexec.c.
18447         Add glibc bug 1217 for regcomp.c.
18448
18449 2005-08-19  Jim Meyering  <jim@meyering.net>
18450
18451         * lib/regexec.c (proceed_next_node): Redo local variables to
18452         avoid GCC shadowing warnings.
18453
18454 2005-08-18  Bruno Haible  <bruno@clisp.org>
18455
18456         * lib/strstr.c (strstr): Fix return value in multibyte case.
18457         * lib/strcasestr.c (strcasestr): Likewise.
18458
18459 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18460
18461         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18462
18463 2005-08-17  Jim Meyering  <jim@meyering.net>
18464
18465         Make the %s format (seconds since the epoch) work for a negative
18466         number and when used with a zero-padded field width, e.g. %015s.
18467
18468         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18469         label so that it precedes the code to set `digits'.  Otherwise,
18470         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18471         print `00-22'.  Now, it prints `-0022', as it should.
18472
18473 2005-08-17  Bruno Haible  <bruno@clisp.org>
18474
18475         * modules/strstr (Files): Add m4/mbrtowc.m4.
18476         (Depends-on): Add mbuiter.
18477
18478 2005-08-17  Bruno Haible  <bruno@clisp.org>
18479
18480         * modules/strcasestr: New file.
18481         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18482         strcasestr.
18483
18484 2005-08-17  Bruno Haible  <bruno@clisp.org>
18485
18486         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18487
18488 2005-08-17  Bruno Haible  <bruno@clisp.org>
18489
18490         * modules/mbuiter: New file.
18491         * MODULES.html.sh (Extended multibyte and wide character utilities):
18492         Add mbuiter.
18493
18494 2005-08-17  Bruno Haible  <bruno@clisp.org>
18495
18496         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18497         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18498
18499 2005-08-17  Bruno Haible  <bruno@clisp.org>
18500
18501         * m4/strcasestr.m4: New file.
18502
18503 2005-08-17  Bruno Haible  <bruno@clisp.org>
18504
18505         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18506         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18507
18508 2005-08-17  Bruno Haible  <bruno@clisp.org>
18509
18510         * lib/strcasestr.h: New file.
18511         * lib/strcasestr.c: New file.
18512
18513 2005-08-17  Bruno Haible  <bruno@clisp.org>
18514
18515         * lib/strcasecmp.c: Use mbuiter.h.
18516
18517 2005-08-17  Bruno Haible  <bruno@clisp.org>
18518
18519         * lib/mbuiter.h: New file.
18520
18521 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18522
18523         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18524         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18525         and gl_GETOPT are both invoked via different paths (as happens
18526         with GNU tar CVS because it uses both argp and getopt), the former
18527         wins.
18528
18529 2005-08-16  Bruno Haible  <bruno@clisp.org>
18530
18531         * modules/tls: New file.
18532         * MODULES.html.sh (Multithreading): Add tls.
18533
18534 2005-08-16  Bruno Haible  <bruno@clisp.org>
18535
18536         * modules/strnlen1: New file.
18537         * MODULES.html.sh (String handling): Add strnlen1.
18538
18539 2005-08-16  Bruno Haible  <bruno@clisp.org>
18540
18541         * modules/strcase (Files): Add m4/mbrtowc.m4.
18542         (Depends-on): Add strnlen1, mbchar.
18543
18544 2005-08-16  Bruno Haible  <bruno@clisp.org>
18545
18546         * modules/mbiter: New file.
18547         * MODULES.html.sh (Extended multibyte and wide character utilities):
18548         Add mbiter.
18549
18550 2005-08-16  Bruno Haible  <bruno@clisp.org>
18551
18552         * modules/mbfile: New file.
18553         * MODULES.html.sh (Extended multibyte and wide character utilities):
18554         Add mbfile.
18555
18556 2005-08-16  Bruno Haible  <bruno@clisp.org>
18557
18558         * modules/mbchar: New file.
18559         * MODULES.html.sh (Extended multibyte and wide character utilities):
18560         New section.
18561
18562 2005-08-16  Bruno Haible  <bruno@clisp.org>
18563
18564         * m4/tls.m4: New file, from GNU gettext.
18565
18566 2005-08-16  Bruno Haible  <bruno@clisp.org>
18567
18568         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18569         always.
18570         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18571
18572 2005-08-16  Bruno Haible  <bruno@clisp.org>
18573
18574         * m4/mbiter.m4: New file.
18575
18576 2005-08-16  Bruno Haible  <bruno@clisp.org>
18577
18578         * m4/mbfile.m4: New file.
18579
18580 2005-08-16  Bruno Haible  <bruno@clisp.org>
18581
18582         * m4/mbchar.m4: New file.
18583
18584 2005-08-16  Bruno Haible  <bruno@clisp.org>
18585
18586         * lib/tls.h: New file, from GNU gettext.
18587         * lib/tls.c: New file, from GNU gettext.
18588
18589 2005-08-16  Bruno Haible  <bruno@clisp.org>
18590
18591         * lib/strnlen1.h: New file.
18592         * lib/strnlen1.c: New file.
18593
18594 2005-08-16  Bruno Haible  <bruno@clisp.org>
18595
18596         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18597         (mbi_init): Update.
18598         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18599         NUL byte, not after it.
18600
18601 2005-08-16  Bruno Haible  <bruno@clisp.org>
18602
18603         * lib/strcase.h (strcasecmp): Add note in comments.
18604         * lib/strncasecmp.c: Use code from strcasecmp.c.
18605         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18606         (strcasecmp): Work correctly in multibyte locales.
18607
18608 2005-08-16  Bruno Haible  <bruno@clisp.org>
18609
18610         * lib/mbiter.h: New file.
18611
18612 2005-08-16  Bruno Haible  <bruno@clisp.org>
18613
18614         * lib/mbfile.h: New file.
18615
18616 2005-08-16  Bruno Haible  <bruno@clisp.org>
18617
18618         * lib/mbchar.h: New file.
18619         * lib/mbchar.c: New file.
18620
18621 2005-08-16  Bruno Haible  <bruno@clisp.org>
18622
18623         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18624         the valid ones. Makes the comparison operations transitive:
18625         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18626         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18627
18628 2005-08-15  Simon Josefsson  <jas@extundo.com>
18629
18630         * modules/ssize_t (License): Change to 'unlimited'.
18631
18632         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18633
18634 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18635
18636         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18637         Add comments for each pending glibc patch.
18638
18639 2005-08-15  Bruno Haible  <bruno@clisp.org>
18640
18641         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18642         __cplusplus is defined.
18643
18644 2005-08-14  Jim Meyering  <jim@meyering.net>
18645
18646         Sync from coreutils.
18647
18648         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18649         Use the hash-table-based cycle-detection code not just when
18650         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18651         Reported by James Youngman in
18652         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18653         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18654         FTS_TIGHT_CYCLE_CHECK.
18655         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18656         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18657         once again.
18658         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18659         * lib/fts.c (fd_safer): Remove decl.
18660         Include fcntl--.h rather than unistd-safer.h
18661         (fts_safe_changedir): Don't call fd_safer; no longer needed
18662         now that we include fcntl--.h.
18663
18664 2005-08-12  Simon Josefsson  <jas@extundo.com>
18665
18666         * modules/getndelim2: Use ssize_t module.
18667         * modules/getnline: Likewise.
18668         * modules/safe-read: Likewise.
18669         * modules/xreadlink: Likewise.
18670
18671         * modules/ssize_t: New file.
18672
18673 2005-08-12  Simon Josefsson  <jas@extundo.com>
18674
18675         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18676
18677 2005-08-12  Simon Josefsson  <jas@extundo.com>
18678
18679         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18680         ssize_t.
18681
18682 2005-08-12  Simon Josefsson  <jas@extundo.com>
18683
18684         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18685         readline, getdelim and check_version.
18686         (Support for systems lacking ISO C 99: Sizes of integer types):
18687         Add size_max.
18688
18689 2005-08-12  Bruno Haible  <bruno@clisp.org>
18690
18691         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18692
18693 2005-08-11  Simon Josefsson  <jas@extundo.com>
18694
18695         * modules/readline: New file.
18696
18697         * modules/strnlen (Files): Add strnlen.h.
18698
18699 2005-08-11  Simon Josefsson  <jas@extundo.com>
18700
18701         * m4/readline.m4: New file.
18702
18703 2005-08-11  Simon Josefsson  <jas@extundo.com>
18704
18705         * lib/readline.h, readline.c: New file.
18706
18707 2005-08-11  Simon Josefsson  <jas@extundo.com>
18708
18709         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18710         gl_AVOID.
18711
18712 2005-08-11  Bruno Haible  <bruno@clisp.org>
18713
18714         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18715
18716 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18717
18718         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18719
18720 2005-08-10  Simon Josefsson  <jas@extundo.com>
18721
18722         * tests/test-iconvme.c: New file.
18723
18724 2005-08-10  Simon Josefsson  <jas@extundo.com>
18725
18726         * m4/strnlen.m4: New file.
18727
18728         * m4/strndup.m4: Don't check for strnlen declaration, done in
18729         strnlen.m4.
18730
18731 2005-08-10  Simon Josefsson  <jas@extundo.com>
18732
18733         * lib/strndup.c: Use strnlen.h.
18734
18735         * lib/strnlen.h: New file.
18736
18737 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18738
18739         * README: Typos.
18740
18741 2005-08-02  Simon Josefsson  <jas@extundo.com>
18742
18743         * modules/readline: New file.
18744
18745 2005-08-02  Simon Josefsson  <jas@extundo.com>
18746
18747         * modules/getdelim: New file.
18748
18749         * modules/getline: Rewrite, don't use getndelim2.
18750
18751 2005-08-02  Simon Josefsson  <jas@extundo.com>
18752
18753         * m4/getline.m4: Separate out getdelim stuff into separate module.
18754
18755         * m4/getdelim.m4: New file.
18756
18757 2005-08-02  Simon Josefsson  <jas@extundo.com>
18758
18759         * lib/getline.h, getline.c: Rewrite.
18760
18761         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18762
18763 2005-07-31  Bruno Haible  <bruno@clisp.org>
18764
18765         * lib/lock.h (gl_lock_initializer): New macro.
18766         (gl_lock_define_initialized): Use it.
18767         (gl_rwlock_initializer): New macro.
18768         (gl_rwlock_define_initialized): Use it.
18769         (gl_recursive_lock_initializer): New macro.
18770         (gl_recursive_lock_define_initialized): Use it.
18771
18772 2005-07-30  Karl Berry  <karl@gnu.org>
18773
18774         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18775         Report from Ben Pfaff, regarding getopt.
18776
18777 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18778
18779         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18780         normal way.
18781         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18782         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18783         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18784         (gl_GETOPT): Use the new macros.  Most of the implementation
18785         is moved to the new macros.  This is for programs like Emacs
18786         that don't want all the functionality of gl_GETOPT.
18787
18788 2005-07-26  Bruno Haible  <bruno@clisp.org>
18789
18790         * m4/lock.m4: Update from GNU gettext.
18791
18792 2005-07-26  Bruno Haible  <bruno@clisp.org>
18793
18794         * lib/lock.h: Update from GNU gettext.
18795         * lib/lock.c: Update from GNU gettext.
18796
18797 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18798
18799         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18800         obsolescent AC_TRY_RUN.  Include the default includes files, for
18801         'exit'.
18802
18803 2005-07-24  Bruno Haible  <bruno@clisp.org>
18804
18805         * modules/visibility: New file.
18806         * MODULES.html.sh (Misc): Add visibility.
18807
18808 2005-07-24  Bruno Haible  <bruno@clisp.org>
18809
18810         * m4/visibility.m4: New file.
18811
18812 2005-07-24  Bruno Haible  <bruno@clisp.org>
18813
18814         * doc/visibility.texi: New file.
18815
18816 2005-07-22  Bruno Haible  <bruno@clisp.org>
18817
18818         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18819         $(ALLOCA_H), redundant through BUILT_SOURCES.
18820         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18821         redundant through BUILT_SOURCES.
18822         * modules/byteswap (Makefile.am): Remove explicit dependency on
18823         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18824         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18825         $(FNMATCH_H), redundant through BUILT_SOURCES.
18826         * modules/getopt (Makefile.am): Remove explicit dependency on
18827         $(GETOPT_H), redundant through BUILT_SOURCES.
18828         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18829         redundant through BUILT_SOURCES.
18830         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18831         redundant through BUILT_SOURCES.
18832         * modules/stdbool (Makefile.am): Remove explicit dependency on
18833         $(STDBOOL_H), redundant through BUILT_SOURCES.
18834         * modules/stdint (Makefile.am): Remove explicit dependency on
18835         $(STDINT_H), redundant through BUILT_SOURCES.
18836         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18837         Remove explicit dependency on $(SYSEXITS_H).
18838         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18839
18840 2005-07-18  Simon Josefsson  <jas@extundo.com>
18841
18842         * lib/check-version.c (check_version): Accept identical versions too.
18843
18844 2005-07-18  Bruno Haible  <bruno@clisp.org>
18845
18846         * modules/lock: New file.
18847         * MODULES.html.sh (Multithreading): New section.
18848
18849 2005-07-18  Bruno Haible  <bruno@clisp.org>
18850
18851         * m4/lock.m4: New file, from GNU gettext.
18852
18853 2005-07-18  Bruno Haible  <bruno@clisp.org>
18854
18855         * lib/lock.h: New file, from GNU gettext.
18856         * lib/lock.c: New file, from GNU gettext.
18857
18858 2005-07-18  Bruno Haible  <bruno@clisp.org>
18859
18860         * lib/lock.h (gl_once_t): New type.
18861         (gl_once_define, gl_once): New macros.
18862         * lib/lock.c (fresh_once): New variable.
18863         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18864         functions.
18865
18866 2005-07-16  Simon Josefsson  <jas@extundo.com>
18867
18868         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18869         workaround, suggested by Bruno.
18870
18871 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18872
18873         * modules/xalloc (Depends-on): Add xalloc-die.
18874         * modules/xvasprintf (Depends-on): Add xalloc-die.
18875
18876 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18877
18878         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18879         with a minor change.
18880
18881 2005-07-15  Bruno Haible  <bruno@clisp.org>
18882
18883         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18884         When using lib/poll.c, define poll as rpl_poll.
18885
18886 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18887
18888         * modules/argp (Depends-on): Remove unlocked-io.
18889
18890 2005-07-14  Derek Price  <derek@ximbiot.com>
18891
18892         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18893         for glob symlink bug.
18894
18895 2005-07-14  Bruno Haible  <bruno@clisp.org>
18896
18897         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18898         Instead, test for *_unlocked function declarations directly.
18899
18900 2005-07-11  Simon Josefsson  <jas@extundo.com>
18901
18902         * modules/size_max: New file.
18903
18904         * modules/xsize: Depend on size_max module for size_max.m4.
18905
18906 2005-07-11  Simon Josefsson  <jas@extundo.com>
18907
18908         * lib/size_max.h: New file.
18909
18910 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18911
18912         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18913         copyright symbol and the year.
18914         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18915         (version_etc_va): Use parameterized copyright notice.
18916         Reword to conform to the current GNU coding standards.
18917
18918 2005-07-11  Karl Berry  <karl@gnu.org>
18919
18920         * doc/gnulib.texi (Quoting): new node.
18921         (Initial import): more info, from Patrice.
18922
18923 2005-07-11  Bruno Haible  <bruno@clisp.org>
18924
18925         * gnulib-tool (func_usage): Document option --avoid.
18926         (Command line options): Handle --avoid.
18927         (func_acceptable): New function.
18928         (func_modules_transitive_closure): Use it.
18929
18930 2005-07-11  Bruno Haible  <bruno@clisp.org>
18931
18932         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18933         Reported by Jim Meyering.
18934
18935 2005-07-10  Bruno Haible  <bruno@clisp.org>
18936
18937         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18938         Needed when size_t is smaller than 'unsigned int'.
18939         Reported by Paul Eggert.
18940
18941 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18942
18943         * modules/argp (Depends-on): Add unlocked-io
18944
18945 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18946
18947         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18948         block of defines.
18949
18950 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18951
18952         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18953         fix now.
18954
18955 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18956         and Paul Eggert  <eggert@cs.ucla.edu>
18957
18958         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18959         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18960
18961 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18962
18963         * modules/regex (Files): Add lib/regex_internal.c,
18964         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18965         (Depends-on): Add extensions.
18966         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18967
18968 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18969
18970         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18971         pathconf.
18972         * m4/same.m4 (gl_SAME): Likewise.
18973         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18974
18975         * m4/regex.m4: Adjust to new libc regex implementation.
18976         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18977         all the .c and .h parts of (the new) regex.
18978         Quote the m4 stuff better.
18979         Check for RE_ICASE bug of old gnulib.
18980         Check for REG_STARTEND of recent libc.
18981         Rename local variables from jm_* to gl_*.
18982         Quote operand of "test -f".
18983         Say "recent enough" version of libc, not "version 2".
18984         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18985         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18986         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18987         Remove check for btowc, isascii.
18988         Require AM_LANGINFO_CODESET.
18989
18990 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18991
18992         * lib/regex.c, regex.h: Sync from libc.
18993         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18994         * lib/regexec.c:
18995         New files, synced from libc, except that regex_internal.h
18996         currently has a small porting fix.
18997
18998 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18999
19000         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19001         regex_internal.c, regexec.c.
19002         Add regex_internal.h too, but as a comment, since the libc version
19003         is currently broken in gnulib mode.
19004
19005 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19006
19007         Support programs like Emacs that use gnulib but not gettext.
19008         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19009         * modules/gettext-h: New file.
19010         * modules/gettext (Files): Remove lib/gettext.h.
19011         (Depends-on): Add gettext-h.
19012         (Makefile.am): Remove lib_SOURCES.
19013         * modules/argmatch, modules/c-stack, modules/closeout:
19014         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19015         * modules/execute, modules/file-type, modules/getaddrinfo:
19016         * modules/getopt, modules/human, modules/javacomp:
19017         * modules/javaexec, modules/mkdir-p, modules/obstack:
19018         * modules/openat, modules/pagealign_alloc, modules/pipe:
19019         * modules/quotearg, modules/regex, modules/rpmatch:
19020         * modules/unicodeio, modules/userspec, modules/version-etc:
19021         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19022         * modules/xsetenv:
19023         Depend on gettext-h, not gettext.
19024
19025 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19026
19027         * gnulib-tool (func_import): Add support for 'public domain' license.
19028         * modules/alloca, modules/atexit, modules/memmove:
19029         Now public domain, not GPL.
19030         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19031         * modules/realloc, modules/strerror, modules/strtod:
19032         Now LGPL, not GPL.
19033
19034 2005-07-05  Bruno Haible  <bruno@clisp.org>
19035
19036         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19037         autoconf CVS. Needed for mingw.
19038
19039 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19040
19041         Remove the dependency of the strftime module on the tzset module.
19042         * modules/strftime (Depends-on): Remove dependency on tzset.
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         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19048         gl_FUNC_TZSET_CLOBBER.
19049
19050 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19051
19052         Remove the dependency of the strftime module on the tzset module.
19053         * lib/strftime.c (my_strftime)
19054         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19055         Copy the input structure, to work around some of the bug with
19056         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19057         Solaris releases, you should also use the tzset module, but we won't
19058         require it as a dependency any more since we don't want LGPLed code
19059         to depend on GPLed code.
19060
19061 2005-07-02  Jim Meyering  <jim@meyering.net>
19062
19063         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19064         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19065         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19066         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19067
19068 2005-07-02  Jim Meyering  <jim@meyering.net>
19069
19070         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19071
19072 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19073
19074         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19075         declares only 'struct timespec;' (!).
19076
19077 2005-07-01  Jim Meyering  <jim@meyering.net>
19078
19079         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19080         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19081         * lib/save-cwd.c, tempname.c:
19082         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19083         and don't include <sys/file.h>).
19084
19085 2005-06-29  Jim Meyering  <jim@meyering.net>
19086
19087         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19088         type name.  Use the variable name instead.
19089         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19090         Likewise.
19091
19092 2005-06-28  Simon Josefsson  <jas@extundo.com>
19093
19094         * modules/check-version (Files): Add check-version.m4.
19095
19096 2005-06-28  Simon Josefsson  <jas@extundo.com>
19097
19098         * m4/check-version.m4: New file, suggested by Jim Meyering
19099         <jim@meyering.net>.
19100
19101 2005-06-28  Simon Josefsson  <jas@extundo.com>
19102
19103         * lib/check-version.h, lib/check-version.c: New files.
19104
19105 2005-06-28  Simon Josefsson  <jas@extundo.com>
19106
19107         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19108         collision with global variable.  Better indentation.  Don't
19109         increment buffer pointer beyond buffer end.  Based on comments
19110         from Paul Eggert <eggert@cs.ucla.edu>.
19111
19112         * lib/base64.h: Indent.
19113
19114 2005-06-28  Simon Josefsson  <jas@extundo.com>
19115
19116         * doc/gnulib.texi (Library version handling): New section.
19117
19118 2005-06-28  Jim Meyering  <jim@meyering.net>
19119
19120         * check-module (find_included_lib_files): Hard-code another
19121         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19122         but modules/fts-lgpl (correctly) does not list those files.
19123
19124         * modules/canonicalize (Files): Add lib/pathmax.h.
19125
19126 2005-06-25  Simon Josefsson  <jas@extundo.com>
19127
19128         * modules/check-version: New file.
19129
19130 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19131
19132         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19133         initializer of struct addrinfo, as an indication that we don't
19134         care how many members the structure has.
19135
19136 2005-06-24  Derek Price  <derek@ximbiot.com>
19137         and Bruno Haible  <bruno@clisp.org>
19138
19139         Remove stat module & update lstat.
19140         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19141         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19142         * m4/stat.m4: Remove this file.
19143
19144 2005-06-24  Derek Price  <derek@ximbiot.com>
19145         and Bruno Haible  <bruno@clisp.org>
19146
19147         Remove stat module & update lstat.
19148         * lib/stat.c: Remove this file...
19149         (slash_aware_lstat): ...moving this content and its support...
19150         * lib/lstat.c (rpl_lstat): ...into here.
19151         * lib/lstat.h: New file.
19152
19153 2005-06-24  Derek Price  <derek@ximbiot.com>
19154         and Bruno Haible  <bruno@clisp.org>
19155
19156         Remove stat module & update lstat.
19157         * config/srclist.txt (libc sources): Remove stat.
19158
19159 2005-06-24  Derek Price  <derek@ximbiot.com>
19160         and Bruno Haible  <bruno@clisp.org>
19161
19162         Remove stat module & update lstat.
19163         * MODULES.html.sh (stat): Remove.
19164         * MODULES.html: Regenerated.
19165         * modules/lstat (Description): Correct function name.
19166         (Files): Add "lstat.h".
19167         (Depends-on): Remove stat, add xalloc, stat-macros.
19168         * modules/stat: Remove this file.
19169         (Include): Add "lstat.h", remove <sys/stat.h>.
19170
19171 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19172
19173         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19174         (ranged_convert): Don't save conversion in a temporary struct.
19175         This causes a warning with GCC 4.0.0, and anyway in the typical
19176         case it's not worth the extra 100 bytes or so of code.
19177         (ranged_convert, __mktime_internal): When calling a function via a
19178         pointer P, use P () rather than (*P) (), as we now assume C89 or
19179         better.
19180
19181 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19182
19183         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19184         "who -r" failed to give output.  Problem reported by Tim Waugh.
19185
19186         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19187         (xcalloc): Use it to avoid needless tests.
19188         Problem reported by Jim Meyering.
19189
19190 2005-06-20  Derek Price  <derek@ximbiot.com>
19191
19192         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19193         unnecessary for Autoconfs > 2.59c.
19194
19195 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19196
19197         * lib/argp.h (__option_is_short): Check upper limit of
19198         __key. Isprint() requires its argument to have the value
19199         of an unsigned char or EOF.
19200
19201 2005-06-16  Jim Meyering  <jim@meyering.net>
19202
19203         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19204         when either N or S is zero.
19205
19206 2005-06-16  Derek Price  <derek@ximbiot.com>
19207
19208         * m4/bison.m4: Declare YACC & YFLAGS precious.
19209
19210 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19211
19212         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19213         multibyte string or pattern, fall back on unibyte matching.
19214         Problem reported by James Youngman.
19215
19216 2005-06-08  Bruno Haible  <bruno@clisp.org>
19217
19218         * modules/csharpcomp: New file.
19219         * MODULES.html.sh (C#): Add csharpcomp.
19220
19221 2005-06-08  Bruno Haible  <bruno@clisp.org>
19222
19223         * m4/csharpcomp.m4: New file, from GNU gettext.
19224
19225 2005-06-08  Bruno Haible  <bruno@clisp.org>
19226
19227         * lib/csharpcomp.h: New file, from GNU gettext.
19228         * lib/csharpcomp.c: New file, from GNU gettext.
19229         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19230
19231 2005-06-08  Bruno Haible  <bruno@clisp.org>
19232
19233         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19234         warning on mingw.
19235
19236 2005-06-07  Derek Price  <derek@ximbiot.com>
19237
19238         Sync from CVS.
19239         * lib/glob_.h: Indent nested #ifdef.
19240
19241 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19242
19243         Sync from coreutils.
19244         Use "file name" when talking about file names, instead of "filename"
19245         or "path", as per the GNU coding standards.
19246         * lib/mkdir-p.c: Renamed from makepath.c.
19247         (make_dir_parents): Renamed from make_path.  All callers changed.
19248         * lib/mkdir-p.h: Likewise.  All includers changed.
19249         * lib/filenamecat.c: Renamed from path-concat.c.
19250         (file_name_concat): Renamed from path_concat.  All callers changed.
19251         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19252         * lib/filenamecat.h: Likewise.  All includers changed.
19253         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19254         in comments or local variable names.
19255         * lib/basename.c: Likewise.
19256         * lib/canonicalize.c, canonicalize.h: Likewise.
19257         * lib/dirname.c, dirname.h: Likewise.
19258         * lib/euidaccess.c: Likewise.
19259         * lib/exclude.c: Likewise
19260         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19261         * lib/fsusage.c, fsuage.h: Likewise.
19262         * lib/fts.c, fts_.h: Likewise.
19263         * lib/getcwd.c: Likewise.
19264         * lib/getloadavg.c: Likewise.
19265         * lib/mkstemp.c: Likewise.
19266         * lib/mountlist.c, mountlist.h: Likewise.
19267         * lib/openat.c, openat.h: Likewise.
19268         * lib/readlink-stub.c: Likewise.
19269         * lib/readutmp.c, readutmp.h: Likewise.
19270         * lib/rename.c: Likewise.
19271         * lib/rmdir.c: Likewise.
19272         * lib/same.c: Likewise.
19273         * lib/savedir.c: Likewise.
19274         * lib/stripslash.c: Likewise.
19275         * lib/tempname.c: Likewise.
19276         * lib/xreadlink.c: Likewise.
19277         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19278         All uses changed.
19279         * lib/exclude.h: Likewise.
19280
19281         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19282         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19283         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19284         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19285         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19286         files have been getting away with it for years (MORE/BSD 4.3
19287         is extinct now).
19288         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19289         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19290
19291         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19292         Define to 256, not 255, as per modern POSIX.
19293
19294 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19295
19296         Sync from coreutils.
19297         Use "file name" when talking about file names, instead of "filename"
19298         or "path", as per the GNU coding standards.
19299         * MODULES.html.sh: mkdir-p renamed from makepath.
19300         filenamecat renamed from path-concat.
19301         * modules/filenamecat: Renamed from modules/path-concat.
19302         (Files): filenamecat.h and filenamecat.c renamed from
19303         path-concat.h and path-concat.c.
19304         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19305         (Include): filenamecat.h, not path-concat.h.
19306         * modules/mkdir-p: Renamed from modules/makepath.
19307         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19308         makepath.c.
19309         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19310         (Include): mkdir-p.h, not makepath.h.
19311
19312 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19313
19314         Sync from coreutils.
19315         * m4/mkdir-p.m4: Renamed from makepath.m4.
19316         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19317         Rename files from makepath.c to mkdir-p.c, and from
19318         makepath.h to mkdir-p.h.
19319         * m4/filenamecat.m4: Renamed from path-concat.m4.
19320         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19321         Rename files from path-concat.c to filenamecat.c,
19322         and from path-concat.h to filenamecat.h.
19323         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19324         "file name" in local variables or comments.
19325         * m4/rename.m4: Likewise.
19326
19327 2005-06-01  Bruno Haible  <bruno@clisp.org>
19328
19329         * modules/csharpexec: New file.
19330         * MODULES.html.sh (C#): New section.
19331
19332 2005-06-01  Bruno Haible  <bruno@clisp.org>
19333
19334         * m4/csharp.m4: New file, from GNU gettext.
19335         * m4/csharpexec.m4: New file, from GNU gettext.
19336
19337 2005-06-01  Bruno Haible  <bruno@clisp.org>
19338
19339         * lib/csharpexec.h: New file, from GNU gettext.
19340         * lib/csharpexec.c: New file, from GNU gettext.
19341         * lib/csharpexec.sh.in: New file, from GNU gettext.
19342
19343 2005-05-31  Derek Price  <derek@ximbiot.com>
19344             Paul Eggert  <eggert@cs.ucla.edu>
19345
19346         Sync from cvs.
19347         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19348
19349 2005-05-31  Derek Price  <derek@ximbiot.com>
19350             Paul Eggert  <eggert@cs.ucla.edu>
19351
19352         Sync from cvs.
19353         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19354
19355 2005-05-29  Derek Price  <derek@ximbiot.com>
19356
19357         * config/srclist.txt (glob_.h, glob.c): Add these files.
19358
19359 2005-05-29  Derek Price  <derek@ximbiot.com>
19360
19361         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19362         * modules/glob: New file.
19363         * modules/getlogin_r: Add link to POSIX spec in description.
19364
19365 2005-05-29  Derek Price  <derek@ximbiot.com>
19366             Paul Eggert  <eggert@cs.ucla.edu>
19367
19368         * m4/glob.m4: New file.
19369
19370 2005-05-29  Derek Price  <derek@ximbiot.com>
19371             Paul Eggert  <eggert@cs.ucla.edu>
19372
19373         * lib/glob_.h, lib/glob.c: New files.
19374
19375 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19376
19377         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19378         * modules/fts-lgpl (Depends-on): Remove gettext.
19379
19380 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19381
19382         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19383         and don't require gt_INTTYPES_PRI.
19384
19385 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19386
19387         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19388
19389         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19390         the configuration hassle isn't worth it.
19391         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19392         (LONGEST_MODIFIER, PRIuMAX): Remove.
19393
19394 2005-05-27  Bruno Haible  <bruno@clisp.org>
19395
19396         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19397
19398 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19399
19400         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19401         _POSIX_PTHREAD_SEMANTICS for Solaris.
19402
19403 2005-05-25  Derek Price  <derek@ximbiot.com>
19404
19405         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19406
19407 2005-05-25  Derek Price  <derek@ximbiot.com>
19408             Paul Eggert  <eggert@cs.ucla.edu>
19409
19410         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19411         * lib/getlogin_r.c, getlogin_r.h: New files.
19412
19413 2005-05-25  Bruno Haible  <bruno@clisp.org>
19414             Derek Price  <derek@ximbiot.com>
19415
19416         * lib/getlogin_r.h: Simplify API documentation.
19417
19418 2005-05-23  Derek Price  <derek@ximbiot.com>
19419
19420         * modules/minmax (Files): Add m4/minmax.m4.
19421         (configure.ac): Add gl_MINMAX.
19422
19423 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19424
19425         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19426         so that unistd-safer.h (GPL'ed code) need not be included.
19427
19428 2005-05-22  Bruno Haible  <bruno@clisp.org>
19429
19430         * m4/minmax.m4: New file.
19431         Based on a patch by Derek Price <derek@ximbiot.com>.
19432
19433 2005-05-22  Bruno Haible  <bruno@clisp.org>
19434
19435         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19436         (INT64_MIN): Fix definition.
19437         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19438
19439         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19440         NEED_SIGNED_INT_TYPES.
19441
19442         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19443         HAVE_SYSTEM_INTTYPES.
19444
19445 2005-05-22  Bruno Haible  <bruno@clisp.org>
19446
19447         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19448         Also include <sys/param.h> if it defines MIN, MAX.
19449         Based on a patch by Derek Price <derek@ximbiot.com>.
19450
19451 2005-05-21  Jim Meyering  <jim@meyering.net>
19452
19453         * modules/fts (Files): Add m4/inttypes-pri.m4.
19454         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19455
19456 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19457
19458         New fts module.
19459         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19460         (setup_dir, free_dir): New functions.
19461         (enter_dir, leave_dir): Define trivial
19462         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19463         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19464         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19465         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19466         Move to fts-cycle.c.
19467         (fts_open): Use setup_dir.
19468         (fts_close): Use free_dir.
19469         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19470         This adds a label and some gotos, but the alternatives were messier.
19471         Check for memory allocation failure when entering a dir.
19472         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19473         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19474         (FTS): New member fts_cycle, that is a union that contains the
19475         old active_dir_ht and cycle_state.  All uses changed to mention
19476         fts_cycle.ht and fts_cycle.state.
19477         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19478         fts.c, with the following changes:
19479         (setup_dir, free_dir): New functions.
19480         (enter_dir): Now returns bool.  Return true if successful, false
19481         if memory exhausted.  All callers changed.
19482         Do not bother partly cleaning up on
19483         memory allocation failure; that is free_dir's job.
19484         However, free ad if hash_insert fails, to avoid memory leak.
19485         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19486         fts->fts_options to see which union member to use.
19487
19488 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19489
19490         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19491         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19492
19493 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19494
19495         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19496
19497 2005-05-20  Jim Meyering  <jim@meyering.net>
19498
19499         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19500         Now a macro, to pacify GCC.
19501
19502 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19503
19504         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19505         of -1.
19506
19507 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19508
19509         * lib/chown.c (rpl_chown): Return -1 on failure.
19510
19511 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19512
19513         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19514         Don't check for stddef.h.
19515         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19516         don't use its results.
19517         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19518         since we include them unconditionally.  Don't require
19519         AM_STDBOOL_H, since stdbool is a prerequisite.
19520         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19521         since we assume C89 or better.
19522         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19523         as we don't use their results.
19524         Don't check for fchdir, memmove, memset, strrchr, as we use
19525         them unconditionally.
19526         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19527         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19528
19529 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19530
19531         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19532         Include <stddef.h> unconditionally, since we assume C89 now.
19533         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19534         * lib/fts.c: Include fts_.h first, to check interface.
19535         Do not include intprops.h; no longer needed.
19536         Include cycle-check.h and hash.h, since fts_.h no longer does.
19537         Remove unnecessary casts of closedir to void.
19538         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19539         decide whether to decrement nlinks.
19540         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19541         (FTS): Use struct hash_table * instead of Hash_table, so that
19542         we no longer need to include hash.h here.
19543
19544 2005-05-18  Jim Meyering  <jim@meyering.net>
19545
19546         * modules/dirfd (License): Change to LGPL.  Most of the code
19547         is already in the public domain.
19548
19549 2005-05-18  Jim Meyering  <jim@meyering.net>
19550
19551         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19552         Reported by Yoann Vandoorselaere.
19553
19554 2005-05-17  Jim Meyering  <jim@meyering.net>
19555
19556         * m4/fts.m4: New file, from coreutils.
19557
19558 2005-05-17  Jim Meyering  <jim@meyering.net>
19559
19560         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19561
19562 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19563
19564         Sync from coreutils.
19565         * m4/unlinkdir.m4: New file.
19566
19567 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19568
19569         Sync from coreutils.
19570         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19571         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19572         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19573         White space changes only.
19574         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19575         special.
19576         * lib/yesno.c: Include getline.h, not ctype.h.
19577         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19578         Use getline to remove arbitrary restriction on response length.
19579
19580 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19581
19582         * config/srclist-update: Spell out "Street" in FSF postal
19583         mail address; this is the style the FSF seems to prefer.
19584
19585         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19586         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19587         this updates FSF postal mail address.
19588
19589         Sync from coreutils.
19590         * modules/unlinkdir: New file.
19591         * modules/yesno (Depends-on): Add getline.
19592         * MODULES.html.sh (File system functions): Add unlinkdir.
19593
19594 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19595
19596         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19597         lib/strsep.h:
19598         Change the initial comment to refer to GPL, not LGPL.
19599         gnulib-tool will change it to LGPL as needed.
19600
19601         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19602         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19603         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19604         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19605         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19606         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19607         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19608         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19609         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19610         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19611         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19612         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19613         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19614         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19615         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19616         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19617         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19618         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19619         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19620         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19621         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19622         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19623         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19624         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19625         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19626         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19627         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19628         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19629         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19630         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19631         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19632         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19633         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19634         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19635         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19636         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19637         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19638         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19639         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19640         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19641         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19642         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19643         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19644         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19645         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19646         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19647         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19648         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19649         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19650         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19651         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19652         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19653         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19654         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19655         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19656         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19657         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19658         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19659         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19660         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19661         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19662         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19663         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19664         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19665         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19666         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19667         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19668         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19669         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19670         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19671         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19672         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19673         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19674         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19675         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19676         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19677         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19678         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19679         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19680         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19681         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19682         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19683         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19684         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19685         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19686         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19687         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19688         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19689         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19690         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19691         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19692         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19693         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19694         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19695         lib/yesno.c, lib/yesno.h:
19696         Update FSF postal mail address.
19697
19698 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19699
19700         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19701         tests/test-memmem.c, tests/test-stpncpy.c:
19702         Update FSF postal mail address.
19703
19704 2005-05-13  Bruno Haible  <bruno@clisp.org>
19705
19706         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19707         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19708         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19709         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19710         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19711         Add support for 64-bit integers in the MSVC compiler.
19712
19713 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19714
19715         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19716
19717 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19718
19719         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19720
19721 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19722
19723         * doc/getdate.texi (General date syntax): Don't say that date
19724         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19725         Problem reported by Nic Ferrier.
19726
19727 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19728
19729         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19730         specified in ai_socktype. Fix invalid ai_protocol
19731         check. ai_protocol is usually set to 0 or depending on
19732         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19733         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19734         ai_socktype / ai_protocol in the returned addrinfo structure.
19735
19736 2005-05-10  Simon Josefsson  <jas@extundo.com>
19737
19738         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19739         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19740
19741 2005-05-10  Karl Berry  <karl@gnu.org>
19742
19743         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19744         (from http://www.gnu.org/licenses).
19745         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19746         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19747         fdl.texi suffices.
19748
19749 2005-05-10  Karl Berry  <karl@gnu.org>
19750
19751         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19752         (COPYING.DOC): remove.
19753
19754         * config/srclist-update: new FSF address.
19755
19756 2005-05-10  Derek Price  <derek@ximbiot.com>
19757
19758         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19759         possible.
19760
19761 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19762             Bruno Haible  <bruno@clisp.org>
19763
19764         * modules/inet_ntop: New file.
19765         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19766         inet_ntop.
19767
19768 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19769             Bruno Haible  <bruno@clisp.org>
19770
19771         * m4/inet_ntop.m4: New file.
19772
19773 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19774             Bruno Haible  <bruno@clisp.org>
19775
19776         * lib/inet_ntop.h: New file.
19777         * lib/inet_ntop.c: New file, from glibc with modifications.
19778
19779 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19780
19781         * modules/time_r (License): Change to LGPL.
19782         * modules/extensions (License): Change to LGPL.  Actually,
19783         the license is more permissive than that, but currently gnulib-tool
19784         doesn't know how to handle more-permissive licenses.
19785
19786         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19787         Problem reported by Dave Love.
19788
19789 2005-05-08  Jim Meyering  <jim@meyering.net>
19790
19791         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19792         blank.
19793
19794 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19795
19796         * modules/argmatch (Depends-on): Add stdbool.
19797         * modules/backupfile (Depends-on): Likewise.
19798         * modules/chdir-long (Depends-on): Likewise.
19799         * modules/closeout (Depends-on): Likewise.
19800         * modules/cycle-check (Depends-on): Likewise.
19801         * modules/dirname (Depends-on): Likewise.
19802         * modules/fnmatch (Depends-on): Likewise.
19803         * modules/fsusage (Depends-on): Likewise.
19804         * modules/fwriteerror (Depends-on): Likewise.
19805         * modules/getcwd (Depends-on): Likewise.
19806         * modules/getloadavg (Depends-on): Likewise.
19807         * modules/hard-locale (Depends-on): Likewise.
19808         * modules/makepath (Depends-on): Likewise.
19809         * modules/mountlist (Depends-on): Likewise.
19810         * modules/nanosleep (Depends-on): Likewise.
19811         * modules/posixtm (Depends-on): Likewise.
19812         * modules/quotearg (Depends-on): Likewise.
19813         * modules/readtokens (Depends-on): Likewise.
19814         * modules/readtokens0 (Depends-on): Likewise.
19815         * modules/readutmp (Depends-on): Likewise.
19816         * modules/save-cwd (Depends-on): Likewise.
19817         * modules/strftime (Depends-on): Likewise.
19818         * modules/userspec (Depends-on): Likewise.
19819         * modules/utimecmp (Depends-on): Likewise.
19820         * modules/xgetcwd (Depends-on): Likewise.
19821         * modules/xnanosleep (Depends-on): Likewise.
19822         * modules/xstrtod (Depends-on): Likewise.
19823         * modules/yesno (Depends-on): Likewise.
19824
19825 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19826
19827         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19828         needless checks.
19829
19830 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19831
19832         Merge from coreutils.  Among other things,
19833         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19834         * lib/fd-safer.c: New file.
19835         * lib/fcntl-safer.h, open-safer.c: Remove.
19836         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19837         * lib/dup-safer.c: Include unistd-safer.h first.
19838         Don't include errno.h.
19839         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19840         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19841         * lib/file-type.c: Rely on file-type.h change.
19842         * lib/getloadavg.c: Include unistd-safer.h.
19843         (getloadavg): Use safer open.
19844         * lib/getusershell.c: Include "stdio-safer.h".
19845         (getusershell): Use safer fopen.
19846         * lib/long-options.c (long_options): Use NULL rather than 0.
19847         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19848         'free'.
19849         * lib/modechange.c: Likewise.
19850         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19851         (MODE_DONE): New constant.
19852         (struct mode_change): Remove 'next' member.
19853         (make_node_op_equals): New function; like the old one of the
19854         same name, except it allocates an array.
19855         (mode_compile, mode_create_from_ref): Use it.
19856         (mode_compile): Allocate result as an array, not a linked list.
19857         Parse octal string ourself, so that we catch mistakes like "+0".
19858         (mode_adjust): Arg is an array, not a linked list.
19859         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19860         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19861         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19862         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19863         Remove.  This is now stat-macros.h's job.
19864         (talloc): Remove.  All callers replaced by xalloc, so that
19865         our invokers don't have to worry about reporting memory failures.
19866         (make_node_op_equals): Remove.
19867         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19868         New constants.
19869         (struct mode_change): Moved here from modechange.h.
19870         (mode_append_entry): Remove.
19871         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19872         apps to have incorrect behavior.  Use simpler algorithm for head
19873         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19874         Detect more invalid usages rather than having somewhat-random behavior.
19875         Don't insert an "a=" action, as that leads to incorrect behavior.
19876         (mode_compile, mode_create_from_ref): Return NULL on error instead
19877         of an enum, since now there's only one way to have an error.  All
19878         callers changed.
19879         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19880         at the correct time.  Simplify calculation of "+u" and its ilk.
19881         Don't mishandle "+X".
19882         (mode_free): Remove "register" and localize decls.
19883         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19884         (struct mode_change): Move to modechange.c; callers don't
19885         need to see this stuff.
19886         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19887         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19888         (mode_change, mode_adjust): Reflect the new signatures noted above.
19889         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19890         that might redefine system include files.
19891         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19892         (my_usleep): Use NULL rather than (void *) 0.
19893         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19894         Use siginterrupt to specify that system calls should be interrupted.
19895         (rpl_nanosleep): Move initialization of suspended closer to call of
19896         my_usleep.
19897         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19898         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19899         (desirable_utmp_entry): New function.
19900         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19901         using x2nrealloc, to simplify logic.
19902         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19903         size calculation.  Do not assume utmp file is a regular file.
19904         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19905         (READ_UTMP_CHECK_PIDS): New constant.
19906         * lib/save-cwd.c: Include unistd-safer.h.
19907         (save_cwd): Use fd_safer.
19908         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19909         [!_LIBC] Include "stat-macros.h" instead.
19910         * lib/unistd-safer.h (fd_safer): New decl.
19911
19912 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19913
19914         * modules/getloadavg (Depends-on): Add unistd-safer.
19915         * modules/getusershell (Depends-on): Add stdio-safer.
19916         * modules/lstat (Depends-on): Remove xalloc.
19917         * modules/mkstemp (Depends-on): Add stat-macros.
19918         * modules/modechange (Depends-on): Remove xstrtol.
19919         Add stat-macros, xalloc.
19920         * modules/save-cwd (Depends-on): Add unistd-safer.
19921         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19922         * modules/unistd-safer (Files): Add lib/fd-safer.c
19923         (Makefile.am): Remove lib_SOURCES.
19924
19925         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19926         Remove fcntl-safer; unistd-safer supersedes it.
19927
19928 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19929
19930         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19931         AC_HEADER_STAT.
19932         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19933         (gl_PREREQ_CHOWN): Remove.
19934         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19935         it.  Don't require AC_HEADER_STAT.
19936         (gl_PREREQ_LSTAT): Remove.
19937         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19938         Don't require AC_HEADER_STAT.
19939         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19940         (gl_PREREQ_RMDIR): Remove.
19941         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19942         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19943         the stat-macros module a prerequisite.
19944         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19945         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19946         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19947         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19948         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19949         variable names.
19950         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19951         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19952         variable prefixes.
19953         * m4/fcntl-safer.m4: Remove.
19954         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19955         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19956         Invoke gl_PREREQ_FD_SAFER.
19957         (gl_PREREQ_FD_SAFER): New macro.
19958         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19959         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19960         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19961         Remove duplicate call to AC_LIBOBJ(readutmp).
19962         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19963
19964         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19965         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19966
19967 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19968
19969         * MODULES.html.sh (Misc): Add byteswap.
19970
19971 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19972
19973         * modules/getcwd (Depends-on): Add extensions.
19974         * modules/openat (Depends-on): Likewise.
19975
19976 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19977
19978         * modules/byteswap: New file.
19979
19980 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19981
19982         * m4/byteswap.m4: New file.
19983
19984 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19985
19986         * lib/byteswap_.h: New file.
19987
19988 2005-04-25  Karl Berry  <karl@gnu.org>
19989
19990         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19991
19992 2005-04-25  Albert Chin  <china@thewrittenword.com>
19993
19994         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19995         Toolkit C bug.
19996
19997 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19998
19999         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20000         (func_ln_if_changed) Remove forcibly for no error message
20001         in case file does not exist.
20002
20003 2005-04-19  Simon Josefsson  <jas@extundo.com>
20004
20005         * gnulib-tool (Options): Make --symlink mean --symbolic.
20006
20007 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20008
20009         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20010
20011 2005-04-16  Simon Josefsson  <jas@extundo.com>
20012
20013         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20014
20015 2005-04-15  Simon Josefsson  <jas@extundo.com>
20016
20017         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20018
20019 2005-04-15  Simon Josefsson  <jas@extundo.com>
20020
20021         * gnulib-tool: Rename --symlink to --symbolic.
20022
20023 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20024
20025         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20026         symbolic links to files instead of copying/moving.  Add --aux-dir,
20027         specifying directory relative --dir where auxiliary build tools
20028         are placed.
20029
20030 2005-04-14  Bruno Haible  <bruno@clisp.org>
20031
20032         * modules/allocsa (License): Change to LGPL.
20033         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20034
20035 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20036
20037         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20038         that "UTC +1 second" continues to work.  Problem reported
20039         by Dmitry V. Levin.
20040         (relunit_snumber): New rule.
20041         (relunit): Use it.
20042
20043 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20044
20045         * lib/getdate.y (universal_time_zone_table): New constant.
20046         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20047         universal_time_zone_table.
20048         (lookup_zone): Prefer universal_time_zone_table to
20049         local_time_zone_table, so that "GMT" time stamps are allowed in
20050         London during the summer.  Problem reported by Ian Abbott.
20051
20052 2005-04-12  Jim Meyering  <jim@meyering.net>
20053
20054         * lib/human.c (humblock): Set *options even when returning due to
20055         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20056         warning from gcc-4.
20057
20058 2005-04-09  Jim Meyering  <jim@meyering.net>
20059
20060         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20061         -Wuninitialized: initialize tm0.tm_year.
20062
20063 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20064
20065         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20066         count, since there's no maximum.  All uses changed.
20067         Add member dsts_seen.
20068         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20069         not being INT_MAX.
20070         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20071         Use pc_rels_seen to decide whther a date is absolute.
20072
20073         * lib/getdate.y (number): Don't overwrite year.
20074         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20075         check.
20076
20077 2005-04-02  Simon Josefsson  <jas@extundo.com>
20078
20079         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20080         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20081
20082 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20083
20084         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20085         where no absolute path name can be longer than PATH_MAX.
20086
20087 2005-03-27  Jim Meyering  <jim@meyering.net>
20088
20089         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20090
20091 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20092
20093         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20094         "one's complement" -> "ones' complement" in comment, as per Knuth.
20095         "value of type" -> "type or expression" in comment.
20096         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20097
20098 2005-03-26  Jim Meyering  <jim@meyering.net>
20099
20100         Comment nits.
20101         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20102         Correct typos: s/or/of/.
20103
20104 2005-03-26  Jim Meyering  <jim@meyering.net>
20105
20106         * modules/check-include-files: Move to ../ and rename to...
20107         * check-module: ...this.
20108
20109 2005-03-25  Jim Meyering  <jim@meyering.net>
20110
20111         * modules/xvasprintf (Files): Add xalloc.h.
20112
20113 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20114
20115         * modules/gettext (Files): config/config.rpath ->
20116         build-aux/config.rpath
20117         * modules/iconv (Files): Likewise.
20118         Problem reported by Oskar Liljeblad.
20119
20120 2005-03-23  Jim Meyering  <jim@meyering.net>
20121
20122         * modules/check-include-files: New script to check for
20123         missing dependencies, multiple includes, etc.
20124
20125         * modules/c-strtold (Depends-on): Add xalloc.
20126         * modules/c-strtod (Depends-on): Add xalloc.
20127         * modules/hash (Depends-on): Add xalloc.
20128         (Files): Remove lib/xalloc.h.
20129
20130         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20131         * modules/userspec (Files): Add lib/inttostr.h.
20132
20133 2005-03-23  Jim Meyering  <jim@meyering.net>
20134
20135         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20136
20137 2005-03-22  Jim Meyering  <jim@meyering.net>
20138
20139         * modules/stat-macros: New module.
20140         * modules/canonicalize, modules/euidaccess, modules/file-type,
20141         * modules/filemode, modules/lchown, modules/makepath,
20142         * modules/rmdir, modules/stat: Depend on new stat-macros module
20143         rather than listing lib/stat-macros.h manually.
20144         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20145
20146 2005-03-22  Jim Meyering  <jim@meyering.net>
20147
20148         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20149
20150 2005-03-22  Bruno Haible  <bruno@clisp.org>
20151
20152         * config/srclist.txt: Replace target directory 'config' with
20153         'build-aux'.
20154         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20155         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20156         ../build-aux/.
20157
20158 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20159
20160         * modules/chdir-long (Depends-on): Add mempcpy.
20161
20162         * modules/acl, modules/backupfile, modules/c-strtod,
20163         modules/c-strtold, modules/canon-host, modules/canonicalize,
20164         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20165         modules/exclude, modules/exitfail, modules/file-type,
20166         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20167         modules/getdate, modules/getline, modules/getpagesize,
20168         modules/getpass, modules/getugroups, modules/group-member,
20169         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20170         modules/inttostr, modules/long-options, modules/makepath,
20171         modules/md5, modules/memcasecmp, modules/memcoll,
20172         modules/modechange, modules/mountlist, modules/path-concat,
20173         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20174         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20175         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20176         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20177         modules/strftime, modules/strndup, modules/strverscmp,
20178         modules/timespec, modules/unlocked-io, modules/userspec,
20179         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20180         modules/yesno:
20181         Remove lib_SOURCES line from Makefile.am section, as this is now
20182         done automatically by the corresponding Autoconf macro.
20183
20184 2005-03-21  Jim Meyering  <jim@meyering.net>
20185
20186         Changes imported from coreutils.
20187
20188         * lib/cycle-check.c: Don't include xalloc.h.
20189
20190         * lib/path-concat.c: Don't include assert.h.
20191         (path_concat): Remove assertion that would have triggered
20192         for ABASE starting with more than one slash.
20193         Reported by Andreas Schwab.
20194
20195         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20196         properly when ABASE is an absolute file name.
20197         Correct the description of this function.
20198         Include <assert.h>.
20199         Add an assertion and a test driver.
20200         This fixes a bug introduced on 2004-07-02.
20201         Andreas Schwab reported the resulting failure of cp --parents:
20202         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20203
20204 2005-03-21  Jim Meyering  <jim@meyering.net>
20205
20206         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20207         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20208
20209 2005-03-21  Jim Meyering  <jim@meyering.net>
20210         and  Paul Eggert  <eggert@cs.ucla.edu>
20211
20212         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20213         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20214         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20215         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20216         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20217         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20218         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20219         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20220         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20221         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20222         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20223         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20224         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20225         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20226         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20227         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20228         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20229         for these modules.
20230
20231 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20232
20233         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20234         (which shouldn't happen), generate nothing instead of returning 0
20235         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20236
20237 2005-03-16  Bruno Haible  <bruno@clisp.org>
20238
20239         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20240         HAVE_LONGLONG_64BIT.
20241
20242 2005-03-16  Bruno Haible  <bruno@clisp.org>
20243
20244         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20245         HAVE_LONGLONG_64BIT.
20246
20247 2005-03-16  Bruno Haible  <bruno@clisp.org>
20248
20249         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20250         HAVE_LONGLONG_64BIT.
20251
20252 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20253
20254         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20255         reliably distinguish strftime failure from empty output on POSIX
20256         hosts.
20257
20258 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20259
20260         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20261         (iconv_string): Don't guess a size-zero buffer, as that might cause
20262         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20263         result would be 'too large', where 'too large' is (heuristically)
20264         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20265         overflow concerns.  This will prevent some unwanted malloc failures
20266         when the inputs are very large.
20267
20268 2005-03-15  Karl Berry  <karl@gnu.org>
20269
20270         * config/srclist.txt (config.rpath): from gettext.
20271         * config/config.rpath: update.
20272
20273 2005-03-15  Bruno Haible  <bruno@clisp.org>
20274
20275         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20276         to 'negate'.
20277
20278         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20279         variable.
20280
20281         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20282         results.
20283
20284 2005-03-14  Simon Josefsson  <jas@extundo.com>
20285
20286         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20287         <fx@gnu.org>.
20288
20289 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20290
20291         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20292         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20293         intprops.h.
20294         * lib/strtol.c: Likewise.
20295
20296 2005-03-14  Jim Meyering  <jim@meyering.net>
20297
20298         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20299         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20300         to be nonzero so that we (and caller) can detect the difference
20301         between a valid zero-length expansion and an error return, even
20302         when the underlying strftime fails before writing anything into
20303         that location.
20304
20305 2005-03-14  Bruno Haible  <bruno@clisp.org>
20306
20307         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20308         Update from GNU gettext 0.14.3.
20309
20310 2005-03-10  Jim Meyering  <jim@meyering.net>
20311
20312         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20313
20314 2005-03-10  Jim Meyering  <jim@meyering.net>
20315
20316         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20317         so that this module works on systems without fchdir.
20318
20319 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20320
20321         Factor int-properties macros into a single file, except for
20322         glibc-related files.
20323         * lib/intprops.h: New file.
20324         * lib/getloadavg.c: Include it instead of limits.h.
20325         (INT_STRLEN_BOUND): Remove.
20326         * lib/human.c: Include intprops.h.
20327         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20328         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20329         302/1000.
20330         * lib/inttostr.h: Include intprops.h instead of limits.h.
20331         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20332         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20333         for consistency with intprops.h.
20334         (time_t_is_integer, twos_complement_arithmetic): Use them.
20335         * lib/sig2str.h: Include <signal.h>, intprops.h.
20336         (INT_STRLEN_BOUND): Remove.
20337         * lib/strftime.c (TYPE_SIGNED): Remove.
20338         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20339         * lib/strtol.c: Adjust comments to match intprops.h.
20340         * lib/userspec.c: Include intprops.h.
20341         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20342         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20343         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20344         instead of rolling our own expressions.
20345         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20346
20347         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20348         instead of int.
20349         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20350         the right thing even if adding 1900 would overflow.  Similarly
20351         for tm_mon + 1 and tm_yday + 1.
20352         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20353         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20354         (DO_SIGNED_NUMBER): New macro.
20355         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20356
20357 2005-03-07  Bruno Haible  <bruno@clisp.org>
20358
20359         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20360
20361 2005-03-07  Bruno Haible  <bruno@clisp.org>
20362
20363         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20364
20365 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20366
20367         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20368         (func_import): Only replace files via --import when they have actually
20369         changed.
20370
20371 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20372
20373         * m4/mmap-anon.m4: New file.
20374         * m4/pagealign_alloc.m4: New file.
20375
20376 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20377             Bruno Haible  <bruno@clisp.org>
20378
20379         * modules/pagealign_alloc: New file.
20380         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20381
20382 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20383             Bruno Haible  <bruno@clisp.org>
20384
20385         * lib/pagealign_alloc.h: New file.
20386         * lib/pagealign_alloc.c: New file.
20387
20388 2005-03-03  Bruno Haible  <bruno@clisp.org>
20389
20390         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20391         Use an all-permissive copyright notice, recommended by RMS.
20392
20393 2005-03-02  Bruno Haible  <bruno@clisp.org>
20394
20395         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20396         of AIX, the replacement has to be done only after <string.h> is
20397         included, therefore not in config.h. stpncpy.h does the replacement,
20398         and stpncpy.c uses it.
20399
20400 2005-03-02  Bruno Haible  <bruno@clisp.org>
20401
20402         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20403         stpncpy.c uses it.
20404
20405 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20406
20407         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20408         The workaround isn't strictly needed for POSIX conformance, and
20409         it's too much of a pain to configure and maintain.  We'll ask
20410         people to fix their kernels instead.
20411         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20412         (NANOSLEEP_BUG_WORKAROUND): Remove.
20413         (xnanosleep): Remove the workaround.
20414
20415 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20416
20417         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20418         Reported by Derek Price.
20419         (Include): Add "timespec.h".
20420
20421         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20422
20423 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20424
20425         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20426         to detect nanosleep bug.
20427
20428 2005-03-01  Bruno Haible  <bruno@clisp.org>
20429
20430         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20431
20432 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20433
20434         * modules/gethrxtime: New file.
20435         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20436         (Depends-on): Add gethrxtime.
20437         (configure.ac): Add gl_XNANOSLEEP.
20438         (Makefile.am): Remove lib_SOURCES line.
20439
20440 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20441
20442         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20443         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20444
20445 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20446
20447         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20448         * lib/timespec.h (gettime): Return void, since it always
20449         succeeds now.  All uses changed.
20450         * lib/gettime.c (gettime) Likewise.
20451         [HAVE_NANOTIME]: Prefer nanotime.
20452         Assume gettimeofday succeeds, as POSIX requires.
20453         Assime time () succeeds, since other code already does.
20454         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20455         (timespec_subtract): Remove.
20456         (NANOSLEEP_BUG_WORKAROUND): New constant.
20457         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20458         things considerably.  Use it only on GNU/Linux hosts, since the
20459         workaround shouldn't be needed elsewhere.
20460
20461 2005-02-24  Bruno Haible  <bruno@clisp.org>
20462
20463         * modules/gettext (Files): Add m4/glibc2.m4.
20464
20465 2005-02-24  Bruno Haible  <bruno@clisp.org>
20466
20467         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20468         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20469         * m4/progtest.m4:
20470         Update from GNU gettext 0.14.2.
20471         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20472
20473 2005-02-24  Bruno Haible  <bruno@clisp.org>
20474
20475         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20476         * lib/config.charset: Update from GNU gettext 0.14.2.
20477
20478 2005-02-24  Bruno Haible  <bruno@clisp.org>
20479
20480         * lib/gettext.h: Update from GNU gettext 0.14.2.
20481
20482 2005-02-23  Simon Josefsson  <jas@extundo.com>
20483
20484         * m4/iconvme.m4: New file.
20485
20486 2005-02-23  Jim Meyering  <jim@meyering.net>
20487
20488         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20489         change.
20490         Thanks to Bruno Haible for catching it.
20491
20492 2005-02-22  Simon Josefsson  <jas@extundo.com>
20493
20494         * modules/iconvme: New file.
20495
20496         * MODULES.html.sh: Add iconvme.
20497
20498 2005-02-22  Simon Josefsson  <jas@extundo.com>
20499
20500         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20501
20502 2005-02-22  Simon Josefsson  <jas@extundo.com>
20503
20504         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20505
20506 2005-02-22  Jim Meyering  <jim@meyering.net>
20507
20508         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20509         s/ifndef/ifdef/.
20510
20511 2005-02-20  Neil Conway  <neilc@samurai.com>
20512
20513         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20514         returned by OSX/Darwin if the specified buffer is not large
20515         enough for the hostname.
20516
20517 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20518
20519         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20520         pass it to _help, otherwise the latter coredumps trying to
20521         dereference state.root_argp.
20522
20523 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20524
20525         * modules/chdir-long (Depends-on): Add memrchr.
20526         * modules/memrchr (Files): Add lib/memrchr.h.
20527         (Include): "memrchr.h".
20528
20529 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20530
20531         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20532
20533 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20534
20535         * lib/memrchr.h: New file.
20536         * lib/chdir-long.c: Include it.
20537         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20538         Don't bother including stddef.h.
20539
20540 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20541
20542         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20543         inclusion.
20544         Include <sys/types.h>, for dev_t.
20545         (ME_DUMMY, ME_REMOTE): Move from here....
20546         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20547         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20548         Dmitry V. Levin.
20549         Include mountlist.h first, to test the interface.
20550
20551 2005-01-29  Bruno Haible  <bruno@clisp.org>
20552
20553         * lib/progname.c (program_name): Initialize.
20554         Needed when linking statically on MacOS X.
20555
20556 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20557
20558         Sync from coreutils.
20559         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20560         (Depends-on): Add c-strtod.
20561         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20562
20563 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20564
20565         Sync from coreutils.
20566         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20567
20568         Remove files that are specific to coreutils.
20569         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20570
20571 2005-01-28  Bruno Haible  <bruno@clisp.org>
20572
20573         * modules/javacomp: New file.
20574         * MODULES.html.sh (Java): Add javacomp.
20575
20576 2005-01-28  Bruno Haible  <bruno@clisp.org>
20577
20578         * m4/javacomp.m4: New file, from GNU gettext.
20579
20580 2005-01-28  Bruno Haible  <bruno@clisp.org>
20581
20582         * lib/javacomp.sh.in: New file, from GNU gettext.
20583         * lib/javacomp.h: New file, from GNU gettext.
20584         * lib/javacomp.c: New file, from GNU gettext.
20585
20586 2005-01-26  Simon Josefsson  <jas@extundo.com>
20587
20588         * lib/gai_strerror.c: Use GPL in header.
20589
20590 2005-01-26  Bruno Haible  <bruno@clisp.org>
20591
20592         * modules/javaexec: New file.
20593         * MODULES.html.sh (Java): Add javaexec.
20594
20595 2005-01-26  Bruno Haible  <bruno@clisp.org>
20596
20597         * m4/javaexec.m4: New file, from GNU gettext.
20598
20599 2005-01-26  Bruno Haible  <bruno@clisp.org>
20600
20601         * lib/javaexec.sh.in: New file, from GNU gettext.
20602         * lib/javaexec.h: New file, from GNU gettext.
20603         * lib/javaexec.c: New file, from GNU gettext.
20604
20605 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20606
20607         * modules/lchown (Depends-on): Remove lchown.h
20608
20609 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20610
20611         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20612         must be defined if the header file was not found, in order
20613         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20614
20615 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20616
20617         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20618         initializers for struct pentry_state.
20619         (__argp_error): Check return value of __asprintf
20620         (__argp_failure): Translate error message
20621
20622         * lib/argp-parse.c: Removed braces around the expansion of N_()
20623
20624 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20625
20626         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20627         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20628         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20629         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20630         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20631         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20632         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20633         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20634         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20635         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20636         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20637         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20638         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20639         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20640         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20641         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20642         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20643         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20644         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20645         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20646         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20647         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20648         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20649         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20650         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20651         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20652         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20653         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20654         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20655         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20656         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20657         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20658         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20659         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20660         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20661         Use an all-permissive copyright notice, recommended by RMS.
20662
20663 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20664
20665         * modules/chdir-long (Depends-on): Remove mempcpy.
20666
20667 2005-01-21  Jim Meyering  <jim@meyering.net>
20668
20669         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20670         same value as for Solaris 9.
20671
20672         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20673         component length.  This included changing the parameter to be
20674         of type `char *' rather than `char const *'.
20675         * lib/chdir-long.h (chdir_long): Update prototype.
20676
20677         * lib/openat.c (fdopendir, fstatat): New functions.
20678         * lib/openat.h: Include headers required for use of DIR and struct
20679         stat.
20680         [AT_SYMLINK_NOFOLLOW]: Define.
20681         (fdopendir, fstatat): Add prototypes.
20682
20683 2005-01-21  Bruno Haible  <bruno@clisp.org>
20684
20685         * modules/classpath: New file.
20686         * MODULES.html.sh (Java): Add classpath.
20687
20688 2005-01-21  Bruno Haible  <bruno@clisp.org>
20689
20690         * lib/classpath.h: New file, from GNU gettext.
20691         * lib/classpath.c: New file, from GNU gettext.
20692
20693 2005-01-20  Simon Josefsson  <jas@extundo.com>
20694
20695         * modules/version-etc-fsf: New file.
20696
20697 2005-01-20  Simon Josefsson  <jas@extundo.com>
20698
20699         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20700         * lib/version-etc.c: Remove version_etc_copyright.
20701         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20702         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20703
20704 2005-01-20  Simon Josefsson  <jas@extundo.com>
20705
20706         * lib/base64.h (isbase64): Add.
20707
20708         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20709         using a unsigned prototype, don't inline.
20710         (base64_decode): Use it.
20711
20712 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20713
20714         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20715         it.
20716
20717 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20718
20719         * lib/save-cwd.c (save_cwd): Remove code to support the case
20720         where fchdir is missing or flaky.
20721
20722 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20723
20724         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20725
20726 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20727
20728         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20729         AC_LIBSOURCES now does this.
20730         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20731         with new ullong_max module.
20732
20733 2005-01-19  Bruno Haible  <bruno@clisp.org>
20734
20735         * modules/sh-quote: New file.
20736         * MODULES.html.sh (Executing programs): Add sh-quote.
20737
20738 2005-01-19  Bruno Haible  <bruno@clisp.org>
20739
20740         * lib/sh-quote.h: New file, from GNU gettext.
20741         * lib/sh-quote.c: New file, from GNU gettext.
20742
20743 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20744
20745         Merge from coreutils.
20746         * m4/ullong_max.m4: New file.
20747         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20748         (gl_MACROS): Assume localeconv exists.
20749
20750 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20751
20752         Merge changes from coreutils, as described below in several
20753         changelogs dated today.
20754
20755         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20756         (O_DIRECTORY): Remove; not needed here, since "." must be
20757         a directory.  All uses removed.
20758         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20759         universal on Suns, and we also need to test for IRIX.
20760         Revamp code to use 'if' rather than '#if'.
20761         Avoid unnecessary comparison of cwd->desc to 0.
20762
20763         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20764         for known valid error numbers rather than observed invalid ones.
20765
20766 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20767
20768         * modules/ullong_max: New file.
20769
20770         * modules/chdir-long, modules/openat: New files.
20771         * modules/save-cwd (Depends-on): Depend on chdir-long.
20772         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20773
20774 2005-01-18  Jim Meyering  <jim@meyering.net>
20775
20776         Merge from coreutils.
20777         * m4/chdir-long.m4, m4/openat.m4: New files.
20778         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20779         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20780         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20781         is sane and DOES follow symlinks.  Besides, testing 20 different
20782         systems found no broken chown implementations.
20783         Prompted by a change in rsync's copy of this macro.
20784         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20785
20786         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20787
20788         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20789         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20790         NULL-means-set-to-current-time semantics.
20791         Remove temporary file immediately, rather than waiting
20792         for configure's at-exit trap code to do it.
20793
20794 2005-01-18  Jim Meyering  <jim@meyering.net>
20795
20796         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20797
20798         * lib/utimens.c (futimens): Account for the fact that futimes
20799         can also fail with errno == ENOSYS or errno == ENOENT.
20800         Patch from Dmitry V. Levin.
20801
20802         Change the name of the robust chdir function from chdir to chdir_long.
20803         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20804         (restore_cwd): Use chdir_long, not chdir.
20805         * lib/chdir-long.c: Renamed from chdir.c.
20806         * lib/chdir-long.h: Renamed from chdir.h.
20807         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20808         Hurd.
20809
20810 2005-01-18  Bruno Haible  <bruno@clisp.org>
20811
20812         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20813         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20814         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20815         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20816         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20817         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20818         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20819         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20820         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20821         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20822         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20823         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20824         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20825         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20826         Use an all-permissive copyright notice, recommended by RMS.
20827
20828 2005-01-18  Bob Proulx  <bob@proulx.com>
20829
20830         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20831         simplify offsetof() macro construct to avoid compile failure with
20832         native HP-UX 11.0 ANSI C compiler.
20833
20834 2005-01-17  Bruno Haible  <bruno@clisp.org>
20835
20836         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20837         redundant because stpncpy.m4 takes care of it.
20838
20839 2005-01-17  Bruno Haible  <bruno@clisp.org>
20840
20841         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20842
20843 2005-01-17  Bruno Haible  <bruno@clisp.org>
20844
20845         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20846         used.
20847
20848 2005-01-17  Bruno Haible  <bruno@clisp.org>
20849
20850         * lib/fwriteerror.h (fwriteerror): Change specification to include
20851         fclose.
20852         * lib/fwriteerror.c: Include <stdbool.h>.
20853         (fwriteerror): At the end, close the file stream. Record whether
20854         stdout was already closed.
20855
20856 2005-01-17  Bruno Haible  <bruno@clisp.org>
20857
20858         * lib/execute.c (environ): Declare if needed.
20859         * lib/pipe.c (environ): Likewise.
20860         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20861
20862 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20863
20864         * modules/argp: Depend on vsnprintf
20865
20866 2005-01-10  Jim Meyering  <jim@meyering.net>
20867
20868         * modules/closeout (Depends-on): Add atexit.
20869
20870 2005-01-06  Bruno Haible  <bruno@clisp.org>
20871
20872         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20873
20874 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20875
20876         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20877         definitions to be after all include files, to avoid collisions.
20878         Problem reported by Bob Proulx.
20879
20880 2005-01-04  Jim Meyering  <jim@meyering.net>
20881
20882         Changes imported from coreutils.
20883         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20884         as the mkstemp template, use a temporary directory and an
20885         8.3-friendly template to avoid trouble on systems like DJGPP.
20886         Reported by Juan M. Guerrero via Stepan Kasal.
20887         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20888         close. Remove the temporary directory right away, rather than waiting
20889         for configure's at-exit trap code to do it.
20890         Suggestion from Stepan Kasal.
20891
20892 2005-01-01  Simon Josefsson  <jas@extundo.com>
20893
20894         * gnulib-tool: Print #include directives when --import'ing.
20895
20896 2004-12-28  Simon Josefsson  <jas@extundo.com>
20897
20898         * tests/test-base64.c: Include required header files.  Remove
20899         unused variables.
20900
20901 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20902
20903         * modules/error (Depends-on): Remove gettext.
20904
20905 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20906
20907         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20908         not needed.  This removes a dependency on the gettext module.
20909         [defined _LIBC]: Do not include <libintl.h>; not needed.
20910
20911 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20912
20913         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20914         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20915
20916 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20917
20918         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20919         HAVE_DECL_STRTOLD.
20920
20921 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20922
20923         * modules/getdate (Depends-on): Remove alloca-opt.
20924
20925 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20926
20927         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20928
20929 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20930
20931         * lib/argp-parse.c: Include <stddef.h>.
20932         (alignof, alignto): New macros.
20933         (parser_init): Don't assume that void * is aligned sufficiently
20934         for struct option.
20935
20936         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20937         need to extend the stack.
20938         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20939         large.
20940
20941 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20942
20943         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20944
20945 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20946
20947         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20948         (2004-10-24) change.  Apparently this was a false alarm.
20949
20950         * modules/getdate: Depend on alloca-opt, not alloca.
20951
20952 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20953
20954         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20955         Remove now-obsolete comment about AIX.
20956         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20957         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20958         (YYMAXDEPTH): New macro.
20959
20960 2004-12-18  Simon Josefsson  <jas@extundo.com>
20961
20962         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20963
20964 2004-12-18  Bruno Haible  <bruno@clisp.org>
20965
20966         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20967
20968 2004-12-18  Bruno Haible  <bruno@clisp.org>
20969
20970         * lib/fatal-signal.c (fatal_signals): Make non-const.
20971         (init_fatal_signals): New function.
20972         (uninstall_handlers, install_handlers): Ignore signals that were set to
20973         SIG_IGN.
20974         (at_fatal_signal): Call init_fatal_signals.
20975         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20976         SIG_IGN.
20977         Reported by Paul Eggert.
20978
20979 2004-12-18  Bruno Haible  <bruno@clisp.org>
20980
20981         * doc/alloca.texi: New file.
20982         * doc/alloca-opt.texi: New file.
20983
20984 2004-12-17  Jim Meyering  <jim@meyering.net>
20985
20986         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20987         Otherwise, install-sh could exit with improper exit status when
20988         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20989
20990 2004-12-16  Simon Josefsson  <jas@extundo.com>
20991
20992         * tests/test-base64.c: Add license.
20993
20994 2004-12-15  Stepan Kasal  <address@hidden>
20995
20996         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20997
20998 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20999
21000         * modules/getcwd (Files): Add m4/d-ino.m4.
21001         Suggested by Mark D. Baushke.
21002
21003 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21004
21005         * lib/getdate.y (textint): New member "negative".
21006         (time_zone_hhmm): New function.
21007         Expect 14 shift-reduce conflicts, not 13.
21008         (o_colon_minutes): New rule.
21009         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21010         (yylex): Set the "negative" member of signed numbers.
21011
21012 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21013
21014         * doc/getdate.texi (Time of day items, Time zone items):
21015         Describe new formats +00:00, UTC+00:00.
21016
21017 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21018
21019         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21020         spurious "-l"s.  Problem reported by Stepan Kasal.
21021
21022 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21023
21024         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21025         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21026
21027 2004-12-04  Simon Josefsson  <jas@extundo.com>
21028
21029         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21030         Vandoorselaere <yoann@prelude-ids.org>.
21031
21032 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21033
21034         Changes imported from coreutils.
21035         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21036         exist.
21037         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21038
21039 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21040
21041         Changes imported from coreutils.
21042         * lib/hard-locale.c: Assume <locale.h> exists.
21043         Include "strdup.h".
21044         (GLIBC_VERSION): New macro.
21045         (hard_locale): Assume setlocale exists.
21046         Rewrite to avoid #ifdef.
21047         Use strdup rather than malloc + strcpy.
21048         * lib/human.c: Assume <locale.h> exists.
21049         (human_readable): Assume localeconv exists.
21050
21051 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21052
21053         * modules/hard-locale (Depends-on): Add strdup.
21054
21055 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21056
21057         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21058         convert T2, not T.  (Imported from libc.)
21059
21060 2004-11-30  Simon Josefsson  <jas@extundo.com>
21061
21062         * modules/restrict (License): Change to LGPL.
21063
21064 2004-11-30  Simon Josefsson  <jas@extundo.com>
21065
21066         * m4/restrict.m4: Add copyright and copying conditions.
21067
21068 2004-11-30  Simon Josefsson  <jas@extundo.com>
21069
21070         * m4/base64.m4: New file.
21071
21072 2004-11-30  Simon Josefsson  <jas@extundo.com>
21073
21074         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21075         base64.
21076
21077         * tests/test-base64.c: New file.
21078
21079         * modules/base64: New file.
21080
21081 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21082
21083         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21084         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21085
21086         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21087
21088 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21089
21090         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21091         (__getcwd.c): Don't restore errno; glibc doesn't.
21092         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21093         first, falling back to our code only if its results look suspicious.
21094         Ensure that the resulting buffer is only as large as necessary.
21095
21096         * lib/readutmp.c: Include readutmp.h first.
21097         Include <errno.h>, since readutmp.h no longer does that.
21098         * lib/readutmp.h: Don't include <errno.h>,
21099         <sys/param.h>, <time.h>; not needed to establish interface.
21100         (errno): Remove decl.
21101         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21102         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21103         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21104
21105 2004-11-28  Simon Josefsson  <jas@extundo.com>
21106
21107         * lib/base64.h, base64.c: New file.
21108
21109 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21110
21111         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21112
21113 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21114
21115         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21116         (Depends-on): Remove pathmax, same.  Add mempcpy.
21117         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21118         (Makefile.am): Append getcwd.h to lib_SOURCES.
21119         (Include): Add getcwd.h.
21120         (Maintainer): Change from Jim Meyering to "all, glibc",
21121         since getdate now uses intended-for-glibc code.
21122         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21123         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21124
21125 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21126
21127         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21128         HP's ANSI C compiler.
21129         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21130         Declaring int functions causes warnings on some modern systems and
21131         shouldn't be needed to compile on ancient ones.
21132         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21133         defined.
21134
21135         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21136         with the following changes.
21137         (__set_errno): Parenthesize properly.
21138         Include <stdbool.h>.
21139         (MIN, MAX, MATCHING_INO): New macros.
21140         (__getcwd): Define with prototype, not K&R form.
21141         Use heuristics to allocate default buffer on stack if possible.
21142         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21143         behavior, and to avoid the PATH_MAX limit when computing
21144         ../../../../...
21145         Use MATCHING_INO to compare inode number to file.
21146         Check for arithmetic overflow in size calculations.
21147         Fix bug in reallocation of dot array that caused getcwd to fail
21148         on directories nested deeper than 75.
21149         Be more careful about saving errno on error.
21150         Do not use realloc; use only free+malloc, as this is a bit
21151         more flexible and avoids a needless copy operation.
21152         Do not inspect st_dev and st_ino for symbolic links; POSIX
21153         doesn't specify the latter.
21154         Check for closedir errors.
21155         Avoid needless casts.
21156         Use "#ifdef weak_alias" around weak_alias, to be like other
21157         glibc code.
21158         The following changes to getcwd.c have effect only when used in
21159         gnulib; they have no effect inside glibc proper.
21160         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21161         as alloca isn't used.
21162         (alloca, __alloca): Likewise.
21163         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21164         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21165         unconditionally, as gnulib assumes C89 or better.
21166         Do not include <sys/param.h>.
21167         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21168         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21169         better.
21170         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21171         Include <dirent.h> in a way that is compatible with modern Autoconf.
21172         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21173         New macros, if not already defined.
21174         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21175         Use "_LIBC", not "defined _LIBC", for consistency.
21176         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21177         a mempcpy module.
21178         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21179         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21180         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21181         credit only to Jim Meyering and adjust the copyright dates.
21182         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21183         <stdlib.h>, <unistd.h>, "pathmax.h".
21184         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21185         (INITIAL_BUFFER_SIZE): Remove.
21186         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21187
21188 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21189
21190         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21191         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21192         Use the _ONCE methods, for efficiency.
21193         Check for fcntl.h.  In test program, include <errno.h>
21194         and <fcntl.h> if available.  Remove old K&R cruft from
21195         test program.  Check for common errors in GNU/Linux,
21196         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21197         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21198         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21199         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21200         name accordingly.
21201         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21202         accommodate new getcwd.c.
21203         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21204         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21205         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21206         that's all we need now.
21207
21208 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21209
21210         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21211         argp-parse.c depends on getopt internals, that means we should
21212         always use our getopt, to be on the safe side.
21213         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21214         order not to spoil the result of an eventual previous invocation
21215         of gl_GETOPT_SUBSTITUTE.
21216
21217 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21218
21219         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21220         redefinition warnings. To avoid them, include the defines
21221         in `#if !defined __need_getopt ... #endif'. The only place
21222         where __getopt_argv_const is used is in definitions
21223         of getopt_long and getopt_long_only below, which are as well
21224         protected by `#ifndef __need_getopt'.
21225         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21226         __need_getopt after including <stdio.h> and <unistd.h> These
21227         headers might have defined it.
21228
21229 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21230
21231         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21232
21233 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21234
21235         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21236         (futimens): New function, which uses futimes if available.
21237         (futimens, utimens): Support timespec==NULL, with same semantics
21238         as utime and utimens.
21239         * lib/utimens.h (futimens): New decl.
21240
21241 2004-11-23  Jim Meyering  <jim@meyering.net>
21242
21243         * lib/getopt_.h: Remove trailing blanks.
21244
21245 2004-11-23  Jim Meyering  <jim@meyering.net>
21246
21247         * lib/__fpending.c: Add comment.
21248
21249 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21250
21251         * modules/canonicalize (Depends-on): Add xreadlink.
21252         Problem reported by James Youngman.
21253
21254 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21255
21256         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21257         New macros.
21258         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21259         optopt): Use them instead of invoking ## directly; otherwise, the
21260         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21261
21262 2004-11-19  Bruno Haible  <bruno@clisp.org>
21263
21264         * lib/strtok_r.c: Move comments from here...
21265         * lib/strtok_r.h: ... to here.
21266
21267 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21268
21269         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21270         implementations that mishandle size_t overflow.
21271
21272 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21273
21274         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21275         might fail.  Problem reported by Yoann Vandoorselaere.
21276         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21277         implementations that mishandle size_t overflow.
21278
21279 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21280
21281         * modules/canon-host (Depends-on): Add strdup.
21282
21283 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21284
21285         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21286
21287 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21288
21289         * lib/canon-host.c: Include "strdup.h".
21290         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21291         Use strdup instead of malloc/strcpy to duplicate strings.
21292
21293         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21294         (human_space_before_unit): New constant.
21295         * lib/human.c (human_readable): Support it.
21296
21297         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21298         (xgetcwd): Set errno correctly when failing.
21299         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21300         the failure is actually due to a PATH_MAX problem.
21301
21302         Further getopt changes to make it more likely that glibc will
21303         buy the changes back.
21304         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21305         (getopt): Use it, so to preserve glibc semantic
21306         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21307         when compiling for libc.
21308         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21309         (getopt_long, getopt_long_only): Use it.
21310
21311         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21312         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21313         (getopt): Argv is now char * const *, as per standard.
21314         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21315         not char *__getopt_argv_const *.
21316         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21317         _getopt_long_only_r): Likewise.
21318         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21319         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21320         _getopt_long_r, _getopt_long_only_r): Likewise.
21321         * lib/getopt_.h (__getopt_argv_const): Remove.
21322         (getopt): Argv is now char * const *, as per standard.
21323
21324         * lib/getdate.y (tORDINAL): New token.
21325         (day, relunit): Allow it for relative times.
21326         (relative_time_table): Use tORDINAL for ordinals.
21327
21328 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21329
21330         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21331         Document that "second" isn't allowed as an ordinal number.
21332
21333 2004-11-16  Jim Meyering  <jim@meyering.net>
21334
21335         * modules/closeout (Depends-on): Add fpending.
21336
21337 2004-11-15  Jim Meyering  <jim@meyering.net>
21338
21339         * lib/closeout.c: Include "__fpending.h" once again.
21340         Include <stdbool.h>.
21341         (close_stdout): Don't fail just because stdout was closed initially,
21342         since some programs don't write to stdout in the normal course of
21343         operation (other than --version and --help), and we don't want this
21344         function to make e.g. `touch file >&-' fail.
21345         But do fail if it was closed and someone has tried to write to it.
21346         E.g., `printf foo >&-' must fail.
21347
21348 2004-11-13  Jim Meyering  <jim@meyering.net>
21349
21350         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21351
21352 2004-11-12  Simon Josefsson  <jas@extundo.com>
21353
21354         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21355         small doc fix is still pending.
21356
21357 2004-11-11  Simon Josefsson  <jas@extundo.com>
21358
21359         * modules/strtok_r: New file.
21360
21361         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21362         strtok_r.
21363
21364 2004-11-11  Simon Josefsson  <jas@extundo.com>
21365
21366         * m4/strtok_r.m4: New file.
21367
21368         * m4/getopt.m4: Replace opterr.
21369
21370 2004-11-11  Simon Josefsson  <jas@extundo.com>
21371
21372         * lib/strtok_r.h, strtok_r.c: New file.
21373
21374 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21375
21376         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21377         of replacing opterr, getopt, etc.  This should handle the
21378         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21379
21380 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21381
21382         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21383         we can stop lying to compilers about the constness of argv when we
21384         are compiled outside glibc.
21385         (getopt, getopt_long, getopt_long_only): Use it.
21386         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21387         _getopt_internal, getopt): Likewise.
21388         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21389         _getopt_long_only_r): Likewise.
21390         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21391         _getopt_long_r, _getopt_long_only_r): Likewise.
21392
21393         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21394         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21395         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21396         the other external symbols.
21397         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21398         declaration, since the above renaming now works around collisions.
21399
21400 2004-11-11  Jim Meyering  <jim@meyering.net>
21401
21402         * lib/linebreak.c: Remove trailing blanks.
21403         * lib/alloca_.h: Likewise.
21404         * lib/acosl.c: Likewise.
21405         * lib/euidaccess.c: Likewise.
21406         * lib/allocsa.h: Likewise.
21407
21408 2004-11-10  Simon Josefsson  <jas@extundo.com>
21409
21410         * m4/getaddrinfo.m4: New file.
21411
21412 2004-11-10  Simon Josefsson  <jas@extundo.com>
21413
21414         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21415
21416 2004-11-10  Simon Josefsson  <jas@extundo.com>
21417
21418         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21419         getaddrinfo.
21420
21421         * modules/getaddrinfo: New file.
21422
21423 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21424
21425         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21426
21427 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21428
21429         * lib/mktime.c (SHR): New macro, which is a portable
21430         substitute for >> that should work even on Crays.
21431         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21432         Problem reported by Mark D. Baushke in
21433         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21434         * lib/getdate.y (SHR): Likewise.
21435         (tm_diff): Use it.
21436         * lib/strftime.c (SHR): Likewise.
21437         (tm_diff): Use it.
21438         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21439         quote_these_too, so that right shifts are well defined.  All uses
21440         changed.
21441
21442 2004-11-10  Jim Meyering  <jim@meyering.net>
21443
21444         Ensure that no close failure goes unreported.
21445         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21446         return early when it seems there's nothing to flush.
21447         Don't include __fpending.h.
21448
21449 2004-11-10  Jim Meyering  <jim@meyering.net>
21450
21451         * modules/closeout (Depends-on): Remove fpending.
21452
21453 2004-11-10  Jim Meyering  <jim@meyering.net>
21454
21455         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21456
21457 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21458
21459         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21460         gl_FUNC_STRFTIME.
21461         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21462         and AC_REQUIRE when possible, to avoid duplicate checks.
21463         Check for <wchar.h>.
21464
21465 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21466
21467         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21468
21469 2004-11-09  Bruno Haible  <bruno@clisp.org>
21470
21471         * m4/sockpfaf.m4: New file.
21472
21473 2004-11-05  Bruno Haible  <bruno@clisp.org>
21474
21475         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21476         Reported by Mark D. Baushke <mdb@cvshome.org>.
21477
21478 2004-11-04  Bruno Haible  <bruno@clisp.org>
21479
21480         2004-09-11  Bruno Haible  <bruno@clisp.org>
21481                 * allocsa.valgrind: New file.
21482         2004-02-06  Bruno Haible  <bruno@clisp.org>
21483                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21484                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21485                 Reported by Christopher Seip <chris.seip@hp.com>.
21486
21487 2004-11-04  Bruno Haible  <bruno@clisp.org>
21488
21489         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21490         (Makefile.am): Distribute it.
21491
21492 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21493
21494         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21495         with errno == ERANGE if the buffer is too small.
21496         Problem reported by Mark D. Baushke.
21497
21498 2004-11-03  Albert Chin  <china@thewrittenword.com>
21499             Paul Eggert  <eggert@cs.ucla.edu>
21500
21501         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21502         equivalent, substitute $ac_type for equivalent type rather than
21503         blindly using uint32_t *always* which won't work if uint32_t is not
21504         available.  Define _UINT32_T to work around typedef of uint32_t if
21505         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21506         2.5.1.
21507
21508 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21509
21510         * m4/jm-macros.m4: Sync from coreutils.
21511         (gl_MACROS): Check for mbrlen, for pathchk.
21512         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21513
21514 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21515
21516         * lib/xreadlink.c (MAXSIZE): New macro.
21517         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21518         size does not exceed MAXSIZE.  Avoid cast.
21519         As suggested by Mark D. Baushke in
21520         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21521         if readlink fails with buffer size just under MAXSIZE, try again
21522         with MAXSIZE.
21523
21524 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21525
21526         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21527
21528 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21529         and  Paul Eggert  <eggert@cs.ucla.edu>
21530
21531         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21532         (get_date): Overparenthesize to avoid GCC warning.
21533
21534 2004-11-02  Bruno Haible  <bruno@clisp.org>
21535
21536         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21537         returns void.
21538
21539 2004-11-02  Bruno Haible  <bruno@clisp.org>
21540
21541         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21542         function returns void.
21543
21544 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21545
21546         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21547         fflush_unlocked, flockfile, funlockfile, funlockfile,
21548         fputs_unlocked, putc_unlocked.
21549
21550 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21551
21552         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21553         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21554         already declared.
21555
21556 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21557
21558         * modules/getdate (Files): Add doc/getdate.texi.
21559         (Depends-on): Add setenv, xalloc.
21560
21561 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21562
21563         * lib/getdate.y: Add support for TZ="foo" within a date string.
21564         Fix some bugs near time_t boundaries.  Reject dates with
21565         out-of-range components, e.g., "Sept 31".
21566         Include <stdlib.h>, "setenv.h", "xalloc.h".
21567         (ISDIGIT_LOCALE): Remove; unused.
21568         Note that the TZ and time functions used here are not reentrant.
21569         (mktime_ok, get_tz): New functions.
21570         (TZBUFSIZE): New constant.
21571         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21572         This requires that we sometimes generate our own TZ="XXX..." setting.
21573
21574 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21575
21576         * doc/getdate.texi: New file, from coreutils with modifications for
21577         the new TZ parsing.
21578
21579 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21580
21581         * lib/mktime.c (not_equal_tm): Remove redundant check.
21582
21583 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21584
21585         * modules/regex (lib_SOURCES): Add regex.c.
21586         Reported by James Youngman in
21587         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21588
21589 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21590
21591         * lib/getdate.y: Use Bison 1.875 features, and some minor
21592         code cleanups.  This change does not affect semantics.
21593         Don't include <stdlib.h>; no longer needed.
21594         Don't include unlocked-io.h; only the "#if TEST" code uses
21595         stdio, and performance isn't crucial there.
21596         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21597         Bison 1.875 features as described below.
21598         All uses of "PC." replaced by "pc->".
21599         (YYSTYPE): Add a forward declaration.
21600         (yylex, yyerror): Use full prototypes in forward decls.
21601         Use "%pure-parser" rather than obsolescent "%pure_parser".
21602         Use %parse-param and %lex-param instead of obsolescent
21603         YYPARSE_PARAM and YYLEX_PARAM.
21604         (meridian_table, month_and_day_table, time_units_table,
21605         relative_time_table, time_zone_table, military_table,
21606         lookup_zone, lookup_word, get_date):
21607         Use NULL instead of 0 where appropriate.
21608         (to_hour): Avoid abort (), to avoid a dependency on
21609         stdlib.h.
21610         (yyerror, yylex): Now accepts parser_control * arg.
21611         (main) [TEST]: Use '\0' rather than 0 for char.
21612
21613 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21614
21615         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21616
21617 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21618
21619         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21620         It's now the caller's responsibility to handle the case where
21621         !HAVE_GETPAGESIZE && !defined getpagesize.
21622
21623         * lib/mktime.c (leapyear): Arg is long int, not int.
21624
21625 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21626
21627         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21628
21629 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21630
21631         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21632         missing.  Problem reported by James Youngman.
21633
21634 2004-10-16  Simon Josefsson  <jas@extundo.com>
21635
21636         * gnulib-tool: Fix comments.  Fix parse problem.
21637         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21638
21639 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21640
21641         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21642         implementation of getopt_long.  Problem reported by Alexander Taler in:
21643         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21644
21645 2004-10-15  Bruno Haible  <bruno@clisp.org>
21646
21647         * gnulib-tool: Untabify. Initialize supplied_libname.
21648         (func_usage): More homogenous output.
21649         (func_modules_transitive_closure, func_modules_to_filelist,
21650         func_emit_lib_Makefile_am): New functions.
21651         (func_import): New function, extracted from big case statement. Use
21652         func_get_license, func_modules_transitive_closure,
21653         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21654         opt_lgpl. Don't use test -a, as it's not portable.
21655         (func_create_testdir): Use func_modules_transitive_closure,
21656         func_modules_to_filelist, func_emit_lib_Makefile_am.
21657
21658 2004-10-15  Bruno Haible  <bruno@clisp.org>
21659
21660         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21661
21662 2004-10-15  Bruno Haible  <bruno@clisp.org>
21663
21664         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21665         the portions belonging to each module.
21666         Suggested by Derek Robert Price <derek@ximbiot.com>.
21667
21668 2004-10-12  Simon Josefsson  <jas@extundo.com>
21669
21670         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21671         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21672         to real functions.
21673
21674 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21675
21676         * modules/vsnprintf: New file.
21677
21678 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21679
21680         * m4/vsnprintf.m4: New file.
21681
21682 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21683
21684         * lib/vsnprintf.h: New file.
21685         * lib/vsnprintf.c: New file.
21686
21687 2004-10-11  Bruno Haible  <bruno@clisp.org>
21688
21689         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21690         vsnprintf.
21691
21692 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21693
21694         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21695
21696 2004-10-07  Bruno Haible  <bruno@clisp.org>
21697
21698         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21699         fits into the provided buffer.
21700
21701 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21702
21703         * lib/diacrit.c, diacrit.h: Add GPL notice.
21704
21705         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21706         notice.
21707         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21708         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21709         This avoids a potential constant-folding bug.
21710
21711 2004-10-05  Bruno Haible  <bruno@clisp.org>
21712
21713         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21714         for the declaration of strsep.
21715
21716 2004-10-05  Bruno Haible  <bruno@clisp.org>
21717
21718         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21719
21720 2004-10-04  Simon Josefsson  <jas@extundo.com>
21721
21722         * modules/memmem: New file.
21723         * tests/test-memmem.c: New file.
21724         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21725
21726 2004-10-04  Simon Josefsson  <jas@extundo.com>
21727
21728         * m4/memmem.m4: New file.
21729
21730 2004-10-04  Simon Josefsson  <jas@extundo.com>
21731
21732         * lib/memmem.h: New file.
21733         * lib/memmem.c: New file, taken from glibc.
21734
21735 2004-10-04  Simon Josefsson  <jas@extundo.com>
21736
21737         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21738         '#ifdef USE_UNLOCKED_IO'.
21739
21740 2004-10-04  Simon Josefsson  <jas@extundo.com>
21741
21742         * config/srclist.txt: Add memmem from glibc.
21743
21744 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21745
21746         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21747
21748         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21749         modules/exclude, modules/getdate, modules/getline,
21750         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21751         modules/getusershell, modules/linebuffer, modules/md5,
21752         modules/mountlist, modules/posixtm, modules/readtokens,
21753         modules/readutmp, modules/regex, modules/sha1,
21754         modules/version-etc, modules/yesno:
21755         Remove dependency on unlocked-io.
21756
21757 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21758
21759         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21760
21761         * m4/unlocked-io.m4: Add copyright notice.
21762         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21763
21764 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21765
21766         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21767         * lib/xmalloc.c (xmemdup): Likewise.
21768         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21769         XFREE): Remove these long-obsolescent macros.
21770         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21771         * lib/xstrdup.c: Remove.
21772
21773         * lib/regex.c (re_comp): Cast gettext return value to char *,
21774         Problem reported by Martin Neitzel via Mark D. Baushke.
21775
21776 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21777
21778         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21779         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21780         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21781         regex.c, sha1.c, version-etc.c, yesno.c:
21782         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21783         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21784         the includer's responsibility.
21785
21786         Sync from coreutils.
21787
21788         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21789         points to the start of a string, as the C Standard says the
21790         resulting behavior is undefined.
21791
21792         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21793         simple -> simple_backups, numbered_existing ->
21794         numbered_existing_backups, numbered -> numbered_backups
21795         to avoid shadowing problems.  All uses changed.
21796         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21797         * lib/backupfile.c (check_extension, numbered_backup):
21798         Rename locals to avoid shadowing 'basename'.
21799         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21800         once.
21801
21802         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21803         * lib/.cvsignore: Add getopt.h.
21804
21805 2004-10-04  Bruno Haible  <bruno@clisp.org>
21806
21807         * modules/README: New file.
21808         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21809         not a module.
21810
21811 2004-10-02  Jim Meyering  <jim@meyering.net>
21812
21813         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21814
21815 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21816
21817         * modules/strsep: New file.
21818
21819 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21820
21821         * m4/strsep.m4: New file.
21822
21823 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21824
21825         * lib/strsep.h: New file.
21826         * lib/strsep.c: New file.
21827
21828 2004-10-01  Simon Josefsson  <jas@extundo.com>
21829
21830         * lib/snprintf.c (snprintf): Handle size==0.
21831
21832 2004-10-01  Simon Josefsson  <jas@extundo.com>
21833             Bruno Haible  <bruno@clisp.org>
21834
21835         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21836         (snprintf): Declare 'args'.
21837
21838 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21839
21840         * lib/snprintf.c: Remove comments as to why each header is needed.
21841
21842 2004-10-01  Bruno Haible  <bruno@clisp.org>
21843
21844         * MODULES.html.sh: Add strsep.
21845
21846 2004-09-30  Simon Josefsson  <jas@extundo.com>
21847
21848         * modules/snprintf: New file.
21849
21850 2004-09-30  Simon Josefsson  <jas@extundo.com>
21851
21852         * m4/snprintf.m4: New file.
21853
21854 2004-09-30  Simon Josefsson  <jas@extundo.com>
21855
21856         * lib/snprintf.h, lib/snprintf.c: New files.
21857
21858 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21859
21860         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21861         (hol_entry_help): Never translate an empty string.
21862         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21863         * lib/argp.h (OPTION_NO_TRANS): New option.
21864
21865 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21866
21867         * modules/argp (Maintainer): Replace Simon Josefsson
21868         by Sergey Poznyakoff.
21869
21870 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21871
21872         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21873         changes merged back into glibc.
21874
21875 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21876
21877         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21878
21879 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21880
21881         * lib/xvasprintf.c: Include xalloc.h.
21882         (xvasprintf): Use xalloc_die, not xmalloc_die.
21883
21884 2004-09-29  Bruno Haible  <bruno@clisp.org>
21885
21886         * modules/alloca-opt: New file, derived from modules/alloca.
21887         * modules/allocsa: Depend on alloca-opt instead of alloca.
21888         * modules/setenv: Likewise.
21889         * modules/vasnprintf: Likewise.
21890         * MODULES.html.sh: Add alloca-opt.
21891
21892 2004-09-28  Simon Josefsson  <jas@extundo.com>
21893
21894         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21895         LGPL, and to replace license template from GPL to LGPL.
21896
21897 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21898
21899         * modules/dummy: Change license to LGPL.
21900
21901 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21902
21903         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21904
21905 2004-09-24  Simon Josefsson  <jas@extundo.com>
21906
21907         * modules/minmax (License): Change from GPL to LGPL.
21908
21909 2004-09-23  Simon Josefsson  <jas@extundo.com>
21910
21911         * gnulib-tool (--import): Typo.
21912
21913 2004-09-23  Simon Josefsson  <jas@extundo.com>
21914
21915         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21916
21917 2004-09-22  Bruno Haible  <bruno@clisp.org>
21918
21919         * modules/*: Add 'License' field.
21920         * gnulib-tool: Accept --extract-license option.
21921         (func_get_license): New function.
21922
21923 2004-09-21  Bruno Haible  <bruno@clisp.org>
21924
21925         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21926         Reported by Simon Josefsson.
21927
21928 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21929
21930         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21931         gl_AC_TYPE_LONG_LONG.
21932
21933 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21934
21935         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21936
21937 2004-09-18  Simon Josefsson  <jas@extundo.com>
21938         and  Paul Eggert  <eggert@cs.ucla.edu>
21939
21940         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21941         calls with autoreconf.  Define GL_LIB.
21942
21943 2004-09-14  Karl Berry  <karl@gnu.org>
21944
21945         * config/srclist.txt: unsync setenv.c, sigh.
21946
21947 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21948
21949         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21950         Problem reported by Bruno Haible in:
21951         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21952
21953 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21954
21955         * config/srclist.txt: Comment out argp-pvh.c.
21956
21957 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21958
21959         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21960         in case some system header has #define'd it.  Problem reported by
21961         Soeren D. Schulze in
21962         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21963
21964 2004-09-09  Karl Berry  <karl@gnu.org>
21965
21966         * regex.[ch]: delete from the root.  These were supposed to be
21967                 synced with emacs cvs, but this has not happened for about
21968                 a year, and anyway nothing else uses emacs regex.[ch].
21969                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21970                 lib/regex[.ch] is untouched.
21971
21972 2004-09-09  Bruno Haible  <bruno@clisp.org>
21973
21974         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21975
21976 2004-09-09  Bruno Haible  <bruno@clisp.org>
21977
21978         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21979         modifications.
21980         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21981
21982 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21983
21984         * modules/xvasprintf: New file.
21985         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21986
21987 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21988
21989         * lib/xvasprintf.h: New file.
21990         * lib/xvasprintf.c: New file.
21991         * lib/xasprintf.c: New file.
21992
21993 2004-09-08  Bruno Haible  <bruno@clisp.org>
21994
21995         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21996
21997 2004-09-08  Bruno Haible  <bruno@clisp.org>
21998
21999         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22000         length is > INT_MAX.
22001         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22002         more.
22003
22004 2004-09-08  Bruno Haible  <bruno@clisp.org>
22005
22006         * lib/stdint_.h: New file, taken from GNU clisp.
22007
22008 2004-09-08  Bruno Haible  <bruno@clisp.org>
22009             Oskar Liljeblad  <oskar@osk.mine.nu>
22010
22011         * modules/stdint: New file.
22012         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22013
22014 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22015
22016         Import from coreutils.
22017         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22018         strings on unbounded length.  alloca's performance benefits aren't
22019         that important here.
22020         (V_STRDUP): Remove.
22021         (parse_with_separator): New function, with most of the internals
22022         of the old parse_user_spec.  Allow user to omit both user and group,
22023         for compatibility with FreeBSD.
22024         Clone only the user name, not the entire spec.
22025         Do not set *uid, *gid unless entirely successful.
22026         Avoid memory leak in some failing cases.
22027         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22028         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22029         (parse_user_spec): Rewrite to use parse_with_separator.
22030
22031 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22032
22033         * modules/userspec: Don't depend on alloca.
22034
22035 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22036
22037         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22038
22039 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22040
22041         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22042         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22043         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22044
22045 2004-08-16  Simon Josefsson  <jas@extundo.com>
22046
22047         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22048         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22049         Add --dry-run for --import.
22050         Let user provided command line parameters override configure.ac
22051         settings.
22052
22053 2004-08-12  Simon Josefsson  <jas@extundo.com>
22054
22055         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22056         as discussed with Paul Eggert in threads rooted at
22057         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22058         and
22059         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22060         Before, the test was empty, and relied on ELIDE_CODE in source
22061         code.)
22062         (gl_PREREQ_GETOPT): New macro.
22063         (gl_GETOPT): Use them.
22064
22065 2004-08-12  Simon Josefsson  <jas@extundo.com>
22066
22067         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22068         * lib/getopt_.h: Renamed from getopt.h.
22069
22070 2004-08-12  Simon Josefsson  <jas@extundo.com>
22071
22072         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22073         Change default library name from libfoo to libgnu.
22074         Now, if you have a configure.ac that says:
22075                 gl_SOURCE_BASE(gl)
22076                 gl_M4_BASE(gl/m4)
22077                 gl_MODULES(error getopt etcetera)
22078                 gl_INIT
22079         you can import all you need by running:
22080                 ../gnulib/gnulib-tool --import
22081
22082         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22083         (Makefile.am): Rewrite, use logic from argz.
22084         (Include): Use <getopt.h> instead of "getopt.h".
22085
22086 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22087
22088         * modules/argp (Files): Add m4/unlocked-io.m4.
22089         (Depends-on): Add extensions.
22090
22091 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22092
22093         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22094         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22095         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22096         Check for program_invocation_name, program_invocation_short_name,
22097         flockfile, funlockfile, features.h, _getopt_long_only_r.
22098
22099 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22100
22101         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22102         its complicated substitute.
22103         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22104         and program_invocation_name.
22105         (__argp_basename) [!_LIBC]: Remove; the only use was
22106         replaced by its body.
22107         (__argp_short_program_name): Change condition from
22108         !defined __argp_short_program_name to
22109         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22110         to match argp-namefrob.h.
22111         (__argp_failure): Don't assume strerror_r returns char *.
22112         * lib/argp-parse.c (N_): Define unconditionally.
22113         (argp_default_options): Fill out initializers with 0 to avoid
22114         gcc warnings.
22115
22116 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22117
22118         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22119         getopt1.c.
22120
22121 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22122
22123         Merge from coreutils.
22124
22125         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22126
22127         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22128         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22129
22130 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22131
22132         Merge from coreutils.
22133
22134         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22135         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22136         for Reliant Unix 5.43.
22137
22138         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22139         (union fooround): Use uintmax_t, not long int.
22140         The rest is a merge from libc:
22141         [defined _LIBC]: Include <shlib-compat.h>.
22142         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22143
22144         * lib/settime.c (settime): Recode to avoid warning with
22145         Sun Forte C 6U2.
22146
22147         * lib/strverscmp.c: Convert to UTF-8.
22148
22149 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22150
22151         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22152         m4/uintmax_t.m4.
22153
22154 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22155
22156         * modules/xalloc-die: New file.
22157         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22158
22159         * modules/md5 (Files): Add m4/uint32_t.m4.
22160         * modules/sha1: Renamed from modules/sha.
22161         (Files):
22162         Rename lib/sha.h to lib/sha1.h.
22163         Rename lib/sha.c to lib/sha1.c.
22164         Rename m4/sha.m4 to m4/sha1.m4.
22165         (lib_SOURCES): Likewise.
22166         (configure.ac): Rename gl_SHA to gl_SHA1.
22167         (Include): sha.h -> sha1.h.
22168
22169 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22170
22171         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22172         * m4/sha1.m4: Renamed from sha.m4.
22173         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22174
22175 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22176
22177         * lib/obstack.h (obstack_empty_p):
22178         Don't assume that chunk->contents is suitably aligned.
22179         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22180         Likewise. Problem reported by Benno in
22181         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22182
22183         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22184         readable.  This could be improved further but it'd take some work.
22185
22186 2004-08-08  Simon Josefsson  <jas@extundo.com>
22187
22188         * modules/xgethostname (Depends-on): Remove exit and error (not
22189         used).
22190
22191         * modules/getpass-gnu: Add getpass.h.
22192         (Depends-on): Add stdbool.
22193         * modules/getpass: Add getpass.h.
22194
22195 2004-08-08  Simon Josefsson  <jas@extundo.com>
22196
22197         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22198         Check getpass declaration.
22199
22200 2004-08-08  Simon Josefsson  <jas@extundo.com>
22201
22202         * lib/xgethostname.c: Don't include error.h (not used).
22203
22204         * lib/getpass.h: Add.
22205         * lib/getpass.c: Include getpass.h first.
22206
22207 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22208
22209         * lib/xalloc-die.c: New file.
22210         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22211         All uses removed.
22212         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22213         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22214         xalloc-die.c.
22215         (_, N_, xalloc_die): Move to xalloc-die.c.
22216         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22217         so that we needn't mess with xalloc_msg_memory_exhausted.
22218
22219         * lib/sha1.h: Renamed from sha.h.
22220         (SHA1_H): Renamed from _SHA_H.
22221         (sha1_ctx): Renamed from sha_ctx.
22222         (sha1_init_ctx): Renamed from sha_init_ctx.
22223         (sha1_process_block): Renamed from sha_process_block.
22224         (sha1_process_bytes): Renamed from sha_process_bytes.
22225         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22226         (sha1_read_ctx): Renamed from sha_read_ctx.
22227         (sha1_stream): Renamed from sha_stream.
22228         (sha1_buffer): Renamed from sha_buffer.
22229         * lib/sha1.c: Likewise; renamed from sha.c.
22230         Do not include <sys/types.h>.
22231         Include <stddef.h> rather than <stdlib.h>.
22232
22233 2004-08-08  Bruno Haible  <bruno@clisp.org>
22234
22235         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22236         FILESYSTEM_PREFIX_LEN.
22237         * lib/progreloc.c: Likewise.
22238         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22239
22240 2004-08-06  Simon Josefsson  <jas@extundo.com>
22241
22242         * modules/progname (Depends-on): Don't depend on stdbool.
22243
22244 2004-08-06  Simon Josefsson  <jas@extundo.com>
22245
22246         * modules/getsubopt: New file.
22247         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22248         getsubopt.
22249
22250 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22251
22252         More merge from coreutils.
22253
22254         * m4/utimens.m4, m4/utimecmp.m4: New files.
22255         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22256         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22257         prereq.m4, sha.m4: Import changes from coreutils.
22258
22259 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22260
22261         More merge from coreutils.
22262         * modules/raise, modules/readtokens0, modules/utimens:
22263         * modules/utimecmp, module/xnanosleep: New files.
22264         * modules/strftime: Add lib/strftime.h.
22265         Change include from <time.h> to "strftime.h".
22266         * modules/yesno: Add lib/yesno.h.
22267         * modules/backupfile: Remove lib/addext.c.
22268         * modules/euidaccess: Add stat-macros.h.
22269         * modules/canonicalize, modules/euidaccess,
22270         modules/filemode, modules/lchown, modules/makepath,
22271         modules/rmdir, modules/stat: Likewise.
22272
22273 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22274
22275         Merge from tar.
22276         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22277         SIZE_MAX is a valid preprocessor constant.
22278         (__argp_basename): Change from "#ifndef _LIBC"
22279         to "#ifndef __argp_short_program_name", so that
22280         we don't compile these functions for tar.
22281
22282         More merges from coreutils.
22283         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22284         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22285         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22286         * lib/addext.c: Remove; no longer needed.
22287         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22288         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22289         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22290         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22291         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22292         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22293         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22294         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22295         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22296         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22297         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22298         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22299         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22300         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22301         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22302         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22303         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22304         Import changes from coreutils.
22305
22306 2004-08-05  Simon Josefsson  <jas@extundo.com>
22307
22308         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22309
22310 2004-08-05  Simon Josefsson  <jas@extundo.com>
22311
22312         * m4/getsubopt.m4: New file.
22313
22314 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22315
22316         Merge from coreutils.
22317
22318         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22319         * m4/getcwd-path-max.m4: New files.
22320
22321         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22322         FILESYSTEM_PREFIX_LEN ->
22323         FILE_SYSTEM_PREFIX_LEN.
22324         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22325         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22326         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22327         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22328
22329         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22330         prerequisite modules now handle the DOS stuff.
22331         Don't check for unistd.h.
22332
22333 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22334
22335         Merge from coreutils.
22336
22337         * lib/.gdb-history: Remove; this doesn't belong here.
22338
22339         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22340         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22341         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22342         * lib/getcwd.c: New files.
22343
22344         * lib/dirname.h: Include <stdbool.h>.
22345         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22346         for consistency with POSIX terminology.  All uses changed.
22347         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22348         (strip_trailing_slashes): Use bool for booleans.
22349         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22350
22351         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22352         sometimes returns a positive errno value even when it succeeds.
22353         (print_errno_message) [!LIBC]: Fall back on strerror if
22354         __strerror_r fails.
22355
22356         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22357         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22358         (longest_relative_suffix): New function.
22359         (path_concat): Use it.  Assume first argument is not NULL.
22360         Port to DOS.  Omit redundant separators.
22361         Report an error instead of returning NULL.
22362         Use mempcpy instead of memcpy.
22363         (xpath_concat): Remove: not declared or used.
22364
22365         * lib/same.h: Include <stdbool.h>
22366         (same_name): Return bool, not int.
22367         * lib/same.c (same_name): Likewise.
22368         (errno): Don't declare; we assume C89 or better now.
22369
22370         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22371         if not already defined.
22372
22373         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22374         * lib/dup-safer.c (errno): Likewise.
22375
22376 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22377
22378         Merge from coreutils.
22379         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22380         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22381         * modules/path-concat: Don't depend on strdup.
22382
22383 2004-08-03  Simon Josefsson  <jas@extundo.com>
22384
22385         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22386         * lib/progname.h: Don't include stdbool.h.
22387
22388 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22389
22390         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22391         * MODULES.html.sh (func_all_modules): Remove fatal.
22392
22393 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22394
22395         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22396
22397 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22398
22399         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22400         working.
22401
22402 2004-08-02  Simon Josefsson  <jas@extundo.com>
22403
22404         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22405         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22406         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22407
22408 2004-08-01  Simon Josefsson  <jas@extundo.com>
22409
22410         * lib/xgetdomainname.c: Include stdlib.h, for free().
22411
22412 2004-07-19  Bruno Haible  <bruno@clisp.org>
22413
22414         * MODULES.html.sh (func_all_modules): Add dummy.
22415
22416 2004-07-16  Simon Josefsson  <jas@extundo.com>
22417
22418         * modules/dummy: New file.
22419
22420 2004-07-16  Simon Josefsson  <jas@extundo.com>
22421
22422         * lib/dummy.c: New file.
22423
22424 2004-07-16  Bruno Haible  <bruno@clisp.org>
22425
22426         * lib/backupfile.h: Add extern "C" for C++.
22427         * lib/closeout.h: Likewise.
22428         * lib/copy-file.h: Likewise.
22429         * lib/findprog.h: Likewise.
22430         * lib/full-write.h: Likewise.
22431         * lib/pathname.h: Likewise.
22432         * lib/progname.h: Likewise.
22433         * lib/stpcpy.h: Likewise.
22434         * lib/stpncpy.h: Likewise.
22435         * lib/strcase.h: Likewise.
22436         * lib/strstr.h: Likewise.
22437         * lib/xalloc.h: Likewise.
22438
22439         * lib/mbswidth.h: Add extern "C" for C++.
22440         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22441
22442 2004-07-13  Robert Millan  <robertmh@gnu.org>
22443
22444         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22445
22446 2004-07-09  Simon Josefsson  <jas@extundo.com>
22447
22448         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22449         failed without this.)
22450
22451 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22452
22453         * modules/chown (Files): Add lib/fchown-stub.c, since
22454         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22455
22456 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22457
22458         * lib/fchown-stub.c: New file.
22459
22460 2004-06-24  Jim Meyering  <jim@meyering.net>
22461
22462         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22463
22464 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22465
22466         * modules/argz: Omit "#include".
22467
22468         * MODULES.html.sh (func_all_modules): Add calloc, to match
22469         2004-06-01 addition of calloc module.
22470
22471 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22472
22473         * m4/argz.m4: New file, which is autoupdated from libtool.
22474
22475 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22476
22477         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22478         libtool.
22479
22480 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22481
22482         * config/srclist-update: Don't insist on "USA." before the
22483         close-comment, as libtool omits the period and puts the */ on a
22484         separate line.
22485         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22486         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22487
22488 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22489
22490         * modules/argz: New file.
22491         * MODULES.html.sh (func_all_modules): Add argz.
22492
22493 2004-06-12  Jim Meyering  <jim@meyering.net>
22494         and  Paul Eggert  <eggert@cs.ucla.edu>
22495
22496         * modules/hash (Files): Add lib/xalloc.h.
22497         * modules/pipe (Depends-on): Add wait-process.
22498         * modules/stat (Depends-on): Add xalloc.
22499         * modules/userspec (Files): Add lib/userspec.h.
22500         * modules/xstrto
22501
22502         Upgrade from gettext-0.13.
22503         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22504         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22505         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22506
22507 2004-06-10  Jim Meyering  <jim@meyering.net>
22508
22509         * lib/calloc.c: New file.
22510
22511 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22512
22513         * lib/getdate.y (yylex): Allow space between sign and number.
22514         Problem reported by Dan Jacobson.
22515
22516 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22517
22518         Merge from coreutils CVS.
22519
22520         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22521         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22522         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22523         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22524         xstrtol.m4: Fix copyright date and/or serial number.
22525
22526         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22527         See if we need an fchown replacement.
22528         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22529         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22530         and use the replacement function if we detect either defect.
22531
22532         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22533         gl_UTIMECMP.
22534
22535 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22536         and  Jim Meyering  <jim@meyering.net>
22537
22538         Merge from coreutils CVS.
22539
22540         * lib/stat-macros.h: New file, with contents from file-type.h
22541         and coreutils' system.h.
22542         * lib/file-type.c: Include "stat-macros.h".
22543         * lib/file-type.h (file_type): Move all macro definitions to new file,
22544         stat-macros.h.
22545
22546         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22547         Wrap old code with this conditional.
22548         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22549         function that does not dereference symlinks.
22550         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22551
22552         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22553         dependency problems.
22554         (xreadlink): Accept new arg SIZE, for efficiency.
22555         All decls and uses changed.
22556         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22557
22558         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22559         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22560
22561         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22562         sysexits.h.
22563
22564 2004-06-01  Jim Meyering  <jim@meyering.net>
22565
22566         * m4/calloc.m4: New file.
22567
22568 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22569
22570         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22571         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22572         Also, fix a typo in a diagnostic.
22573
22574 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22575
22576         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22577         or AC_FUNC_REALLOC.
22578
22579 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22580
22581         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22582         macros to be defined.
22583         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22584         the allocator returns NULL because the requested size is zero.
22585
22586 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22587
22588         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22589         var.  Add comment explaining why libc still defines it.  This
22590         merges the following patch from glibc:
22591         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22592
22593 2004-05-20  Andreas Schwab  <schwab@suse.de>
22594
22595         * m4/free.m4: Replace free if it not known to work, not the other
22596         way round.
22597
22598 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22599
22600         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22601         present in glibc since revision 1.1 of this file.
22602         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22603         obstack_alignment_mask, obstack_alloc, obstack_base,
22604         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22605         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22606         obstack_grow0, obstack_init, obstack_int_grow,
22607         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22608         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22609         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22610         nonexistent functions.
22611
22612 2004-05-18  Karl Berry  <karl@gnu.org>
22613
22614         * config/srclist.txt: break link for vasnprintf.c.
22615
22616 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22617
22618         Port obstack to the AS/400, where pointers are 16 bytes wide and
22619         you cannot cast an integer to a valid pointer.  This patch is
22620         currently waiting to be integrated into glibc; see
22621         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22622
22623         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22624         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22625         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22626         (struct obstack): temp member is now a union of a pointer and
22627         an integer, instead of an integer.  All integer uses changed.
22628         This does not affect the physical layout of struct obstack,
22629         except on hosts (like the AS/400) where the size or alignment of
22630         void * is greater than that of ptrdiff_t.
22631         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22632         __STDC__)]: Store temporary in pointer member of union, not
22633         integer member.
22634         * lib/obstack.c: Include <stddef.h>, for offsetof.
22635         (struct fooalign): Remove; it doesn't need a name.
22636         (union fooround): Change double to long double, and add void *.
22637         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22638         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22639         not a macro.  Hence the values are always int; so remove all
22640         casts-to-int in uses.
22641
22642 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22643
22644         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22645         we can get this patch merged into glibc.
22646
22647 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22648             Paul Eggert  <eggert@cs.ucla.edu>
22649
22650         * m4/argp: Depend on alloca.
22651
22652 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22653             Paul Eggert  <eggert@cs.ucla.edu>
22654
22655         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22656         freecoding.
22657
22658 2004-05-17  Bruno Haible  <bruno@clisp.org>
22659
22660         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22661         precision that consists of a '.' followed by an empty digit string.
22662         Patch by Tor Lillqvist <tml@iki.fi>.
22663
22664 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22665
22666         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22667         for backward compatibility with older code.  We need our own
22668         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22669         it under some other name, and our alloca.h will define it.
22670
22671 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22672             Derek Price  <derek@ximbiot.com>
22673
22674         * lib/alloca.c: Include <alloca.h>, to get our interface.
22675         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22676         include <alloca.h> first.  Use C89 prototype for alloca; this
22677         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22678         Use #elif for simplicity, since we can assume C89 now.
22679         Don't try to source the system alloca.h since it will not be found
22680         and to prevent recursively including its replacement.
22681         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22682         * lib/regex.c: Likewise.
22683
22684 2004-05-16  Derek Price  <derek@ximbiot.com>
22685             Paul Eggert  <eggert@cs.ucla.edu>
22686
22687         getline cleanup.  This changes the getndelim2 API: both order of
22688         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22689         no delimiter).
22690
22691         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22692         interface does that.
22693         (getline): Always use getdelim, so that we don't have two
22694         copies of this code.
22695         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22696         if available.
22697         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22698         (GETNDELIM2_MAXIMUM): New macro.
22699         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22700         instead of the old practice of delim2==0.  All callers changed.
22701         Return -1 on overflow, instead of returning junk.
22702         Do not set *linesize unless allocation succeeds.
22703         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22704         that we include sys/types.h.
22705         * lib/getnline.h: Likewise.
22706         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22707         (getndelim2): Reorder arguments.
22708         * lib/getnline.c (getnline, getndelim):
22709         Don't discard the NMAX argument.
22710         (getnline): Invoke getndelim, to avoid code duplication.
22711         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22712         of (size_t) -1 by callers of the getnline family.
22713
22714 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22715
22716         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22717         Check for gettimeofday.
22718         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22719         Check for settimeofday, stime.
22720
22721 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22722
22723         * lib/nanosleep.c (suspended): Change its type from int to
22724         sig_atomic_t volatile.
22725         (first_call): Make it private to rpl_nanosleep, and have it
22726         be zero initially as that's a bit faster.
22727         (my_usleep): Round up fractional times instead of truncating them,
22728         as this is the usual meaning for 'sleep'.
22729
22730         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22731         doesn't work.
22732         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22733         (ENOSYS): Define if not defined.
22734         (settime): Fall back on stime if it exists and settimeofday fails.
22735         But don't bother with fallbacks if a method fails with errno == EPERM.
22736
22737 2004-05-11  Jim Meyering  <jim@meyering.net>
22738
22739         Prior to this change, the save_cwd caller required read access to the
22740         current directory on most systems (ones with the fchdir function).
22741
22742         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22743         fails, try write-only, and finally, resort to using xgetcwd.
22744
22745 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22746
22747         * lib/obstack.c, obstack.h: Import changes from libc.
22748
22749 2004-04-28  Bruno Haible  <bruno@clisp.org>
22750
22751         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22752         also implicitly appends .exe to executables.
22753         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22754         accepts Windows pathnames.
22755         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22756         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22757         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22758         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22759         Reported by Derek Robert Price <derek@ximbiot.com>.
22760
22761 2004-04-21  Karl Berry  <karl@gnu.org>
22762
22763         * config/srclist.txt (localcharset.c): break sync.
22764
22765 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22766
22767         * m4/host-os.m4: Add a copyright notice.
22768
22769 2004-04-20  Jim Meyering  <jim@meyering.net>
22770
22771         Change UTILS_ to gl_ in AC_DEFINE'd names.
22772         Change utils_- and jm_-prefixed variables, too.
22773         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22774         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22775         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22776
22777         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22778         Don't emit trailing blanks.
22779         Also rename jm_-prefixed variables to have gl_ prefix.
22780
22781         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22782         Also rename jm_-prefixed variables to have gl_ prefix.
22783
22784         * m4/jm-macros.m4: Reflect the renamings.
22785         * m4/prereq.m4: Likewise.
22786
22787 2004-04-20  Jim Meyering  <jim@meyering.net>
22788
22789         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22790         memory.
22791
22792 2004-04-20  Jim Meyering  <jim@meyering.net>
22793             Bruno Haible  <bruno@clisp.org>
22794
22795         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22796         memory when realloc fails.
22797
22798 2004-04-19  Jim Meyering  <jim@meyering.net>
22799
22800         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22801         now that readutmp.c may call `free (0)'.
22802
22803 2004-04-19  Bruno Haible  <bruno@clisp.org>
22804
22805         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22806         * m4/inttypes_h.m4: Likewise.
22807         * m4/stdint_h.m4: Likewise.
22808         * m4/intmax_t.m4: Likewise.
22809         * m4/uintmax_t.m4: Likewise.
22810
22811 2004-04-18  Jim Meyering  <jim@meyering.net>
22812
22813         * m4/prereq.m4: Don't forbid jm_ prefix.
22814
22815         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22816         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22817         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22818         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22819         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22820         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22821         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22822         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22823         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22824         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22825         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22826         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22827         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22828         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22829         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22830         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22831         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22832         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22833         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22834
22835 2004-04-18  Jim Meyering  <jim@meyering.net>
22836
22837         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22838         failure, don't leak memory and do call END_UTMP_ENT.
22839
22840 2004-04-16  Jim Meyering  <jim@meyering.net>
22841
22842         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22843         coreutils' stat program.
22844         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22845
22846 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22847
22848         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22849         C89.
22850         (CHAR_BIT): Remove, since we assume C89.
22851         Include <stdint.h> if available, as per current Autoconf CVS advice.
22852
22853 2004-03-31  Jim Meyering  <jim@meyering.net>
22854
22855         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22856         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22857         * m4/xalloc.m4: Likewise.
22858
22859 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22860
22861         Merge from coreutils.
22862
22863         * m4/inttostr.m4: New file.
22864         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22865         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22866         Require gl_CLOCK_TIME.
22867         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22868
22869 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22870
22871         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22872         not bool, to be more consistent with Unix conventions.
22873         Suggested by Bruno Haible.
22874
22875         Merge from coreutils.
22876
22877         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22878         * lib/umaxtostr.c: New files.
22879
22880         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22881         the usual <time.h> dance.
22882         (get_date): Change signature to support fractional time stamps.
22883         All callers changed.
22884         * lib/getdate.y: Include "getdate.h" first, as we can now
22885         assume C89 and don't need to worry about 'const'.
22886         Similarly, include "unlocked-io.h" near start, not in middle.
22887         Include <limits.h>.
22888         (textint.value): Use long int rather than int.
22889         (textint.digits): Use size_t rather than int.
22890         (BILLION, LOG10_BILLION): New constants.
22891         (parser_control): New member rel_ns.  Members day_ordinal,
22892         time_zone, month, day, hour, minutes, rel_year, rel_month,
22893         rel_day, rel_hour, rel_minutes, rel_seconds
22894         are now long int, not int.  Member seconds is now struct timespec,
22895         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22896         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22897         not int.
22898         (%union.intval): Now long int, not int.
22899         New member timespec.
22900         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22901         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22902         (spec): Now is a timespec or an item list.
22903         (timespec, items): New nonterminals.
22904         (time, rel, relunit, number, get_date):
22905         Add support for fractional seconds.
22906         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22907         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22908         (to_hour): First arg is now long int, not int.
22909         (to_year): Returns long int, not int.
22910         Don't treat year -70 like 70.
22911         (tm_diff): Returns long int, not int.
22912         (lookup_word): Use bool instead of int when appropriate.
22913         (yylex): Use size_t for count, not int.
22914         Detect overflow when parsing large integer constants.
22915         Add support for fractions.
22916         (get_date): Make pointers 'const' if possible.
22917         Use more-portable code to detect integer overflow.
22918         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22919         Don't use ctime; it's not reliable if the year has >4 digits.
22920
22921         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22922         This is for compatibility with BSD.
22923
22924         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22925         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22926         From coreutils' system.h.
22927
22928         * lib/userspec.c: Don't include "posixver.h".
22929         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22930         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22931         compatible extension.  Simplify code by removing a boolean int
22932         that was always nonzero if a string was nonnull.
22933
22934 2004-03-30  Jim Meyering  <jim@meyering.net>
22935
22936         Merge from coreutils.
22937
22938         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22939         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22940         on some systems one must include <grp.h> before it.
22941         Reported by Christian Krackowizer.
22942
22943 2004-03-30  Jim Meyering  <jim@meyering.net>
22944
22945         Merge from coreutils.
22946
22947         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22948
22949         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22950         an empty input stream.
22951
22952         * lib/readtokens.c: Include <stdbool.h>.
22953         (readtoken): Use `size_t' rather than int/long.
22954         All callers adjusted.
22955         Use `bool' rather than `int' where appropriate.
22956         Use memset rather than an explicit loop.
22957         Use x2nrealloc rather than xrealloc.
22958         Allow the use of `\0' as a delimiter.
22959         (readtokens): Likewise.
22960         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22961
22962 2004-03-30  Jim Meyering  <jim@meyering.net>
22963
22964         * m4/realloc.m4: Remove file, since now it does no more than
22965         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22966         the `configure.ac' section of module/realloc.
22967         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22968
22969 2004-03-30  Bruno Haible  <bruno@clisp.org>
22970
22971         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22972         nonnull.
22973
22974 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22975
22976         Merge changes to getloadavg.c from coreutils and Emacs.
22977
22978         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22979         Define to an expression, not to the empty string.
22980         Include cloexec.h and xalloc.h.
22981         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22982         Use set_cloexec_flag rather than rolling our own.
22983         * lib/cloexec.c, lib/cloexec.h: New files.
22984
22985 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22986
22987         * m4/cloexec.m4: New file.
22988
22989 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22990
22991         * lib/getopt.h: Sync with libc CVS.
22992
22993 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22994             Bruno Haible  <bruno@clisp.org>
22995
22996         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22997         mbswidth.
22998
22999 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23000             Bruno Haible  <bruno@clisp.org>
23001
23002         * lib/mbswidth.h: Include <wchar.h> only if
23003         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23004         <wchar.h>.
23005         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23006
23007 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23008
23009         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23010         Sync with libc CVS.
23011         * lib/getopt_int.h: New file, also synced from libc.
23012
23013 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23014
23015         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23016         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23017         Bring back getopt.c, getopt.h, getopt1.c.
23018
23019 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23020
23021         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23022         All uses changed.  Check for sa_sigaction member; this fixes
23023         a bug first reported by Jason Andrade in
23024         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23025
23026 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23027
23028         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23029         '#if' expressions.  Unlike the code it replaces, it does not
23030         depend on (defined _SC_PAGESIZE).  However, it does depend on
23031         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23032         first reported by Jason Andrade in
23033         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23034
23035 2004-02-25  Simon Josefsson  <jas@extundo.com>
23036
23037         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23038
23039 2004-02-25  Simon Josefsson  <jas@extundo.com>
23040
23041         * lib/strdup.h: New file.
23042         * lib/strdup.c: Include it.
23043         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23044         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23045
23046 2004-02-23  Karl Berry  <karl@gnu.org>
23047
23048         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23049         (from fencepost.gnu.org:/gd/gnuorg).
23050
23051 2004-02-23  Karl Berry  <karl@gnu.org>
23052
23053         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23054         * config/srclist.txt: add maintain/standards documents.
23055
23056 2004-02-18  Bruno Haible  <bruno@clisp.org>
23057
23058         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23059         Reported by Derek Robert Price <derek@ximbiot.com>.
23060
23061 2004-02-16  Karl Berry  <karl@gnu.org>
23062
23063         * config/mkinstalldirs, install-sh: update from automake.
23064
23065 2004-02-06  Karl Berry  <karl@gnu.org>
23066
23067         * m4/po.m4: update from gettext 0.14.1.
23068
23069 2004-02-06  Karl Berry  <karl@gnu.org>
23070
23071         * lib/config.charset: update from gettext 0.14.1.
23072
23073 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23074
23075         Add comments and code, prompted by suggestions from Bruno Haible
23076         for sh-quote.
23077         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23078         describing the enum quoting_style values.
23079         * lib/quotearg.c (quotearg_alloc): New function.
23080         (quotearg_buffer_restyled): Treat lone { and } as special.
23081         Treat = as special.  Work around bug with older shells
23082         that "see" a '\' that is really the 2nd byte of a multibyte char.
23083         Quote empty string with shell_quoting_style.
23084
23085 2004-02-03  Bruno Haible  <bruno@clisp.org>
23086
23087         * m4/pipe.m4: New file, from GNU gettext.
23088
23089 2004-02-03  Bruno Haible  <bruno@clisp.org>
23090
23091         * lib/pipe.h: New file, from GNU gettext.
23092         * lib/pipe.c: New file, from GNU gettext.
23093
23094 2004-01-27  Bruno Haible  <bruno@clisp.org>
23095
23096         * m4/execute.m4: New file, from GNU gettext.
23097
23098 2004-01-27  Bruno Haible  <bruno@clisp.org>
23099
23100         * lib/execute.h: New file, from GNU gettext.
23101         * lib/execute.c: New file, from GNU gettext.
23102         * lib/w32spawn.h: New file, from GNU gettext.
23103
23104 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23105
23106         Merge from diffutils.
23107
23108         * lib/file-type.c (file_type): Add typed memory objects.
23109         * lib/file-type.h (S_TYPEISTMO): New macro.
23110
23111         * lib/c-stack.h (c_stack_action): Remove argv argument.
23112         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23113         (die): Don't calculate message unless segv_action returns.
23114         (get_stack_location, min_address_from_argv, max_address_from_argv,
23115         volatile stack_base, volatile_stack_size): Remove.
23116         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23117         that every segmentation violation is a stack overflow.  (Ouch!)
23118         See Debian bug 136249 (still outstanding) for more info about why
23119         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23120
23121 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23122
23123         Exit-status fix from coreutils.
23124
23125         Use exit_failure consistently in place of EXIT_FAILURE,
23126         so that program exit statuses are consistent on failure.
23127
23128         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23129         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23130         * lib/argmatch.h: Comment fix to match the above.
23131         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23132         Now a macro referring to exit_failure, instead of a separate
23133         variable.  Include "exitfail.h" to get it.
23134         * lib/xstrtol.h: Include "exitfail.h".
23135         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23136
23137         * lib/long-options.c (parse_long_options): Use prototype
23138         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23139         for clarity.
23140
23141 2004-01-21  Jim Meyering  <jim@meyering.net>
23142
23143         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23144         so as not to conflict with a different-sized __mktime_internal
23145         function in GNU libc.
23146         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23147         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23148
23149 2004-01-20  Karl Berry  <karl@gnu.org>
23150
23151         * config/config.guess: update from config.
23152
23153         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23154
23155 2004-01-20  Bruno Haible  <bruno@clisp.org>
23156
23157         Safer stack allocation.
23158         * lib/setenv.c: Include allocsa.h.
23159         (alloca): Remove fallback definition.
23160         (freea): Remove macro.
23161         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23162         instead of freea.
23163
23164 2004-01-20  Bruno Haible  <bruno@clisp.org>
23165
23166         * m4/eealloc.m4: New file, from GNU gettext.
23167
23168 2004-01-20  Bruno Haible  <bruno@clisp.org>
23169
23170         * m4/allocsa.m4: New file, from GNU gettext.
23171
23172 2004-01-20  Bruno Haible  <bruno@clisp.org>
23173
23174         * lib/xallocsa.h: New file, from GNU gettext.
23175         * lib/xallocsa.c: New file, from GNU gettext.
23176
23177 2004-01-20  Bruno Haible  <bruno@clisp.org>
23178
23179         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23180
23181 2004-01-20  Bruno Haible  <bruno@clisp.org>
23182
23183         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23184         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23185         specially.
23186
23187 2004-01-20  Bruno Haible  <bruno@clisp.org>
23188
23189         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23190         patch.
23191
23192 2004-01-20  Bruno Haible  <bruno@clisp.org>
23193
23194         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23195
23196 2004-01-20  Bruno Haible  <bruno@clisp.org>
23197
23198         * lib/eealloc.h: New file.
23199
23200 2004-01-20  Bruno Haible  <bruno@clisp.org>
23201
23202         * lib/binary-io.h: Avoid warnings on Cygwin.
23203
23204 2004-01-20  Bruno Haible  <bruno@clisp.org>
23205
23206         * lib/allocsa.h: New file, from GNU gettext.
23207         * lib/allocsa.c: New file, from GNU gettext.
23208
23209 2004-01-18  Karl Berry  <karl@gnu.org>
23210
23211         * doc/gpl.texi, doc/lgpl.texi: new files.
23212
23213 2004-01-18  Karl Berry  <karl@gnu.org>
23214
23215         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23216         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23217
23218 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23219
23220         Merge from coreutils.
23221
23222         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23223         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23224         (gl_DEFAULT_POSIX2_VERSION): Move
23225         the documentation from 'configure' into 'config.hin',
23226         so that 'configure --help' isn't burdened by it and
23227         we don't have to worry about its formatting there.
23228         Reword the documentation so that it's more succinct
23229         and can be run together into a single paragraph.
23230         * m4/same.m4 (gl_SAME): Check for pathconf.
23231
23232 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23233
23234         Merge from coreutils.
23235
23236         * lib/posixver.c: Include posixver.h.
23237
23238         * lib/same.c: Include <stdbool.h>, <limits.h>.
23239         (_POSIX_NAME_MAX): Define if not defined.
23240         (MIN): New macro.
23241         (same_name): If file names are silently truncated, report
23242         that the file names are the same if they are the same after
23243         the silent truncation.
23244
23245         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23246         conversion function.
23247         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23248         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23249         longer needed.
23250
23251 2004-01-15  Jim Meyering  <jim@meyering.net>
23252
23253         Merge from coreutils.
23254
23255         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23256         if no library is required.
23257         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23258         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23259         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23260         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23261         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23262         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23263         value, $ac_cv_search_crypt, if it's "none required".
23264         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23265         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23266         not gl_FUNC_GETLOADAVG.
23267         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23268         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23269
23270 2004-01-15  Jim Meyering  <jim@meyering.net>
23271
23272         Merge from coreutils.
23273
23274         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23275         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23276         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23277
23278         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23279         optional configure-time default.
23280
23281         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23282
23283         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23284
23285 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23286
23287         Merge from coreutils.
23288
23289         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23290         value, $ac_cv_search_nanosleep, if it's "none required".
23291
23292 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23293
23294         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23295         with like-named macro in fnmatch.c.
23296         (EXT): Use an internal constant instead.
23297
23298         Merge fnmatch patches from glibc.
23299         * lib/fnmatch.c (mbsinit): Remove define.
23300         Add libc_hidden_ver (__fnmatch, fnmatch).
23301         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23302         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23303
23304 2004-01-14  Karl Berry  <karl@gnu.org>
23305
23306         * config/install-sh: update from automake.
23307
23308 2004-01-13  Karl Berry  <karl@gnu.org>
23309
23310         * config/install-sh: update from automake.
23311
23312 2004-01-09  Karl Berry  <karl@gnu.org>
23313
23314         * config/install-sh: update from automake.
23315
23316 2004-01-05  Karl Berry  <karl@gnu.org>
23317
23318         * config/config.{sub,guess}: update from config.
23319
23320 2003-12-31  Karl Berry  <karl@gnu.org>
23321
23322         * config/depcomp: update from automake.
23323
23324 2003-12-14  Karl Berry  <karl@gnu.org>
23325
23326         * lib/config.charset: update from gettext-runtime.
23327
23328 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23329
23330         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23331         Bug reported by Alfred M. Szmidt.
23332
23333 2003-12-03  Bruno Haible  <bruno@clisp.org>
23334
23335         * m4/gettext.m4: Upgrade from gettext-0.13.
23336         * m4/po.m4: Upgrade from gettext-0.13.
23337         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23338         * m4/intmax.m4: New file, from gettext-0.13.
23339         * m4/printf-posix.m4: New file, from gettext-0.13.
23340
23341 2003-11-29  Karl Berry  <karl@gnu.org>
23342
23343         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23344
23345 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23346             Bruno Haible  <bruno@clisp.org>
23347
23348         * lib/printf-parse.h: Don't include sys/types.h.
23349         (ARG_NONE): New macro.
23350         (char_directive): Change type of *arg_index fields to size_t.
23351         * lib/printf-parse.c: Don't include sys/types.h.
23352         (SSIZE_MAX): Remove macro.
23353         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23354         Remove unnecessary overflow check.
23355         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23356         fields.
23357
23358 2003-11-25  Bruno Haible  <bruno@clisp.org>
23359
23360         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23361
23362 2003-11-25  Bruno Haible  <bruno@clisp.org>
23363
23364         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23365         gt_TYPE_SSIZE_T.
23366
23367 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23368
23369         * modules/alloca: Remove dependency on xalloc.
23370
23371 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23372
23373         * lib/alloca.c: Remove dependency on xalloc module.
23374         (xalloc_die): Remove.
23375         (memory_full) [!defined emacs]: New macro.
23376         [!defined emacs]: Don't include xalloc.h.
23377         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23378         address arithmetic overflows.  Change datatypes a bit to avoid
23379         unnecessary casts.
23380
23381 2003-11-22  Jim Meyering  <jim@meyering.net>
23382
23383         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23384         s/size/size_t/.
23385
23386 2003-11-21  Karl Berry  <karl@gnu.org>
23387
23388         * config/config.{sub,guess}: update from config.
23389
23390 2003-11-18  Karl Berry  <karl@gnu.org>
23391
23392         * config/config.{sub,guess}: update from config.
23393
23394         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23395
23396 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23397
23398         * README: Mention that S+T cannot overflow if S is the size of
23399         an existing object and T is sufficiently small.
23400
23401 2003-11-17  Jim Meyering  <jim@meyering.net>
23402
23403         On systems without utime and without a utimes function capable of
23404         dealing with a NULL struct utimbuf* argument, this utime replacement
23405         could -- in unusual circumstances -- leak a file descriptor.
23406         * lib/utime.c: Include <unistd.h> and <errno.h>.
23407         (utime_null): Be sure to close `fd' and to preserve errno.
23408         Reported by Geoff Collyer via Arnold Robbins.
23409
23410 2003-11-17  Bruno Haible  <bruno@clisp.org>
23411
23412         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23413         (Depends-on): Add xsize.
23414
23415 2003-11-17  Bruno Haible  <bruno@clisp.org>
23416
23417         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23418
23419 2003-11-17  Bruno Haible  <bruno@clisp.org>
23420
23421         * lib/vasnprintf.c (alloca): Remove fallback definition.
23422         (freea): Remove definition.
23423         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23424         Reported by Paul Eggert.
23425
23426 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23427             Bruno Haible  <bruno@clisp.org>
23428
23429         Protect against address arithmetic overflow.
23430         * lib/printf-args.h: Include stddef.h.
23431         (arguments): Change type of field 'count' to size_t.
23432         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23433         'unsigned int' where appropriate.
23434         * lib/printf-parse.h: Include sys/types.h.
23435         (char_directive): Change type of *arg_index fields to ssize_t.
23436         (char_directives): Change type of fields 'count', max_*_length to
23437         size_t.
23438         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23439         (SSIZE_MAX): Define fallback value.
23440         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23441         instead of 'int' where appropriate. Check a_allocated, d_allocated
23442         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23443         * lib/vasnprintf.c: Include xsize.h.
23444         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23445         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23446         overflow. Avoid wraparound when converting a width or precision from
23447         decimal to binary.
23448
23449 2003-11-16  Bruno Haible  <bruno@clisp.org>
23450
23451         Update from GNU gettext.
23452         * lib/printf-parse.c: Generalize to it can be compiled for wide
23453         strings.
23454         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23455         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23456         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23457         SNPRINTF): New macros.
23458         Don't include <alloca.h> if the file is used inside libintl.
23459         (local_wcslen): New function, for Solaris 2.5.1.
23460         (VASNPRINTF): Use it instead of wcslen.
23461
23462 2003-11-16  Bruno Haible  <bruno@clisp.org>
23463
23464         * lib/xsize.h (xmax): New function.
23465         (xsum, xsum3, xsum4): Declare as "pure" functions.
23466
23467 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23468
23469         * modules/xalloc (Files): Undo latest change, since xalloc.h
23470         no longer needs SIZE_MAX or PTRDIFF_MAX.
23471
23472 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23473
23474         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23475         gl_PTRDIFF_MAX.
23476
23477 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23478
23479         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23480         "return", to pacify some unknown compiler.  Problem reported
23481         by Joerg Schilling.
23482
23483 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23484
23485         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23486         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23487         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23488         heuristic is just as accurate as far as we know, and it removes a
23489         dependency on size_max.m4 and ptrdiff_max.m4.
23490
23491 2003-11-11  Bruno Haible  <bruno@clisp.org>
23492
23493         * modules/xsize (Files): Add m4/size_max.m4.
23494         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23495
23496 2003-11-11  Bruno Haible  <bruno@clisp.org>
23497
23498         * m4/size_max.m4: New file.
23499         * m4/ptrdiff_max.m4: New file.
23500         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23501         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23502         (gl_XALLOC): Invoke it.
23503
23504 2003-11-11  Bruno Haible  <bruno@clisp.org>
23505
23506         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23507         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23508         defined.
23509
23510 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23511
23512         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23513         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23514         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23515         From Bruno Haible.
23516         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23517         not (size_t) -1, since it's defined here.
23518
23519 2003-11-09  Karl Berry  <karl@gnu.org>
23520
23521         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23522
23523 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23524
23525         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23526         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23527         Reject sizes of exactly SIZE_MAX bytes.
23528         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23529         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23530
23531 2003-11-05  Bruno Haible  <bruno@clisp.org>
23532
23533         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23534         SIZE_MAX defined in <limits.h> on Solaris.
23535
23536 2003-11-04  Jim Meyering  <jim@meyering.net>
23537
23538         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23539         variable names, rather than @VAR@.
23540         * modules/poll: Likewise.
23541
23542 2003-11-04  Bruno Haible  <bruno@clisp.org>
23543
23544         * modules/xsize: New file.
23545         * modules/linebreak: Depend on xsize.
23546         * MODULES.html.sh (func_all_modules): Add xsize.
23547
23548 2003-11-04  Bruno Haible  <bruno@clisp.org>
23549
23550         * m4/xsize.m4: New file.
23551
23552 2003-11-04  Bruno Haible  <bruno@clisp.org>
23553
23554         * lib/xsize.h: New file.
23555         * lib/linebreak.c: Include xsize.h.
23556         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23557         argument for overflow.
23558         Suggested by Paul Eggert.
23559
23560 2003-11-03  Karl Berry  <karl@gnu.org>
23561
23562         * config/config.{guess,sub}: update from config.
23563
23564 2003-11-03  Jim Meyering  <jim@meyering.net>
23565
23566         * modules/userspec (lib_SOURCES): Add userspec.h.
23567         (Include): Add "userspec.h".
23568         Improve description.
23569
23570 2003-11-03  Jim Meyering  <jim@meyering.net>
23571
23572         * lib/userspec.c: Include "userspec.h".
23573         * lib/userspec.h: New file.
23574
23575 2003-11-03  Bruno Haible  <bruno@clisp.org>
23576
23577         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23578
23579 2003-11-03  Bruno Haible  <bruno@clisp.org>
23580
23581         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23582         available, to avoid (extremely rare) race condition.
23583         Suggested by Paul Eggert.
23584
23585 2003-11-02  Karl Berry  <karl@gnu.org>
23586
23587         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23588
23589 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23590
23591         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23592         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23593         (read_filesystem_list): Set and use me_type_malloced.
23594         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23595         whatever the type happens to be), for brevity and consistency.
23596         Check for size calculation overflow on Alphas running OSF/1.
23597
23598 2003-10-31  Jim Meyering  <jim@meyering.net>
23599
23600         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23601
23602         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23603
23604 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23605             Bruno Haible  <bruno@clisp.org>
23606
23607         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23608         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23609
23610 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23611
23612         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23613         netbsd*-gnu*.  Suggested by Robert Millan.
23614
23615 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23616
23617         * modules/group-member: Depend on stdbool.
23618
23619 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23620
23621         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23622
23623 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23624
23625         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23626         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23627         after the 'gnu' in these cases.  This fixes some bugs in the
23628         previous change, and is based on suggestions by Robert Millan.
23629
23630 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23631
23632         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23633         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23634         no longer needed.
23635         * lib/quotearg.c (quotearg_n_options): Use it.
23636         * lib/group-member.c: Include <stdbool.h>.
23637         (free_group_info): Arg is now const *; don't free arg.
23638         (get_group_info): Now returns bool and accepts struct group_info *,
23639         rather than returning a malloc'ed struct group_info *.
23640         All uses changed.  Check for overflow in internal size calculation.
23641
23642         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23643         rather than xmalloc/xrealloc.
23644         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23645         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23646         conformance bug: the old code used a pointer after freeing the
23647         storage that it addressed.
23648         * lib/hash.c (hash_initialize): Simplify the code by using
23649         xalloc_oversized rather than doing it by hand.
23650         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23651         the buffer preserved.  Use free and xmalloc instead.
23652         * lib/quotearg.c (quotearg_n_options): Likewise.
23653         Use a simpler test for size overflow.  Don't use xalloc_oversized
23654         because unsigned int might be wider than size_t (!); this suggests
23655         that we should switch from unsigned int to size_t for slot numbers.
23656
23657 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23658
23659         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23660         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23661         NetBSD kernels.  Requested by Richard Stallman.
23662
23663 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23664
23665         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23666         to allocate the returned structure.  Do not allocate a subarray,
23667         as x2nrealloc will do that.
23668         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23669         instead of xnrealloc.
23670         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23671
23672 2003-10-27  Bruno Haible  <bruno@clisp.org>
23673
23674         * lib/stdbool_.h: Better support for BeOS.
23675
23676 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23677
23678         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23679         now uses inline.
23680
23681 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23682
23683         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23684         callers that want to do their own size-overflow checking.  Include
23685         <stdbool.h>, since xalloc_oversized returns bool.
23686         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23687         to use xalloc_oversized.
23688
23689         Add two functions x2realloc, x2nrealloc, for programs that grow
23690         arrays dynamically by doubling their sizes.
23691         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23692         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23693         New functions.
23694
23695         Port to C99 semantics for 'inline' of external functions.
23696         Bug reported by Bruno Haible.
23697         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23698         with the old contents of xnmalloc.
23699         (xnmalloc, xmalloc): Use it.
23700         (xnrealloc_inline): New static inline function,
23701         with the old contents of xnrealloc.
23702         (xnrealloc, xrealloc): Use it.
23703
23704         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23705         that.
23706
23707 2003-10-26  Karl Berry  <karl@gnu.org>
23708
23709         * config/srclist.txt (COPYING.DOC): no longer available from
23710         /gd/gnuorg; don't know where the ultimate source is.
23711
23712 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23713
23714         Fix several address-calculation bugs in the hash modules,
23715         plus some minor code cleanup.
23716
23717         * lib/hash.h: Include <stdbool.h>, for bool.
23718         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23719         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23720         hash_get_n_entries, hash_get_max_bucket_length,
23721         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23722         hash_rehash): Use size_t rather than unsigned.
23723         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23724         hash_get_n_buckets_used, hash_get_n_entries,
23725         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23726         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23727         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23728         Likewise.
23729         (SIZE_MAX): Define if not defined.
23730         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23731         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23732         hash_print):
23733         Use const * when possible.
23734         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23735         (check_tuning): Fix bug: if tuning parameters were very close to
23736         0 or 1, rounding errors could have caused subscript violations.
23737         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23738         (hash_initialize): Add 'fail:' label
23739         to free table and return NULL, and use it to simplify code.
23740         Use calloc rather than clearing the storage ourself.
23741         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23742         buffer size calculations.
23743         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23744         Include <stddef.h>, for size_t.
23745         * lib/hash-pjw.c (hash_pjw): Likewise.
23746         Switch to method described by Bruno Haible.
23747         Include <limits.h>, for CHAR_BIT.
23748         (SIZE_BITS): New macro.
23749
23750 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23751
23752         * m4/getline.m4 (AM_FUNC_GETLINE):
23753         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23754         hosts.  Problem reported by Derek Robert Price in
23755         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23756         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23757         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23758
23759 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23760
23761         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23762         ceiling the allocation at NMAX bytes rather than silently
23763         discarding input bytes before NMAX is reached.  This makes
23764         a difference only if NMAX exceeds SIZE_MAX / 2.
23765
23766         * lib/obstack.c: Merge from glibc.
23767         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23768         Add libc_hidden_def (_obstack_newchunk).
23769         (_obstack_free) [! defined _LIBC]: Remove.
23770         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23771         a clone of the function body.
23772         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23773         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23774
23775         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23776         glibc.
23777         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23778         arg to memcpy.
23779
23780         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23781         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23782         Don't use lvalue casts, as GCC plans to remove support for them
23783         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23784         was also present in the non-GCC version, indicating that this
23785         code had always been buggy and had never been widely used.
23786         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23787         Use the fast variant of each macro, rather than copying the
23788         definiens of the fast variant; that way, we'll be more likely to
23789         catch future bugs in the fast variants.
23790
23791 2003-10-20  Bruno Haible  <bruno@clisp.org>
23792
23793         * modules/wait-process: New file.
23794         * MODULES.html.sh (func_all_modules): Add wait-process.
23795
23796 2003-10-20  Bruno Haible  <bruno@clisp.org>
23797
23798         * m4/wait-process.m4: New file.
23799
23800 2003-10-20  Bruno Haible  <bruno@clisp.org>
23801
23802         * lib/wait-process.h: New file, from GNU gettext.
23803         * lib/wait-process.c: New file, from GNU gettext.
23804
23805 2003-10-19  Jim Meyering  <jim@meyering.net>
23806
23807         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23808         HPUX 10.20.
23809
23810 2003-10-18  Karl Berry  <karl@gnu.org>
23811
23812         * config/config.guess: update from config.
23813
23814 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23815
23816         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23817         (getgroups): First arg is int, not size_t.
23818         Don't let 'free' mangle errno.
23819
23820 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23821
23822         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23823
23824 2003-10-16  Karl Berry  <karl@gnu.org>
23825
23826         * config/config.{guess,sub}: update from config.
23827
23828 2003-10-16  Jim Meyering  <jim@meyering.net>
23829
23830         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23831         memcpy.
23832
23833 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23834
23835         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23836         (SIZE_MAX): Remove.
23837         (new_exclude, add_exclude_file): Initial size no longer needs to
23838         be a power of 2.
23839         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23840         our own address arithmetic overflow checking.
23841
23842         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23843         (fnmatch): Do not alloca more than 2000 wide characters;
23844         instead, use malloc for large buffers.
23845         Check for address arithmetic overflow, and return -1
23846         with errno set to ENOMEM in that case.
23847         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23848         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23849         instead, return -1.  Check for address arithmetic overflow.
23850
23851 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23852
23853         Handle invalid suffixes and overflow independently, so that
23854         callers can treat them independently as needed.  Fix some bugs in
23855         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23856         suffix for a human-readable blocksize.  The major caller-visible
23857         change is the addition of a new
23858         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23859         that both overflow and suffix chars were found.
23860
23861         * lib/human.c (humblock): Don't check separately for invalid suffix
23862         char; that is xstrtoumax's job (now that its bug is fixed).
23863         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23864         INTMAX_MAX]: New macros.
23865         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23866         TYPE_MAXIMUM): New macros.
23867         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23868         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23869         if overflow occurs, as it's what __strtol does and it's more useful
23870         in practice.
23871         (__xstrtol): If __strtol reports some error other than ERANGE,
23872         reflect it to the caller as LONGINT_INVALID.  If it reports
23873         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23874         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23875         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23876         value.
23877         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23878         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23879         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23880         [defined UINTMAX_MAX]: New macros.
23881
23882 2003-10-14  Bruno Haible  <bruno@clisp.org>
23883
23884         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23885
23886 2003-10-14  Bruno Haible  <bruno@clisp.org>
23887
23888         * m4/sig_atomic_t: New file, from GNU gettext.
23889         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23890
23891 2003-10-14  Bruno Haible  <bruno@clisp.org>
23892
23893         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23894         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23895         Also use volatile where needed.
23896
23897 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23898
23899         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23900         Change maintainer from Bruno Haible to 'all'.
23901
23902 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23903
23904         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23905
23906 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23907
23908         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23909         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23910         and define in terms of the other primitives.
23911         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23912         (SIZE_MAX): Define if not already defined.
23913         (array_size_overflow): New function.
23914         (xalloc_die): Abort instead of exiting if 'error' returns.
23915         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23916         (xmalloc, xrealloc): Use them.
23917         (xcalloc): Check for address arithmetic overflow.
23918         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23919         a bit faster than strcpy.
23920
23921 2003-10-10  Simon Josefsson  <jas@extundo.com>
23922
23923         * modules/argp (Depends-on): Add restrict and strcase.
23924
23925 2003-10-10  Simon Josefsson  <jas@extundo.com>
23926
23927         * m4/argp.m4: Add AC_C_INLINE.
23928
23929 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23930
23931         Merge getpass from libc, plus a few fixes.
23932
23933         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23934         Include <stdbool.h>.
23935         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23936         __fsetlocking to empty.
23937         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23938         do include <bits/libc-lock.h>.
23939         Do not include <fcntl.h>; not needed.
23940         [_LIBC]: Include <wchar.h>.
23941         (NOTCANCEL_MODE): New macro.
23942         (flockfile, funlockfile) [_LIBC]: New macros.
23943         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23944         [!_LIBC]: New macros.
23945         (call_fclose): New function.
23946         (getpass): Use it.  Save tty stream separately; this simplifies the
23947         code and makes it more reliable if stdin happens to equal stdout.
23948         Invoke __fsetlocking on tty.
23949         Handle thread cancellation if needed.
23950         Namespace cleanup (use __tcgetattr, __getline).
23951         Use bool for Booleans.
23952         [USE_IN_LIBIO]: Handle wide streams.
23953         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23954         stream might go where.
23955
23956         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23957         doesn't have to include <stdio.h> before us.
23958         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23959         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23960         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23961         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23962         if not declared, so that we can use getpass.c code from libc without
23963         rewriting it.
23964         (flockfile, ftrylockfile, funlockfile): New macros.
23965
23966 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23967
23968         * modules/getpass: Depend on stdbool.
23969
23970 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23971
23972         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23973
23974 2003-10-07  Karl Berry  <karl@gnu.org>
23975
23976         * config/config.{guess,sub}: update from config.
23977
23978 2003-10-06  Jim Meyering  <jim@meyering.net>
23979             Bruno Haible  <bruno@clisp.org>
23980
23981         This lets translators provide better translations for the
23982         "Written by ..." part of --version output.
23983         * lib/version-etc.h: Include stdarg.h.
23984         (version_etc_copyright): Declare as readonly.
23985         (version_etc): Make this function variadic with a NULL-terminated list
23986         of author name strings.
23987         (version_etc_va): New declaration.
23988         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23989         (version_etc_copyright): Declare as readonly.
23990         (version_etc_va): New function. Provide a different translatable string
23991         for each possible number of authors < 10. Abbreviate when there are 10
23992         authors or more.
23993         (version_etc): Make this function variadic. Call version_etc_va.
23994         Suggestion from Gary V. Vaughan.
23995
23996         * lib/long-options.h (parse_long_options): Change prototype: the
23997         authors string is moved to the end and becomes variadic.
23998         * lib/long-options.c: Include stdarg.h.
23999         (parse_long_options): Make this function variadic, too.
24000         Call version_etc_va, not version_etc.
24001
24002 2003-10-06  Bruno Haible  <bruno@clisp.org>
24003
24004         * modules/version-etc-2: Remove file.
24005         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24006
24007 2003-10-06  Bruno Haible  <bruno@clisp.org>
24008
24009         * modules/fatal-signal: New file.
24010         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24011
24012 2003-10-06  Bruno Haible  <bruno@clisp.org>
24013
24014         * m4/fatal-signal.m4: New file.
24015         * m4/signalblocking.m4: New file, from GNU gettext.
24016
24017 2003-10-06  Bruno Haible  <bruno@clisp.org>
24018
24019         * lib/version-etc-2.h: Remove file.
24020         * lib/version-etc-2.c: Remove file.
24021
24022 2003-10-06  Bruno Haible  <bruno@clisp.org>
24023
24024         * lib/fatal-signal.h: New file, from GNU gettext.
24025         * lib/fatal-signal.c: New file, from GNU gettext.
24026
24027 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24028
24029         * README: Rework advice for preventing empty .o files.
24030         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24031         not <sys/types.h>.
24032
24033 2003-10-04  Karl Berry  <karl@gnu.org>
24034
24035         * lib/argp*: update from libc.
24036
24037 2003-10-04  Karl Berry  <karl@gnu.org>
24038
24039         * config/config.{guess,sub}: update from config.
24040
24041 2003-10-02  Bruno Haible  <bruno@clisp.org>
24042
24043         * modules/lchown (Include): Add lchown.h.
24044         * modules/time_r (Include): Use "..." syntax.
24045         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24046
24047 2003-10-01  Simon Josefsson  <jas@extundo.com>
24048
24049         * MODULES.html.sh (func_all_modules): Move gethostname from section
24050         'based on' to section 'lacking' POSIX:2001.
24051
24052 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24053
24054         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24055         to output mode on the same stream.
24056
24057 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24058
24059         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24060         Fix arg typo in previous patch.
24061
24062 2003-09-28  Jim Meyering  <jim@meyering.net>
24063
24064         * lib/error.c: Correct cpp indentation.
24065
24066 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24067
24068         * modules/free: New file.
24069
24070 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24071
24072         * m4/free.m4: New file.
24073
24074 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24075
24076         * lib/minmax.h (MIN, MAX)
24077         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24078         Omit the special code that used __typeof__, since we worry that
24079         it could be more trouble than it's worth.  See:
24080         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24081         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24082
24083         * lib/free.c: New file.
24084
24085 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24086
24087         Trivial fixes to Makefile.am parts of module listings.
24088         * modules/strstr: Append strstr.h to lib_SOURCES.
24089         * modules/strcase: Likewise, for strcase.h.
24090
24091 2003-09-27  Karl Berry  <karl@gnu.org>
24092
24093         * config/mkinstalldirs: update from automake.
24094
24095 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24096
24097         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24098         (error_tail): Do not loop, reallocating temporary buffer, since
24099         the output cannot contain more wide characters than the input
24100         contains bytes, the size must be big enough already.  This avoids
24101         one potential size overflow calculation.  Check for size overflow
24102         when calculating temporary buffer size.  Free temporary buffer
24103         when done, if it was allocated with malloc; this plugs a memory
24104         leak.  Remove casts from void * to pointers, that are no longer
24105         needed now that we're assuming C89 or better.
24106
24107         Merge error changes from glibc.
24108
24109         * lib/error.c, error.h: Update copyright notice header to match glibc.
24110         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24111         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24112         Disable cancellation while printing error.
24113         * lib/error.h: Prepend __ to parameter names.
24114
24115 2003-09-26  Jim Meyering  <jim@meyering.net>
24116
24117         * lib/error.c (error_tail): Move some declarations
24118         into inner scope where the local variables are used.
24119
24120 2003-09-26  Bruno Haible  <bruno@clisp.org>
24121
24122         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24123         stpncpy().
24124         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24125
24126 2003-09-26  Bruno Haible  <bruno@clisp.org>
24127
24128         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24129         (stpncpy): Define as alias for gnu_stpncpy.
24130         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24131
24132 2003-09-25  Simon Josefsson  <jas@extundo.com>
24133
24134         * lib/xgetdomainname.h: New file.
24135         * lib/xgetdomainname.c: New file.
24136
24137 2003-09-25  Simon Josefsson  <jas@extundo.com>
24138             Bruno Haible  <bruno@clisp.org>
24139
24140         * modules/getdomainname: New file.
24141         * modules/xgetdomainname: New file.
24142         * MODULES.html.sh (func_all_modules): Add getdomainname,
24143         xgetdomainname.
24144
24145 2003-09-25  Simon Josefsson  <jas@extundo.com>
24146             Bruno Haible  <bruno@clisp.org>
24147
24148         * m4/getdomainname.m4: New file.
24149
24150 2003-09-25  Simon Josefsson  <jas@extundo.com>
24151             Bruno Haible  <bruno@clisp.org>
24152
24153         * lib/getdomainname.h: New file.
24154         * lib/getdomainname.c: New file.
24155
24156 2003-09-25  Karl Berry  <karl@gnu.org>
24157
24158         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24159
24160 2003-09-25  Karl Berry  <karl@gnu.org>
24161
24162         * config/install-sh: update from automake.
24163
24164 2003-09-25  Bruno Haible  <bruno@clisp.org>
24165
24166         * modules/version-etc-2: New file, from modules/version-etc with
24167         modifications.
24168         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24169
24170 2003-09-25  Bruno Haible  <bruno@clisp.org>
24171
24172         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24173         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24174
24175 2003-09-24  Simon Josefsson  <jas@extundo.com>
24176
24177         * modules/xgethostname: Add xgethostname.h.
24178
24179 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24180
24181         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24182         the buffer associated with the argument.  Bug reported by
24183         Simon Josefsson.
24184
24185 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24186
24187         * README: Document assumptions that 'int' is at least 32 bits
24188         wide, that integer arithmetic is 2's complement without overflow,
24189         that there are no holes in integer values, that adding sizes of
24190         two nonoverlapping objects can't overflow, and that all-bits-zero
24191         yields scalar zero.  Fix spelling and capitalization typos.
24192
24193 2003-09-19  Karl Berry  <karl@gnu.org>
24194
24195         * lib/argp.h: update from libc.
24196
24197 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24198
24199         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24200         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24201         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24202
24203 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24204
24205         * gnulib-tool: Use "test -h", not "test -L", for portability
24206         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24207         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24208         (sed_extract_prog): Issue s commands one-by-one, rather than
24209         using \| in one s command.
24210
24211 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24212
24213         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24214         input error, instead of returning NULL the next time we are called
24215         (and therefore losing track of errno).
24216
24217 2003-09-16  Bruno Haible  <bruno@clisp.org>
24218
24219         * gnulib-tool (func_create_testdir): Warn about duplicated
24220         dependencies.
24221
24222 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24223
24224         * modules/argmatch, modules/fatal, modules/obstack,
24225         modules/xalloc, modules/xgethostname: Sort dependencies by
24226         importance, not alphabetically.
24227
24228 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24229
24230         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24231         fails, so that the caller gets the proper errno.
24232
24233         * lib/readutmp.c (read_utmp): Likewise.
24234         Check for fstat error.  Close stream and free storage
24235         when failing.
24236
24237 2003-09-14  Karl Berry  <karl@gnu.org>
24238
24239         * config/srclist.txt (strdup.c): disable for c89 changes.
24240
24241 2003-09-14  Jim Meyering  <jim@meyering.net>
24242
24243         * lib/getloadavg.c: Correct cpp indentation.
24244         * lib/strdup.c: Likewise.
24245         * lib/vasnprintf.c: Likewise.
24246
24247 2003-09-14  Bruno Haible  <bruno@clisp.org>
24248
24249         * modules/fwriteerror: New file.
24250         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24251
24252 2003-09-14  Bruno Haible  <bruno@clisp.org>
24253
24254         * lib/fwriteerror.h: New file.
24255         * lib/fwriteerror.c: New file.
24256
24257 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24258
24259         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24260         modules/xgethostname, modules/xalloc: Depend on exit.
24261
24262 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24263
24264         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24265
24266         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24267         and AC_MINIX, too, so that their extensions are available.
24268
24269         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24270         This macro has been superseded by gl_BACKUPFILE.
24271
24272         More patches to assume C89 or better.
24273
24274         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24275
24276         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24277         unconditionally.
24278         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24279         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24280         Include <string.h>, <stdlib.h> unconditionally.
24281         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24282         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24283         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24284         headers or for string.h.
24285         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24286         or strtoul.
24287
24288         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24289         headers.
24290         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24291         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24292         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24293         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24294         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24295         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24296         memcpy, memset.
24297         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24298         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24299         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24300         strtol.
24301         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24302         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24303         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24304         strtoul.
24305
24306 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24307
24308         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24309         * lib/obstack.c [!defined _LIBC]: Likewise.
24310         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24311         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24312         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24313
24314         More changes to assume C89 or better.
24315
24316         * lib/error.c (error_tail): Assume vprintf.
24317
24318         * lib/argmatch.c (getenv): Remove decl.
24319         * lib/progreloc.c (get_full_program_name): Define via prototype.
24320         * lib/setenv.c (clearenv): Likewise.
24321         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24322         needed.
24323         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24324         (malloc, memcpy): Remove decls.
24325         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24326         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24327         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24328         (memcpy): Remove macro.
24329         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24330         (__P): Remove.  All uses removed.
24331         (PTR): Remove.  All uses changed to void *.
24332         (CHAR_BIT, NULL): Remove.
24333         (spaces, zeros, memset_space, memset_zero)
24334         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24335         Remove.
24336         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24337         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24338         Define with prototype.
24339         Remove now-unnecessary prototype decl.
24340         (extra_args_spec): Assume ANSI C.  All uses changed.
24341         (extra_args_spec_iso): Remove.
24342         (my_strftime, emacs_strftimeu): Define via prototype.
24343         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24344         unconditionally.
24345         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24346         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24347         (strtoul, strtol): Remove decls.
24348         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24349         LONG_MAX): Remove.
24350         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24351         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24352         (LOCALE_PARAM_PROTO): New macro.
24353         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24354         (INTERNAL (strtol), strtol): Define with a prototype.
24355         (PARAMS): Remove.  All uses removed.
24356         * lib/tempname.c: Include <string.h> unconditionally.
24357         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24358         * lib/xgethostname.c (main): Define with a prototype.
24359         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24360         Include <stdlib.h> unconditionally.
24361         (calloc, malloc, realloc, free): Remove decls.
24362         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24363         Include <stdlib.h> unconditionally.  Sort include file names.
24364         (strtod): Remove.
24365         (xstrtod): Define with a prototype.
24366         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24367         (strtol, strtoul): Remove decls.
24368
24369 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24370
24371         More patches to assume C89 or better.
24372         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24373         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24374         string.h, memchr, STDC_HEADERS.
24375
24376 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24377
24378         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24379         Include <stdlib.h>, <string.h> unconditionally.
24380         Remove now-unnecessary cast to char *.
24381         * lib/strnlen.c: Include <string.h> unconditionally.
24382         * lib/yesno.c (yesno): Define with a prototype.
24383
24384 2003-09-11  Bruno Haible  <bruno@clisp.org>
24385
24386         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24387
24388 2003-09-10  Jim Meyering  <jim@meyering.net>
24389
24390         * lib/error.c: Correct indentation of cpp directives.
24391
24392 2003-09-10  Bruno Haible  <bruno@clisp.org>
24393
24394         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24395         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24396         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24397         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24398         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24399         <stdlib.h> and <string.h> checks.
24400         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24401         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24402
24403 2003-09-10  Bruno Haible  <bruno@clisp.org>
24404
24405         * lib/strcspn.c: Include <string.h> unconditionally.
24406         * lib/strpbrk.c: Include <string.h> unconditionally.
24407         * lib/strstr.c: Include <string.h> unconditionally.
24408         * lib/unicodeio.c: Include <string.h> unconditionally.
24409         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24410         * lib/unsetenv.c: Likewise.
24411         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24412         * lib/yesno.c: Include <stdlib.h> unconditionally.
24413         (rpmatch): Add prototype.
24414
24415 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24416
24417         More patches to assume C89 or better.
24418         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24419         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24420         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24421         or for string.h.
24422         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24423         stdlib.h.
24424         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24425         C headers.
24426         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24427         string.h.
24428         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24429         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24430         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24431         or for string.h.
24432         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24433         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24434         C headers.
24435         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24436         memcpy.
24437         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24438         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24439         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24440         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24441         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24442         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24443         string.h, free.
24444         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24445         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24446         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24447         C headers, or for string.h.
24448         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24449         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24450         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24451         headers, memory.h, stdlib.h, string.h, strings.h.
24452         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24453         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24454         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24455         strchr.
24456         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24457         headers, memory.h, string.h.
24458         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24459         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24460         free.
24461         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24462         headers.
24463         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24464         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24465         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24466         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24467         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24468
24469 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24470
24471         More K&R removal.
24472
24473         * lib/acosl.c (main): Use a prototype.
24474         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24475         tanl.c: Likewise.
24476
24477         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24478
24479         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24480         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24481         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24482         with a prototype.
24483         * lib/getopt.c (const): Remove macro.
24484         Include <string.h> unconditionally.
24485         (my_index): Remove; all uses changed to strchr.
24486         (strlen): Remove decl.
24487         (exchange): Remove forward decl; no longer needed.
24488         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24489         Define with prototype.
24490         * lib/getopt1.c (const): Remove macro.
24491         (getopt_long, getopt_long_only, main): Define with prototype.
24492
24493         * lib/getugroups.c: Include <string.h> unconditionally.
24494
24495         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24496         (getusershell, setusershell, endusershell, readname, main):
24497         Define with prototypes.
24498
24499         * lib/group-member.c: Include group-member.h first.
24500         Include <stdlib.h> unconditionally.
24501
24502         * lib/hard-locale.c: Include hard-locale.h first.
24503         Include <stdlib.h>, <string.h> unconditionally.
24504
24505         * lib/hash.c (free, malloc): Remove decls.
24506         Include <stdlib.h> unconditionally.
24507
24508         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24509         (getenv): Do not declare.
24510
24511         * lib/idcache.c: Include <string.h> unconditionally.
24512
24513         * lib/long-options.c: Include long-options.h first, to test interface.
24514         Include <stdlib.h> unconditionally.
24515
24516         * lib/makepath.c: Include makepath.h first, to test interface.
24517         Include <stdlib.h> and <string.h> unconditionally.
24518
24519         * lib/linebuffer.c: Include <stdlib.h>.
24520         (free): Remove decl.
24521
24522         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24523         stddef.h. rpl_malloc returns void *, not char *.
24524         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24525         prototype.
24526
24527         * lib/md5.h: Include <limits.h> unconditionally.
24528         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24529         (__P): Remove; all uses removed.
24530         * lib/md5.c: Include "md5.h" first.
24531         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24532         md5_buffer, md5_process_bytes, md5_process_block):
24533         Define with prototypes.
24534         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24535         * lib/sha.c: Include "sha.h" first.
24536         Include <stdlib.h>, <string.h> unconditionally.
24537
24538         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24539         * lib/memcmp.c (__ptr_t): Likewise.
24540         * lib/memrchr.c (__ptr_t): Likewise.
24541         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24542         Include <string.h> unconditionally.
24543         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24544         * lib/memchr.c: Include <stdlib.h> unconditionally.
24545         * lib/memchr.c (LONG_MAX): Remove.
24546         * lib/memrchr.c (LONG_MAX): Likewise.
24547         * lib/memchr.c (__memchr): Define via a prototype.
24548         * lib/memrchr.c (__memrchr): Likewise.
24549         * lib/memcmp.c (__P): Remove, and remove all uses.
24550         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24551         Remove forward decls; no longer needed.
24552         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24553         Use types required by C89 in prototype.
24554
24555         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24556         * lib/savedir.c: Likewise.
24557         * lib/mkdir.c (free): Remove decl.
24558         * lib/rmdir.c (rmdir): Define with a prototype.
24559         * lib/savedir.c: Include savedir.h first, to test interface.
24560
24561         * lib/mktime.c (STDC_HEADERS): Remove.
24562         Include <stdlib.h>, <string.h> unconditionally.
24563
24564         * lib/modechange.c: Include <stdlib.h> unconditionally.
24565         (malloc): Remove decl.
24566
24567         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24568         (free): Remove decl.
24569
24570         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24571         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24572         (This type really should be intptr_t, but that's a C99ism.)
24573         (_obstack_memcpy): Remove: all uses changed to memcpy.
24574         Include <string.h> unconditionally.
24575         (struct obstack): Assume __STDC__ for types of members
24576         chunkfun, freefun, extra_arg.
24577         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24578         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24579         obstack_begin, obstack_specify_allocation,
24580         obstack_specify_allocation_with_arg, obstack_chunkfun,
24581         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24582         Remove unprototyped decls and the macros that use them.
24583         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24584         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24585         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24586         (defined __STDC__ && __STDC__)]:
24587         Remove nonprototyped code.
24588         Include <stdlib.h> unconditionally.
24589         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24590         _obstack_allocated_p, _obstack_free, obstack_free,
24591         _obstack_memory_used, print_and_abort):
24592         Define using prototypes.
24593         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24594         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24595         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24596         obstack_next_free, obstack_object_size, obstack_room) [0]:
24597         Remove unused, unprototyped code.
24598
24599         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24600
24601         * lib/physmem.c (physmem_total, physmem_available, main): Define
24602         with prototypes.
24603
24604         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24605         (main): Define with a prototype.
24606
24607         * lib/posixver.c (getenv): Remove decl.
24608
24609         * lib/putenv.c (malloc): Returns void *, not char *.
24610         Include <string.h> unconditionally.
24611         (strchr, memcpy, NULL): Do not define.
24612
24613         * lib/readtokens.c: Include readtokens.h first, to test interface.
24614         Include <stdlib.h>, <string.h> unconditionally.
24615         (init_tokenbuffer): Define with a prototype.
24616
24617         * lib/regex.c (PARAMS): Remove.  All uses removed.
24618         All uses of _RE_ARGS removed, too.
24619         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24620         unconditionally.
24621         (bzero): Assume memset exists.
24622         (memcmp, memcpy, NULL): Remove.
24623         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24624         char, or assignments to local vars of type signed char.
24625         (init_syntax_once, PREFIX(extract_number_and_incr),
24626         PREFIX(print_partial_compiled_pattern),
24627         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24628         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24629         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24630         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24631         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24632         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24633         wcs_compile_range, byte_compile_range, truncate_wchar,
24634         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24635         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24636         count_mbs_length, wcs_re_match_2_internal,
24637         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24638         PREFIX(alt_match_null_string_p),
24639         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24640         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24641         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24642         now-unnecessary declaration, if any.
24643         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24644         regcomp, regexec):
24645         Remove now-unnecessary casts among pointer types.
24646         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24647
24648         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24649         (free): Remove decl.
24650
24651         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24652
24653         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24654         (free): Remove decl.
24655
24656         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24657         * lib/xgetcwd.c: Likewise.
24658
24659         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24660         (free): Remove decl.
24661
24662         * lib/strchrnul.c (strchrnul): Define with a prototype.
24663         Fix bug: c_in was not converted to char before searching.
24664
24665         The following changes are not K&R related:
24666
24667         * lib/group-member.h: Include <sys/types.h>, so that this file is
24668         self-contained.
24669         * lib/makepath.h: Likewise.
24670
24671         * lib/getusershell.c (readname, default_index, line_size, readname):
24672         Use size_t, not int, for sizes.
24673         (readname): If the size overflows, report an error instead of
24674         looping forever.
24675
24676 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24677
24678         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24679         libc.
24680
24681 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24682
24683         * README: New section: portability guidelines.
24684
24685 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24686
24687         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24688         C89 spec.
24689
24690 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24691
24692         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24693
24694 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24695
24696         Assume C89 or better; remove K&R cruft.
24697         A few of these changes were first proposed by Derek Robert Price
24698         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24699
24700         * lib/addext.c: Include <string.h> unconditionally.
24701         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24702         Don't declare getenv or malloc.
24703
24704         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24705         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24706         (NULL): Remove.
24707         (find_stack_direction, alloca): Use prototypes.
24708
24709         * lib/atexit.c (atexit): Define using a prototype.
24710
24711         * lib/basename.c, dirname.c, stripslash.c:
24712         Include <string.h> unconditionally.
24713
24714         * lib/bcopy.c: Include <stddef.h>.
24715         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24716
24717         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24718
24719         * lib/error.h (error, error_at_line, error_print_progname)
24720         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24721         * lib/error.c: Include error.h first, to check interface.
24722         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24723         (VA_START): Remove; all uses changeed to va_start.
24724         (exit, strerror): Remove decls.
24725         (error_print_progname): Prototype uncondionally.
24726         Don't include <errno.h>; no longer needed.
24727         (private_strerror): Remove.
24728         (error_tail): Always define.
24729         (error, error_at_line): Assume C89 or better; always use prototypes.
24730         * lib/fatal.c: Include "fatal.h" first, to test interface.
24731         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24732         (VA_START): Remove; all uses changed to va_start.
24733         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24734         this case.
24735         (exit): Remove decl.
24736         (fatal): Prototype unconditionally.  Assume va_start works.
24737         Abort at end, to pacify gcc.
24738
24739         * lib/euidaccess.c (main): Define with a prototype.
24740
24741         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24742
24743         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24744
24745         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24746         prototypes.
24747         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24748         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24749         (getenv): Remove decl.
24750         (fnmatch): Define using a prototype.
24751         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24752         (FCT): Define using a prototype.
24753
24754         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24755
24756         * lib/gethostname.c: Include <stddef.h>.
24757         (gethostname): Define with prototype.  Length is size_t, not int.
24758
24759 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24760
24761         Assume C89 or better; remove K&R cruft.
24762         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24763         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24764         string.h, getenv, malloc.
24765         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24766         headers.
24767         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24768         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24769         do not check for strerror.
24770         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24771         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24772         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24773         do not check for doprnt or vprintf.
24774         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24775         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24776
24777 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24778
24779         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24780         getversion.c should have been removed then, but was accidentally
24781         preserved.
24782
24783         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24784         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24785
24786 2003-09-08  Karl Berry  <karl@gnu.org>
24787
24788         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24789                 config, forget about prep.
24790
24791         * config/depcomp, missing: update from automake.
24792
24793 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24794
24795         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24796         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24797
24798 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24799
24800         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24801         copy_tm_result.  Bug reported by Simon Josefsson in
24802         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24803
24804 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24805
24806         * m4/time_r.m4: New file.
24807         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24808         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24809         is. Check for timegm declaration.
24810         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24811         Do not check for gmtime_r.
24812         Replace mktime if __mktime_internal does not exist and if mktime
24813         hasn't been replaced already.
24814
24815 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24816
24817         * lib/time_r.c, lib/time_r.h: New files.
24818
24819         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24820         __localtime_r.
24821         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24822         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24823
24824         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24825         __gmtime_r.
24826         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24827         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24828         Include <time_r.h>.
24829
24830         * lib/timegm.c: Switch to glibc implementation, with the following
24831         changes:
24832         [defined HAVE_CONFIG_H]: Include <config.h>.
24833         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24834         (__mktime_internal) [!defined _LIBC]: New decl.
24835         (__gmtime_r) [!defined _LIBC]: New macro and function.
24836         (timegm): Use a prototype, since gnulib assumes C89.
24837         Do not bother declaring tmp to be const, as it's not really usefu.
24838         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24839         (timegm): Declare only if HAVE_DECL_TIMEGM.
24840
24841 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24842
24843         * MODULES.html.sh (func_all_modules): Add time_r.
24844         * modules/time_r: New file.
24845         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24846         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24847
24848 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24849
24850         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24851         Bug reported by Lute Kamstra in
24852         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24853
24854         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24855         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24856         course with correspondingly smaller numbers for tomorrow and
24857         yesterday.  From Tadayoshi Funaba.  Originally installed into
24858         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24859         coreutils merge?).
24860
24861 2003-08-31  Simon Josefsson  <jas@extundo.com>
24862
24863         * modules/timegm: New file.
24864         * MODULES.html.sh (func_all_modules): Add timegm.
24865
24866 2003-08-31  Simon Josefsson  <jas@extundo.com>
24867
24868         * m4/timegm.m4: New file.
24869
24870 2003-08-31  Simon Josefsson  <jas@extundo.com>
24871
24872         * lib/timegm.h: New file.
24873         * lib/timegm.c: New file.  Based on
24874         wget-1.8.2/src/http.c:mktime_from_utc.
24875
24876 2003-08-31  Karl Berry  <karl@gnu.org>
24877
24878         * lib/argp.h: update from libc.
24879
24880 2003-08-28  Bruno Haible  <bruno@clisp.org>
24881
24882         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24883         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24884         followed by '#define fnmatch fnmatch_posix' gives an error.
24885
24886 2003-08-28  Bruno Haible  <bruno@clisp.org>
24887
24888         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24889         warning on QNX, which defines O_BINARY to 000000.
24890
24891 2003-08-27  Jim Meyering  <jim@meyering.net>
24892
24893         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24894         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24895         would fail after 32.  Reported by Danny Levinson.  Details here:
24896         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24897
24898 2003-08-24  Bruno Haible  <bruno@clisp.org>
24899
24900         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24901         MSVC7 <stdio.h> is included later.
24902
24903 2003-08-22  Simon Josefsson  <jas@extundo.com>
24904
24905         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24906
24907 2003-08-20  Karl Berry  <karl@gnu.org>
24908
24909         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24910
24911 2003-08-20  Bruno Haible  <bruno@clisp.org>
24912
24913         * modules/progname: New file.
24914         * MODULES.html.sh (func_all_modules): Add progname.
24915
24916 2003-08-20  Bruno Haible  <bruno@clisp.org>
24917
24918         * lib/progname.h: New file, from GNU gettext.
24919         * lib/progname.c: New file, from GNU gettext.
24920         * lib/progreloc.c: New file, from GNU gettext.
24921
24922 2003-08-19  Jim Meyering  <jim@meyering.net>
24923
24924         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24925         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24926
24927 2003-08-19  Bruno Haible  <bruno@clisp.org>
24928
24929         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24930         more.
24931
24932 2003-08-19  Bruno Haible  <bruno@clisp.org>
24933
24934         * lib/xstrdup.c: Assume <string.h> exists.
24935
24936 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24937
24938         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24939         in makefile rules.
24940
24941 2003-08-18  Jim Meyering  <jim@meyering.net>
24942
24943         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24944         * m4/lib-ld.m4: Likewise.
24945
24946 2003-08-18  Jim Meyering  <jim@meyering.net>
24947
24948         * lib/setenv.h: Indent nested cpp directive.
24949         * lib/vasnprintf.c: Remove trailing blanks.
24950
24951 2003-08-17  Simon Josefsson  <jas@extundo.com>
24952
24953         * modules/xstrndup: New file.
24954         * MODULES.html.sh (func_all_modules): Add xstrndup.
24955
24956 2003-08-17  Simon Josefsson  <jas@extundo.com>
24957
24958         * modules/argp: Fix autoconf macro name. Add more dependencies.
24959
24960 2003-08-17  Simon Josefsson  <jas@extundo.com>
24961
24962         * m4/xstrndup.m4: New file.
24963
24964 2003-08-17  Simon Josefsson  <jas@extundo.com>
24965
24966         * m4/argp.m4: New file.
24967
24968 2003-08-17  Simon Josefsson  <jas@extundo.com>
24969             Bruno Haible  <bruno@clisp.org>
24970
24971         * lib/xstrndup.h: New file.
24972         * lib/xstrndup.c: New file.
24973
24974 2003-08-17  Bruno Haible  <bruno@clisp.org>
24975
24976         * modules/strndup (Files, Include): Add lib/strndup.h.
24977
24978 2003-08-17  Bruno Haible  <bruno@clisp.org>
24979
24980         * modules/euidaccess (Files): Add lib/euidaccess.h.
24981
24982 2003-08-17  Bruno Haible  <bruno@clisp.org>
24983
24984         * lib/strndup.h: New file.
24985
24986 2003-08-17  Bruno Haible  <bruno@clisp.org>
24987
24988         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24989         like AC_GNU_SOURCE.
24990         * modules/extensions (configure.ac): Comment out the invocation of
24991         gl_USE_SYSTEM_EXTENSIONS.
24992
24993 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24994
24995         Merges from coreutils, etc.
24996         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24997         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24998         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24999         fixing a typo.
25000         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25001         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25002
25003 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25004
25005         Document merge from coreutils.
25006         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25007         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25008         * modules/utime: Add m4/utimes-null.m4.
25009
25010 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25011
25012         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25013         space, undoing this 2003-08-12 change:
25014         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25015
25016 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25017
25018         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25019         strtoul.c from libc, undoing this 2003-08-12 change:
25020         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25021
25022 2003-08-16  Jim Meyering  <jim@meyering.net>
25023
25024         Merges from coreutils.
25025         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25026         prefix.  Adjust cache variables similarly.  Create 500 rather than
25027         just 300 files, to exercise bug on Darwin6.5, too.
25028         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25029         $missing_dir.
25030         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25031         AM_SYS_POSIX_TERMIOS.
25032         Reported by mkc@mathdogs.com.
25033         Also change use of $am_cv_sys_posix_termios
25034         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25035         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25036         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25037         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25038         in /proc/mounts until it finds one with matching device number.  This
25039         is unnecessary when the FILE argument *is* a mount point.  No stat call
25040         is necessary in that case.  So, disable the statvfs-testing code on
25041         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25042         as RedHat bug# 84846.
25043         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25044         to 1MB, so as not to render systems with no stack size limit (e.g.,
25045         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25046         Include <unistd.h>.  On some systems,
25047         it is required for the definition of _SC_PAGESIZE.
25048
25049 2003-08-16  Jim Meyering  <jim@meyering.net>
25050
25051         Merge from coreutils.
25052         * lib/xstrtoimax.c: #else #if -> #elif.
25053         * lib/xstrtoumax.c: Likewise.
25054
25055 2003-08-16  Jim Meyering  <jim@meyering.net>
25056
25057         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25058         * m4/utimes.m4: Removed.
25059         * m4/utimes-null.m4: Renamed from utimes.m4.
25060
25061         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25062         to 1MB, so as not to render systems with no stack size limit (e.g.,
25063         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25064         Include <unistd.h>.  On some systems,
25065         it is required for the definition of _SC_PAGESIZE.
25066
25067 2003-08-16  Jim Meyering  <jim@meyering.net>
25068         and Paul Eggert  <eggert@cs.ucla.edu>
25069
25070         Merges from coreutils, etc.
25071
25072         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25073         using the latest version from cvs.  This avoids problems with #line
25074         directives using a vendor (Sun) compiler.
25075         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25076         Don't set GETGROUPS_LIB here; now it's
25077         done via getgroups.m4's wrapper function.
25078         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25079         rather than just in sh-util/configure.in, so that the
25080         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25081         same.
25082         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25083         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25084         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25085         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25086         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25087         Remove code that is now done by the newly-required macros.
25088         Append $(EXEEXT) to DF_PROG.
25089         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25090         Do not invoke or require the following here,
25091         since prereq.m4 or some gnulib .m4 now does this for us:
25092         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25093         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25094         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25095         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25096         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25097         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25098         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25099         AC_FUNC_OBSTACK.
25100         Do not replace the following functions, as this is now the job
25101         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25102         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25103         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25104         atexit getpass, strdup, getpagesize.
25105         Replace 'raise'.
25106         Do not check for the following functions, as this is now the job
25107         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25108         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25109         setregid.
25110         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25111         Check for sys/sysctl.h.
25112         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25113         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25114         of checking for ssize_t ourselves.
25115
25116         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25117         Require every macro that gnulib/modules/* suggests for us.
25118         (jm_PREREQ_ADDEXT): New macro.
25119         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25120         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25121
25122         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25123         (gl_PHYSMEM): Use it.
25124         Also check for `table' function.
25125         Check for new headers and functions.
25126         Add check for sys/sysmp.h.
25127         With suggestions from Kaveh Ghazi.
25128         Ignore headers that are present but cannot be compiled.  This
25129         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25130         C 5.4.
25131
25132 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25133
25134         Document merge from coreutils.
25135         * modules/userspec: Depend on posixver.
25136         * modules/strftime: Depend on tzset.
25137
25138 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25139
25140         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25141         rather than tab, after '#' in shell-script copyright notices.
25142         Suggested by Bruno Haible.
25143
25144 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25145
25146         * config/srclist-update: Use three spaces, rather than tab, after '#'
25147         in shell-script copyright notices.  Suggested by Bruno Haible.
25148         Remove unnecessary parenthesization in regular expression.
25149
25150 2003-08-15  Jim Meyering  <jim@meyering.net>
25151
25152         Merge from coreutils.
25153         * lib/xgethostname.c: Include <stdlib.h>.
25154         (xghostname): Don't exit for anything other than memory-related
25155         failure; just return NULL.
25156         * lib/userspec.c: Include "posixver.h".
25157         (parse_user_spec): Accept `.' as a separator only
25158         in pre-POSIX-200112 mode.
25159         * lib/strtoimax.c: Use #elif rather than #else #if.
25160         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25161         Remove function, now that we can rely on a working tzset function.
25162         [!_LIBC]: Ensure that the required autoconf test has been run.
25163         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25164         Use underlying_strftime for %r.
25165         * lib/sha.c: Merge in some clean-up and optimization changes from
25166         glibc.
25167         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25168         Ensure that it is a multiple of 64.
25169         Rearrange loop exit tests so as to avoid performing an
25170         additional fread after encountering an error or EOF.
25171         * lib/realloc.c: Update copyright date.
25172
25173 2003-08-15  Jim Meyering  <jim@meyering.net>
25174         and Paul Eggert  <eggert@twinsun.com>
25175
25176         Merge from coreutils.
25177         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25178         member but strut utmpx does not.  Needed for AIX 4.3.3.
25179         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25180
25181 2003-08-15  Jim Meyering  <jim@meyering.net>
25182         and Paul Eggert  <eggert@cs.ucla.edu>
25183
25184         Merges from coreutils, etc.
25185         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25186         Require gl_FUNC_TZSET_CLOBBER.
25187         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25188         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25189         members.
25190
25191 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25192
25193         Help the merge from coreutils.
25194         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25195         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25196         * m4/tzset.m4: Use it too.
25197
25198 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25199
25200         * modules/tzset: New file.
25201
25202 2003-08-14  Jim Meyering  <jim@meyering.net>
25203
25204         Merges from coreutils.
25205         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25206         variable names, rather than @FNMATCH_H@.
25207         * modules/alloca: Likewise for $(ALLOCA_H).
25208
25209         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25210         the three copies of the literal target, `fnmatch.h'.
25211         * modules/alloca (alloca.h): Likewise.
25212
25213 2003-08-14  Jim Meyering  <jim@meyering.net>
25214
25215         Merge from coreutils.
25216         * m4/tzset.m4: New file.
25217         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25218         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25219         otherwise, AIX 5.1 systems would end up using the latter.
25220         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25221         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25222         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25223         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25224
25225 2003-08-14  Jim Meyering  <jim@meyering.net>
25226
25227         Merge from coreutils.
25228         * lib/obstack.h: Whitespace changes.
25229         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25230         and xcalloc return values.
25231         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25232         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25233         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25234         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25235         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25236         error from mntctl.
25237         Use mntctl's return value to drive the entry-processing loop, since
25238         we can't rely on the value of the vmt_length member in the last
25239         entry.  On some systems doing so could result in exhausting
25240         virtual memory.  Based in part on a patch from Mike Jetzer.
25241
25242 2003-08-14  Jim Meyering  <jim@meyering.net>
25243         and Paul Eggert  <eggert@twinsun.com>
25244
25245         Merges from coreutils, plus other fixes.
25246         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25247         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25248         for credits and details.  Thanks to Kaveh Ghazi for helping
25249         to keep these files in sync.
25250         (ARRAY_SIZE): Define it.
25251         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25252         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25253         (memcasecmp): Don't assume size_t fits in unsigned int.
25254         Remove casts and duplicate code.
25255         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25256         (memcpy): Remove definition.
25257         Merge in some clean-up and optimization changes from glibc.
25258         [BLOCKSIZE]: Move definition to top of file.
25259         Ensure that it is a multiple of 64.
25260         Rearrange loop exit tests so as to avoid performing an
25261         additional fread after encountering an error or EOF.
25262         * lib/md5.h (md5_uintptr): Define.
25263         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25264         return to the initial working directory.  Preserve errno
25265         for caller.
25266         * lib/idcache.c: Include "xalloc.h".
25267         (xmalloc, xrealloc): Remove decls.
25268         (getuser): Remove casts no longer required in C89.
25269         * lib/human.c: Include stdio.h, for sprintf.
25270         * lib/group-member.c: Include "xalloc.h".
25271         (xmalloc, xrealloc): Remove decls.
25272         (get_group_info): Remove casts no longer required in C89.
25273         * lib/getusershell.c (readname): Remove casts no longer required in
25274         C89.
25275         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25276         * lib/getline.c: Whitespace fix, from coreutils.
25277
25278 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25279
25280         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25281         Check for isascii.
25282
25283         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25284         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25285         Undo previous (whitespace-only) change.
25286
25287 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25288
25289         * lib/exclude.c: Include <ctype.h>
25290         (IN_CTYPE_DOMAIN): New macro.
25291         (is_space): New fn.
25292         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25293         and empty lines.
25294
25295         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25296         Undo previous (whitespace-only) change.
25297
25298 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25299
25300         * config/srclist-update: Change update back to the old behavior,
25301         leaving whitespace alone.  Use one 'sed' command rather than a
25302         pipeline.
25303         (fixlicense): Now a variable, not a function.
25304         (remove_trailing_blanks): Remove.
25305         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25306         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25307         Undo previous (whitespace-only) change.
25308
25309 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25310
25311         Merge from coreutils.
25312         * modules/euidaccess: Add lib_SOURCES, include for new
25313         file euidaccess.h
25314
25315 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25316
25317         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25318         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25319         Normalize leading white space and remove trailing white space.
25320
25321         Merge from coreutils
25322         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25323
25324         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25325         0.12.1.  These files are now being upgraded automatically by
25326         ../config/srclist-update.
25327
25328 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25329
25330         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25331         Normalize leading white space and remove trailing white space.
25332         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25333         notice, as per ../config/srclist-update.
25334
25335         Merge from coreutils.
25336         * lib/euidaccess.h: New file.
25337         * lib/euidaccess.c: Include it.
25338         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25339         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25340         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25341
25342 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25343
25344         * config/srclist-update: Add copyright notice.
25345         (remove_id_lines, remove_trailing_blanks): New constants.
25346         (fixfile): Use them to normalize spacing a bit in copied files.
25347         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25348         Normalize leading white space and remove trailing white space.
25349
25350         * config/texinfo.tex: Sync with texinfo.
25351
25352         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25353         strtoul.c from libc, to merge coreutils whitespace changes.
25354
25355         * config/srclist.txt: Get the following m4 files from gettext:
25356         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25357         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25358         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25359         wint_t.m4.
25360
25361 2003-08-12  Karl Berry  <karl@gnu.org>
25362
25363         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25364         been made.
25365
25366 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25367
25368         * modules/gnu-source, m4/gnu-source.m4:
25369         Remove; we're assuming Autoconf 2.54 or later now.
25370         Suggested by Bruno Haible.
25371         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25372
25373 2003-08-11  Bruno Haible  <bruno@clisp.org>
25374
25375         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25376
25377 2003-08-11  Bruno Haible  <bruno@clisp.org>
25378
25379         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25380         (vasnprintf): Use it instead of wcslen.
25381
25382 2003-08-11  Bruno Haible  <bruno@clisp.org>
25383
25384         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25385         value to ensure that _Bool promotes to int. Use #define for _Bool when
25386         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25387
25388 2003-08-10  Karl Berry  <karl@gnu.org>
25389
25390         * lib/regex.h: update from libc (whitespace fix).
25391
25392 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25393
25394         Merge some files from coreutils.  These changes were
25395         originally made by Jim Meyering.
25396         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25397         many older Unixes require this.
25398         * lib/alloca.c (alloca): Remove cast to argument of free;
25399         no longer needed in C89.
25400         * lib/alloca_.h, regex.h: Fix white space to match
25401         what GNU indent does.
25402
25403 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25404
25405         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25406         apparently Emacs's Unicode mode got confused before my 2003-08-05
25407         checkin.
25408
25409 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25410
25411         * m4/extensions.m4: New file.
25412         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25413         Require gl_USE_SYSTEM_EXTENSIONS.
25414         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25415         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25416
25417 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25418
25419         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25420         * modules/extensions, modules/gnu-source: New files.
25421         * modules/timespec, modules/unlocked-io: Depend on extensions.
25422
25423 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25424
25425         * modules/restrict: New file.
25426         * MODULES.html.sh (func_all_modules): Add restrict.
25427         * modules/regex: Depend on restrict.
25428
25429 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25430
25431         * m4/restrict.m4: New file.
25432         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25433
25434 2003-08-07  Bruno Haible  <bruno@clisp.org>
25435
25436         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25437         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25438
25439 2003-08-07  Bruno Haible  <bruno@clisp.org>
25440
25441         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25442         makes the module 'getndelim2' compatible with the module 'getline'.
25443
25444 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25445
25446         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25447         byte with "\201" to avoid glitches when editing that source file
25448         with multi-gnome-terminal.
25449
25450 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25451
25452         * lib/bumpalloc.h: Remove.
25453
25454 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25455
25456         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25457         * modules/bumpalloc: Remove.
25458
25459 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25460
25461         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25462         GNU coding style.
25463
25464         Merge from coreutils.
25465         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25466         1. From glibc.
25467         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25468         from Karl Berry, implemented by Jim Meyering.
25469         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25470         from Dmitry V. Levin.
25471         Remove anachronistic cast of xrealloc.
25472         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25473         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25474         type. Otherwise, it wouldn't compile with at least /bin/cc on
25475         ymp-cray-unicos9.0.2.X.
25476         Combine two mostly-identical uses of alloca into one.
25477         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25478
25479 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25480
25481         [From Emacs.]
25482
25483         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25484         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25485         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25486         obsolete NLIST_NAME_UNION.
25487         [__GNU__]: Undef BSD and FSCALE.
25488         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25489
25490 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25491
25492         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25493         an enum type, so that it's guaranteed to promote to int.  See:
25494         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25495
25496 2003-08-03  Karl Berry  <karl@gnu.org>
25497
25498         * config/depcomp: update from automake.
25499
25500 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25501
25502         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25503         (strerror): Don't assume that a printable int fits in 14 bytes.
25504
25505 2003-07-31  Bruno Haible  <bruno@clisp.org>
25506
25507         * modules/getpass-gnu: New file.
25508         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25509
25510 2003-07-31  Bruno Haible  <bruno@clisp.org>
25511
25512         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25513
25514 2003-07-24  Karl Berry  <karl@gnu.org>
25515
25516         * config/missing: update from automake.
25517
25518 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25519             Bruno Haible  <bruno@clisp.org>
25520
25521         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25522         * lib/getline.c (getline, getdelim): Likewise.
25523         Remove _GNU_SOURCE define; now it's defined in config.h through
25524         m4/getline.m4.
25525
25526 2003-07-23  Karl Berry  <karl@gnu.org>
25527
25528         * config/config.sub: update from prep.
25529
25530 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25531
25532         * modules/xalloc (Depends-on): Add exitfail.
25533         * modules/xmemcoll: Likewise.
25534
25535 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25536
25537         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25538         over-parenthesization in macros.
25539
25540         Sync with coreutils.
25541
25542         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25543         required by C99.
25544
25545         Use `exit_failure' for xalloc and xmemcoll instead of their own
25546         private exit-failure variables.
25547         * lib/xalloc.h (xalloc_exit_failure): Remove.
25548         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25549         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25550         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25551         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25552         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25553
25554 2003-07-20  Jim Meyering  <jim@meyering.net>
25555
25556         * modules/closeout (Depends-on): Add exitfail.
25557         Suggestion from Bruno Haible.
25558
25559 2003-07-19  Karl Berry  <karl@gnu.org>
25560
25561         * config/config.sub: update from prep.
25562
25563 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25564
25565         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25566         Remove.
25567         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25568         to test that it can stand by itself.  Include "exitfail.h".
25569         Clients should set exit_failure instead.
25570         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25571
25572 2003-07-18  Bruno Haible  <bruno@clisp.org>
25573
25574         * modules/getndelim2: New file.
25575         * modules/getline: Share files with module getndelim2.
25576         * modules/getnline: Depend on getndelim2 instead of sharing files with
25577         it. Add getnline.c to lib_SOURCES.
25578         * MODULES.html.sh (func_all_modules): Add getndelim2.
25579
25580 2003-07-18  Bruno Haible  <bruno@clisp.org>
25581
25582         * m4/getndelim2.m4: New file.
25583         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25584         invoke gl_PREREQ_GETNDELIM2.
25585         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25586         gl_PREREQ_GETNDELIM2.
25587         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25588         gl_GETNDELIM2.
25589
25590 2003-07-18  Bruno Haible  <bruno@clisp.org>
25591
25592         * lib/getndelim2.h: New file.
25593         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25594         getndelim2.h.
25595         (getndelim2): Make non-static. Change return type to ssize_t.
25596         * lib/getline.h: Change argument names.
25597         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25598         * lib/getnline.c: Include getndelim2.h.
25599
25600 2003-07-18  Andreas Schwab  <schwab@suse.de>
25601
25602         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25603
25604 2003-07-17  Karl Berry  <karl@gnu.org>
25605
25606         * config/config.sub: update from prep.
25607
25608 2003-07-17  Bruno Haible  <bruno@clisp.org>
25609
25610         * modules/getnline: New file.
25611         * modules/getline: Add lib/getndelim2.c to source file list.
25612         * MODULES.html.sh (func_all_modules): Add getnline.
25613
25614 2003-07-17  Bruno Haible  <bruno@clisp.org>
25615
25616         * m4/getnline.m4: New file.
25617
25618 2003-07-17  Bruno Haible  <bruno@clisp.org>
25619
25620         * m4/Makefile.am.in: Remove file.
25621         * m4/Makefile.am: Remove file.
25622         * m4/Makefile.in: Remove file.
25623
25624 2003-07-17  Bruno Haible  <bruno@clisp.org>
25625
25626         * lib/getnline.h: New file.
25627         * lib/getnline.c: New file.
25628         * lib/getndelim2.c: New file, extracted from getline.c.
25629         (getndelim2): Renamed from getdelim2, with added nmax argument.
25630         * lib/getline.c: Include getndelim2.c.
25631         (getdelim2): Moved out to getndelim2.c.
25632         (getline, getdelim): Update.
25633
25634 2003-07-17  Bruno Haible  <bruno@clisp.org>
25635
25636         * lib/Makefile.am: Remove file.
25637         * lib/Makefile.in: Remove file.
25638
25639 2003-07-17  Bruno Haible  <bruno@clisp.org>
25640
25641         * configure.in: Remove file.
25642         * Makefile.in: Remove file.
25643
25644 2003-07-17  Bruno Haible  <bruno@clisp.org>
25645
25646         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25647
25648 2003-07-16  Karl Berry  <karl@gnu.org>
25649
25650         * config/srclist-update: was running fixlicense twice, which caused
25651                 texinfo.tex to be nullified for some reason.  Simplify,
25652                 $gplsrc is no longer needed as far as I can see?
25653
25654 2003-07-16  Jim Meyering  <jim@meyering.net>
25655
25656         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25657
25658 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25659
25660         * config/srclist.txt: Get the following files from gettext-runtime/intl
25661         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25662         ref-del.sin.  From Bruno Haible.
25663         * config/srclist-update (fixfile): Change grep pattern again, since the
25664         previous fix didn't work (there was another trailing $).  Use
25665         '[$]' to escape the $s.
25666
25667 2003-07-15  Karl Berry  <karl@gnu.org>
25668
25669         * lib/vasnprintf.c: update from gettext.
25670
25671 2003-07-15  Karl Berry  <karl@gnu.org>
25672
25673         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25674         gets expanded when surrounded by '$'.
25675
25676 2003-07-15  Jim Meyering  <jim@meyering.net>
25677
25678         * modules/save-cwd: Don't depend on error.  From Derek Price.
25679
25680 2003-07-15  Jim Meyering  <jim@meyering.net>
25681
25682         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25683
25684 2003-07-14  Simon Josefsson  <jas@extundo.com>
25685
25686         * modules/mempcpy: New file.
25687         * MODULES.html.sh (func_all_modules): Add mempcpy.
25688
25689 2003-07-14  Simon Josefsson  <jas@extundo.com>
25690
25691         * m4/mempcpy.m4: New file.
25692
25693 2003-07-14  Simon Josefsson  <jas@extundo.com>
25694
25695         * lib/mempcpy.h: New file.
25696         * lib/mempcpy.c: New file.
25697
25698 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25699
25700         * modules/getdate, modules/posixtm: Depend on mktime.
25701
25702 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25703
25704         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25705         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25706         unicodeio.c, unicodeio.h, unlocked-io.h:
25707         Switch from LGPL to GPL.
25708
25709 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25710
25711         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25712         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25713         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25714         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25715         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25716         updated automatically by ../config/srclist-update.  This changes
25717         their license from LPGL to GPL.
25718
25719 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25720
25721         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25722         assumed to refer to the root of the most recent stable gettext version.
25723         * config/srclistvars.sh: Add defaults for eggert.
25724         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25725         Match "This program" as well as "The program".  This is needed
25726         for gettext.
25727
25728 2003-07-14  Jim Meyering  <jim@meyering.net>
25729
25730         Don't emit diagnostics.  Let callers do that.
25731         * lib/save-cwd.c: Don't include "error.h".
25732         (save_cwd): Don't call error.  Ensure that errno is valid
25733         when returning nonzero.
25734
25735         * lib/save-cwd.h (restore_cwd): Update prototype.
25736         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25737         Simplify.  Don't call error upon failure.  Let callers do that.
25738         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25739         when auditing is enabled.  But don't bother updating the #if.
25740
25741 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25742
25743         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25744         it breaks C++ compilation.
25745         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25746
25747 2003-07-10  Simon Josefsson  <jas@extundo.com>
25748
25749         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25750
25751 2003-07-10  Jim Meyering  <jim@meyering.net>
25752
25753         * m4/clock_time.m4: Remove trailing blank.
25754         * m4/intmax_t.m4: Likewise.
25755
25756 2003-07-10  Jim Meyering  <jim@meyering.net>
25757
25758         * lib/vasnprintf.c: Remove trailing blanks.
25759         Make cpp indentation consistent.
25760
25761 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25762
25763         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25764         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25765         Switch from LGPL to GPL.
25766
25767 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25768
25769         * config/srclist.txt: Sort sublists.  Add
25770         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25771         that differ from gnulib for one reason or another; we'd like this list
25772         to be smaller but for now let's document what we have.
25773
25774 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25775
25776         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25777         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25778         and sweeter "eval x=$x".
25779         * config/srclist.txt: Get lib/argp* from glibc.
25780
25781 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25782
25783         * lib/mktime.c: Fix some boundary cases and remove need for floating
25784         point.
25785
25786         Issue a compile-time diagnostic if time_t is floating point, or if
25787         two's complement arithmetic is not in effect, or if arithmetic
25788         right shift does not propagate the sign.  These assumptions were
25789         all in the original code but they weren't checked.
25790
25791         (TIME_T_MIDPOINT, verify): New macros.
25792         (__isleap): Remove; it has integer overflow problems.
25793         (leapyear): New function, without those problems.
25794         (ydhms_tm_diff): Remove; splitting into two parts.
25795         (ydhms_diff): New function, containing the arithmetic part of
25796         the old ydhms_tm_diff function.  Issue a compile-time
25797         diagnostic if we are not using C99 integer division.
25798         Avoid casts when possible.
25799         (guess_time_tm): New function, containing the checking part of
25800         the old ydhms_tm_diff function.  Return the new value, rather than
25801         the difference between it and the old.  Accept a new argument T
25802         so that *T specifies the old value.  Check for overflow in the result.
25803
25804         (__mktime_internal): Use a time_t offset, not a long int offset.
25805         This undoes the 2003-06-04 change, which is no longer needed now
25806         that we have better overflow checking.
25807         (localtime_offset): Likewise.
25808
25809         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25810         and long are 64-bit but int is only 32-bit.
25811         (ydhms_diff): Use long int to store year1 and yday1.
25812         Issue a compile-time diagnostic if long int is not wide enough.
25813
25814         (__mktime_internal): Use long int to store adjusted year and yday.
25815         Use plain C rather than preprocessor commands, if that doesn't
25816         affect efficiency.
25817         Check for overflow (and try to repair) after each probe
25818         rather than checking only at the very end.  This avoids some bugs
25819         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25820         does not equal GMT offset at maximum time).
25821         Use integer to check for overflow rather than floating point; this
25822         is more portable to non-IEEE hosts, and is a tad faster.
25823         When we detect that we are oscillating between two values,
25824         don't check whether tm_isdst has the requested value, since
25825         we already know the answer.  When tm_isdst has the wrong value,
25826         use a different heuristic to find the right one, based on the
25827         extreme values actually observed in practice in tz2003a,
25828         rather than the (overly optimistic) "previous 3 calendar quarters".
25829
25830         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25831         "T const" to accommodate glibc style.
25832         (check_result): Use less-confusing report format.  "long" -> "long int.
25833         (main): Likewise.
25834         Don't loop if the iteration overflows time_t.
25835         Allow a negative step in the iteration.
25836
25837 2003-07-06  Karl Berry  <karl@gnu.org>
25838
25839         * config/depcomp: update from automake.
25840         * config/config.sub: update from prep.
25841
25842 2003-07-03  Karl Berry  <karl@gnu.org>
25843
25844         * config/config.guess: update from prep.
25845
25846 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25847
25848         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25849         xreadlink.c now includes it unconditionally.
25850
25851 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25852
25853         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25854         having it depend on HAVE_SYS_TYPES_H.
25855
25856 2003-07-01  Bruno Haible  <bruno@clisp.org>
25857
25858         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25859         <sys/types.h> should be sufficient.
25860         Reported by Paul Eggert.
25861
25862 2003-06-26  Karl Berry  <karl@gnu.org>
25863
25864         * config/depcomp: update from automake.
25865
25866 2003-06-26  Bruno Haible  <bruno@clisp.org>
25867
25868         * modules/human: Depend on module stdbool.
25869
25870 2003-06-25  Bruno Haible  <bruno@clisp.org>
25871
25872         * modules/readlink: New file.
25873         * modules/xreadlink: Depend on it.
25874         * MODULES.html.sh (func_all_modules): Add readlink.
25875
25876 2003-06-25  Bruno Haible  <bruno@clisp.org>
25877
25878         * m4/readlink.m4: New file.
25879
25880 2003-06-25  Bruno Haible  <bruno@clisp.org>
25881
25882         * lib/readlink.c: New file.
25883
25884 2003-06-22  Karl Berry  <karl@gnu.org>
25885
25886         * config/srclist.txt: update mkinstalldirs from automake.
25887         * config/mkinstalldirs: update.
25888
25889 2003-06-22  Bruno Haible  <bruno@clisp.org>
25890
25891         Portability to mingw32.
25892         * m4/ssize_t.m4: New file, from GNU gettext.
25893         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25894         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25895
25896 2003-06-22  Bruno Haible  <bruno@clisp.org>
25897
25898         * modules/safe-read: Add m4/ssize_t.m4.
25899         * modules/xreadlink: Add m4/ssize_t.m4.
25900
25901 2003-06-20  Bruno Haible  <bruno@clisp.org>
25902
25903         Assume C89, so PARAMS isn't needed.
25904         * lib/unicodeio.h (PARAMS): Remove.
25905         * lib/unicodeio.c: Don't use PARAMS.
25906
25907 2003-06-18  Karl Berry  <karl@gnu.org>
25908
25909         * config/config.{guess,sub}: update from prep.
25910
25911 2003-06-18  Jim Meyering  <jim@meyering.net>
25912
25913         Merge changes from coreutils.
25914         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25915         Remove explicit declarations of xmalloc and realloc.
25916         Include xalloc.h.
25917         (read_utmp): Remove anachronistic cast of xmalloc.
25918
25919 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25920
25921         Assume C89, so PARAMS isn't needed.
25922         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25923         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25924         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25925         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25926         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25927         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25928         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25929         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25930         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25931         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25932         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25933         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25934         no longer needed. Anyway, config.h should always be included before any
25935         other file.
25936
25937 2003-06-11  Simon Josefsson  <jas@extundo.com>
25938
25939         * modules/sysexits: New file.
25940         * MODULES.html.sh (func_all_modules): Add sysexits.
25941
25942 2003-06-11  Simon Josefsson  <jas@extundo.com>
25943
25944         * lib/sysexit_.h: New file.
25945
25946 2003-06-11  Derek Price  <derek@ximbiot.com>
25947
25948         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25949         necessary.
25950
25951 2003-06-11  Bruno Haible  <bruno@clisp.org>
25952
25953         * m4/sysexits.m4: New file.
25954
25955 2003-06-10  Simon Josefsson  <jas@extundo.com>
25956
25957         * lib/argp.h: New file, from glibc.
25958         * lib/argp-ba.c: New file, from glibc.
25959         * lib/argp-eexst.c: New file, from glibc.
25960         * lib/argp-fmtstream.c: New file, from glibc.
25961         * lib/argp-fmtstream.h: New file, from glibc.
25962         * lib/argp-fs-xinl.c: New file, from glibc.
25963         * lib/argp-help.c: New file, from glibc.
25964         * lib/argp-namefrob.h: New file, from glibc.
25965         * lib/argp-parse.c: New file, from glibc.
25966         * lib/argp-pv.c: New file, from glibc.
25967         * lib/argp-pvh.c: New file, from glibc.
25968         * lib/argp-xinl.c: New file, from glibc.
25969
25970 2003-06-10  Simon Josefsson  <jas@extundo.com>
25971
25972         * modules/strchrnul: New file.
25973
25974 2003-06-10  Simon Josefsson  <jas@extundo.com>
25975
25976         * modules/argp: New file.
25977
25978 2003-06-10  Simon Josefsson  <jas@extundo.com>
25979
25980         * m4/strchrnul.m4: New file.
25981
25982 2003-06-10  Simon Josefsson  <jas@extundo.com>
25983
25984         * lib/strchrnul.h: New file.
25985         * lib/strchrnul.c: New file.
25986
25987 2003-06-10  Bruno Haible  <bruno@clisp.org>
25988
25989         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25990
25991 2003-06-07  Karl Berry  <karl@gnu.org>
25992
25993         * config/config.{guess,sub}: update from prep.
25994
25995 2003-06-07  Jim Meyering  <jim@meyering.net>
25996
25997         * modules/strtod: Use $(...) notation, not @...@ for
25998         AC_REPLACE'd variables.
25999         * modules/localcharset: Likewise.
26000
26001 2003-06-07  Jim Meyering  <jim@meyering.net>
26002
26003         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26004         in place of my name in the copyright comment.
26005         Remove definition and uses of __P.
26006
26007         From coreutils.
26008         * lib/stat.c: Don't declare xmalloc explicitly.
26009         Instead, include "xalloc.h".
26010         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26011         xrealloc, and xcalloc return values.
26012         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26013         Improve comment.
26014         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26015
26016 2003-06-07  Bruno Haible  <bruno@clisp.org>
26017
26018         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26019         avoid AC_CONFIG_LINKS.
26020         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26021         fnmatch.h, to avoid AC_CONFIG_LINKS.
26022         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26023
26024 2003-06-07  Bruno Haible  <bruno@clisp.org>
26025
26026         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26027         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26028         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26029         directory.
26030         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26031         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26032         directory.
26033
26034 2003-06-06  Jim Meyering  <jim@meyering.net>
26035
26036         Merge from coreutils.
26037         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26038         Consolidate declarations and initializations of *_base* locals.
26039
26040         Merge from coreutils.
26041         This avoids a core dump on systems without GNU putenv,
26042         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26043         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26044         (unsetenv): New static function, from GNU libc.
26045         (rpl_putenv): Use it.
26046
26047         * lib/modechange.c: Remove trailing blanks.
26048
26049         Merge from coreutils.
26050         * lib/fsusage.c: Remove declaration of statfs.
26051         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26052
26053         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26054
26055 2003-06-06  Jim Meyering  <jim@meyering.net>
26056
26057         * lib/stdbool_.h: Renamed from stdbool.h.in.
26058
26059 2003-06-06  Jim Meyering  <jim@meyering.net>
26060             Bruno Haible  <bruno@clisp.org>
26061
26062         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26063         Adjust Makefile.am snippet not to redirect directly to target.
26064         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26065
26066 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26067
26068         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26069         mismatch, look in future quarters as well as past.  This fixes a
26070         bug when processing fall-backwards gaps immediately after a long
26071         period of daylight-saving time.
26072
26073         * lib/mktime.c: Assume freestanding C89 or better.
26074         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26075         (__P): Remove; not used.
26076         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26077         (mktime, not_equal_tm, print_tm, check_result,
26078         main): Use prototypes.  Use const * where appropriate.
26079         (main): Fix typo in testing code that uncovered by above changes.
26080         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26081
26082 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26083
26084         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26085         locale.h, localeconv.  This merges changes from coreutils.
26086
26087         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26088         It can be removed after the next Autoconf is released.
26089         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26090         needed.
26091
26092 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26093
26094         * lib/mktime.c: Fix Debian bug 177940
26095         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26096         (localtime_offset): Now long int, not time_t, because we want it
26097         to be guaranteed to be signed.  All uses changed.
26098         (__mktime_internal): If overflow would occur when adding offset,
26099         don't add it.
26100
26101         Merge 'human' changes from coreutils.  Rewrite to support
26102         locale-specific notations like thousands separators.
26103         * lib/human.c: Simplify authorship notice.
26104         Include human.h immediately after config.h.
26105         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26106         <limits.h>: Do not include, since human.h does.
26107         (SIZE_MAX, UINTMAX_MAX): New macros.
26108         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26109         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26110         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26111         (power_letter): Renamed from suffixes.
26112         (generate_suffix_backwards): Remove.
26113         (adjust_value): Now takes int style (because of human.h changes)
26114         and long double value (for greater precision on some platforms).
26115         (group_number): New function.
26116         (human_readable): Use it.  Use integer options, not enum.
26117         Put the options before the sizes in the arg list.
26118         Support all the new options.
26119         The old human_readable function has been removed;
26120         use inttostr.h instead.
26121         (human_readable, default_block_size, humblock):
26122         Use uintmax_t, not int, for block sizes.
26123         (human_readable_inexact, block_size_types): Remove.
26124         (block_size_opts): New constant.
26125         (human_options): Renamed from human_block_size, with new signature
26126         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26127         * lib/human.h: Add copyright and authorship notice.
26128         Include <limits.h> and <stdbool.h> unconditionally.
26129         (PARAMS): Remove.  All uses removed.
26130         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26131         (enum human_inexact_style): Remove tag; now a nameless enum.
26132         (human_floor, human_ceiling, human_round_to_even): Now have
26133         values 2, 0, 1 rather than -1, 1, 0.
26134         (human_group_digits, human_suppress_point_zero, human_autoscale,
26135         human_base_1024, human_SI, human_B): New constants.
26136         (human_readable_inexact, human_block_size): Remove.
26137         (human_readable): Size args are now uintmax_t, not int.
26138         (human_options): New decl.
26139
26140         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26141         unnecessary now that we assume C89 or better.  This change
26142         imported from coreutils.
26143
26144         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26145         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26146         in the 2003-05-30 sync from glibc.
26147
26148         .h files should stand alone, but we shouldn't include <sys/types.h>
26149         if we can get away with just <stddef.h>.
26150
26151         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26152         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26153         rather than <sys/types.h>, as we merely need size_t.
26154         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26155         to get size_t.
26156         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26157         Include <stdio.h>, to get FILE.
26158         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26159         memcasecmp.h has included <stddef.h> and all we need is size_t.
26160         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26161         our interface, instead of including <sys/types.h>
26162
26163 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26164
26165         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26166         now, as glibc mktime is buggy on non-glibc systems.
26167
26168 2003-06-03  Karl Berry  <karl@gnu.org>
26169
26170         * config/config.sub: update from prep.
26171
26172 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26173
26174         [from coreutils]
26175         Fix some minor time-related bugs with POSIX time arguments.
26176         Some valid time stamps were being rejected (notably -1, and
26177         time stamps before 1900 on 64-bit hosts).  And some invalid
26178         time stamps were being accepted, e.g. September 31.
26179
26180         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26181         that we can return (time_t) -1 successfully.
26182         * lib/posixtm.c: Likewise.
26183         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26184         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26185         (t): Remove static var.
26186         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26187         of static var.  All uses changed.
26188         (year): Do not reject years before 1900; they can occur with
26189         64-bit time_t.
26190         (posix_time_parse): Do not check for out-of-range components;
26191         that is now the caller's responsibility, since our checks were
26192         only approximations.
26193         (posixtime): Use mktime to check for out-of-range components,
26194         since it knows them exactly.
26195         If mktime returns (time_t) -1, check whether an error actually occurred
26196         by invoking localtime on -1.
26197         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26198         posixtime failures better.
26199         Improve the test data (in comments only).
26200
26201 2003-06-02  Karl Berry  <karl@gnu.org>
26202
26203         * config/mkinstalldirs (version): new variable.
26204         (--version): new option.
26205         (usage): improve message.
26206
26207 2003-05-30  Karl Berry  <karl@gnu.org>
26208
26209         * lib/mktime.c: update from libc.
26210
26211 2003-05-30  Bruno Haible  <bruno@clisp.org>
26212
26213         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26214         * config/config.rpath: Upgrade to gettext-0.12.1.
26215
26216 2003-05-30  Bruno Haible  <bruno@clisp.org>
26217
26218         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26219         * m4/nls.m4: New file, from gettext-0.12.1.
26220         * m4/po.m4: New file, from gettext-0.12.1.
26221         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26222
26223 2003-05-30  Bruno Haible  <bruno@clisp.org>
26224
26225         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26226         * lib/localcharset.h: Likewise.
26227         * lib/localcharset.c: Likewise.
26228
26229 2003-05-29  Karl Berry  <karl@gnu.org>
26230
26231         * config/config.rpath: update from gettext.
26232
26233 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26234
26235         Assume the headers required for C89 freestanding compilers.
26236         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26237         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26238         * m4/human.m4 (gl_HUMAN): Likewise.
26239         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26240         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26241         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26242         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26243         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26244         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26245
26246 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26247
26248         Assume the headers required for C89 freestanding compilers.
26249         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26250         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26251         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26252         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26253         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26254         define, since <limits.h> is guaranteed to do that.
26255         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26256         * lib/exclude.c: Include <stdbool.h> unconditionally.
26257         * lib/tempname.c: Include <stddef.h> unconditionally.
26258         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26259         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26260         <stddef.h> does that.
26261         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26262         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26263         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26264         needed.
26265         * lib/xstrtol.c: Likewise.
26266         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26267         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26268
26269         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26270         warnings on some platforms.
26271
26272         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26273         arbitrarily.
26274
26275 2003-05-26  Jim Meyering  <jim@meyering.net>
26276
26277         Merge in a change from coreutils:
26278         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26279         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26280         that condition, rather than `-1' which is slightly misleading.
26281         Change the name of the cache variable to have the gl_ prefix.
26282         Prompted by a patch from Richard Dawe for DJGPP.
26283
26284 2003-05-24  Karl Berry  <karl@gnu.org>
26285
26286         * config/config.guess: update from prep.
26287
26288 2003-05-22  Karl Berry  <karl@gnu.org>
26289
26290         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26291
26292 2003-05-20  Karl Berry  <karl@gnu.org>
26293
26294         * config/config.guess: update from prep.
26295
26296 2003-05-18  Karl Berry  <karl@gnu.org>
26297
26298         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26299         might actually be set by the user.
26300
26301         * config/depcomp, install-sh, mdate-sh: update from automake.
26302
26303 2003-05-17  Bruno Haible  <bruno@clisp.org>
26304
26305         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26306         invalid expansion for AC_EGREP_CPP.
26307         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26308         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26309         Suggested by Akim Demaille <akim@epita.fr> in
26310         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26311
26312 2003-05-12  Jim Meyering  <jim@meyering.net>
26313
26314         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26315         the space-padded-by-default conversion specifiers, %e, %k, %l.
26316
26317 2003-05-12  Bruno Haible  <bruno@clisp.org>
26318
26319         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26320         the string is longer than 4 KB.
26321
26322 2003-05-11  Karl Berry  <karl@gnu.org>
26323
26324         * config/config.{guess,sub}: update from prep.
26325
26326 2003-05-09  Bruno Haible  <bruno@clisp.org>
26327
26328         * modules/error: Add m4/strerror_r.m4 to file list.
26329
26330 2003-05-03  Bruno Haible  <bruno@clisp.org>
26331
26332         Upgrade to Unicode-4.0.
26333         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26334         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26335         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26336         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26337         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26338         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26339         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26340         Change width of U+E0100..U+E01EF from 1 to 0.
26341
26342 2003-04-25  Jim Meyering  <jim@meyering.net>
26343
26344         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26345         of type size_t, not int.
26346
26347 2003-04-25  Bruno Haible  <bruno@clisp.org>
26348
26349         * lib/copy-file.c: Include <stddef.h>, for size_t.
26350
26351 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26352
26353         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26354         code which expansion is under static control.  Patch imported from
26355         Akim Demaille's patch to Bison; see
26356         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26357
26358 2003-04-14  Bruno Haible  <bruno@clisp.org>
26359
26360         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26361
26362 2003-04-11  Jim Meyering  <jim@meyering.net>
26363
26364         Merge changes from Coreutils.
26365
26366         2003-03-22  Jim Meyering  <jim@meyering.net>
26367
26368         * lib/strftime.c (widen): Cast alloca return value to proper type.
26369
26370         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26371
26372         From GNU libc.
26373         * lib/strftime.c (my_strftime): Handle very large width
26374         specifications for numeric values correctly.  Improve checks for
26375         overflow.
26376
26377         2003-01-19  Jim Meyering  <jim@meyering.net>
26378
26379         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26380         definitions.
26381         (nl_get_alt_digit) [! defined my_strftime]: Define.
26382         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26383         _nl_get_alt_digit and _nl_get_walt_digit.
26384
26385         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26386         libc. These changes have no effect outside of _LIBC.
26387
26388 2003-04-10  Bruno Haible  <bruno@clisp.org>
26389
26390         * modules/findprog: New file.
26391         * MODULES.html.sh (func_all_modules): Add it.
26392
26393 2003-04-10  Bruno Haible  <bruno@clisp.org>
26394
26395         * m4/findprog.m4: New file.
26396         * m4/eaccess.m4: New file.
26397
26398 2003-04-10  Bruno Haible  <bruno@clisp.org>
26399
26400         * lib/findprog.h: New file, from GNU gettext.
26401         * lib/findprog.c: New file, from GNU gettext.
26402
26403 2003-04-05  Jim Meyering  <jim@meyering.net>
26404
26405         Merge changes from Coreutils.
26406
26407         * lib/exclude.h (PARAMS): Remove definition and uses.
26408         * lib/exclude.c: Remove uses of `PARAMS'.
26409
26410         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26411         Add test-cases for DOS filenames. Declare program_name.
26412         (main): Set up program_name.  Patch by Rich Dawe.
26413
26414         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26415         error from mntctl.
26416         Use mntctl's return value to drive the entry-processing loop, since
26417         we can't rely on the value of the vmt_length member in the last
26418         entry.  On some systems doing so could result in exhausting
26419         virtual memory.  Based in part on a patch from Mike Jetzer.
26420
26421 2003-04-04  Bruno Haible  <bruno@clisp.org>
26422
26423         * modules/linebreak: New file.
26424         * MODULES.html.sh (func_all_modules): Add it.
26425
26426 2003-04-04  Bruno Haible  <bruno@clisp.org>
26427
26428         * m4/linebreak.m4: New file.
26429
26430 2003-04-04  Bruno Haible  <bruno@clisp.org>
26431
26432         * lib/linebreak.h: New file, from GNU gettext.
26433         * lib/linebreak.c: New file, from GNU gettext with slight
26434         modifications.
26435         * lib/lbrkprop.h: New file, from GNU gettext.
26436
26437 2003-04-03  Bruno Haible  <bruno@clisp.org>
26438
26439         * modules/utf8-ucs4: New file.
26440         * modules/utf16-ucs4: New file.
26441         * modules/ucs4-utf8: New file.
26442         * modules/ucs4-utf16: New file.
26443         * MODULES.html.sh (func_all_modules): Add them.
26444
26445 2003-04-03  Bruno Haible  <bruno@clisp.org>
26446
26447         * m4/utf-ucs4.m4: New file.
26448         * m4/ucs4-utf.m4: New file.
26449
26450 2003-04-03  Bruno Haible  <bruno@clisp.org>
26451
26452         * lib/utf8-ucs4.h: New file, from GNU gettext.
26453         * lib/utf16-ucs4.h: New file, from GNU gettext.
26454         * lib/ucs4-utf8.h: New file, from GNU gettext.
26455         * lib/ucs4-utf16.h: New file, from GNU gettext.
26456
26457 2003-04-02  Bruno Haible  <bruno@clisp.org>
26458
26459         * modules/binary-io: New file.
26460         * MODULES.html.sh (func_all_modules): Add it.
26461
26462 2003-04-02  Bruno Haible  <bruno@clisp.org>
26463
26464         * lib/binary-io.h: New file, from GNU gettext.
26465
26466 2003-04-01  Bruno Haible  <bruno@clisp.org>
26467
26468         * modules/pathname: New file.
26469         * MODULES.html.sh (func_all_modules): Add it.
26470
26471 2003-04-01  Bruno Haible  <bruno@clisp.org>
26472
26473         * lib/pathname.h: New file, from GNU gettext.
26474         * lib/concatpath.c: New file, from GNU gettext.
26475
26476 2003-03-30  Bruno Haible  <bruno@clisp.org>
26477
26478         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26479
26480 2003-03-30  Bruno Haible  <bruno@clisp.org>
26481
26482         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26483         function chown() doesn't exist.
26484
26485 2003-03-28  Bruno Haible  <bruno@clisp.org>
26486
26487         * modules/copy-file: New file.
26488         * MODULES.html.sh (func_all_modules): Add it.
26489
26490 2003-03-28  Bruno Haible  <bruno@clisp.org>
26491
26492         * m4/copy-file.m4: New file.
26493
26494 2003-03-28  Bruno Haible  <bruno@clisp.org>
26495
26496         * lib/copy-file.h: New file, from GNU gettext.
26497         * lib/copy-file.c: New file, from GNU gettext.
26498
26499 2003-03-18  Jim Meyering  <jim@meyering.net>
26500
26501         * lib/quote.c (quote_n): Fix typo in comment.
26502
26503 2003-03-18  Bruno Haible  <bruno@clisp.org>
26504
26505         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26506         checking.
26507         * m4/onceonly_2_57.m4: Likewise.
26508
26509 2003-03-17  Bruno Haible  <bruno@clisp.org>
26510
26511         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26512         (m4_quote): Remove macro.
26513         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26514
26515 2003-03-14  Jim Meyering  <jim@meyering.net>
26516
26517         Merge changes from Coreutils.
26518         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26519         to be const, in order to avoid warnings.
26520         (obstack_room): Likewise.
26521         (obstack_empty_p): Likewise.
26522
26523 2003-03-14  Bruno Haible  <bruno@clisp.org>
26524
26525         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26526         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26527
26528 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26529
26530         Merge changes from Bison.
26531         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26532         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26533         when compiling Bison 1.875's `bitset bset = obstack_alloc
26534         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26535         * lib/hash.c: Include <stdbool.h> unconditionally.
26536
26537 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26538
26539         * m4/onceonly.m4 (m4_quote): New macro.
26540         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26541         Quote AC_FOREACH variable-expansions properly.
26542
26543 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26544
26545         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26546
26547 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26548
26549         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26550         Reported by Bruce Becker; see:
26551         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26552
26553 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26554             Bruno Haible  <bruno@clisp.org>
26555
26556         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26557         Reported by John Hughes, see
26558         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26559
26560 2003-02-20  Bruno Haible  <bruno@clisp.org>
26561
26562         * MODULES.html.sh (func_all_modules): Add poll.
26563
26564 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26565
26566         * modules/poll: New file.
26567
26568 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26569
26570         * lib/poll_.h: New file.
26571         * lib/poll.c: New file.
26572
26573 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26574
26575         * m4/poll.m4: New file.
26576
26577 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26578
26579         * modules/mathl: New file.
26580
26581 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26582
26583         * lib/mathl.h: New file.
26584         * lib/acosl.c: New file.
26585         * lib/asinl.c: New file.
26586         * lib/atanl.c: New file.
26587         * lib/ceill.c: New file.
26588         * lib/cosl.c: New file.
26589         * lib/expl.c: New file.
26590         * lib/floorl.c: New file.
26591         * lib/frexpl.c: New file.
26592         * lib/ldexpl.c: New file.
26593         * lib/logl.c: New file.
26594         * lib/sincosl.c: New file.
26595         * lib/sinl.c: New file.
26596         * lib/sqrtl.c: New file.
26597         * lib/tanl.c: New file.
26598         * lib/trigl.c: New file.
26599         * lib/trigl.h: New file.
26600
26601 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26602
26603         * m4/mathl.m4: New file.
26604
26605 2003-02-18  Bruno Haible  <bruno@clisp.org>
26606
26607         * MODULES.html.sh (func_all_modules): Add mathl.
26608
26609 2003-02-17  Bruno Haible  <bruno@clisp.org>
26610
26611         * modules/mkdtemp: New module.
26612         * MODULES.html.sh (func_all_modules): Add it.
26613
26614 2003-02-17  Bruno Haible  <bruno@clisp.org>
26615
26616         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26617
26618 2003-02-17  Bruno Haible  <bruno@clisp.org>
26619
26620         * lib/mkdtemp.h: New file, from GNU gettext.
26621         * lib/mkdtemp.c: New file, from GNU gettext.
26622
26623 2003-02-02  Jim Meyering  <jim@meyering.net>
26624
26625         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26626         e.g. glibc-2.2.93.
26627
26628 2003-01-31  Bruno Haible  <bruno@clisp.org>
26629
26630         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26631         'rpl_rename'.
26632         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26633         'rpl_strnlen'.
26634         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26635         'rpl_strtod'.
26636         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26637         'rpl_utime'.
26638
26639 2003-01-31  Bruno Haible  <bruno@clisp.org>
26640
26641         * lib/rename.c: #undef rename before defining rpl_rename.
26642         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26643
26644 2003-01-30  Bruno Haible  <bruno@clisp.org>
26645
26646         * modules/vasnprintf, modules/vasprintf: New modules.
26647         * MODULES.html.sh (func_all_modules): Add them.
26648
26649 2003-01-30  Bruno Haible  <bruno@clisp.org>
26650
26651         * m4/signed.m4: New file, from GNU gettext.
26652         * m4/longdouble.m4: New file, from GNU gettext.
26653         * m4/wchar_t.m4: New file, from GNU gettext.
26654         * m4/wint_t.m4: New file, from GNU gettext.
26655         * m4/vasnprintf.m4: New file.
26656         * m4/vasprintf.m4: New file.
26657
26658 2003-01-30  Bruno Haible  <bruno@clisp.org>
26659
26660         * lib/printf-args.h: New file, from GNU gettext.
26661         * lib/printf-args.c: New file, from GNU gettext.
26662         * lib/printf-parse.h: New file, from GNU gettext.
26663         * lib/printf-parse.c: New file, from GNU gettext.
26664         * lib/vasnprintf.h: New file, from GNU gettext.
26665         * lib/vasnprintf.c: New file, from GNU gettext.
26666         * lib/asnprintf.c: New file, from GNU gettext.
26667         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26668         * lib/vasprintf.c: New file, from GNU gettext.
26669         * lib/asprintf.c: New file, from GNU gettext.
26670
26671 2003-01-29  Bruno Haible  <bruno@clisp.org>
26672
26673         * modules/stpncpy: New module.
26674         * MODULES.html.sh (func_all_modules): Add it.
26675
26676 2003-01-29  Bruno Haible  <bruno@clisp.org>
26677
26678         * m4/stpncpy.m4: New file.
26679
26680 2003-01-29  Bruno Haible  <bruno@clisp.org>
26681
26682         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26683         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26684
26685 2003-01-28  Bruno Haible  <bruno@clisp.org>
26686
26687         * modules/c-ctype: New module.
26688         * MODULES.html.sh (func_all_modules): Add it.
26689
26690 2003-01-28  Bruno Haible  <bruno@clisp.org>
26691
26692         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26693         Paul Eggert.
26694         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26695         Paul Eggert.
26696
26697 2003-01-27  Bruno Haible  <bruno@clisp.org>
26698
26699         * modules/xsetenv: New module.
26700         * MODULES.html.sh (func_all_modules): Add it.
26701
26702 2003-01-27  Bruno Haible  <bruno@clisp.org>
26703
26704         * lib/xsetenv.h: New file, from GNU gettext.
26705         * lib/xsetenv.c: New file, from GNU gettext.
26706
26707 2003-01-23  Jim Meyering  <jim@meyering.net>
26708
26709         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26710         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26711
26712 2003-01-23  Bruno Haible  <bruno@clisp.org>
26713
26714         * modules/minmax: New module.
26715         * MODULES.html.sh (func_all_modules): Add it.
26716
26717 2003-01-23  Bruno Haible  <bruno@clisp.org>
26718
26719         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26720         Eggert.
26721
26722 2003-01-22  Bruno Haible  <bruno@clisp.org>
26723
26724         * modules/exit: New module.
26725         * MODULES.html.sh (func_all_modules): Add it.
26726
26727 2003-01-22  Bruno Haible  <bruno@clisp.org>
26728
26729         * lib/exit.h: New file, from GNU gettext.
26730
26731 2003-01-19  Bruno Haible  <bruno@clisp.org>
26732
26733         * gnulib-tool: Recognize option --extract-maintainer.
26734         (func_get_maintainer): New function.
26735         * modules/*: Add Maintainer entry.
26736
26737 2003-01-16  Jim Meyering  <jim@meyering.net>
26738
26739         * m4/regex.m4: The `regex' struct is both input and output.
26740         Initialize it before each use.  Patch by Tim Waugh.
26741
26742 2003-01-16  Bruno Haible  <bruno@clisp.org>
26743
26744         * MODULES.html.sh: Add a table of contents. Add the module name as
26745         leftmost column. Add hyperlinks.
26746
26747 2003-01-15  Bruno Haible  <bruno@clisp.org>
26748
26749         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26750
26751 2003-01-15  Bruno Haible  <bruno@clisp.org>
26752
26753         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26754         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26755         suffix.
26756
26757 2003-01-15  Bruno Haible  <bruno@clisp.org>
26758
26759         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26760
26761 2003-01-15  Bruno Haible  <bruno@clisp.org>
26762
26763         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26764         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26765
26766 2003-01-14  Jim Meyering  <jim@meyering.net>
26767
26768         * lib/same.c (same_name): Tweak a comment.
26769
26770 2003-01-14  Bruno Haible  <bruno@clisp.org>
26771
26772         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26773         when a string comparison is sufficient.
26774
26775 2003-01-14  Bruno Haible  <bruno@clisp.org>
26776
26777         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26778         'unsigned int'.
26779
26780 2003-01-14  Bruno Haible  <bruno@clisp.org>
26781
26782         * lib/hash-pjw.c: Add comment about low quality of this function.
26783
26784 2003-01-13  Bruno Haible  <bruno@clisp.org>
26785
26786         * modules/stpcpy: Distribute lib/stpcpy.h.
26787         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26788
26789 2003-01-13  Bruno Haible  <bruno@clisp.org>
26790
26791         * modules/*: Add a description.
26792         * modules/strpbrk: Fix Makefile.am snippet.
26793         * modules/strtoimax: Fix dependencies.
26794         * modules/strtoumax: Likewise.
26795
26796 2003-01-13  Bruno Haible  <bruno@clisp.org>
26797
26798         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26799         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26800         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26801
26802 2003-01-13  Bruno Haible  <bruno@clisp.org>
26803
26804         * gnulib-tool (func_create_testdir): Store config/* files in the main
26805         directory.
26806         * config.rpath: Move to ...
26807         * config/config.rpath: ... here.
26808         * modules/gettext: Contains config/config.rpath, not config.rpath.
26809         * modules/iconv: Likewise.
26810
26811 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26812
26813         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26814         to avoid collisions with libcurses and libreadline.
26815
26816         * m4/getstr.m4: Remove.
26817         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26818
26819 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26820
26821         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26822         to avoid collisions with libcurses and libreadline.
26823
26824         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26825         * lib/getstr.h, getstr.c: Remove.
26826         * lib/getline.c: Include "getline.h", to check interface.
26827         Move body of old getstr.c here: this defines MIN_CHUNK and
26828         declares getdelim2, which is renamed from getstr.
26829         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26830
26831         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26832         All uses changed.
26833         * lib/linebuffer.h: Likewise.
26834         (readline): Remove backward-compatibility macro.
26835
26836 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26837
26838         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26839         to avoid collisions with libcurses and libreadline.
26840         * getstr: Remove.
26841         * MODULES.html.sh: Remove getstr.
26842         * modules/getline: Depend on unlocked-io, not getstr.
26843
26844 2003-01-12  Jim Meyering  <jim@meyering.net>
26845
26846         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26847
26848 2003-01-10  Bruno Haible  <bruno@clisp.org>
26849
26850         * modules/alloca: Change Makefile.am requirements. Simplify Include
26851         requirements. Add lib/alloca_.h to file list.
26852
26853 2003-01-10  Bruno Haible  <bruno@clisp.org>
26854
26855         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26856
26857 2003-01-10  Bruno Haible  <bruno@clisp.org>
26858
26859         * lib/alloca_.h: New file.
26860         * lib/getdate.y: Unconditionally include alloca.h.
26861         * lib/makepath.c: Likewise.
26862         * lib/setenv.c: Likewise.
26863         * lib/userspec.c: Likewise.
26864
26865 2003-01-09  Karl Berry  <karl@gnu.org>
26866
26867         * MODULES.html.sh: include `dirname $0` in PATH, to find
26868         gnulib-tool.
26869
26870 2003-01-09  Bruno Haible  <bruno@clisp.org>
26871
26872         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26873         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26874
26875 2003-01-09  Bruno Haible  <bruno@clisp.org>
26876
26877         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26878
26879 2003-01-09  Bruno Haible  <bruno@clisp.org>
26880
26881         * lib/stdbool.h.in: New file.
26882
26883 2003-01-09  Bruno Haible  <bruno@clisp.org>
26884
26885         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26886         * MODULES.html.sh: Likewise.
26887
26888 2003-01-08  Jim Meyering  <jim@meyering.net>
26889
26890         * lib/full-write.c: Undefine and define-away `const' after inclusion
26891         of errno.h, not before.  Suggestion from Bruno Haible.
26892
26893 2003-01-08  Bruno Haible  <bruno@clisp.org>
26894
26895         * modules/full-read: Depend on full-write.
26896
26897 2003-01-08  Bruno Haible  <bruno@clisp.org>
26898
26899         * lib/safe-read.c: Include specification header first, to ensure its
26900         selfcontainedness.
26901         * lib/full-write.c: Likewise.
26902
26903 2003-01-07  Jim Meyering  <jim@meyering.net>
26904
26905         * lib/full-write.c: Rework so that it may serve to define full_read,
26906         too.
26907         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26908
26909 2003-01-07  Bruno Haible  <bruno@clisp.org>
26910
26911         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26912         <inttypes.h>.
26913         * lib/xstrtol.h: Likewise.
26914         * lib/xstrtoimax.c: Likewise.
26915         * lib/xstrtoumax.c: Likewise.
26916         * lib/human.h: Likewise.
26917
26918         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26919         on systems that have <inttypes.h> but not <stdint.h>.
26920
26921 2003-01-07  Bruno Haible  <bruno@clisp.org>
26922
26923         * MODULES.html.sh: Add copyright notice.
26924         (missed_files): Omit CVS directory entries.
26925         (func_module): Make it work with sed-3.02.
26926         * MODULES.txt: Remove file.
26927
26928 2003-01-06  Jim Meyering  <jim@meyering.net>
26929
26930         * lib/version-etc.c: Update year in translatable copyright string.
26931
26932 2003-01-03  Karl Berry  <karl@gnu.org>
26933
26934         * config/config.{guess,sub}: update from prep.
26935
26936 2003-01-02  Karl Berry  <karl@gnu.org>
26937
26938         * doc/COPYING.DOC: belatedly updated to 1.2.
26939
26940 2003-01-01  Karl Berry  <karl@gnu.org>
26941
26942         * gnulib-tool (func_verify_module): report module name $module in
26943         error message, not $1.
26944         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26945         be created, only if it doesn't exist.
26946         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26947
26948 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26949
26950         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26951
26952 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26953
26954         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26955         memcmp if strcoll doesn't work.
26956
26957 2002-12-31  Bruno Haible  <bruno@clisp.org>
26958
26959         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26960         nonempty.
26961
26962 2002-12-31  Bruno Haible  <bruno@clisp.org>
26963
26964         * lib/memcoll.c (STRCOLL): New macro.
26965         (memcoll): Use it.
26966
26967 2002-12-31  Bruno Haible  <bruno@clisp.org>
26968
26969         * lib/localcharset.h: New file.
26970         * lib/localcharset.c: Include it.
26971         * lib/unicodeio.c: Likewise.
26972
26973 2002-12-31  Bruno Haible  <bruno@clisp.org>
26974
26975         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26976         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26977
26978 2002-12-31  Bruno Haible  <bruno@clisp.org>
26979
26980         * lib/getline.h: Include <stddef.h>, for size_t.
26981
26982         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26983         * lib/unicodeio.c: Don't include <stddef.h>.
26984
26985 2002-12-31  Bruno Haible  <bruno@clisp.org>
26986
26987         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26988         HAVE_TM_ZONE.
26989
26990 2002-12-24  Karl Berry  <karl@gnu.org>
26991
26992         * config/config.guess: update from prep.
26993
26994 2002-12-24  Bruno Haible  <bruno@clisp.org>
26995
26996         General infrasructure.
26997         * m4/README: Rewritten.
26998         * m4/onceonly.m4: New file.
26999         * m4/onceonly_2_57.m4: New file.
27000
27001         Module atexit.
27002         * m4/atexit.m4: New file.
27003
27004         Module strtod.
27005         * m4/strtod.m4: New file.
27006
27007         Module strtol.
27008         * m4/strtol.m4: New file.
27009
27010         Module strtoul.
27011         * m4/strtoul.m4: New file.
27012
27013         Module memchr.
27014         * m4/memchr.m4: New file.
27015
27016         Module memcmp.
27017         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27018         (jm_FUNC_MEMCMP): Invoke it.
27019
27020         Module memcpy.
27021         * m4/memcpy.m4: New file.
27022
27023         Module memmove.
27024         * m4/memmove.m4: New file.
27025
27026         Module memset.
27027         * m4/memset.m4: New file.
27028
27029         Module strcspn.
27030         * m4/strcspn.m4: New file.
27031
27032         Module strpbrk.
27033         * m4/strpbrk.m4: New file.
27034
27035         Module strstr.
27036         * m4/strstr.m4: New file.
27037
27038         Module strerror.
27039         * m4/strerror.m4: New file.
27040
27041         Module mktime.
27042         * m4/mktime.m4: Renamed from jm-mktime.m4.
27043         (gl_PREREQ_MKTIME): New macro.
27044         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27045
27046         Module malloc.
27047         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27048         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27049         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27050
27051         Module realloc.
27052         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27053         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27054         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27055
27056         Module strftime.
27057         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27058         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27059         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27060         gl_TM_GMTOFF.
27061         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27062
27063         Module xalloc.
27064         * m4/xalloc.m4: New file.
27065
27066         Module alloca.
27067         * m4/alloca.m4: New file.
27068
27069         Module putenv.
27070         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27071         (jm_FUNC_PUTENV): Invoke it.
27072
27073         Module setenv.
27074         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27075         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27076         when invoked twice.
27077         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27078         gt_FUNC_SETENV.
27079
27080         Module memrchr.
27081         * m4/memrchr.m4: New file.
27082
27083         Module stpcpy.
27084         * m4/stpcpy.m4: New file.
27085
27086         Module strcase.
27087         * m4/strcase.m4: New file.
27088
27089         Module strdup.
27090         * m4/strdup.m4: New file.
27091
27092         Module strnlen.
27093         * m4/strnlen.m4: New file.
27094
27095         Module strndup.
27096         * m4/strndup.m4: New file.
27097
27098         Module xstrtod.
27099         * m4/xstrtod.m4: New file.
27100
27101         Module xstrtol.
27102         * m4/xstrtol.m4: New file.
27103
27104         Module getdate.
27105         * m4/getdate.m4: New file.
27106
27107         Module unlocked-io.
27108         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27109         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27110         * m4/jm-glibc-io.m4n: Remove file.
27111
27112         Module long-options.
27113         * m4/long-options.m4: New file.
27114
27115         Module md5.
27116         * m4/md5.m4: New file.
27117
27118         Module sha.
27119         * m4/sha.m4: New file.
27120
27121         Module getstr.
27122         * m4/getstr.m4: New file.
27123
27124         Module getline.
27125         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27126         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27127         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27128         simply getline. Infoke gl_PREREQ_GETLINE.
27129
27130         Module obstack.
27131         * m4/obstack.m4: New file.
27132
27133         Module hash.
27134         * m4/hash.m4: New file.
27135
27136         Module readtokens.
27137         * m4/readtokens.m4: New file.
27138
27139         Module strverscmp.
27140         * m4/strverscmp.m4: New file.
27141
27142         Module stdbool.
27143         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27144         OSF/1.
27145
27146         Module strtoll.
27147         * m4/strtoll.m4: New file.
27148
27149         Module strtoull.
27150         * m4/strtoull.m4: New file.
27151
27152         Module strtoimax.
27153         * m4/strtoimax.m4: New file.
27154
27155         Module strtoumax.
27156         * m4/strtoumax.m4: New file.
27157
27158         Module xstrtoimax.
27159         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27160         jm_AC_PREREQ_XSTRTOIMAX.
27161         Moved the strtol prerequisites to strtol.m4.
27162         Moved the strtoll prerequisites to strtoll.m4.
27163         Moved the strtoimax prerequisites to strtoimax.m4.
27164
27165         Module xstrtoumax.
27166         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27167         jm_AC_PREREQ_XSTRTOUMAX.
27168         Moved the strtoul prerequisites to strtoul.m4.
27169         Moved the strtoull prerequisites to strtoull.m4.
27170         Moved the strtoumax prerequisites to strtoumax.m4.
27171
27172         Module chown.
27173         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27174         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27175
27176         Module dup2.
27177         * m4/dup2.m4: New file.
27178
27179         Module ftruncate.
27180         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27181         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27182
27183         Module getgroups.
27184         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27185         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27186
27187         Module gettimeofday.
27188         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27189         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27190         gl_PREREQ_GETTIMEOFDAY.
27191
27192         Module mkdir.
27193         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27194         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27195
27196         Module mkstemp.
27197         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27198         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27199         jm_AC_TYPE_UINTMAX_T.
27200         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27201
27202         Module stat.
27203         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27204         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27205
27206         Module lstat.
27207         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27208         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27209
27210         Module timespec.
27211         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27212         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27213         * m4/st_mtim.m4: Indentation.
27214
27215         Module nanosleep.
27216         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27217         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27218         gl_PREREQ_NANOSLEEP.
27219
27220         Module regex.
27221         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27222         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27223         (gl_REGEX): New macro.
27224
27225         Module rename.
27226         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27227         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27228
27229         Module rmdir.
27230         * m4/rmdir.m4: New file.
27231
27232         Module utime.
27233         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27234         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27235         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27236
27237         Module dirname.
27238         * m4/dirname.m4: New file.
27239
27240         Module getopt.
27241         * m4/getopt.m4: New file.
27242
27243         Module unistd-safer.
27244         * m4/unistd-safer.m4: New file.
27245
27246         Module fnmatch.
27247         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27248         declaration.
27249         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27250         (gl_FUNC_FNMATCH_POSIX): New macro.
27251         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27252         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27253         simply fnmatch.
27254
27255         Module exclude.
27256         * m4/exclude.m4: New file.
27257
27258         Module human.
27259         * m4/human.m4: New file.
27260
27261         Module acl.
27262         * m4/acl.m4: Nop.
27263
27264         Module backupfile.
27265         * m4/backupfile.m4: New file.
27266         * m4/d-ino.m4: Indentation.
27267
27268         Module fsusage.
27269         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27270         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27271         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27272
27273         Module dirfd.
27274         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27275         requirements.
27276
27277         Module euidaccess.
27278         * m4/euidaccess.m4: New file.
27279
27280         Module file-type.
27281         * m4/file-type.m4: New file.
27282
27283         Module fileblocks.
27284         * m4/fileblocks.m4: New file.
27285
27286         Module filemode.
27287         * m4/filemode.m4: New file.
27288
27289         Module isdir.
27290         * m4/isdir.m4: New file.
27291
27292         Module lchown.
27293         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27294         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27295
27296         Module makepath.
27297         * m4/makepath.m4: New file.
27298
27299         Module modechange.
27300         * m4/modechange.m4: New file.
27301
27302         Module mountlist.
27303         * m4/mountlist.m4: New file.
27304         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27305         Indentation.
27306
27307         Module path-concat.
27308         * m4/path-concat.m4: New file.
27309
27310         Module pathmax.
27311         * m4/pathmax.m4: New file.
27312
27313         Module same.
27314         * m4/same.m4: New file.
27315
27316         Module save-cwd.
27317         * m4/save-cwd.m4: New file.
27318
27319         Module savedir.
27320         * m4/savedir.m4: New file.
27321
27322         Module xgetcwd.
27323         * m4/xgetcwd.m4: New file.
27324         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27325
27326         Module xreadlink.
27327         * m4/xreadlink.m4: New file.
27328
27329         Module safe-read.
27330         * m4/safe-read.m4: New file.
27331
27332         Module safe-write.
27333         * m4/safe-write.m4: New file.
27334
27335         Module closeout.
27336         * m4/closeout.m4: New file.
27337
27338         Module stdio-safer.
27339         * m4/stdio-safer.m4: New file.
27340
27341         Module getpass.
27342         * m4/getpass.m4: New file.
27343
27344         Module getugroups.
27345         * m4/getugroups.m4: New file.
27346
27347         Module group-member.
27348         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27349         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27350
27351         Module idcache.
27352         * m4/idcache.m4: New file.
27353
27354         Module userspec.
27355         * m4/userspec.m4: New file.
27356
27357         Module gettime.
27358         * m4/clock_time.m4: New file.
27359         * m4/gettime.m4: New file.
27360
27361         Module settime.
27362         * m4/settime.m4: New file.
27363
27364         Module posixtm.
27365         * m4/posixtm.m4: New file.
27366
27367         Module gethostname.
27368         * m4/gethostname.m4: New file.
27369
27370         Module canon-host.
27371         * m4/canon-host.m4: New file.
27372
27373         Module gettext.
27374         * m4/codeset.m4: New file, from gettext-0.11.5.
27375         * m4/gettext.m4: New file, from gettext-0.11.5.
27376         * m4/glibc21.m4: New file, from gettext-0.11.5.
27377         * m4/iconv.m4: New file, from gettext-0.11.5.
27378         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27379         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27380         * m4/inttypes.m4: New file, from gettext-0.11.5.
27381         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27382         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27383         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27384         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27385         * m4/lib-link.m4: New file, from gettext-0.11.5.
27386         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27387         * m4/progtest.m4: New file, from gettext-0.11.5.
27388         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27389         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27390         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27391
27392         Module localcharset.
27393         * m4/localcharset.m4: New file.
27394
27395         Module hard-locale.
27396         * m4/hard-locale.m4: New file.
27397
27398         Module mbswidth.
27399         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27400         onceonly macros.
27401         * m4/mbrtowc.m4: Add comment.
27402
27403         Module memcasecmp.
27404         * m4/memcasecmp.m4: New file.
27405
27406         Module memcoll.
27407         * m4/memcoll.m4: New file.
27408
27409         Module unicodeio.
27410         * m4/unicodeio.m4: New file.
27411
27412         Module rpmatch.
27413         * m4/rpmatch.m4: New file.
27414
27415         Module yesno.
27416         * m4/yesno.m4: New file.
27417
27418         Module exitfail.
27419         * m4/exitfail.m4: New file.
27420
27421         Module c-stack.
27422         * m4/c-stack.m4 (gl_C_STACK): New macro.
27423         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27424
27425         Module error.
27426         * m4/error.m4 (gl_ERROR): New macro.
27427         (jm_PREREQ_ERROR): Use onceonly macros.
27428
27429         Module fatal.
27430         * m4/fatal.m4: New file.
27431
27432         Module getloadavg.
27433         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27434         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27435
27436         Module getpagesize.
27437         * m4/getpagesize.m4: New file.
27438
27439         Module getusershell.
27440         * m4/getusershell.m4: New file.
27441
27442         Module physmem.
27443         * m4/physmem.m4: New file.
27444
27445         Module posixver.
27446         * m4/posixver.m4: New file.
27447
27448         Module quotearg.
27449         * m4/quotearg.m4: New file.
27450
27451         Module quote.
27452         * m4/quote.m4: New file.
27453
27454         Module readutmp.
27455         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27456
27457         Module sig2str.
27458         * m4/sig2str.m4: New file.
27459
27460         Other.
27461         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27462         ulonglong.m4.
27463         * m4/intmax_t.m4: New file.
27464         * m4/d-type.m4: Indentation.
27465         * m4/jm-macros.m4: Update.
27466         * m4/prereq.m4 (jm_PREREQ): Update.
27467         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27468         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27469         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27470         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27471         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27472         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27473         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27474         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27475         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27476         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27477         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27478         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27479         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27480         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27481         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27482         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27483         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27484         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27485         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27486
27487 2002-12-24  Bruno Haible  <bruno@clisp.org>
27488
27489         * MODULES.txt: Update according to m4/ changes.
27490
27491         Module gettext.
27492         * config.rpath: New file, from gettext-0.11.5.
27493
27494         * modules/*: New module descriptions.
27495         * gnulib-tool: New file.
27496         * MODULES.html.sh: New file.
27497
27498 2002-12-21  Karl Berry  <karl@gnu.org>
27499
27500         * doc/fdl.texi: update to version 1.2.
27501
27502 2002-12-19  Karl Berry  <karl@gnu.org>
27503
27504         * config/config.guess: update from prep.
27505
27506 2002-12-18  Bruno Haible  <bruno@clisp.org>
27507
27508         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27509         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27510
27511 2002-12-17  Bruno Haible  <bruno@clisp.org>
27512
27513         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27514         stdlib.h, string.h.
27515
27516 2002-12-17  Bruno Haible  <bruno@clisp.org>
27517
27518         * lib/canon-host.c (strdup): Remove unused declaration.
27519
27520         * lib/fsusage.c: Include full_read.h.
27521         (get_fs_usage): Use full_read instead of safe_read.
27522
27523         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27524
27525 2002-12-12  Karl Berry  <karl@gnu.org>
27526
27527         * config/config.guess: update from prep.
27528
27529 2002-12-11  Bruno Haible  <bruno@clisp.org>
27530
27531         * m4/setenv.m4: New file, from gettext-0.11.5.
27532
27533 2002-12-11  Bruno Haible  <bruno@clisp.org>
27534
27535         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27536         not unsetenv().
27537         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27538         modifications:
27539
27540         2002-12-11  Bruno Haible  <bruno@clisp.org>
27541
27542                 * setenv.c (alloca): Fall back to malloc.
27543                 (freea): New macro.
27544                 (setenv): Use freea() to free memory allocated with alloca().
27545
27546         2002-11-13  Bruno Haible  <bruno@clisp.org>
27547
27548                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27549                 function declarations.
27550                 * unsetenv.c (unsetenv): Likewise.
27551
27552         2002-03-04  Bruno Haible  <bruno@clisp.org>
27553
27554                 Portability to AIX 4.3.3.
27555                 * unsetenv.c: New file, extracted from setenv.c.
27556                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27557
27558         2001-12-20  Bruno Haible  <bruno@clisp.org>
27559
27560                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27561                 use malloc instead. For SunOS 4.
27562
27563         2001-12-11  Bruno Haible  <bruno@clisp.org>
27564
27565                 * setenv.c: Declare alloca.
27566                 (compar_fn_t): New typedef.
27567                 (KNOWN_VALUE, STORE_VALUE): Use it.
27568
27569         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27570         setenv.h.
27571
27572 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27573
27574         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27575         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27576         Choose values that are less likely to collide with system fnmatch
27577         options.
27578         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27579         defined (e.g., a pure POSIX system).
27580         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27581         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27582
27583 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27584
27585         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27586         a pain in practice to deal with generated m4 files.  This change
27587         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27588
27589         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27590         and jm-glibc-io.m4, as they are no longer a special case.
27591         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27592         kludge and the auto-generation stuff.  Check only whether the
27593         functions are declared, not whether they exist, since older hosts
27594         that don't declare the functions can't use the optimization anyway.
27595
27596 2002-12-06  Jim Meyering  <jim@meyering.net>
27597
27598         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27599
27600         Merge in changes from libc's misc/error.c, in preparation
27601         for the merge of gnulib's changes back into libc.
27602
27603         * lib/error.c (_): Define only if not already defined.
27604         Move definition to follow all #include directives.
27605         Include unlocked-io.h only if !_LIBC.
27606         [_LIBC]: Include <libio/libioP.h>.
27607         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27608         (fflush): Tweak definition to use INTUSE.
27609         (putc): Define.
27610
27611 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27612
27613         * lib/alloca.c [defined emacs]: Include "lisp.h".
27614         (xalloc_die) [defined emacs]: New macro.
27615         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27616         [! defined emacs]: Include <xalloc.h>.
27617         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27618         (pointer): Typedef to POINTER_TYPE *.
27619         (malloc): Remove decl; we now always use xmalloc.
27620         (alloca): Use old-style definition, since Emacs needs this.
27621         Check for arithmetic overflow when computing combined size.
27622
27623 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27624
27625         Do not generate unlocked-io.h automatically, since it's easier to
27626         maintain it by hand.
27627
27628         * lib/unlocked-io.h: New file, from GNU diffutils,
27629         but with proper copyright notice and attribution.
27630         * lib/gen-uio: Remove.
27631         * lib/Makefile.am: Add copyright notice.
27632         (libfetish_a_SOURCES): Add unlocked-io.h.
27633         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27634         (DISTCLEANFILES, io_functions): Remove macros.
27635         (EXTRA_DIST): Remove gen_uio.
27636         (unlocked-io.h): Remove rule.
27637
27638 2002-12-04  Jim Meyering  <jim@meyering.net>
27639
27640         Reflect the fact that stat.c and lstat.c are no longer generated.
27641         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27642         (DISTCLEANFILES): Likewise.
27643         (EXTRA_DIST): Likewise.
27644         (all_local): Don't depend on stat.c or lstat.c.
27645         (stat.c, lstat.c): Remove rules.
27646         (EXTRA_DIST): Remove xstat.in.
27647
27648         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27649         * lib/stat.c: New file.  Contents mostly from xstat.in.
27650         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27651         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27652
27653         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27654         too.
27655         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27656
27657 2002-12-03  Jim Meyering  <jim@meyering.net>
27658
27659         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27660         but not semantics, to minimize the differences between these two files.
27661         (safe_read): Change comment to mention SAFE_READ_ERROR.
27662
27663         * lib/safe-read.c (IS_EINTR): Define.
27664         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27665
27666 2002-12-02  Jim Meyering  <jim@meyering.net>
27667
27668         * lib/safe-read.c (EINTR): Define.
27669         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27670         (INT_MAX): Provide fallback.
27671         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27672
27673         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27674
27675 2002-12-02  Bruno Haible  <bruno@clisp.org>
27676
27677         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27678         Define, taken from safe-read.c.
27679         (INT_MAX): Provide fallback.
27680         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27681         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27682
27683         * lib/safe-read.c (EINTR): Remove definition.
27684         (safe_read): Don't use EINTR if it is absent.
27685
27686 2002-12-01  Jim Meyering  <jim@meyering.net>
27687
27688         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27689         zero.
27690         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27691
27692 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27693
27694         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27695         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27696         with `if (! (value < limit)) abort ();', for readability.
27697
27698 2002-11-26  Karl Berry  <karl@gnu.org>
27699
27700         * lib/strdup.c: copy from libc again, with jim's ok.
27701         * lib/.cppi-disable: re-add strdup.c
27702
27703 2002-11-25  Karl Berry  <karl@gnu.org>
27704
27705         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27706         instead of "strtol.c".
27707
27708 2002-11-25  Karl Berry  <karl@gnu.org>
27709
27710         * config/install-sh: update from automake for variable quoting, $0 in
27711         error msgs, etc.
27712
27713         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27714         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27715         entry.
27716
27717 2002-11-25  Jim Meyering  <jim@meyering.net>
27718
27719         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27720
27721 2002-11-24  Karl Berry  <karl@gnu.org>
27722
27723         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27724         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27725
27726 2002-11-24  Jim Meyering  <jim@meyering.net>
27727
27728         Update from coreutils:
27729
27730         * lib/mktime.c: Merge in changes from libc.
27731
27732         Avoid a link-time failure on some Linux systems.
27733         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27734         (otherwise).
27735         (__mon_yday): Declare with the STATIC attribute.
27736         (__mktime_internal): Likewise.
27737         Based on a report from Greg Schafer.
27738
27739 2002-11-23  Jim Meyering  <jim@meyering.net>
27740
27741         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27742         Use `unsigned', not `int', as type of index.
27743
27744         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27745
27746         * lib/fsusage.c: Remove unneeded parentheses around operands of
27747         `defined'.
27748
27749 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27750
27751         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27752         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27753         so that we can be included first.
27754         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27755         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27756         No need to include stddef.h or sys/types.h any more.
27757         Surround local include files with "", not "<>".
27758         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27759         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27760         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27761         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27762         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27763         (ISPRINT): Remove; no longer needed now that we assume C89.
27764
27765         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27766         Preserve errno.
27767
27768         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27769         quotearg_char): Use SIZE_MAX rather than
27770         (size_t) -1 when we are talking about "infinity".
27771
27772         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27773
27774 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27775
27776         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27777         hint that one should use `if (! x) abort ();' rather than `assert
27778         (x);', and anyway it's one less thing to worry about configuring.
27779         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27780         hash_rehash, hash_insert): Use abort rather than assert.
27781
27782 2002-11-22  Bruno Haible  <bruno@clisp.org>
27783
27784         * lib/safe-read.h: Assume C89. Add comments.
27785         (safe_read): Change return type to size_t.
27786         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27787         byte counts > SSIZE_MAX correctly.
27788         * lib/safe-write.h: New file.
27789         * lib/safe-write.c: New file.
27790         * lib/full-read.h: New file.
27791         * lib/full-read.c: New file.
27792         * lib/full-write.h: Assume C89. Add comments.
27793         * lib/full-write.c: Include safe-write.h.
27794         (full_write): Rewritten to use safe_write.
27795         Suggested by Jim Meyering and Paul Eggert.
27796
27797 2002-11-21  Jim Meyering  <jim@meyering.net>
27798
27799         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27800
27801         Merge in changes from the coreutils.
27802
27803         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27804         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27805         <stdint.h>.
27806         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27807         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27808         int.  Work more efficiently if X is the same width as uintmax_t.
27809         Do not compare X to -1, to avoid bogus compiler warning.
27810         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27811         Don't assume that f_frsize and f_bsize are the same type.
27812
27813         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27814         warning on FreeBSD.
27815
27816         * lib/makepath.c (make_path): Restore umask *before* creating the final
27817         component.
27818         (make_path): Minor reformatting.
27819
27820         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27821         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27822         HAVE_MALLOC/HAVE_REALLOC.
27823
27824         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27825         dummy ones.  At least on GNU/Linux systems, `auto' means something
27826         else.
27827         From Michael Stone.
27828
27829 2002-11-21  Bruno Haible  <bruno@clisp.org>
27830
27831         Remove case insensitive option matching.
27832         * lib/argmatch.h (argcasematch): Remove declaration.
27833         (ARGCASEMATCH): Remove macro.
27834         (__xargmatch_internal): Remove case_sensitive argument.
27835         (XARGMATCH): Update.
27836         (XARGCASEMATCH): Remove macro.
27837         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27838         case_sensitive argument.
27839         (argcasematch): Remove function.
27840         (__xargmatch_internal): Remove case_sensitive argument.
27841         (main): Use XARGMATCH instead of XARGCASEMATCH.
27842
27843         * lib/xmalloc.c: Change compile-time error message. Add comment about
27844         required autoconf version.
27845
27846 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27847
27848         Merge argmatch cleanups from Bison.  Assume C89.
27849
27850         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27851         Include stdlib.h, for EXIT_FAILURE.
27852         Always include <string.h>, since we assume C89.
27853         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27854         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27855         Include <stddef.h> instead, since it's all we need for size_t.
27856         (PARAMS): Remove.  All uses removed.
27857         (ARRAY_CARDINALITY): Do not bother to #undef.
27858         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27859         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27860         Remove unnecessary parentheses.
27861         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27862         Insert necessary parentheses.
27863         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27864         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27865
27866 2002-11-19  Bruno Haible  <bruno@clisp.org>
27867
27868         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27869         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27870
27871         * lib/mbswidth.h (PARAMS): Remove macro.
27872         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27873         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27874
27875         * lib/gcd.h (PARAMS): Remove macro.
27876         (gcd): Use ANSI C function declarations.
27877         * lib/gcd.c (gcd): Likewise.
27878
27879 2002-11-15  Bruno Haible  <bruno@clisp.org>
27880
27881         * lib/strcspn.c: Include <stddef.h>.
27882         (strcspn): Use ANSI C function declaration. Change return type to
27883         size_t. Use NULL.
27884         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27885         (strpbrk): Use NULL.
27886         * lib/strpbrk.h (PARAMS): Remove macro.
27887         (strpbrk): Use ANSI C function declaration.
27888         * lib/strstr.c: Don't include <sys/types.h>.
27889         * lib/strstr.h (PARAMS): Remove macro.
27890         (strstr): Use ANSI C function declarations.
27891
27892 2002-11-14  Karl Berry  <karl@gnu.org>
27893
27894         * config/mkinstalldirs: `do' on separate line, instead of
27895         `for var; do'.
27896
27897 2002-11-06  Bruno Haible  <bruno@clisp.org>
27898
27899         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27900         * lib/gcd.c (gcd): Likewise.
27901
27902 2002-11-05  Bruno Haible  <bruno@clisp.org>
27903
27904         * lib/gcd.h: New file, from gettext-0.11.5.
27905         * lib/gcd.c: New file, from gettext-0.11.5.
27906
27907 2002-11-05  Bruno Haible  <bruno@clisp.org>
27908
27909         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27910         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27911         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27912         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27913
27914         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27915         <libintl.h>.
27916         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27917         <libintl.h>.
27918
27919         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27920         * lib/human.c: Include gettext.h instead of <libintl.h>.
27921         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27922         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27923         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27924         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27925         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27926         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27927         (textdomain): Remove definition.
27928         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27929
27930         * lib/long-options.c: Remove include of <libintl.h> and definition of
27931         _.
27932         * lib/same.c: Remove include of <libintl.h> and definition of _.
27933
27934 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27935
27936         * lib/config.charset: A few additions for Solaris.
27937
27938 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27939
27940         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27941         * lib/localcharset.c (locale_charset): Declare as extern "C".
27942
27943 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27944
27945         * lib/config.charset: msdos in uk_UA uses CP1125.
27946
27947 2002-11-04  Bruno Haible  <bruno@clisp.org>
27948
27949         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27950         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27951         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27952         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27953         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27954
27955 2002-11-04  Bruno Haible  <bruno@clisp.org>
27956
27957         * lib/localcharset.c (locale_charset): Don't return an empty string.
27958
27959 2002-11-04  Bruno Haible  <bruno@clisp.org>
27960
27961         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27962         aliases.
27963
27964 2002-11-04  Bruno Haible  <bruno@clisp.org>
27965
27966         * lib/config.charset: Update for newest glibc. Add canonical names
27967         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27968
27969 2002-11-04  Bruno Haible  <bruno@clisp.org>
27970
27971         * lib/config.charset: Add support for NetBSD.
27972
27973 2002-11-04  Bruno Haible  <bruno@clisp.org>
27974
27975         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27976
27977 2002-11-01  Bruno Haible  <bruno@clisp.org>
27978
27979         * configure.in: Add AC_CONFIG_AUX_DIR call.
27980         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27981         test/Makefile.
27982         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27983
27984 2002-09-28  Karl Berry  <karl@gnu.org>
27985
27986         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27987         installed automake until the next release, since changes have been
27988         made.
27989
27990 2002-09-25  Karl Berry  <karl@gnu.org>
27991
27992         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27993         * lib/getopt*: copy from libc/posix.
27994         * lib/gettext.h: copy from gettext.
27995         * lib/.cppi-disable: add strdup.c, gettext.h.
27996
27997 2002-09-25  Karl Berry  <karl@gnu.org>
27998
27999         * config/srclist.txt: enable gettext.h check.
28000         * config/config.{guess,sub}: update from prep.
28001         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28002                 from automake 1.6.3.
28003         See srclist*.
28004
28005 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28006
28007         * regex.c (PATFETCH): Remove the translating fetch.
28008         (PATFETCH_RAW): Rename to PATFETCH.
28009         (set_image_of_range): New fun.
28010         (SET_RANGE_TABLE_WORK_AREA): Use it.
28011         (regex_compile): Don't translate the pattern chars so eagerly.
28012         Only do it when inserting an `exactn' bytecode or when handling
28013         a char-range.
28014         (mutually_exclusive_p): Avoid empty statement.
28015
28016 2002-07-06  Jim Meyering  <meyering@lucent.com>
28017
28018         * m4/README: Don't mention Makefile.am.in.
28019         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28020
28021 2002-07-01  Jim Meyering  <meyering@lucent.com>
28022
28023         * lib/c-stack.c: Include sys/time.h.
28024         From Volker Borchert.
28025
28026 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28027
28028         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28029
28030 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28031
28032         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28033         New macro.  Use it uniformly instead of
28034         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28035         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28036         reported by Vin Shelton.
28037
28038 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28039
28040         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28041         Do not assume SA_SIGINFO behavior.
28042         Bug reported by Jim Meyering on NetBSD 1.5.2.
28043
28044 2002-06-22  Jim Meyering  <meyering@lucent.com>
28045
28046         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28047         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28048
28049         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28050         now that configure.ac uses AC_GNU_SOURCE.
28051         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28052         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28053
28054         Update to latest tools.  Suggestions from Paul Eggert.
28055         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28056         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28057         * m4/fnmatch.m4: Likewise.
28058         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28059         to AC_HEADER_STDBOOL
28060
28061 2002-06-22  Jim Meyering  <meyering@lucent.com>
28062
28063         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28064         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28065
28066 2002-06-22  Jim Meyering  <meyering@lucent.com>
28067
28068         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28069
28070         * lib/exitfail.c, exitfail.h: Likewise.
28071         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28072
28073         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28074         of fnmatch.h.
28075         (EXTRA_DIST): Add fnmatch_loop.c.
28076         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28077
28078         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28079         * lib/fnmatch.c: Update from diffutils-2.8.2.
28080         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28081         * lib/fnmatch.h: Remove file.
28082
28083 2002-06-21  Jim Meyering  <meyering@lucent.com>
28084
28085         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28086         * m4/mbrtowc.m4: Likewise.
28087
28088         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28089         * m4/mbswidth.m4: Reflect name change:
28090         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28091         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28092
28093         * m4/lib-link.m4: Update from gettext-0.11.2.
28094         * m4/gettext.m4: Likewise.
28095
28096         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28097         From Alfred M. Szmidt.
28098
28099 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28100
28101         * lib/file-type.h: Report an error if neither S_ISREG nor
28102         S_IFREG is defined, instead of using a test specific to glibc
28103         2.2.  This should be safe, since POSIX requires S_ISREG and
28104         Unix Version 7 had S_IFREG.  We don't need to check for
28105         <sys/types.h> since we don't use any symbols that it defines.
28106
28107 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28108
28109         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28110         $@-t, so that each temporary file name is unique and valid in the first
28111         8 characters, for operation under DOS.
28112
28113 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28114
28115         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28116
28117 2002-06-15  Jim Meyering  <meyering@lucent.com>
28118
28119         Work even with DJGPP 2.03, which lacks support for symlinks.
28120         From Richard Dawe.
28121         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28122         is defined.
28123         * lib/lchown.c (S_ISLNK): Likewise.
28124
28125 2002-06-15  Jim Meyering  <meyering@lucent.com>
28126
28127         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28128         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28129         have been included before this file.
28130
28131 2002-06-14  Jim Meyering  <meyering@lucent.com>
28132
28133         * lib/file-type.h: Use the version from diffutils-2.8.2.
28134         * lib/file-type.c: Likewise.
28135
28136 2002-06-07  Jim Meyering  <meyering@lucent.com>
28137
28138         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28139         They're needed at least for NetBSD 1.5.2.
28140         ($statxfs_includes): Include those same headers.
28141         ($statxfs_includes): Include sys/vfs.h if available.
28142         ($statxfs_includes): Likewise for sys/statvfs.h.
28143         Check for the following members in both structs statfs and statvfs:
28144         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28145
28146 2002-06-01  Jim Meyering  <meyering@lucent.com>
28147
28148         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28149         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28150
28151 2002-05-28  Jim Meyering  <meyering@lucent.com>
28152
28153         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28154         Reported by Volker Borchert.
28155
28156 2002-05-27  Jim Meyering  <meyering@lucent.com>
28157
28158         Fix a problem seen only on nonconforming systems whereby ls.c's
28159         use of localtime, and then of gettimeofday would cause trouble:
28160         the localtime call used to initialize rpl_gettimeofday's save
28161         mechanism would clobber ls's current local time information so
28162         that in any long listing the first file would always be listed
28163         with date 1970-01-01.  Analysis by Volker Borchert.
28164
28165         * lib/gettimeofday.c (localtime): Undefine.
28166         (rpl_localtime): New function.
28167
28168 2002-05-27  Jim Meyering  <meyering@lucent.com>
28169
28170         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28171         localtime.
28172
28173         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28174         use the replacement function; it wouldn't resolve at link time.
28175         Reported by Volker Borchert.
28176
28177 2002-05-22  Jim Meyering  <meyering@lucent.com>
28178
28179         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28180         file-type.h.
28181         * lib/file-type.h: New file.
28182         * lib/file-type.c (file_type): New file/function.  Extracted from
28183         diffutils.
28184
28185 2002-04-30  Jim Meyering  <meyering@lucent.com>
28186
28187         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28188
28189 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28190
28191         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28192
28193 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28194
28195         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28196         Do not check for alloca.h (no longer used) or stdbool.h (was never
28197         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28198
28199 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28200
28201         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28202
28203 2002-04-29  Jim Meyering  <meyering@lucent.com>
28204
28205         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28206         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28207         Use AC_FUNC_STRNLEN here instead.
28208
28209         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28210         With autoconf-2.53a, it's part of AC_PROG_CC.
28211
28212 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28213
28214         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28215         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28216
28217 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28218
28219         * lib/sig2str.h, lib/sig2str.c: New files.
28220         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28221
28222 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28223
28224         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28225         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28226         of 127, since 64 is the largest conceivable number for ancient
28227         nonstandard hosts.
28228         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28229
28230 2002-04-28  Jim Meyering  <meyering@lucent.com>
28231
28232         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28233
28234 2002-04-24  Jim Meyering  <meyering@lucent.com>
28235
28236         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28237         (jm_PREREQ): Use it.
28238
28239         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28240         mach/mach.h fcntl.h.
28241         Check for this function: setlocale.
28242
28243 2002-04-24  Jim Meyering  <meyering@lucent.com>
28244
28245         * lib/gettext.h: New file, from Gettext.
28246         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28247         (libfetish_a_SOURCES): Add gettext.h.
28248
28249 2002-04-16  Jim Meyering  <meyering@lucent.com>
28250
28251         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28252         ut_pid, ut_id, ut_exit.
28253
28254 2002-04-16  Jim Meyering  <meyering@lucent.com>
28255
28256         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28257         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28258         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28259
28260 2002-04-12  Jim Meyering  <meyering@lucent.com>
28261
28262         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28263         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28264         existence of the getmntinfo function.  Needed for Darwin 5.3.
28265
28266         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28267         This is necessary at least on Darwin 5.3.
28268
28269         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28270         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28271         strnlen.o in the library, and that makes some versions of ranlib
28272         object.
28273
28274 2002-04-12  Jim Meyering  <meyering@lucent.com>
28275
28276         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28277
28278 2002-04-09  Jim Meyering  <meyering@lucent.com>
28279
28280         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28281         to be more precise.  Rather than saying we're checking whether the
28282         function `works', say what we're testing.
28283         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28284         Reported by Bruno Haible.
28285
28286 2002-03-10  Jim Meyering  <meyering@lucent.com>
28287
28288         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28289         Suggestion from Santiago Vila.
28290
28291 2002-03-08  Jim Meyering  <meyering@lucent.com>
28292
28293         * lib/rename.c: Mention that this wrapper is needed also on
28294         mips-dec-ultrix4.4 systems.
28295
28296 2002-03-02  Jim Meyering  <meyering@lucent.com>
28297
28298         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28299         not HAVE_CLOCK_SETTIME.
28300
28301 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28302
28303         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28304         Check for clock_settime.
28305
28306 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28307
28308         * lib/nanosleep.h: Rename to....
28309         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28310
28311         * lib/gettime.c: New file.
28312         * lib/settime.c: New file.
28313         * lib/stime.c: Remove.
28314
28315         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28316         timespec.h.  Remove nanosleep.h.
28317
28318 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28319
28320         * m4/acl.m4: New file.
28321         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28322         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28323
28324 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28325
28326         * lib/acl.c, lib/acl.h: New files.
28327         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28328
28329 2002-02-24  Jim Meyering  <meyering@lucent.com>
28330
28331         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28332         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28333         cause trouble.  Reported by Nelson Beebe.
28334
28335 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28336
28337         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28338         compilers that don't know that xalloc_die never returns.
28339
28340 2002-02-20  Jim Meyering  <meyering@lucent.com>
28341
28342         * lib/getdate.c: Regenerate using bison-1.33.
28343
28344 2002-02-17  Jim Meyering  <meyering@lucent.com>
28345
28346         * config/config.guess (main): Don't use `head -1'; it's no longer
28347         portable. Use `sed 1q' instead.
28348
28349 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28350
28351         * m4/codeset.m4: Upgrade to gettext-0.11.
28352         * m4/gettext.m4: Upgrade to gettext-0.11.
28353         * m4/glibc21.m4: Upgrade to gettext-0.11.
28354         * m4/iconv.m4: Upgrade to gettext-0.11.
28355         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28356         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28357         * m4/lib-ld.m4: New file, from gettext-0.11.
28358         * m4/lib-link.m4: New file, from gettext-0.11.
28359         * m4/lib-prefix.m4: New file, from gettext-0.11.
28360         * m4/progtest.m4: Upgrade to gettext-0.11.
28361
28362 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28363
28364         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28365         (jm_PREREQ): Use it.
28366
28367 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28368
28369         * lib/posixver.c, lib/posixver.h: New files.
28370         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28371
28372 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28373             Bruno Haible  <bruno@clisp.org>
28374
28375         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28376         (fwrite_success_callback): New declaration.
28377         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28378         print_unicode_char. Call failure callback instead of error.
28379         (fwrite_success_callback): New function.
28380         (exit_failure_callback): New function.
28381         (fallback_failure_callback): New function.
28382         (print_unicode_char): Call unicode_to_mb.
28383
28384 2002-01-26  Jim Meyering  <meyering@lucent.com>
28385
28386         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28387         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28388
28389 2002-01-26  Jim Meyering  <meyering@lucent.com>
28390
28391         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28392
28393 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28394
28395         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28396
28397 2002-01-22  Jim Meyering  <meyering@lucent.com>
28398
28399         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28400         Otherwise, some versions of automake would omit the rule that makes
28401         Makefile from Makefile.in.
28402
28403 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28404
28405         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28406         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28407         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28408         (memcoll): Set errno to zero if there is no error.
28409
28410         * lib/quotearg.c (quotearg_buffer_restyled):
28411         Fix bug with quoting buffers containing NUL when backslashing escapes.
28412         This bug was exposed by the other changes in this patch.
28413         (quotearg_n_options): New arg ARGSIZE.
28414         All callers changed.
28415         (quoting_options_from_style): New function.
28416         (quotearg_n_style): Use it.
28417         (quotearg_n_style_mem): New function.
28418
28419         * lib/quotearg.h (quotearg_n_style_mem): New function.
28420
28421 2002-01-19  Jim Meyering  <meyering@lucent.com>
28422
28423         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28424         Remove useless quotes: DF_PROG="df".
28425         * m4/strnlen.m4: New file.
28426
28427 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28428
28429         * lib/backupfile.c (ISDIGIT): Comment fix.
28430         * lib/getdate.y (ISDIGIT): Likewise.
28431         * lib/posixtm.c (ISDIGIT, year): Likewise.
28432         * lib/strverscmp.c (ISDIGIT): Likewise.
28433         * lib/userspec.c (ISDIGIT): Likewise.
28434
28435 2002-01-16  Jim Meyering  <meyering@lucent.com>
28436
28437         * lib/getdate.y: Add three semicolons, each just before a closing
28438         brace. Bison (as of version 1.31) no longer papers over that mistake.
28439
28440 2002-01-05  Jim Meyering  <meyering@lucent.com>
28441
28442         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28443
28444 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28445
28446         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28447         not silently exit merely because the output buffer happens to
28448         have nothing pending.
28449
28450 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28451
28452         See the big note in ../ChangeLog.
28453         * lib/human.c (suffixes): Prefer K to k for 1024.
28454         (generate_suffix_backwards): New function.
28455         (human_readable_inexact): Use it.
28456         * lib/xstrtol.c (__xstrtol): If there is no number but there
28457         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28458         Accept 'K' as well as 'k'.
28459
28460 2001-12-15  Jim Meyering  <meyering@lucent.com>
28461
28462         * lib/regex.h (__restrict_arr): Update from libc.
28463
28464         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28465         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28466         (STREQ): Define.
28467
28468 2001-12-14  Jim Meyering  <meyering@lucent.com>
28469
28470         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28471         Suggestion from Bruno Haible.
28472
28473 2001-12-10  Jim Meyering  <meyering@lucent.com>
28474
28475         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28476         xrealloc, Instead, include "xalloc.h".
28477         (initbuffer): Don't cast xmalloc return value to char*.
28478         (readline): Reword comment.
28479         Don't cast xrealloc return value to char*
28480         Return NULL, not 0.
28481
28482 2001-12-09  Jim Meyering  <meyering@lucent.com>
28483
28484         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28485         about `signed and unsigned type in conditional expression'.
28486         * lib/posixtm.c (posix_time_parse): Likewise.
28487
28488         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28489
28490         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28491         to avoid a pedantic warning.
28492
28493         * lib/getstr.c: Don't include assert.h.
28494         (getstr): Remove warning-evoking assertions.
28495         Return -1 if offset parameter is out of bounds.
28496         Change the type of a local from int to size_t.
28497
28498         * lib/strftime.c (my_strftime_localtime_r): Include this function
28499         definition in the `#if ! HAVE_TM_GMTOFF' block.
28500
28501         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28502         Include xalloc.h instead.
28503
28504 2001-12-02  Jim Meyering  <meyering@lucent.com>
28505
28506         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28507         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28508         included.
28509
28510         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28511         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28512
28513 2001-11-30  Akim Demaille  <akim@epita.fr>
28514
28515         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28516         before being defined.
28517
28518 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28519
28520         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28521         First arg is int, not unsigned.
28522         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28523         (SIZE_MAX, UINT_MAX): New macros.
28524         (quotearg_n_options): Abort if N is negative.
28525         Avoid overflow check on hosts where size_t is 64 bits and int
28526         is 32 bits, as overflow is impossible there.
28527         Fix off-by-one typo that caused unnecessary reallocation.
28528
28529 2001-11-27  Jim Meyering  <meyering@lucent.com>
28530
28531         * lib/tempname.c: Merge with version from libc.
28532         * lib/regex.c: Likewise.
28533
28534         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28535         systems for which STDC_HEADERS is 0, it was not included, resulting in
28536         a warning about an integer-to-pointer conversion problem with getenv.
28537         Reported by Volker Borchert.
28538
28539 2001-11-26  Jim Meyering  <meyering@lucent.com>
28540
28541         * lib/gtod.h: Remove file.
28542         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28543         * lib/gettimeofday.c: Don't include gtod.h.
28544         (GTOD_init): Remove function.
28545         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28546         Suggestion from Volker Borchert.
28547
28548 2001-11-23  Jim Meyering  <meyering@lucent.com>
28549
28550         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28551         it.
28552         * lib/hash.c (struct hash_table): Define it here instead.
28553
28554 2001-11-22  Jim Meyering  <meyering@lucent.com>
28555
28556         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28557
28558 2001-11-20  Jim Meyering  <meyering@lucent.com>
28559
28560         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28561         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28562
28563 2001-11-19  Jim Meyering  <meyering@lucent.com>
28564
28565         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28566         directory.  Use "conftestXXXXXX" as the template.
28567         Suggestion from Paul Eggert.
28568
28569         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28570         immediately, so the test doesn't mistakenly hit the max-open-files
28571         limit.
28572
28573 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28574
28575         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28576         (TEMPORARIES): New macro.
28577         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28578         removes an artificial limitation (e.g. HP-UX 10.20, where
28579         TMP_MAX is 17576).
28580
28581 2001-11-18  Jim Meyering  <meyering@lucent.com>
28582
28583         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28584
28585 2001-11-18  Jim Meyering  <meyering@lucent.com>
28586
28587         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28588         on SunOS 4.
28589
28590         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28591         files will be created before anything else.
28592
28593 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28594
28595         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28596         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28597
28598 2001-11-17  Jim Meyering  <meyering@lucent.com>
28599
28600         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28601         Prompted by a report from Bob Proulx.
28602
28603         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28604         Instead, require UTILS_FUNC_MKSTEMP.
28605
28606 2001-11-17  Jim Meyering  <meyering@lucent.com>
28607
28608         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28609         Now, that's done as part of AC_FUNC_STRTOD.
28610
28611 2001-11-17  Jim Meyering  <meyering@lucent.com>
28612
28613         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28614         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28615         rather than group writable.  Patch by Juan F. Codagnone.
28616
28617         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28618         xrealloc, Instead, include "xalloc.h".
28619
28620         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28621         Remove explicit declarations of xmalloc, xrealloc,
28622         and xstrdup.  Instead, include "xalloc.h".
28623
28624         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28625         unlocked-io.h.
28626         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28627         Likewise.
28628         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28629
28630         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28631         Reported by Padraig Brady.
28632
28633         * lib/mkstemp.c: #undef mkstemp.
28634         Include config.h.
28635         (rpl_mkstemp): Rename from mkstemp.
28636         Protoize.
28637
28638 2001-11-16  Jim Meyering  <meyering@lucent.com>
28639
28640         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28641         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28642         determine the amount of total physical memory, use pstat_getstatic.
28643         HPUX-11 doesn't define _SC_PHYS_PAGES.
28644         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28645         If sysconf couldn't be used to determine the amount of available
28646         physical memory, use both pstat_getstatic and pstat_getdynamic.
28647         Based on a patch from Bob Proulx.
28648
28649 2001-11-10  Jim Meyering  <meyering@lucent.com>
28650
28651         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28652         (jm_PREREQ): Use it.
28653
28654 2001-11-09  Jim Meyering  <meyering@lucent.com>
28655
28656         * m4/jm-macros.m4: Require autoconf-2.52f.
28657         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28658         Use these AC_-prefixed names, not the AM_-prefixed ones.
28659
28660         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28661
28662 2001-11-05  Jim Meyering  <meyering@lucent.com>
28663
28664         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28665
28666 2001-11-04  Jim Meyering  <meyering@lucent.com>
28667
28668         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28669         $DEFS.
28670
28671 2001-11-03  Jim Meyering  <meyering@lucent.com>
28672
28673         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28674         of AC_DEFUN.
28675
28676         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28677         know the name of the variable in the macro definition.
28678
28679 2001-11-03  Jim Meyering  <meyering@lucent.com>
28680
28681         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28682         in argmatch_to_argument call.
28683
28684         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28685         argument.
28686
28687         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28688         e.g., a fault due to an attempt to free a NULL pointer.
28689
28690 2001-11-01  Jim Meyering  <meyering@lucent.com>
28691
28692         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28693         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28694
28695 2001-11-01  Jim Meyering  <meyering@lucent.com>
28696
28697         * lib/dirfd.c, lib/dirfd.h: New files.
28698         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28699
28700         * lib/hash.c (hash_print) [TESTING]: Clean up.
28701
28702 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28703
28704         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28705         to avoid a warning if -Wall.
28706
28707 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28708
28709         * README: New file
28710         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28711         (per RMS's instructions, this is now the canonical source)
28712         * lgpl/, gpl/: New directories.
28713
28714 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28715
28716         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28717
28718 2001-10-21  Jim Meyering  <meyering@lucent.com>
28719
28720         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28721         this code would end up calling gettext even in packages built
28722         with --disable-nls.
28723         * lib/getopt.c (_): Likewise.
28724         * lib/regex.c (_): Likewise.
28725
28726 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28727
28728         * m4/error.m4 (jm_PREREQ_ERROR):
28729         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28730         AC_FUNC_STRERROR_R does that.
28731         Check for strerror declaration.
28732
28733         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28734         are supposed to have them these days.
28735         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28736         Merge changes from latest Autoconf CVS.
28737         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28738         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28739         POSIX decided to standardize on the int flavor of strerror_r.
28740
28741 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28742
28743         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28744         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28745         Use strerror_r that is only a macro, even if it is not a function.
28746         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28747         (private_strerror): Use prototypes, not old-style function definition.
28748         (print_errno_message): New function.
28749         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28750         char*-flavored one.
28751         (error_tail, error, error_at_line): Use it.
28752
28753 2001-10-11  Jim Meyering  <meyering@lucent.com>
28754
28755         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28756         and quote_n (1, ... to avoid clobbering a buffer.
28757
28758 2001-10-05  Jim Meyering  <meyering@lucent.com>
28759
28760         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28761         hash-pjw.h.
28762         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28763         * lib/hash-pjw.h: New file.
28764
28765 2001-09-30  Jim Meyering  <meyering@lucent.com>
28766
28767         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28768         `struct fsstat' has the `f_fstypename' member.
28769         Use that to define FS_TYPE, which is now used to make
28770         the getfsstat link test tighter.
28771
28772 2001-09-30  Jim Meyering  <meyering@lucent.com>
28773
28774         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28775         Include <sys/ucred.h>, for Apple Darwin.
28776         Include sys/mount.h and sys/fs_types.h only if available.
28777         (FS_TYPE): Define.
28778         (read_filesystem_list): Use FS_TYPE.
28779
28780 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28781
28782         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28783         a boolean context.
28784
28785 2001-09-29  Jim Meyering  <meyering@lucent.com>
28786
28787         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28788         [one-argument getmntent function]): Include stdio.h before mntent.h.
28789         SunOS 4.1.x needs it for the declaration of `FILE'.
28790         Patch by Volker Borchert.
28791
28792         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28793         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28794         sys/fs_types.h, and make the link-test for getfsstat guard #include
28795         directives with appropriate #if HAVE_*_H tests so that we can
28796         detect getfsstat on Apple Darwin1.3.7 systems.
28797         Reported by Nelson Beebe.
28798         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28799
28800 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28801
28802         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28803         #defines strtoimax.  Also treat the other strto* functions
28804         like strtoimax.
28805
28806         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28807         Check for strtoul and strtoumax,
28808         as those declarations are made even in the signed case.
28809         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28810         Likewise, for strtol and strtoimax.
28811
28812 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28813
28814         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28815         #defines strtoimax.  Also treat the other strto* functions
28816         like strtoimax.
28817
28818         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28819         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28820         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28821
28822 2001-09-26  Jim Meyering  <meyering@lucent.com>
28823
28824         Most macros in unlocked-io.h had the wrong number of arguments.
28825         * lib/gen-uio: New script.
28826         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28827         * lib/unlocked-io.hin: Remove file.
28828         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28829         rather than trying to embed it here.
28830         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28831         Reported by Padraig Brady.
28832
28833 2001-09-25  Volker Borchert  <bt@teknon.de>
28834
28835         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28836         `result'.
28837
28838 2001-09-24  Jim Meyering  <meyering@lucent.com>
28839
28840         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28841
28842 2001-09-23  Jim Meyering  <meyering@lucent.com>
28843
28844         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28845         instead of the mere test for existence of mntent.h.  The latter
28846         would get a false-positive on AIX 3.4 systems.
28847         In the outer getmntent if-block, don't die if neither of the getmntent
28848         tests succeeds.  Instead, just fall through and continue with the
28849         remaining tests.
28850
28851 2001-09-23  Jim Meyering  <meyering@lucent.com>
28852
28853         * lib/mountlist.c: Remove useless parentheses in #if directives.
28854         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28855         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28856
28857 2001-09-22  Jim Meyering  <meyering@lucent.com>
28858
28859         * m4/gettext.m4: New file.  From gettext.
28860         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28861         * m4/progtest.m4: Likewise
28862         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28863         * m4/glibc21.m4: Likewise.
28864
28865         * m4/libintl.m4: Remove.  No longer used.
28866
28867 2001-09-22  Jim Meyering  <meyering@lucent.com>
28868
28869         * lib/localcharset.c: Update from latest gettext.
28870         * lib/config.charset: Likewise.
28871
28872 2001-09-20  Jim Meyering  <meyering@lucent.com>
28873
28874         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28875         strtoimax.
28876         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28877         strtoumax.
28878
28879 2001-09-20  Jim Meyering  <meyering@lucent.com>
28880
28881         * lib/xstrtol.c (strtoimax): Guard declaration with
28882         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28883         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28884         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28885         (strtoumax): Likewise, for completeness (it wasn't necessary).
28886
28887 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28888
28889         * lib/strtoimax.c (HAVE_LONG_LONG):
28890         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28891         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28892         to work around bug in IBM C compiler.
28893
28894 2001-09-17  Jim Meyering  <meyering@lucent.com>
28895
28896         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28897         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28898         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28899         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28900         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28901         whenever the right hand side need not be expanded by the shell.
28902
28903 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28904
28905         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28906         library.  It's not correct, as some older glibcs are buggy.
28907         fnmatch wasn't fixed until glibc 2.2.
28908
28909         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28910         special shell magic here.
28911
28912 2001-09-16  Jim Meyering  <meyering@lucent.com>
28913
28914         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28915         * m4/jm-macros.m4: Require it.
28916
28917 2001-09-16  Jim Meyering  <meyering@lucent.com>
28918
28919         * lib/mkdir.c: New file.
28920
28921 2001-09-15  Jim Meyering  <meyering@lucent.com>
28922
28923         * m4/jm-macros.m4: Check for help2man.
28924
28925 2001-09-11  Jim Meyering  <meyering@lucent.com>
28926
28927         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28928         The body, by Paul Eggert, was moved here from configure.in.
28929         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28930
28931 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28932
28933         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28934         (jm_PREREQ): Use it.
28935
28936 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28937
28938         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28939         Use ssize_t, not int, to store result of readlink.
28940         Check for ssize_t overflow as well as size_t overflow,
28941         as POSIX says the result of readlink is implementation-defined
28942         when ssize_t overflows.
28943         Remove unnecessary cast to char*.
28944         Use free+malloc instead of realloc, as the storage doesn't need
28945         to be preserved and it's clearer and can be more efficient that way.
28946         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28947         * lib/xreadlink.h (xreadlink): Update prototype.
28948
28949 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28950
28951         * lib/xgetcwd.c: Revert some of the previous change; intead,
28952         fix the HAVE_GETCWD_NULL code to behave more like the
28953         !HAVE_GETCWD_NULL code used to.
28954
28955         Include "xalloc.h".
28956         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28957         invoke xalloc_die.
28958
28959 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28960
28961         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28962         sys/param.h, as pathmax.h includes them.
28963
28964 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28965
28966         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28967         (jm_PREREQ_XGETCWD): New macro.
28968
28969         * m4/getcwd.m4: New file.
28970
28971 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28972
28973         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28974         like the HAVE_GETCWD_NULL code.
28975         Include pathmax.h if not HAVE_GETCWD.
28976         Do not include xalloc.h.
28977         (INITIAL_BUFFER_SIZE): New symbol.
28978         Do not use xmalloc / xrealloc, since the caller is responsible for
28979         handling errors.  Preserve errno around `free' during failure.
28980         Do not overrun buffer when using getwd.
28981
28982 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28983
28984         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28985         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28986         getcwd (NULL, 0).
28987
28988 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28989
28990         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28991         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28992         spotted by Jim Meyering.
28993
28994 2001-09-03  Jim Meyering  <meyering@lucent.com>
28995
28996         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28997         failure.
28998
28999 2001-09-02  Jim Meyering  <meyering@lucent.com>
29000
29001         * lib/error.c: Update from GNU libc.
29002
29003 2001-09-01  Jim Meyering  <meyering@lucent.com>
29004
29005         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29006         Used by df.
29007
29008 2001-09-01  Jim Meyering  <meyering@lucent.com>
29009
29010         * lib/xreadlink.c: New file.
29011         * lib/xreadlink.h: New file.
29012         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29013         xreadlink.h.
29014
29015         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29016         doesn't conflict with sparc Solaris 7's definition in
29017         /usr/include/sys/int_types.h.
29018
29019         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29020         files.
29021         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29022         and strncasecmp as r-values.  Unixware didn't have declarations.
29023
29024 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29025
29026         * lib/xstrtol.h: Add copyright notice.
29027         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29028         LONGINT_INVALID_SUFFIX_CHAR.
29029
29030 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29031
29032         * lib/xstrtol.c (strtoimax): New decl.
29033
29034 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29035
29036         * lib/xgetcwd.c: Don't include pathmax.h.
29037         Include stdlib.h and unistd.h if available.
29038         Include xalloc.h.
29039         (xmalloc, xstrdup, free): Remove decls.
29040         (xgetcwd): Don't assume sizes fit in unsigned.
29041         Check for overflow when computing sizes.
29042         Simplify reallocation code.
29043
29044 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29045
29046         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29047         a directory's st_size can have an arbitrary value, so the old
29048         usage could waste an arbitrary amount of memory.  All uses
29049         changed.
29050         * lib/savedir.h: Update prototype.
29051
29052 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29053
29054         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29055
29056         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29057         old strtoimax.c.
29058
29059         Also, make the following further changes to make this file's
29060         configuration more similar to that of strtol.c:
29061         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29062         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29063         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29064         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29065         changed to signed values.
29066
29067         And make the following changes as well:
29068         Fix copyright notice, as 1999 was missing.
29069         (verify): New macro.
29070         (strtoimax): Check sizes at compile-time, not run-time.
29071         Prefer strtol to strtoll if both work.
29072         (main): Remove; it was not that useful and was a pain to maintain.
29073
29074         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29075
29076 2001-08-31  Jim Meyering  <meyering@lucent.com>
29077
29078         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29079         Use an initial, malloc'd, buffer of length 128 rather than
29080         a statically allocated one of length 1024.
29081
29082 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29083
29084         Simplify code, partly by assuming autoconf 2.52 semantics.
29085
29086         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29087
29088         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29089         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29090         All uses removed.
29091         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29092         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29093         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29094         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29095         jm_AC_HEADER_INTTYPES_H.
29096         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29097
29098         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29099
29100         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29101         Quote first arg of AC_DEFUN.
29102         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29103         since they are needed to parse the include file even if we need
29104         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29105         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29106         but with opposite signedness.
29107
29108 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29109
29110         Merge 'exclude' changes from tar 1.13.22.
29111         This fixes one or two unlikely storage allocation overflow bugs,
29112         but doesn't change user-visible behavior otherwise.
29113
29114 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29115
29116         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29117         (jm_PREREQ_EXCLUDE): New macro.
29118
29119 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29120
29121         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29122         tm to be declared.
29123
29124 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29125
29126         * lib/hash.c: Remove '2001' from copyright notice.
29127
29128 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29129
29130         * lib/full-write.h: New file.
29131         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29132         * lib/full-write.c: Correct credits, as cccp.c no longer
29133         exists and anyway it was so heavily changed from the old cccp
29134         code as to be unrecognizable.  Include full-write.h.
29135         (full_write) Return size_t, with short writes meaning failure.
29136         All callers changed.  This fixes a bug with large buffers
29137         on 64-bit hosts.
29138         * lib/utime.c: Include full-write.h.
29139
29140 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29141
29142         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29143         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29144         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29145         Include if available.
29146         (<xalloc.h>): Include
29147         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29148         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29149         collide with FNM macros.
29150         (struct patopts): New struct.
29151         (struct exclude): Use it, as exclude patterns now come with options.
29152         (new_exclude): Support above changes.
29153         (new_exclude, add_exclude_file):
29154         Initial size must now be a power of two to simplify overflow checking.
29155         (free_exclude, fnmatch_no_wildcards): New function.
29156         (excluded_filename): No longer requires options arg, as the options
29157         are determined by add_exclude.  Now returns bool, not int.
29158         (excluded_filename, add_exclude):
29159         Add support for the fancy new exclusion options.
29160         (add_exclude, add_exclude_file): Now takes int options arg.
29161         Check for arithmetic overflow when computing sizes.
29162         (add_exclude_file): xrealloc might modify errno, so don't
29163         realloc until after errno might be used.
29164
29165         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29166         New macros.
29167         (free_exclude): New decl.
29168         (add_exclude, add_exclude_file): Now takes int options arg.
29169         (excluded_filename): No longer requires options arg, as the options
29170         are determined by add_exclude.  Now returns bool, not int.
29171
29172 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29173
29174         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29175
29176 2001-08-27  Jim Meyering  <meyering@lucent.com>
29177
29178         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29179
29180         * lib/version-etc.c (N_): Remove definition.
29181         Revert most of last change.
29182         Instead, simply don't mark the `Copyright...' string for translation.
29183         Based on advice from Paul Eggert.
29184
29185         * lib/strtoxmax.c: Tweak comment.
29186
29187 2001-08-26  Jim Meyering  <meyering@lucent.com>
29188
29189         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29190
29191         * m4/xstrtoimax.m4: New file.
29192         * m4/xstrtoumax.m4: Add comments explaining why we
29193         AC_REPLACE_FUNCS(strtol).
29194
29195 2001-08-26  Jim Meyering  <meyering@lucent.com>
29196
29197         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29198         of copyright with `%s' so translators don't get an untranslated
29199         message in 2002.
29200         (COPYRIGHT_YEAR): Define.
29201         (version_etc): Use fprintf rather than fputs.
29202         Suggestion from Ulrich Drepper.
29203
29204         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29205
29206         * lib/strtoll.c: New file, from GNU libc.
29207         * lib/xstrtoimax.c: New file.
29208
29209         * lib/xstrtol.h: Add xstrtoimax.
29210         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29211         * lib/strtoimax.c: New file.  Likewise, but first define
29212         STRTOUXMAX_SIGNED.
29213
29214         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29215         ...
29216         * lib/strtoxmax.c: ... then renamed to this.
29217
29218 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29219
29220         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29221         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29222         (jm_AC_TYPE_INTMAX_T): New macro.
29223         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29224
29225         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29226
29227         * m4/longlong.m4: Renamed from ulonglong.m4.
29228         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29229         * m4/uintmax_t.m4: Removed.
29230
29231 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29232
29233         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29234         Port to Solaris 8, where 'sed' requires a space after the 'r'
29235         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29236         Redirect output to $tmp just once.
29237
29238 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29239
29240         * lib/addext.c (<errno.h>): Include.
29241         (errno): Declare if not defined.
29242         (addext): Work correctly when pathconf returns -1 and leaves
29243         errno alone because there is no limit.  Also, work even if
29244         pathconf returns a value greater than SIZE_MAX.
29245
29246 2001-08-12  Jim Meyering  <meyering@lucent.com>
29247
29248         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29249         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29250         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29251         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29252         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29253         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29254         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29255         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29256         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29257         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29258         utime.m4, utimes.m4, xstrtoumax.m4:
29259         Quote the first argument in each use of AC_DEFUN.
29260
29261 2001-08-12  Jim Meyering  <meyering@lucent.com>
29262
29263         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29264         Simply `return getcwd (NULL, 0);'.
29265         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29266         Use 1300 as initial value for length, not PATH_MAX.
29267
29268         * lib/pathmax.h: Clean up cpp syntax.
29269
29270 2001-08-12  Jim Meyering  <meyering@lucent.com>
29271
29272         * lib/gettimeofday.c: New file.
29273         * lib/gtod.h: New file.
29274         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29275
29276 2001-08-05  Jim Meyering  <meyering@lucent.com>
29277
29278         * m4/jm-macros.m4: Require autoconf-2.52.
29279
29280 2001-08-04  Jim Meyering  <meyering@lucent.com>
29281
29282         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29283         stmt, to get in sync with glibc.
29284
29285 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29286
29287         The following changes are from gettext 0.10.39 as maintained by
29288         Bruno Haible.
29289
29290         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29291         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29292         with inverted sense.  All uses changed.
29293
29294         * lib/mbswidth.c: Don't include <limits.h>.
29295         Include <stdlib.h> and <string.h> unconditionally.
29296         (iswcntrl, mbsinit, ISCNTRL): New macros.
29297         (mbsnwidth): Use K&R style function declarations.
29298         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29299         can optimize it when MB_CUR_MAX == 1.
29300         The width of control characters is zero, not 1.
29301
29302 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29303
29304         The following changes are from gettext 0.10.39 as maintained by
29305         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29306
29307         * m4/codeset.m4: Upgrade to serial AM1.
29308         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29309         all uses changed.  Quote first arg of AC_DEFUN.
29310         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29311
29312         * m4/iconv.m4: Upgrade to serial AM2.
29313         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29314         Add --with-libconv-prefix.
29315         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29316         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29317         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29318         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29319         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29320
29321         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29322         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29323         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29324         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29325         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29326         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29327         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29328         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29329         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29330
29331         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29332         string.h any more.
29333
29334         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29335         not the default value.
29336
29337         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29338         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29339         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29340         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29341         Also check for iswcntrl, used for wcwidth fallback.
29342         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29343         to Autoconf 2.13.
29344
29345 2001-08-03  Jim Meyering  <meyering@lucent.com>
29346
29347         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29348         as it was in the original.  Reported by Paul Eggert.
29349
29350 2001-07-16  Jim Meyering  <meyering@lucent.com>
29351
29352         * m4/gettimeofday.m4: New file.
29353         Prompted by a report from Bernhard Baehr.
29354
29355 2001-07-15  Jim Meyering  <meyering@lucent.com>
29356
29357         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29358         stuff. Now it's in ../Makefile.cfg.
29359
29360 2001-07-15  Jim Meyering  <meyering@lucent.com>
29361
29362         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29363         (BUILT_SOURCES): Add unlocked-io.h.
29364         (io_functions): Define.
29365         (unlocked-io.h): New rule.
29366         (DISTCLEANFILES): Add unlocked-io.h.
29367         (all-local): Depend on unlocked-io.h, to ensure it is created.
29368
29369         * lib/unlocked-io.hin: New file
29370
29371         * lib/regex.c: Update from glibc.
29372
29373 2001-07-05  Jim Meyering  <meyering@lucent.com>
29374
29375         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29376         recommendation.
29377         (libfetish_a_SOURCES): Put all .h files here instead.
29378         Remove a thus-exposed (better checks in automake) duplicate and
29379         two unnecessary .h files.
29380
29381 2001-07-04  Jim Meyering  <meyering@lucent.com>
29382
29383         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29384         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29385         distcheck failure.
29386
29387 2001-07-02  Jim Meyering  <meyering@lucent.com>
29388
29389         The following changes were prompted by suggestions from Bruno Haible.
29390
29391         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29392         is now generated.
29393         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29394         definition of EXTRA_DIST.
29395         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29396         ensure that the generated file is created/updated whenever the list
29397         of $(unlocked_functions) is changed.
29398         (jm-glibc-io.m4): New rule.
29399         (unlocked-io.h): New rule -- currently unused.
29400
29401 2001-06-24  Jim Meyering  <meyering@lucent.com>
29402
29403         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29404         unmatched right bracket, rather than kludging it with an extra,
29405         falsely-matching quote in a comment.  Patch by Akim Demaille.
29406
29407 2001-06-11  Jim Meyering  <meyering@lucent.com>
29408
29409         * lib/regex.c: Update from GNU libc.
29410
29411 2001-05-27  Jim Meyering  <meyering@lucent.com>
29412
29413         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29414         Check for ut_type in struct utmp.
29415
29416 2001-05-27  Jim Meyering  <meyering@lucent.com>
29417
29418         * lib/readutmp.h (UT_TYPE): Define.
29419
29420 2001-05-24  Jim Meyering  <meyering@lucent.com>
29421
29422         * lib/argmatch.c: Include "quote.h".
29423         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29424         quote function.  Reported by Göran Uddeborg.
29425
29426 2001-05-22  Jim Meyering  <meyering@lucent.com>
29427
29428         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29429         now that we use the package-supplied version unconditionally.
29430         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29431
29432 2001-05-21  Jim Meyering  <meyering@lucent.com>
29433
29434         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29435         shell syntax errors.
29436
29437 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29438
29439         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29440
29441 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29442
29443         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29444         Don't bother to check library strftime, since
29445         we'll be using our own my_strftime function anyway.
29446         Define my_strftime instead of strftime.
29447
29448 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29449
29450         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29451         which is not yet declared.
29452
29453 2001-05-15  Jim Meyering  <meyering@lucent.com>
29454
29455         * m4/regex.m4: Use proper quoting so brackets appear in the test
29456         program.
29457         Reported by, and with help from, Bruno Haible.
29458
29459 2001-05-13  Jim Meyering  <meyering@lucent.com>
29460
29461         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29462         undefined.
29463
29464 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29465
29466         dirname code cleanup.  base_name now behaves more compatibly
29467         with POSIX basename when given file names that have trailing
29468         slashes, and similarly for dir_name.  Add new primitives
29469         base_len and dir_len.  Put the directory-name-related decls
29470         into dirname.h.
29471
29472         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29473         * lib/backupfile.c (base_name): Likewise.
29474         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29475         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29476         * lib/makepath.c (strip_trailing_slashes): Likewise.
29477         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29478         ISSLASH): Likewise.
29479         * lib/rename.c (strip_trailing_slashes): Likewise.
29480         * lib/same.c (base_name): Likewise.
29481         * lib/stripslash.c (ISSLASH): Likewise.
29482
29483         * lib/addext.c: Include <dirname.h> after size_t is defined.
29484         * lib/backupfile.c: Likewise.
29485
29486         * lib/addext.c (addext): Use base_len to trim redundant
29487         trailing slashes instead of doing it ourselves.
29488         But do not trim the last slash if it is not redundant.
29489
29490         * lib/backupfile.c (find_backup_file_name,
29491         max_backup_version): Use base_len instead of rolling it ourselves.
29492         Handle the case of "" and (on DOS) "C:" correctly.
29493
29494         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29495         needed. Include <string.h>, <dirname.h>.
29496         (base_name): Allow file names ending in slashes, other than names
29497         that are all slashes.  In this case, return the basename followed
29498         by the slashes.  This is more general, and can be used in places
29499         where the original base_name purposely had an assertion failure.
29500         (base_len): New function.
29501
29502         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29503         Do not include <assert.h>; no longer needed.
29504         Include xalloc.h.
29505         (memrchr): Remove decl.
29506         (dir_name_r): Remove.
29507         (dir_len): Renamed from dirlen.  All callers changed.
29508         Rewrite in terms of base_name, for simplicity and consistency.
29509         (dir_name): Never return NULL.  All callers changed.
29510         Do not include <stdlib.h> in test program; no longer needed.
29511         return 0; is fine for test program.
29512
29513         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29514         New macros.
29515         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29516
29517         * lib/path-concat.c (path_concat): Use base_len to compute
29518         base length, not strlen; this means we cannot rely on memcpy
29519         to null-terminate.
29520
29521         * lib/same.c (STREQ): Remove.
29522         (same_name): Handle the case where the basename ends in trailing '/'.
29523
29524         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29525         a slash was stripped.  Do not strip the last slash after a
29526         file system prefix.
29527
29528 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29529
29530         * lib/Makefile.am (libfetish_a_SOURCES):
29531         Add strftime.c, since we now compile it on all hosts.
29532
29533         * lib/strftime.c (my_strftime):
29534         Define to nstrftime if emacs, but only if my_strftime is not defined.
29535         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29536         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29537         Add one more extra argument: a nanoseconds value.
29538         All uses changed.
29539         (ns): New macro.
29540         (my_strftime function): Add %N format.
29541         (emacs_strftimeu): Renamed from emacs_strftime,
29542         with extra ut argument.
29543
29544 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29545
29546         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29547
29548 2001-04-21  Jim Meyering  <meyering@lucent.com>
29549
29550         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29551         doesn't interfere.
29552
29553 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29554
29555         * m4/ftruncate.m4: Check for chsize.
29556         Link with ftruncate.o unconditionally if ftruncate is missing.
29557         This was required when cross-compiling to i586-mingw32msvc.
29558
29559 2001-04-08  Jim Meyering  <meyering@lucent.com>
29560
29561         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29562         recomputed; that's necessary when the offset spans a DST transition.
29563         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29564
29565 2001-04-02  Jim Meyering  <meyering@lucent.com>
29566
29567         * lib/regex.h, regex.c: Update from GNU libc.
29568
29569 2001-03-24  Jim Meyering  <meyering@lucent.com>
29570
29571         * m4/jm-macros.m4: Require autoconf-2.49d.
29572
29573 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29574
29575         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29576
29577 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29578
29579         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29580
29581 2001-03-17  Jim Meyering  <meyering@lucent.com>
29582
29583         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29584         now that the version in autoconf is equivalent.
29585         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29586
29587         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29588         Suggestion from Akim Demaille.
29589
29590         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29591         (jm_PREREQ_TEMPNAME): New function.
29592
29593 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29594
29595         * lib/tempname.c (uint64_t): Define to uintmax_t if
29596         not defined, and if UINT64_MAX is not defined.
29597         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29598         Reported by John David Anglin.
29599
29600 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29601
29602         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29603         resolve alias if codeset is empty.
29604         * lib/config.charset (BeOS): Use wildcard syntax.
29605
29606 2001-03-13  Jim Meyering  <meyering@lucent.com>
29607
29608         * lib/path-concat.c (path_concat)
29609         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29610         concatenating e.g., `C:' and `foo'.
29611         From Bruno Haible.
29612
29613 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29614
29615         * lib/localcharset.c (locale_charset): Don't use
29616         setlocale(LC_CTYPE,NULL). Don't return NULL.
29617         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29618
29619 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29620
29621         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29622         support for DOS/DJGPP.
29623
29624 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29625
29626         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29627         lacks mkstemp.  Compile our own tempname.c if we compile our own
29628         mkstemp.c, as mkstemp relies on tempname.
29629
29630 2001-03-01  Jim Meyering  <meyering@lucent.com>
29631
29632         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29633         AH_VERBATIM really does output its argument verbatim.
29634
29635 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29636
29637         * lib/Makefile.am (libfetish_a_SOURCES):
29638         Add dup-safer.c, fopen-safer.c.
29639         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29640
29641         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29642         * lib/unistd-safer.h: New files.
29643
29644 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29645
29646         The mkstemp replacement is taken from glibc 2.2.2, with some
29647         portability fixes for use outside glibc, as follows:
29648
29649         * lib/tempname.c (struct_stat64): New macro.
29650         (direxists, __gen_tempname): Use it.
29651         This avoids a portability problem with Solaris 8.
29652
29653         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29654         (<stddef.h>, <stdint.h>, <string.h>):
29655         Include only if STDC_HEADERS || _LIBC.
29656         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29657         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29658         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29659         (__set_errno): Define this macro if <errno.h> doesn't.
29660         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29661         Define these macros if <stdio.h> doesn't.
29662         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29663         Define these macros if <sys/stat.h>
29664         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29665         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29666         __xstat64): Define if not _LIBC.
29667         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29668         (__gen_tempname): Invoke gettimeofday only if
29669         HAVE_GETTIMEOFDAY || _LIBC;
29670         otherwise, fall back on plain "time".
29671         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29672
29673         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29674
29675         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29676
29677 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29678
29679         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29680
29681 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29682
29683         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29684         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29685         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29686         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29687
29688 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29689
29690         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29691         Remove workaround macros for hosts that have mbrtowc but not
29692         mbstate_t, as we now insist on proper declarations for both
29693         before using mbrtowc.
29694
29695 2001-02-17  Jim Meyering  <meyering@lucent.com>
29696
29697         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29698         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29699         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29700         UnixWare 7.1.1.
29701
29702         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29703         rather than AC_CACHE_VAL.
29704
29705 2001-02-17  Jim Meyering  <meyering@lucent.com>
29706
29707         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29708         around included file name.
29709
29710         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29711
29712         * lib/strftime.c: Update from GNU libc (the only changes were to
29713         comments).
29714
29715 2001-02-17  Jim Meyering  <meyering@lucent.com>
29716
29717         * lib/regex.c: Update from libc.
29718
29719 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29720
29721         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29722         clash.
29723
29724 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29725
29726         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29727         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29728         Reported by Mark Hounschell via Paul Eggert.
29729
29730 2001-02-07  Jim Meyering  <meyering@lucent.com>
29731
29732         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29733
29734 2001-02-05  Jim Meyering  <meyering@lucent.com>
29735
29736         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29737         it includes the patch required for `large file' support with at least
29738         HP-UX's 10.20 /bin/cc.
29739
29740 2001-02-03  Jim Meyering  <meyering@lucent.com>
29741
29742         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29743         AS_IF, now that it works once again (mysteriously).
29744         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29745
29746 2001-01-30  Jim Meyering  <meyering@lucent.com>
29747
29748         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29749         * m4/chown.m4: Rename conftestchown to conftest.chown.
29750         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29751         s/conftestdir2/conftest.d2/.
29752         * m4/utimes.m4: s/conftestdata/conftest.data/
29753         Inspired by Pavel Roskin's change in autoconf.
29754
29755 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29756
29757         * lib/config.charset: Update for FreeBSD 4.2.
29758
29759 2001-01-27  Jim Meyering  <meyering@lucent.com>
29760
29761         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29762         a use of AS_IF.
29763         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29764
29765 2001-01-26  Jim Meyering  <meyering@lucent.com>
29766
29767         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29768         quotearg.c includes it.
29769
29770 2001-01-26  Jim Meyering  <meyering@lucent.com>
29771
29772         * lib/quotearg.c: Include stddef.h.
29773         * lib/quote.c: Include stddef.h.
29774         Reported by Axel Kittenberger.
29775
29776         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29777         line in double quotes so that it evokes a better diagnostic.
29778         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29779         Reported by Axel Kittenberger.
29780
29781 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29782
29783         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29784         as if it was a `charset'.
29785
29786 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29787
29788         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29789         has const.
29790
29791 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29792
29793         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29794         to avoid a warning.  Add back 'const' to inptr.
29795
29796 2001-01-20  Jim Meyering  <meyering@lucent.com>
29797
29798         Be sure that headers are checked before used in code compiled
29799         for the type checks.
29800         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29801         In place of that, invoke jm_CHECK_ALL_TYPES.
29802         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29803         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29804         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29805         The check for ssize_t was mistakenly run before the test for unistd.h.
29806
29807         The configure-time check for stdbool.h was missing.
29808         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29809         (jm_PREREQ_HASH): New function.
29810
29811 2001-01-17  Jim Meyering  <meyering@lucent.com>
29812
29813         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29814         for autoconf-2.49c.
29815         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29816
29817 2001-01-16  Jim Meyering  <meyering@lucent.com>
29818
29819         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29820         From Bruno Haible.
29821
29822 2001-01-14  Jim Meyering  <meyering@lucent.com>
29823
29824         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29825         foo and bar.  Create conftestdir/ in the script, not in the C code.
29826         Remove directories in the script, not in the C code.
29827         Remove conftestdir{,2} before trying to create the directory.
29828         Make the entire configure script fail if the mkdir fails.
29829
29830 2001-01-14  Jim Meyering  <meyering@lucent.com>
29831
29832         * lib/rename.c: New file.  From Volker Borchert.
29833         Include stdlib.h, string.h or strings.h, and xalloc.h.
29834         Use strip_trailing_slashes rather than open-coding it.
29835
29836 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29837
29838         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29839
29840 2001-01-03  Jim Meyering  <meyering@lucent.com>
29841
29842         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29843         of local `inptr' to avoid warning with some system declarations of
29844         iconv.
29845
29846 2001-01-02  Volker Borchert  <bt@teknon.de>
29847
29848         * m4/rename.m4: New file.
29849         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29850
29851 2001-01-01  Jim Meyering  <meyering@lucent.com>
29852
29853         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29854         even on systems with utmpx.h.  It's necessary for the declaration of
29855         utmp's ut_user member.  Reported by Andreas Jaeger.
29856
29857         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29858         available. They are required for the declarations of getgrgid and
29859         getpwuid resp.
29860         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29861         Reported by Andreas Jaeger.
29862
29863 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29864
29865         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29866         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29867         so `make install' also works in VPATH builds.
29868
29869 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29870
29871         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29872         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29873         can be used in subdirectories.
29874
29875 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29876
29877         * lib/modechange.c: Do not assume that mode_t uses the
29878         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29879         the other-execute bit of FOO even if S_IXOTH != 1.
29880
29881         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29882         WOTH, XOTH, ALLM): New macros.
29883         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29884          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29885         Use them.
29886         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29887         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29888         (mode_compile):
29889         No need to use uintmax_t; unsigned long is long enough.
29890         Don't bother to get suffix since we don't use it.
29891
29892 2000-12-26  Jim Meyering  <meyering@lucent.com>
29893
29894         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29895         better with autoheader.
29896
29897 2000-12-24  Jim Meyering  <meyering@lucent.com>
29898
29899         * lib/hash.c (is_prime): Return explicit boolean values.
29900         (hash_get_first): Return NULL to appease Irix5.6's 89.
29901         Reported by Nelson Beebe.
29902
29903 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29904
29905         * lib/localcharset.c (locale_charset): Add support for Win32.
29906
29907 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29908
29909         * lib/physmem.h, lib/physmem.c: New files.
29910
29911         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29912         (noinst_HEADERS): Add physmem.h.
29913
29914         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29915         't' for compatibility with Solaris 8 sort.
29916
29917 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29918
29919         * lib/config.charset: Add support for BeOS.
29920
29921 2000-12-17  Jim Meyering  <meyering@lucent.com>
29922
29923         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29924         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29925
29926 2000-12-16  Jim Meyering  <meyering@lucent.com>
29927
29928         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29929         N and M) would have treated it like `chown N:N FILE'.
29930
29931         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29932
29933 2000-12-16  Jim Meyering  <meyering@lucent.com>
29934
29935         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29936         SHELLS_FILE to a file name that's useful on djgpp systems.
29937         Include stdlib.h.
29938         (ADDITIONAL_DEFAULT_SHELLS): Define.
29939         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29940         Based mostly on a patch from Prashant TR.
29941
29942 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29943
29944         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29945         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29946         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29947
29948 2000-12-08  Andreas Schwab  <schwab@suse.de>
29949
29950         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29951         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29952
29953 2000-12-07  Jim Meyering  <meyering@lucent.com>
29954
29955         * lib/stripslash.c (ISSLASH): Define.
29956         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29957         `/'.
29958         From Prashant TR.
29959
29960         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29961         (dir_name_r): Declare this function as static.
29962         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29963         manifest itself on a name containing a mix of slashes and
29964         backslashes.
29965         Make this function work with names starting with a DOS-style
29966         drive letter and colon prefix.
29967         (dir_name): Append `.' if necessary.
29968         Based mostly on patches from Prashant TR and Eli Zaretskii.
29969
29970         * lib/dirname.h (dir_name_r): Remove prototype.
29971
29972 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29973
29974         * m4/off_t-format.m4: Remove this file.
29975         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29976
29977 2000-12-06  Jim Meyering  <meyering@lucent.com>
29978
29979         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29980         replacement strtoull, we may well need the replacement strtoul, too.
29981         Check for declarations of strtoul and strtoull.
29982         Check for strtol.  Mainly as a cue to cause automake to include
29983         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29984         Check for limits.h -- strtol.c needs it.
29985
29986 2000-12-05  Jim Meyering  <meyering@lucent.com>
29987
29988         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29989
29990 2000-12-04  Jim Meyering  <meyering@lucent.com>
29991
29992         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29993         Also include memory.h, stdlib.h, unistd.h if appropriate.
29994         Reported by Andreas Jaeger (conflicting declaration of malloc).
29995
29996 2000-12-02  Jim Meyering  <meyering@lucent.com>
29997
29998         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29999         * m4/jm-macros.m4 (jm_MACROS): require it.
30000
30001 2000-12-02  Jim Meyering  <meyering@lucent.com>
30002
30003         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30004
30005 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30006
30007         * lib/memrchr.c: Include <config.h> before any system include file.
30008
30009 2000-11-30  Jim Meyering  <meyering@lucent.com>
30010
30011         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30012
30013 2000-11-30  Jim Meyering  <meyering@lucent.com>
30014
30015         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30016
30017 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30018
30019         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30020
30021 2000-11-26  Jim Meyering  <meyering@lucent.com>
30022
30023         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30024
30025 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30026
30027         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30028         size of (size_t) -1; it's not portable.
30029
30030 2000-11-17  Jim Meyering  <meyering@lucent.com>
30031
30032         * lib/strstr.c: Update from GNU libc.
30033
30034 2000-11-17  Akim Demaille  <akim@epita.fr>
30035
30036         * lib/obstack.h: Formatting changes.
30037         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30038         prevent type checking.
30039         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30040         cast the value to (void *): assigning a `foo *' to a `void *'
30041         variable is valid.
30042         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30043
30044 2000-11-16  Jim Meyering  <meyering@lucent.com>
30045
30046         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30047
30048 2000-11-11  Jim Meyering  <meyering@lucent.com>
30049
30050         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30051
30052 2000-11-10  Jim Meyering  <meyering@lucent.com>
30053
30054         * lib/obstack.h: Update from GNU libc.
30055         * lib/obstack.c: Likewise.
30056
30057 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30058
30059         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30060
30061 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30062
30063         * lib/getusershell.c (setusershell): Use rewind rather than
30064         fseek/fseeko, to avoid configuration hassles with fseeko.
30065         Don't bother opening SHELLS_FILE if shellstream is NULL;
30066         it's not necessary.
30067
30068 2000-11-05  Jim Meyering  <meyering@lucent.com>
30069
30070         * lib/makepath.h (make_dir): Declare.
30071         * lib/makepath.c (make_dir): Remove `static' attribute.
30072         Tweak a comment.
30073
30074 2000-11-04  Jim Meyering  <meyering@lucent.com>
30075
30076         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30077
30078 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30079
30080         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30081         last one in a bucket, advance to the next bucket.
30082
30083 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30084
30085         * lib/fnmatch.c: Do not comment out all the code if we are using
30086         the GNU C library, because in some cases we are replacing buggy
30087         code in the GNU C library itself.
30088
30089 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30090
30091         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30092         (regex_compile): Catch bogus \(\1\).
30093
30094 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30095
30096         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30097         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30098         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30099
30100 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30101
30102         * lib/error.h, getline.h, modechange.h:
30103         Remove "2000" from Copyright line, as the file hasn't been
30104         changed this year other than in the copyright notice.
30105
30106         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30107         was changed this year.
30108
30109 2000-10-29  Jim Meyering  <meyering@lucent.com>
30110
30111         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30112         renaming.
30113         * m4/ls-mntd-fs.m4: Likewise
30114
30115 2000-10-29  Jim Meyering  <meyering@lucent.com>
30116
30117         * lib/xstat.in: Fix grammar in comment.
30118
30119 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30120
30121         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30122         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30123         doesn't define __restrict_arr.
30124
30125 2000-10-28  Jim Meyering  <meyering@lucent.com>
30126
30127         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30128         (jm_PREREQ_MEMCHR): New function.
30129
30130 2000-10-28  Jim Meyering  <meyering@lucent.com>
30131
30132         * lib/memchr.c: Update from libc.
30133         Adjust for portability:
30134         [HAVE_STDLIB_H]: Include stdlib.h.
30135         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30136         Undef __memchr, too.
30137         [!weak_alias]: Define __memchr to memchr.
30138
30139         * lib/regex.c: Update from libc.
30140         * lib/regex.h: Likewise.
30141         * lib/getopt1.c: Likewise.
30142         * lib/memcmp.c: Likewise.
30143
30144         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30145         Avoid using fseek, when possible -- it's broken by design.
30146         Patch by Ulrich Drepper.
30147
30148 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30149
30150         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30151         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30152         Giving in to popular pressure to shut up the compiler with casts.
30153
30154 2000-10-26  Jim Meyering  <meyering@lucent.com>
30155
30156         * lib/strftime.c: Update from libc.
30157
30158 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30159
30160         * regex.c: More `unsigned char' -> `re_char' changes.
30161         Also change several `int' into `re_wchar_t'.
30162         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30163         (PUSH_FAILURE_POINTER): Don't cast any more.
30164         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30165         We want GCC to complain, since this piece of code makes
30166         re_match non-reentrant, which *should* be fixed.
30167         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30168         (EXTEND_BUFFER): Use RETALLOC.
30169         (SET_LIST_BIT): Don't cast.
30170         (re_wchar_t): New type.
30171         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30172         that those two functions will always properly return.
30173         (IMMEDIATE_QUIT_CHECK): Cast to void.
30174         (analyse_first): Use recursion rather than an explicit stack.
30175         (re_compile_fastmap): Can't fail anymore.
30176         (re_search_2): Don't check re_compile_fastmap for failure.
30177         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30178         Now also sets the new value (passed in a new argument).
30179         (re_match_2_internal): Use it.
30180         Also, use a new var `reg' of type size_t when looping through regs
30181         rather than reuse the inappropriate `mcnt'.
30182
30183 2000-10-25  Jim Meyering  <meyering@lucent.com>
30184
30185         * lib/obstack.c: Update from libc.
30186
30187 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30188
30189         * regex.c (regex_compile): Change the way of handling a range from
30190         a char less than 256 to a char not less than 256.
30191
30192 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30193
30194         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30195         NT-Emacs only.
30196         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30197         so that re_search functions only quit when callers expect them to.
30198
30199 2000-10-23  Jim Meyering  <meyering@lucent.com>
30200
30201         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30202         wrong.  That set_locale call must not have any side effects.
30203         From Paul Eggert.
30204
30205 2000-10-22  Jim Meyering  <meyering@lucent.com>
30206
30207         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30208         [CYCLIC]: Remove now-unused definition.
30209
30210         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30211         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30212         Suggestion from Ulrich Drepper.
30213
30214 2000-10-21  Jim Meyering  <meyering@lucent.com>
30215
30216         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30217         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30218         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30219
30220 2000-10-21  Jim Meyering  <meyering@lucent.com>
30221
30222         * lib/dirname.c (memrchr): Declare if necessary.
30223         (dir_name): Remove the restriction that there be no
30224         trailing slashes.  Now, this code skips past them, effectively
30225         ignoring them.
30226         [TEST_DIRNAME] (main): New unit tests.
30227
30228         * lib/memrchr.c: New file from GNU libc.
30229         Undef __memrchr, too.
30230         [!weak_alias]: Define __memrchr to memrchr.
30231         Guard weak_alias use with `#ifdef weak_alias'.
30232
30233 2000-10-21  Jim Meyering  <meyering@lucent.com>
30234
30235         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30236         (dir_name): Use dir_name_r.
30237         * lib/dirname.h (dir_name_r): Declare it.
30238
30239 2000-10-17  Jim Meyering  <meyering@lucent.com>
30240
30241         * lib/quote.h (PARAMS): Define and use.
30242         Reported by Akim Demaille.
30243
30244         * lib/getopt.c: Update from libc.
30245
30246 2000-10-16  Jim Meyering  <meyering@lucent.com>
30247
30248         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30249         setlocale.
30250         From Jan Fedak.
30251
30252 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30253
30254         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30255
30256 2000-09-25  Jim Meyering  <meyering@lucent.com>
30257
30258         * lib/md5.h (rol): Define (from GnuPG).
30259
30260         * lib/sha.c: Give credit (GnuPG) where due.
30261         (M): Use rol rather than open-coding it.
30262         Add a FIXME comment.
30263
30264 2000-09-21  Jim Meyering  <meyering@lucent.com>
30265
30266         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30267         Reported by Michael Stone.
30268
30269 2000-09-20  Jim Meyering  <meyering@lucent.com>
30270
30271         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30272         (noinst_HEADERS): Add sha.h.
30273         Based on code from Scott G. Miller and from GnuPG.
30274
30275 2000-09-18  Jim Meyering  <meyering@lucent.com>
30276
30277         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30278         LIBS. Otherwise, everyone ends up linking with -lelf for some
30279         configurations.
30280         Reported by Mike Stone.
30281
30282 2000-09-15  Jim Meyering  <meyering@lucent.com>
30283
30284         * lib/regex.c: Update from libc.
30285
30286 2000-09-10  Jim Meyering  <meyering@lucent.com>
30287
30288         * lib/getopt.c (_getopt_internal): Update from glibc.
30289
30290 2000-09-09  Jim Meyering  <meyering@lucent.com>
30291
30292         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30293         think it should be used as a general replacement for isascii.
30294         * lib/fnmatch.c: Likewise.
30295         * lib/mbswidth.c: Likewise
30296         * lib/regex.c: Likewise.
30297
30298         Don't use atoi.
30299         * lib/userspec.c: Include sys/param.h and limits.h.
30300         Include xstrtol.h.
30301         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30302         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30303         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30304         UID, GID.  Check range.
30305
30306 2000-09-06  Jim Meyering  <meyering@lucent.com>
30307
30308         * lib/getopt.c (_getopt_internal): Update from glibc.
30309
30310 2000-08-30  Jim Meyering  <meyering@lucent.com>
30311
30312         * lib/strftime.c: Merge in changes from GNU libc.
30313
30314 2000-08-26  Jim Meyering  <meyering@lucent.com>
30315
30316         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30317         * m4/fpending.m4: New file.
30318
30319 2000-08-26  Jim Meyering  <meyering@lucent.com>
30320
30321         * lib/closeout.c: Include "__fpending.h".
30322         (close_stdout_status): Return right away if there's nothing to flush.
30323
30324         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30325         * lib/__fpending.c: New file.
30326         * lib/__fpending.h: New file.
30327
30328 2000-08-20  Jim Meyering  <meyering@lucent.com>
30329
30330         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30331         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30332         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30333
30334 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30335
30336         Improve fileutils installation on systems where running
30337         programs (like install) can't be unlinked.
30338         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30339         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30340
30341 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30342
30343         Standardize on "memory exhausted" instead of "Memory exhausted"
30344         or "virtual memory exhausted".
30345         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30346         "virtual memory exhausted".
30347         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30348         our own message.
30349         * lib/userspec.c (parse_user_spec): Likewise.
30350         * lib/bumpalloc.h: comment fix
30351         * lib/same.c, userspec.c: Include xalloc.h.
30352
30353         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30354         not char *const and pointing to a constant array.
30355         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30356         (xrealloc): Comment fix.
30357
30358         * lib/userspec.c (parse_user_spec):
30359         Don't translate a message until just before returning,
30360         to avoid unnecessary translation.
30361
30362 2000-08-07  Jim Meyering  <meyering@lucent.com>
30363
30364         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30365         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30366         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30367         getgroups.c, gethostname.c, getopt.h, group-member.c,
30368         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30369         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30370         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30371         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30372         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30373         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30374         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30375         yesno.c: Back out Copyright date changes for each file with no change
30376         this year.  This eases coordination with other programs using the same
30377         source code modules.  From Paul Eggert.
30378
30379 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30380
30381         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30382         not char, for compatibility with glibc 2.1.3 strftime.c.
30383
30384 2000-08-03  Greg McGary  <greg@mcgary.org>
30385
30386         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30387         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30388         (EXTEND_BUFFER): Use them.
30389
30390 2000-08-01  Jim Meyering  <meyering@lucent.com>
30391
30392         * lib/dirname.c (ISSLASH): Define.
30393         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30394         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30395         both `\' and `/' may be use as path separators.
30396         Based on a patch from Prashant TR.
30397
30398 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30399
30400         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30401         slot vector a constant, since it might get modified.
30402
30403 2000-07-31  Jim Meyering  <meyering@lucent.com>
30404
30405         * lib/xmalloc.c: Use `virtual memory exhausted', not
30406         `Memory exhausted'.
30407         * lib/obstack.c (print_and_abort): Likewise.
30408
30409 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30410
30411         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30412         buffer, so that the caller can always quote one small
30413         component of a "memory exhausted" message in slot 0.
30414         From a suggestion by Jim Meyering.
30415
30416 2000-07-30  Jim Meyering  <meyering@lucent.com>
30417
30418         * lib/makepath.c (make_path): Quote the other instance, too.
30419
30420         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30421         (STATIC_BUF_SIZE): Define.
30422         (quotearg_n_options): Use only statically allocated storage when
30423         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30424         than STATIC_BUF_SIZE.
30425
30426 2000-07-29  Jim Meyering  <meyering@lucent.com>
30427
30428         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30429         * lib/dirname.c (dir_name): Likewise.
30430
30431         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30432         `/'.
30433
30434         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30435         (dir_name): Assert that there are no trailing slashes.
30436
30437 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30438
30439         * lib/mbswidth.h (mbswidth): Add a flags argument.
30440         (mbswidth): New declaration.
30441         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30442         * lib/mbswidth.c (mbswidth): Add a flags argument.
30443         (mbsnwidth): New function.
30444
30445 2000-07-24  Jim Meyering  <meyering@lucent.com>
30446
30447         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30448
30449 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30450
30451         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30452
30453 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30454
30455         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30456         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30457         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30458         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30459         invoke multibyte primitives.
30460
30461 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30462
30463         * lib/quotearg.c:
30464         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30465         so that mbstate_t is always defined.
30466
30467         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30468         be 1 in at least one GCC installation, and this configuration
30469         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30470         performance on hosts that have mbrtowc but have only unibyte
30471         locales, but I assume these hosts are rare.
30472
30473 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30474
30475         * lib/mbswidth.c (_XOPEN_SOURCE):
30476         Don't define; this causes problems on Solaris 7.
30477         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30478
30479 2000-07-23  Jim Meyering  <meyering@lucent.com>
30480
30481         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30482         too: getgrgid, getpwuid, getuid.
30483
30484 2000-07-23  Jim Meyering  <meyering@lucent.com>
30485
30486         * lib/basename.c (base_name): Add an assertion.
30487
30488 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30489
30490         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30491         shadow its mbsinit function.
30492
30493 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30494
30495         * lib/mbswidth.h: New file.
30496         * lib/mbswidth.c: New file.
30497         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30498         (noinst_HEADERS): Add mbswidth.h.
30499
30500 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30501
30502         * lib/config.charset: Add support for FreeBSD. Improve support for
30503         HP-UX and IRIX 6.
30504
30505 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30506
30507         * m4/mbswidth.m4: New file.
30508         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30509
30510 2000-07-15  Jim Meyering  <meyering@lucent.com>
30511
30512         * lib/makepath.c: Include quote.h.
30513         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30514         corresponding argument in a `quote (...)' call.
30515         Give better diagnostics.
30516
30517         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30518         (noinst_HEADERS): Add quote.h.
30519
30520         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30521         from tar's src/misc.c.
30522         * lib/quote.h: New file.  Prototypes for same.
30523
30524 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30525
30526         From a suggestion by Bruno Haible.
30527         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30528         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30529         to decide whether to define the BeOS workaround macro;
30530         this adjusts to the change to AC_MBSTATE_T.
30531
30532 2000-07-14  Jim Meyering  <meyering@lucent.com>
30533
30534         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30535         jm_AC_TYPE_UINTMAX_T.
30536
30537 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30538
30539         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30540
30541         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30542         quotearg_buffer_restyled): Add support for
30543         clocale_quoting_style.  Undo previous change to
30544         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30545         and "{RIGHT QUOTATION MARK}" msgids.
30546
30547 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30548
30549         From a suggestion by Bruno Haible.
30550         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30551         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30552         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30553         and mbstate_t, to a single-part test that simply defines mbstate_t.
30554         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30555         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30556
30557 2000-07-10  Jim Meyering  <meyering@lucent.com>
30558
30559         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30560
30561         * m4/gnu-source.m4: Output to confdefs.h directly.
30562         Suggestion from Akim Demaille.
30563
30564 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30565
30566         The old behavior of quoting `like this' doesn't look good with
30567         newer, ISO-style fonts.  See:
30568         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30569
30570         Instead, quote "like this" by default.  Let the translator
30571         tailor the locale-specific quoting behavior by providing
30572         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30573
30574         * lib/quotearg.c (N_): New macro.
30575         (gettext_default): New function.
30576         (quotearg_buffer_restyled): Use
30577         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30578         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30579
30580 2000-07-09  Jim Meyering  <meyering@lucent.com>
30581
30582         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30583         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30584
30585         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30586         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30587
30588 2000-07-09  Jim Meyering  <meyering@lucent.com>
30589
30590         * lib/Most files: Update copyright dates to include 2000.
30591
30592 2000-07-08  Jim Meyering  <meyering@lucent.com>
30593
30594         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30595         if not defined.
30596         (xgethostname): Remove now-unnecessary #ifdef.
30597         Move declaration of `err' into loop where it's used.
30598
30599 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30600         and Bruno Haible  <haible@clisp.cons.org>
30601
30602         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30603         only if the test for an object-type mbstate_t fails.  This
30604         prevents us from mistakenly reporting that mbstate_t is a
30605         system object type after we "#define mbstate_t int" to work
30606         around its lack.
30607
30608 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30609         and Bruno Haible  <haible@clisp.cons.org>
30610
30611         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30612
30613 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30614
30615         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30616         to strerror_r.
30617         Include <ctype.h> for use of isalpha.
30618
30619 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30620
30621         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30622         by allocating a larger buffer. Test the gethostname return value for
30623         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30624         returns an error and ENAMETOOLONG isn't defined.
30625
30626 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30627
30628         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30629         dimension.
30630
30631 2000-07-04  Jim Meyering  <meyering@lucent.com>
30632
30633         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30634         of the deprecated AC_CHECKING.
30635
30636 2000-07-04  Jim Meyering  <meyering@lucent.com>
30637
30638         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30639         Reported by Bruno Haible.
30640
30641 2000-07-04  Jim Meyering  <meyering@lucent.com>
30642
30643         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30644         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30645         lacks mbrtowc.
30646
30647 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30648
30649         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30650         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30651
30652 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30653         and Bruno Haible  <haible@clisp.cons.org>
30654
30655         * lib/quotearg.c (mbrtowc):
30656         Assign to *pwc, and return 1 only if result is nonzero.
30657         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30658
30659 2000-07-03  Jim Meyering  <meyering@lucent.com>
30660
30661         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30662
30663 2000-07-03  Jim Meyering  <meyering@lucent.com>
30664
30665         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30666         This is necessary to get a definition of e.g., UTMP_FILE on
30667         HP-UX 10.20.
30668         From Bob Proulx.
30669
30670 2000-07-02  Jim Meyering  <meyering@lucent.com>
30671
30672         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30673
30674         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30675         AC_LIBOBJ(function_name).
30676         * m4/chown.m4: Likewise.
30677         * m4/fnmatch.m4: Likewise.
30678         * m4/ftruncate.m4: Likewise.
30679         * m4/getgroups.m4: Likewise.
30680         * m4/getline.m4: Likewise.
30681         * m4/group-member.m4: Likewise.
30682         * m4/jm-macros.m4: Likewise.
30683         * m4/lstat.m4: Likewise.
30684         * m4/malloc.m4: Likewise.
30685         * m4/memcmp.m4: Likewise.
30686         * m4/nanosleep.m4: Likewise.
30687         * m4/putenv.m4: Likewise.
30688         * m4/realloc.m4: Likewise.
30689         * m4/regex.m4: Likewise.
30690         * m4/stat.m4: Likewise.
30691         * m4/strftime.m4: Likewise.
30692
30693 2000-07-02  Jim Meyering  <meyering@lucent.com>
30694
30695         * lib/quotearg.c (mbstate_t): Don't define here.
30696
30697 2000-07-02  Jim Meyering  <meyering@lucent.com>
30698
30699         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30700
30701 2000-07-01  Jim Meyering  <meyering@lucent.com>
30702
30703         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30704
30705 2000-07-01  Jim Meyering  <meyering@lucent.com>
30706
30707         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30708         problem.
30709
30710 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30711
30712         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30713         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30714
30715 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30716
30717         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30718         per change in ../m4/ls-mntd-fs.m4.
30719         (read_filesystem_list): Ignore symbolic links.
30720
30721 2000-06-29  Jim Meyering  <meyering@lucent.com>
30722
30723         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30724         for declaration of strcmp.
30725
30726         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30727
30728         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30729         Avoid warning by casting result to `char *' to remove `const'.
30730
30731 2000-06-28  Jim Meyering  <meyering@lucent.com>
30732
30733         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30734         included by quotearg.c, for which we perform this test.  From
30735         Bruno Haible.
30736
30737 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30738
30739         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30740         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30741         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30742
30743 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30744
30745         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30746
30747 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30748
30749         savedir now sets errno on failure and invokes xmalloc to get memory.
30750         Fix a couple of other minor bugs while we're at it.
30751
30752         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30753         (NAMLEN): Remove macro.
30754         (malloc, realloc): Remove decls.
30755         (stpcpy): Likewise.
30756         ("xalloc.h"): Include.
30757         (NAME_SIZE_DEFAULT): New macro.
30758         (savedir): Use xmalloc / xrealloc to allocate memory.
30759         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30760         Skip "" directory entries.
30761         Use strlen to calculate directory entry length, since the old method
30762         is rarely used these days and isn't worth supporting.
30763         Don't use a pointer after freeing it.
30764         Check for integer overflow when calculating allocation size.
30765         Use memcpy to copy entries, instead of stpcpy.
30766         Set errno properly when returning NULL.
30767         Check for readdir error.
30768
30769 2000-06-26  Jim Meyering  <meyering@lucent.com>
30770
30771         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30772
30773 2000-06-25  Jim Meyering  <meyering@lucent.com>
30774
30775         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30776         Linux header bug when _XOPEN_SOURCE is defined to 500.
30777
30778 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30779
30780         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30781         deficiency.
30782
30783 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30784
30785         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30786         Include xalloc.h.
30787         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30788
30789 2000-06-24  Jim Meyering  <meyering@lucent.com>
30790
30791         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30792         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30793         for which strerror does return char*, but which lacks a conveniently
30794         accessible declaration of the function.  If the compile-test says
30795         strerror_r doesn't work, then resort to a `run'-test that works on
30796         BeOS and segfaults on DEC Unix.
30797
30798 2000-06-24  Jim Meyering  <meyering@lucent.com>
30799
30800         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30801
30802 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30803
30804         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30805         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30806
30807 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30808
30809         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30810         (mbrtowc, mbstate_t): Define substitutes if
30811         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30812         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30813         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30814
30815 2000-06-23  Jim Meyering  <meyering@lucent.com>
30816
30817         * m4/afs.m4: Add missing AC_MSG_RESULT.
30818         Reported by Bruno Haible.
30819
30820         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30821         Suggestion from Bruno Haible.
30822
30823 2000-06-23  Jim Meyering  <meyering@lucent.com>
30824
30825         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30826
30827 2000-06-21  Jim Meyering  <meyering@lucent.com>
30828
30829         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30830
30831 2000-06-21  Jim Meyering  <meyering@lucent.com>
30832
30833         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30834         (noinst_HEADERS): Add getstr.h.
30835
30836         * lib/getline.c (getstr): Move into a separate file.
30837         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30838         the following changes: new parameter, delim2; both delim[12]
30839         parameters have type `int', not `char'.  The latter would lose
30840         with 8-bit delimiters.
30841         * lib/getstr.h: New file.
30842
30843 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30844
30845         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30846         than 1024, return a memory chunk of least possible size, instead
30847         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30848         Use free/xmalloc instead of xrealloc to avoid copying for very long
30849         paths.
30850
30851 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30852
30853         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30854         the empty string.
30855
30856 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30857
30858         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30859         address, not strdup.  Include <stdlib.h> and don't declare free().
30860
30861 2000-06-19  Jim Meyering  <meyering@lucent.com>
30862
30863         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30864
30865 2000-06-18  Jim Meyering  <meyering@lucent.com>
30866
30867         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30868
30869         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30870         `checking whether...' message to be consistent with that of the
30871         lstat test.
30872
30873 2000-06-18  Jim Meyering  <meyering@lucent.com>
30874
30875         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30876         Besides, these days every porting target provides a mkdir function.
30877
30878         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30879         needed. (this snippet comes from src/system.h).
30880
30881 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30882
30883         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30884
30885 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30886
30887         * lib/human.c (adjust_value): New function.
30888         (human_readable_inexact): Apply rounding style even when
30889         printing approximate values.
30890
30891 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30892
30893         * lib/human.c (human_readable_inexact): Allow an input block
30894         size that is not a multiple of the output block size, and vice versa.
30895         Reported by Piergiorgio Sartor.
30896
30897 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30898
30899         * lib/getdate.y (get_date): Apply relative times after time
30900         zone indicator, not before.  Reported by Todd A. Jacobs.
30901
30902 2000-06-13  Jim Meyering  <meyering@lucent.com>
30903
30904         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30905
30906         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30907
30908 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30909
30910         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30911
30912 2000-06-12  Jim Meyering  <meyering@lucent.com>
30913
30914         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30915         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30916         optional argument.
30917         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30918         the optional argument, `lib'.
30919
30920 2000-06-08  Jim Meyering  <meyering@lucent.com>
30921
30922         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30923
30924 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30925
30926         Rewrite largefile configuration so that we don't need to run
30927         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30928         AC_CANONICAL_HOST in configure.in -- jmm]
30929
30930         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30931         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30932         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30933         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30934         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30935         All uses changed.
30936         Instead of inspecting the output of getconf, try to compile the
30937         test program without and with the macro definition.
30938         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30939         for getconf.  Instead, check for the needed flags by compiling
30940         test programs.
30941
30942 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30943
30944         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30945
30946 2000-06-04  Jim Meyering  <meyering@lucent.com>
30947
30948         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30949         SunOS 4.1.4 for which gid_t is an unsigned type.
30950
30951 2000-06-03  Jim Meyering  <meyering@lucent.com>
30952
30953         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30954         now that autoconf requires that.
30955
30956         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30957         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30958         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30959
30960 2000-06-03  Jim Meyering  <meyering@lucent.com>
30961
30962         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30963
30964 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30965
30966         * m4/glibc21.m4: New file.
30967         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30968
30969 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30970
30971         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30972         newer, don't install charset.alias.
30973         * lib/config.charset: Change the Linux/glibc rules so they become empty
30974         on glibc-2.1 or newer.
30975
30976 2000-06-02  Jim Meyering  <meyering@lucent.com>
30977
30978         * lib/mountlist.c: Back out last change.  Instead, do this...
30979         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30980         me_dummy member using the same `ignore'-testing code.
30981         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30982         fs_type strings.
30983         From Mark D. Roth.
30984
30985 2000-05-29  Jim Meyering  <meyering@lucent.com>
30986
30987         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30988         mounts with the `ignore' attribute.  Based on a patch from
30989         Mark D. Roth.
30990
30991 2000-05-28  Jim Meyering  <meyering@lucent.com>
30992
30993         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30994         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30995         * m4/stat.m4: Likewise.
30996         * m4/lstat.m4: Likewise.
30997         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30998
30999         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31000         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31001
31002 2000-05-26  Jim Meyering  <meyering@lucent.com>
31003
31004         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31005
31006 2000-05-24  Jim Meyering  <meyering@lucent.com>
31007
31008         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31009         autoconf requires that.
31010         * m4/lib-check.m4: Likewise.
31011         * m4/jm-macros.m4: Likewise.
31012         * m4/strftime.m4: Likewise.
31013
31014         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31015         AC_CHECK_DECLS, now that autoconf requires that.
31016
31017 2000-05-22  Jim Meyering  <meyering@lucent.com>
31018
31019         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31020         * m4/lstat.m4: Likewise.
31021
31022 2000-05-22  Jim Meyering  <meyering@lucent.com>
31023
31024         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31025
31026 2000-05-20  Jim Meyering  <meyering@lucent.com>
31027
31028         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31029         (jm_PREREQ): Use it.
31030
31031 2000-05-18  Jim Meyering  <meyering@lucent.com>
31032
31033         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31034         back, too, since it may have been modified by allocate_entry.
31035         (hash_delete): Rewrite to use neither the assignment operator
31036         nor the comma operator in an if-expression.
31037
31038 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31039
31040         * lib/closeout.c:
31041         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31042         Remove; no longer needed.
31043         "quotearg.h": Add include.
31044         (file_name): Do not bother to explicitly initialize to NULL; it's less
31045         efficient on some hosts.
31046         (close_stdout_status): Remove test as to whether stdout was already
31047         closed; it breaks for the case "echo x | sort >&-".
31048         Quote file name colons.
31049         Do not assume that _("write error") lacks format strings.
31050
31051 2000-05-15  Jim Meyering  <meyering@lucent.com>
31052
31053         * lib/version-etc.c (version_etc_copyright): Update the copyright
31054         string used in all --version output.
31055
31056 2000-05-14  Jim Meyering  <meyering@lucent.com>
31057
31058         * lib/closeout.c (close_stdout_set_file_name): New function.
31059         (close_stdout_status): Use new file-scoped global.
31060         Return right away if fstat says the stdout file descriptor is invalid.
31061         * lib/closeout.h (close_stdout_set_file_name): Declare.
31062
31063 2000-05-10  Jim Meyering  <meyering@lucent.com>
31064
31065         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31066         (close_stdout_set_status): New function.
31067         * lib/closeout.h (close_stdout_set_status): Declare.
31068
31069 2000-05-09  Jim Meyering  <meyering@lucent.com>
31070
31071         * m4/gettext.m4: Rename this...
31072         * m4/libintl.m4: ...to this.
31073
31074 2000-05-08  Jim Meyering  <meyering@lucent.com>
31075
31076         * lib/long-options.c: Don't include closeout.h.
31077         (parse_long_options): Don't call close_stdout for --version.
31078
31079 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31080
31081         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31082         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31083         2.1.3 bug.  This avoids a clash when files like regex.c define
31084         _GNU_SOURCE.
31085
31086 2000-05-06  Jim Meyering  <meyering@lucent.com>
31087
31088         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31089         (AC_REPLACE_FUNCS): Add strnlen.
31090
31091         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31092         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31093
31094         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31095         AC_SEARCH_LIBS call for nanosleep.
31096         (LIB_NANOSLEEP): Set and AC_SUBST.
31097
31098 2000-05-06  Jim Meyering  <meyering@lucent.com>
31099
31100         * lib/strnlen.c: Undefine __strnlen and strnlen.
31101         [!weak_alias]: Define __strnlen to strnlen.
31102
31103         * lib/atexit.c: New file, from libiberty.
31104
31105 2000-05-06  Jim Meyering  <meyering@lucent.com>
31106
31107         * lib/closeout.c (close_stdout_status): Also check for errors on the
31108         stderr stream.
31109
31110 2000-05-05  Jim Meyering  <meyering@lucent.com>
31111
31112         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31113         AC_SEARCH_LIBS call for clock_gettime.
31114         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31115
31116         * m4/search-libs.m4: Update from autoconf.
31117
31118         su doesn't work on Solaris 2.6.
31119         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31120         <shadow.h>.  Reported by Dragos Harabor.
31121
31122 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31123
31124         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31125         memcpy instead of xmalloc, xrealloc, path_concat.
31126         (locale_charset): Treat empty environment variables as absent.
31127         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31128
31129 2000-05-04  Jim Meyering  <meyering@lucent.com>
31130
31131         * lib/getopt.c: Update from glibc.
31132         * lib/obstack.c: Likewise.
31133         * lib/obstack.h: Likewise.
31134         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31135         file
31136
31137         * lib/regex.h: Likewise.
31138         * lib/strndup.c: Likewise.
31139         * lib/strnlen.c: New file, from glibc.
31140
31141 2000-05-03  Jim Meyering  <meyering@lucent.com>
31142
31143         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31144
31145 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31146
31147         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31148         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31149         compile-time test, rather than inspecting host and OS, to
31150         decide whether to define _LARGEFILE_SOURCE.
31151
31152 2000-05-01  Jim Meyering  <meyering@lucent.com>
31153
31154         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31155
31156         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31157         Based on a patch from Bruno Haible.
31158
31159 2000-05-01  Jim Meyering  <meyering@lucent.com>
31160
31161         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31162
31163 2000-04-29  Jim Meyering  <meyering@lucent.com>
31164
31165         * lib/path-concat.c: Declare strdup only if it's not defined.
31166         * lib/canon-host.c: Likewise.
31167
31168 2000-04-28  Jim Meyering  <meyering@lucent.com>
31169
31170         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31171         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31172         is included first, then limits.h is included by locale.h by libintl.h.
31173         From John David Anglin.
31174
31175 2000-04-25  Jim Meyering  <meyering@lucent.com>
31176
31177         * lib/makepath.c (S_IRWXUGO): Define.
31178         (make_path): Always perform explicit chmod if MODE specifies any
31179         of the `special' permission bits.  Prompted by a bug report against
31180         install from Mate Wierdl and Joost van Baal.
31181
31182 2000-04-18  Jim Meyering  <meyering@lucent.com>
31183
31184         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31185         (jm_PREREQ): Use it.
31186
31187 2000-04-18  Jim Meyering  <meyering@lucent.com>
31188
31189         * lib/README: New file.
31190
31191         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31192         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31193
31194 2000-04-17  Jim Meyering  <meyering@lucent.com>
31195
31196         Get it right :-)
31197         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31198         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31199         Suggestion from Akim Demaille.
31200
31201 2000-04-17  Jim Meyering  <meyering@lucent.com>
31202
31203         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31204         the definition of it to rpl_strftime also defined-away the system's
31205         declaration.
31206
31207 2000-04-15  Jim Meyering  <meyering@lucent.com>
31208
31209         Use `C' to denote so-called `contiguous' files, the same way
31210         that tar does.
31211         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31212         (ftypelet): Use S_ISCTG.
31213         From Michael Deutschmann.
31214
31215 2000-04-14  Jim Meyering  <meyering@lucent.com>
31216
31217         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31218         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31219         clobbered.
31220
31221 2000-04-14  Jim Meyering  <meyering@lucent.com>
31222
31223         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31224
31225 2000-04-13  Jim Meyering  <meyering@lucent.com>
31226
31227         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31228         AH_VERBATIM to insert required #ifndef into config.h.in.
31229         Suggestion from Akim Demaille.
31230
31231 2000-04-12  Jim Meyering  <meyering@lucent.com>
31232
31233         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31234         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31235         Christian Krackowizer.
31236
31237         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31238         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31239         (AC_SYS_LARGEFILE): Require.
31240         (AM_C_PROTOTYPES): Require.
31241
31242 2000-04-08  Jim Meyering  <meyering@lucent.com>
31243
31244         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31245         names don't conflict.  Reported by Eli Zaretskii.
31246
31247 2000-04-07  Jim Meyering  <meyering@lucent.com>
31248
31249         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31250         sys/types.h, to work around system header problems on AIX 3.2.5.
31251         From Bruno Haible.
31252
31253 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31254
31255         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31256         bug.  Deal with the different error behavior of Irix iconv.
31257
31258 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31259
31260         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31261         IRIX if the installer said otherwise.
31262
31263 2000-04-05  Jim Meyering  <meyering@lucent.com>
31264
31265         Portability tweaks required for ultrix4.3.
31266         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31267         (jm_CHECK_DECLS): Add getutent to the list of functions.
31268         (_jm_DECL_HEADERS): Add utmpx.h.
31269         From John David Anglin.
31270
31271         * m4/strftime.m4: Back out the 2000-04-02 change.
31272         Instead of that change, simply undefine putenv in the test program.
31273
31274 2000-04-05  Jim Meyering  <meyering@lucent.com>
31275
31276         Portability tweaks required for ultrix4.3.
31277         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31278         getutent.
31279         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31280         * lib/canon-host.c: Declare strdup.
31281         * lib/path-concat.c: Likewise.
31282         From John David Anglin.
31283
31284 2000-04-04  Jim Meyering  <meyering@lucent.com>
31285
31286         Be more DOS 8.3-friendly.
31287         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31288         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31289         * lib/Makefile.am: Reflect renaming.
31290         Reported by Eli Zaretskii.
31291
31292         Use a temporary file name that won't clash with `charset.alias'
31293         in the DOS 8.3 name space.
31294         * lib/Makefile.am (charset_tmp): Define.
31295         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31296         (uninstall-local): Likewise.
31297         Reported by Eli Zaretskii.
31298
31299 2000-04-03  Jim Meyering  <meyering@lucent.com>
31300
31301         * m4/gettext.m4: Fix typo in comment.
31302
31303         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31304         textutils/configure.in).  Suggestion from Paul Eggert.
31305         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31306
31307 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31308
31309         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31310         variable in the shell rather than using putenv, which isn't
31311         portable.  This avoids the configure-time inter-test dependency
31312         on the potentially-renamed putenv function.
31313
31314 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31315
31316         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31317         before checking struct stat.st_blksize, so that
31318         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31319
31320 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31321
31322         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31323         since strftime.c uses HAVE_STRFTIME to decide whether to use
31324         the underlying strftime.
31325
31326 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31327
31328         * lib/time/strftime.c (my_strftime): Make sure we call the system
31329         strftime, not ourselves, when invoking the underlying strftime.
31330
31331 2000-03-24  Jim Meyering  <meyering@lucent.com>
31332
31333         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31334         (charset_alias): Define.
31335         (install-exec-local): Factor out common code.
31336         (uninstall-local): Split lines longer than 80.
31337         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31338         (SUFFIXES): Define.
31339         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31340         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31341
31342 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31343
31344         * lib/config.charset: Output a line containing "Packages using this
31345         file".
31346         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31347         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31348         ref-del.sed): New rules.
31349
31350 2000-03-17  Jim Meyering  <meyering@lucent.com>
31351
31352         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31353         Otherwise, include <strings.h>
31354
31355 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31356
31357         * lib/unicodeio.c (utf8_wctomb): New function.
31358         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31359         format instead of in UCS-4 with platform dependent endianness.
31360
31361 2000-03-10  Jim Meyering  <meyering@lucent.com>
31362
31363         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31364         From Marco Franzen.
31365
31366 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31367
31368         * lib/savedir.c (savedir): Work even if directory size is
31369         negative; this can happen with some screwy NFS configurations.
31370
31371 2000-03-06  Jim Meyering  <meyering@lucent.com>
31372
31373         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31374         if it's NULL (because we ran out of memory).  From Bruno Haible.
31375
31376 2000-03-05  Jim Meyering  <meyering@lucent.com>
31377
31378         * lib/localcharset.c ("path-concat.h"): Include.
31379         (get_charset_aliases): Use path_concat instead of ANSI string
31380         concatenation.
31381
31382         * lib/unicodeio.h (PARAMS): Define.
31383         Use it to guard prototype.
31384
31385 2000-03-04  Jim Meyering  <meyering@lucent.com>
31386
31387         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31388         for lib/localcharset.c.
31389
31390 2000-03-04  Jim Meyering  <meyering@lucent.com>
31391
31392         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31393         installing into it.
31394         (uninstall-local): Uncomment this rule so `make distcheck' works
31395         once again.
31396
31397         * lib/unicodeio.c (<errno.h>): Include it.
31398         (errno): Declare if not defined.
31399
31400         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31401
31402         * lib/config.charset: New version, incorporating remarks from a linux
31403         i18n mailing list.  From Bruno Haible.
31404
31405 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31406
31407         * m4/codeset.m4: New file.
31408         * m4/iconv.m4: New file.
31409         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31410
31411 2000-03-03  Jim Meyering  <meyering@lucent.com>
31412
31413         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31414
31415 2000-03-02  Jim Meyering  <meyering@lucent.com>
31416
31417         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31418         the messages come out on separate lines.
31419
31420         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31421         rather than jm_CHECK_DECLARATIONS.
31422         * m4/decl.m4: Remove now-unused file.
31423
31424         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31425         geteuid.
31426
31427 2000-03-02  Jim Meyering  <meyering@lucent.com>
31428
31429         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31430
31431 2000-03-01  Jim Meyering  <meyering@lucent.com>
31432
31433         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31434         * lib/unicodeio.c: Likewise.
31435
31436 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31437
31438         * lib/config.charset: New file.
31439         * lib/localcharset.c: New file.
31440         * lib/unicodeio.h, lib/unicodeio.c: New files.
31441         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31442         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31443         (noinst_HEADERS): Add unicodeio.h.
31444         (all-local, install-exec-local, charset.alias): New targets.
31445
31446 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31447
31448         * lib/quotearg.c (ALERT_CHAR): New macro.
31449         (quotearg_buffer_restyled): Use it.
31450
31451 2000-02-27  Jim Meyering  <meyering@lucent.com>
31452
31453         * m4/check-decl.m4: Add getenv to the list.
31454
31455 2000-02-27  Jim Meyering  <meyering@lucent.com>
31456
31457         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31458         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31459
31460         * lib/backupfile.c: Guard inclusion of stdlib.h with
31461         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31462         Declare malloc if needed.
31463
31464         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31465         `#ifndef HAVE_DECL..'
31466         now that autoconf always defines the HAVE_DECL_ symbols.
31467         * lib/human.c: Likewise.
31468         * lib/same.c: Likewise.
31469         * lib/strtoumax.c: Likewise.
31470
31471         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31472         declaration check was not run.
31473         * lib/hash.c: Likewise.
31474         * lib/human.c: Likewise.
31475         * lib/same.c: Likewise.
31476         * lib/strtoumax.c: Likewise.
31477
31478         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31479         `.', then first look up the entire `.'-containing string as a login
31480         name.
31481
31482 2000-02-23  Jim Meyering  <meyering@lucent.com>
31483
31484         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31485         in place of my hack.
31486
31487 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31488
31489         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31490         (textint): New typedef.
31491         (parser_control): Member year changed from int to textint.
31492         All uses changed.
31493         (YYSTYPE): Removed; replaced by %union with int and textint members.
31494         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31495         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31496         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31497         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31498         (date, number, to_year): Use width of number in digits, not its value,
31499         to determine whether it's a 2-digit year, or a 2-digit time.
31500         (yylex): Store number of digits of numeric tokens.
31501         Reported by John Kendall.
31502
31503         (parser_control): Changed from struct parser_control to typedef (for
31504         consistency).  All uses changed.
31505
31506         (tID): Removed; not used.
31507         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31508
31509 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31510
31511         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31512         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31513
31514 2000-02-12  Jim Meyering  <meyering@lucent.com>
31515
31516         * lib/userspec.c (ISDIGIT): Define it.
31517         (isdigit): Remove definition.
31518         (is_number): Use ISDIGIT, not isdigit.
31519         <libintl.h>: Include.
31520         (_ and N_): Define.
31521         (parse_user_spec): Mark translatable strings.
31522
31523 2000-02-10  Jim Meyering  <meyering@lucent.com>
31524
31525         With these changes, nanosleep.[ch] are finally enough like the other
31526         lib/* replacement files to compile on a few more losing systems.
31527
31528         * lib/nanosleep.h: Don't include config.h.
31529         Remove prototype from declaration of nanosleep.
31530         (PARAMS): Remove now-unneeded definition.
31531         * lib/nanosleep.c: #undef nanosleep.
31532         (rpl_nanosleep): Rename from nanosleep.
31533
31534 2000-02-10  Jim Meyering  <meyering@lucent.com>
31535
31536         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31537         gnu_nanosleep to rpl_nanosleep.
31538
31539 2000-02-09  Jim Meyering  <meyering@lucent.com>
31540
31541         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31542         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31543
31544 2000-02-08  Akim Demaille  <akim@epita.fr>
31545
31546         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31547         `[' and `]' and remove uses of `changequote'.
31548         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31549         (AC_SYS_LARGEFILE): Likewise.
31550         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31551         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31552         of changequote.
31553         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31554         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31555         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31556         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31557
31558 2000-02-05  Jim Meyering  <meyering@lucent.com>
31559
31560         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31561         Remove explicit use of AC_HEADER_TIME.  It is required by
31562         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31563         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31564         in autoconf whereby the expansion of the latter ended up preceding
31565         the expansion of its prerequisite, AC_HEADER_TIME.
31566         Reported by Volker Borchert.
31567
31568 2000-02-03  Jim Meyering  <meyering@lucent.com>
31569
31570         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31571
31572 2000-02-03  Jim Meyering  <meyering@lucent.com>
31573
31574         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31575         rather than with `#if HAVE_UTMPNAME'.
31576
31577 2000-02-02  Jim Meyering  <meyering@lucent.com>
31578
31579         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31580         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31581         Reported by Eli Zaretskii.
31582
31583 2000-02-01  Jim Meyering  <meyering@lucent.com>
31584
31585         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31586
31587 2000-01-31  Jim Meyering  <meyering@lucent.com>
31588
31589         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31590         functions.  Add the time.h and sys/time.h headers along with the
31591         AC_REQUIRE'ment of AC_HEADER_TIME.
31592
31593 2000-01-31  Jim Meyering  <meyering@lucent.com>
31594
31595         * lib/nanosleep.h (nanosleep): Guard declaration with
31596         `#if ! HAVE_DECL_NANOSLEEP'.
31597         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31598         the declaration in that vendor's sys/timers.h.
31599         Reported by Christian Krackowizer.
31600
31601         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31602         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31603         (ISPRINT): Likewise.
31604         Reported by Tom Tromey.
31605
31606 2000-01-30  Jim Meyering  <meyering@lucent.com>
31607
31608         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31609
31610         * m4/prereq.m4 (utmp_includes): Define.
31611         Check for ut_user and ut_name members in both struct utmpx
31612         and struct utmp.
31613
31614 2000-01-30  Jim Meyering  <meyering@lucent.com>
31615
31616         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31617         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31618         header files where only utmpx.ut_user is declared.
31619
31620         * lib/readutmp.h (UT_USER): Define.
31621
31622 2000-01-29  Jim Meyering  <meyering@lucent.com>
31623
31624         * m4/lib-check.m4: New file containing library-related checks from
31625         fileutils and sh-utils (textutils had none).
31626
31627 2000-01-28  Jim Meyering  <meyering@lucent.com>
31628
31629         * m4/perl.m4: Change format of warning message to look more like that
31630         from the missing script.  Suggestion from François Pinard.
31631
31632 2000-01-25  Jim Meyering  <meyering@lucent.com>
31633
31634         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31635         well as time.h in the compile check.
31636         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31637         Fix typo in cross-compiling case: s/yes/no/.
31638
31639 2000-01-23  Jim Meyering  <meyering@lucent.com>
31640
31641         * m4/jm-macros.m4: Move df-related tests here from
31642         fileutils/configure.in
31643
31644         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31645         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31646
31647         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31648         s/space/ac_fsusage_space/.
31649         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31650
31651         * m4/ftruncate.m4: New file (derived from part of
31652         fileutils/configure.in).
31653         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31654         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31655
31656         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31657         AC_SUBST these here, rather than just in sh-util/configure.in, so
31658         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31659         all the same.
31660         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31661         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31662         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31663         (AC_SUBST(POW_LIBM)): Likewise.
31664         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31665
31666 2000-01-23  Jim Meyering  <meyering@lucent.com>
31667
31668         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31669         obstack.c.
31670
31671 2000-01-22  Jim Meyering  <meyering@lucent.com>
31672
31673         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31674
31675         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31676
31677         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31678         configure.in
31679         (AC_CHECK_HEADERS): Likewise for sh-utils.
31680         (AC_CHECK_HEADERS): Likewise for textutils.
31681         Merge the three lists of headers.
31682
31683         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31684         from fileutils' configure.in.
31685
31686         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31687         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31688         check-decl.m4.
31689
31690         * m4/check-decl.m4: Use #if rather than #ifdef.
31691         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31692         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31693         (_jm_DECL_HEADERS): Define new function.
31694         (jm_CHECK_DECLARATIONS): Require it.
31695
31696 2000-01-22  Jim Meyering  <meyering@lucent.com>
31697
31698         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31699         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31700         Required for some AIX systems.  Reported by Christian Krackowizer.
31701         [TESTING] (main): New function.
31702
31703         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31704         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31705         letters.
31706
31707         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31708         iswprint.
31709
31710         * lib/strverscmp.c (ISDIGIT): Define.
31711         (strverscmp): Use ISDIGIT, not isdigit.
31712
31713 2000-01-19  Jim Meyering  <meyering@lucent.com>
31714
31715         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31716         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31717         defines `struct timespec' in <sys/time.h>
31718
31719         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31720         Thanks to Akim for explaining.
31721
31722 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31723
31724         * lib/nanosleep.c (nanosleep):
31725         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31726         POSIX.1 doesn't require SA_INTERRUPT and some systems
31727         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31728         it's been part of POSIX.1 since day 1 (in 1988).
31729
31730 2000-01-17  Jim Meyering  <meyering@lucent.com>
31731
31732         * lib/interlock: Remove unused file.  Reported by François Pinard.
31733
31734 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31735
31736         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31737         alert, backslash, formfeed, and vertical tab unnecessarily in
31738         shell quoting style.
31739
31740 2000-01-16  Jim Meyering  <meyering@lucent.com>
31741
31742         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31743         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31744         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31745         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31746
31747 2000-01-16  Jim Meyering  <meyering@lucent.com>
31748
31749         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31750         because the latter didn't work.
31751
31752 2000-01-15  Jim Meyering  <meyering@lucent.com>
31753
31754         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31755         (AC_REPLACE_FUNCS): Add memcpy and memset.
31756         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31757         Add strpbrk.
31758         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31759
31760 2000-01-12  Jim Meyering  <meyering@lucent.com>
31761
31762         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31763         (jm_PREREQ): Use it.
31764         (jm_PREREQ_READUTMP): New macro.
31765         (jm_PREREQ): Use it.
31766
31767 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31768
31769         Quote multibyte characters correctly.
31770         * m4/c-bs-a.m4: New file.
31771         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31772         (jm_PREREQ): Use it.
31773
31774 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31775
31776         * m4/uintmax_t.m4: Port to autoconf 2.13.
31777
31778 2000-01-08  Jim Meyering  <meyering@ascend.com>
31779
31780         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31781         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31782
31783 2000-01-04  Jim Meyering  <meyering@ascend.com>
31784
31785         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31786         jm_STRUCT_DIRENT_D_TYPE.
31787         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31788         jm_STRUCT_DIRENT_D_INO.
31789         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31790         jm_STRUCT_UTIMBUF.
31791         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31792         renamings.
31793         * m4/utime.m4: Likewise.
31794
31795         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31796         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31797
31798 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31799
31800         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31801         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31802
31803 2000-01-02  Jim Meyering  <meyering@ascend.com>
31804
31805         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31806         remember if this is necessary.
31807
31808 1999-12-26  Jim Meyering  <meyering@ascend.com>
31809
31810         * m4/jm-macros.m4: Use it here.
31811         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31812
31813 1999-12-23  Jim Meyering  <meyering@ascend.com>
31814
31815         * m4/jm-macros.m4: Check for clock_gettime (moved from
31816         fileutils/configure.in)
31817         Check for gettimeofday.
31818
31819 1999-12-20  Jim Meyering  <meyering@ascend.com>
31820
31821         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31822         autoconf-2.14a-1999-12-20.
31823
31824 1999-12-19  Jim Meyering  <meyering@ascend.com>
31825
31826         * m4/lstat-slash.m4: New file.
31827         * m4/jm-macros.m4: Use the new macro:
31828         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31829
31830 1999-12-07  Jim Meyering  <meyering@ascend.com>
31831
31832         * m4/perl.m4: Require that File::Compare be available, too.
31833         Too many systems seem to lack it.
31834
31835         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31836         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31837
31838 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31839
31840         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31841         problem with the QNX 4.25 shell, which doesn't propagate exit
31842         status of failed commands inside shell assignments.
31843
31844 1999-11-17  Jim Meyering  <meyering@ascend.com>
31845
31846         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31847
31848 1999-11-07  Jim Meyering  <meyering@ascend.com>
31849
31850         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31851
31852 1999-11-06  Jim Meyering  <meyering@ascend.com>
31853
31854         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31855         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31856
31857 1999-11-05  Jim Meyering  <meyering@ascend.com>
31858
31859         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31860         configure.in of textutils, fileutils, and sh-utils into this one
31861         (shared between those packages) file.
31862         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31863         AC_STRUCT_ST_BLKSIZE.
31864
31865 1999-11-03  Jim Meyering  <meyering@ascend.com>
31866
31867         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31868         of AC_CHECK_TYPE checks includes unistd.h.
31869         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31870         Suggestion from Akim Demaille.
31871
31872 1999-10-30  Jim Meyering  <meyering@ascend.com>
31873
31874         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31875         m4-quoted string.
31876         * m4/ls-mntd-fs.m4: Likewise.
31877         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31878         * m4/jm-winsz1.m4: Likewise.
31879
31880         * m4/const.m4: Remove file, since the fix made it into the experimental
31881         version of autoconf.
31882         * m4/mktime.m4: Likewise.
31883
31884         * m4/check-type.m4: Remove file, now that the latest version of
31885         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31886
31887         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31888         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31889         AC_CHECK_TYPE.
31890
31891 1999-10-04  Jim Meyering  <meyering@ascend.com>
31892
31893         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31894
31895 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31896
31897         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31898         2.95.1 bug with HP-UX 10.20.
31899
31900 1999-09-17  Jim Meyering  <meyering@ascend.com>
31901
31902         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31903         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31904         due to missing strdup (against sh-utils-2.0).
31905
31906 1999-08-29  Jim Meyering  <meyering@ascend.com>
31907
31908         * m4/jm-macros.m4: Require jm_BISON.
31909         * m4/bison.m4: New file.
31910
31911 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31912
31913         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31914         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31915
31916 1999-08-05  Jim Meyering  <meyering@ascend.com>
31917
31918         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31919         to avoid conflicts with `conftest' on 8+3 filesystems.
31920         Suggestion from Eli Zaretskii.
31921
31922 1999-08-04  Jim Meyering  <meyering@ascend.com>
31923
31924         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31925         fileutils and sh-utils (textutils's getline test was inadequate).
31926         (AM_FUNC_GETLINE): Run this test.
31927         (AC_CHECK_FUNCS): Check for getdelim.
31928         Reported by Bob Proulx.
31929
31930 1999-08-02  Jim Meyering  <meyering@ascend.com>
31931
31932         * m4/jm-macros.m4: Add a comment.
31933
31934 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31935
31936         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31937         <inttypes.h> defines strtoumax as a macro (and not as a
31938         function).
31939
31940 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31941
31942         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31943         that we can shift, multiply and divide unsigned long long
31944         values; Ultrix cc can't do it.
31945
31946 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31947
31948         * m4/mktime.m4: New file, which is a preview of what should appear
31949         in the next public autoconf release.
31950
31951 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31952
31953         * m4/lfs.m4: Remove this file.
31954         * m4/largefile.m4: New file.  It contains the old contents of
31955         lfs.m4, except that all names with prefix AC_LFS have been
31956         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31957         compatible with future autoconf versions.  Also, some minor m4
31958         quoting problems have been fixed.
31959
31960 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31961
31962         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31963         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31964         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31965         and simplify the shell code.
31966
31967 1999-08-01  Jim Meyering  <meyering@ascend.com>
31968
31969         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31970         m4.
31971
31972 1999-07-20  Jim Meyering  <meyering@ascend.com>
31973
31974         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31975
31976 1999-07-15  Jim Meyering  <meyering@ascend.com>
31977
31978         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31979
31980 1999-05-22  Jim Meyering  <meyering@ascend.com>
31981
31982         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31983
31984 1999-05-20  Jim Meyering  <meyering@ascend.com>
31985
31986         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31987         Add a colon after each `then' in case $4 is empty.
31988
31989 1999-05-16  Jim Meyering  <meyering@ascend.com>
31990
31991         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31992
31993 1999-05-10  Jim Meyering  <meyering@ascend.com>
31994
31995         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31996
31997         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31998         AC_FUNC_MKTIME.
31999
32000 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32001
32002         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32003
32004 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32005
32006         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32007         not CPPFLAGS, so that linking works correctly in IRIX.
32008
32009 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32010
32011         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32012
32013 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32014
32015         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32016         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32017         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32018         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32019         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32020
32021         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32022
32023 1999-04-20  Jim Meyering  <meyering@ascend.com>
32024
32025         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32026         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32027         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32028
32029 1999-04-18  Jim Meyering  <meyering@ascend.com>
32030
32031         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32032         * m4/jm-macros.m4: Use it.
32033
32034 1999-04-06  Jim Meyering  <meyering@ascend.com>
32035
32036         * m4/strftime.m4: Remove test for %f.
32037
32038 1999-03-29  Jim Meyering  <meyering@ascend.com>
32039
32040         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32041         superset of the AC_TYPE_* checks in the textutils, fileutils,
32042         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32043         AC_TYPE_PID_T.
32044
32045 1999-03-28  Jim Meyering  <meyering@ascend.com>
32046
32047         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32048         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32049         replaced e.g., in the *.sh files of the sh-utils.
32050
32051 1999-03-20  Jim Meyering  <meyering@ascend.com>
32052
32053         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32054         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32055         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32056
32057 1999-03-19  Jim Meyering  <meyering@ascend.com>
32058
32059         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32060
32061 1999-03-12  Jim Meyering  <meyering@ascend.com>
32062
32063         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32064
32065 1999-03-07  Jim Meyering  <meyering@ascend.com>
32066
32067         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32068         declared.
32069
32070 1999-02-17  Jim Meyering  <meyering@ascend.com>
32071
32072         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32073         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32074
32075 1999-02-07  Jim Meyering  <meyering@ascend.com>
32076
32077         * m4/group-member.m4: New file -- extracted from sh-utils'
32078         configure.in.
32079
32080         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32081         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32082
32083 1999-02-06  Jim Meyering  <meyering@ascend.com>
32084
32085         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32086         * m4/fnmatch.m4: Likewise.
32087         * m4/getgroups.m4: Likewise.
32088         * m4/lstat.m4: Likewise.
32089         * m4/malloc.m4: Likewise.
32090         * m4/putenv.m4: Likewise.
32091         * m4/realloc.m4: Likewise.
32092         * m4/regex.m4: Likewise.
32093         * m4/stat.m4: Likewise.
32094         * m4/strftime.m4: Likewise.
32095         Suggestion from Alain Magloire.
32096
32097         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32098         * m4/fnmatch.m4: Likewise.
32099         * m4/getgroups.m4: Likewise.
32100         * m4/getline.m4: Likewise.
32101         * m4/lstat.m4: Likewise.
32102         * m4/malloc.m4: Likewise.
32103         * m4/memcmp.m4: Likewise.
32104         * m4/putenv.m4: Likewise.
32105         * m4/realloc.m4: Likewise.
32106         * m4/regex.m4: Likewise.
32107         * m4/stat.m4: Likewise.
32108         * m4/strftime.m4: Likewise.
32109         Suggestion from Alain Magloire.
32110
32111         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32112         an argument.
32113
32114         * m4/regex.m4: Add a run-time Test for proper operation of
32115         re_compile_pattern.
32116
32117 1999-01-31  Jim Meyering  <meyering@ascend.com>
32118
32119         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32120
32121 1999-01-30  Jim Meyering  <meyering@ascend.com>
32122
32123         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32124
32125         * m4/jm-mktime.m4: Make this a wrapper around the official
32126         AM_FUNC_MKTIME rather than my private copy, now that the official one
32127         is up to date.
32128         * m4/mktime.m4: Remove file.
32129
32130         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32131         * m4/uptime.m4: Likewise.
32132         * m4/uintmax_t.m4: Likewise.
32133
32134 1999-01-28  Jim Meyering  <meyering@ascend.com>
32135
32136         * m4/jm-macros.m4: Use jm_AFS.
32137         * m4/afs.m4: New file (from fileutils' configure.in).
32138
32139         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32140         * m4/chown.m4: Likewise.
32141         * m4/d-ino.m4: Likewise.
32142         * m4/d-type.m4: Likewise.
32143         * m4/fnmatch.m4: Likewise.
32144         * m4/getgroups.m4: Likewise.
32145         * m4/gettext.m4: Likewise.
32146         * m4/jm-mktime.m4: Likewise.
32147         * m4/jm-winsz2.m4: Likewise.
32148         * m4/lcmessage.m4: Likewise.
32149         * m4/ls-mntd-fs.m4: Likewise.
32150         * m4/malloc.m4: Likewise.
32151         * m4/memcmp.m4: Likewise.
32152         * m4/putenv.m4: Likewise.
32153         * m4/realloc.m4: Likewise.
32154         * m4/st_mtim.m4: Likewise.
32155         * m4/strftime.m4: Likewise.
32156
32157 1999-01-16  Jim Meyering  <meyering@ascend.com>
32158
32159         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32160         (ARGMATCH_DIE_DECL): Define.
32161
32162 1999-01-12  Jim Meyering  <meyering@ascend.com>
32163
32164         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32165         Reported by Lars Hecking.
32166
32167 1999-01-10  Jim Meyering  <meyering@ascend.com>
32168
32169         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32170         gross kludge.
32171         * m4/inttypes_h.m4: Likewise.
32172         * m4/lstat.m4: Likewise.
32173         * m4/malloc.m4: Likewise.
32174         * m4/readdir.m4: Likewise.
32175         * m4/realloc.m4: Likewise.
32176         * m4/st_dm_mode.m4: Likewise.
32177         * m4/stat.m4: Likewise.
32178         * m4/utimbuf.m4: Likewise.
32179         * m4/utimes.m4: Likewise.
32180
32181         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32182         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32183         comments in config.h.in are meaningful.
32184
32185         * m4/jm-macros.m4: Require autoconf-2.13 here.
32186
32187         * m4/regex.m4: By default, don't use the included regex.c on systems
32188         with glibc 2.  Suggestion from Uli Drepper.
32189
32190 1999-01-02  Jim Meyering  <meyering@ascend.com>
32191
32192         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32193
32194 1998-12-18  Jim Meyering  <meyering@ascend.com>
32195
32196         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32197         Based on a suggestion from Lars Hecking.
32198
32199 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32200
32201         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32202
32203 1998-11-16  Jim Meyering  <meyering@ascend.com>
32204
32205         * m4/lfs.m4: Double-quote the `uname...` expression.
32206
32207 1998-11-14  Jim Meyering  <meyering@ascend.com>
32208
32209         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32210         * m4/stat.m4: Likewise.
32211
32212 1998-11-03  Jim Meyering  <meyering@ascend.com>
32213
32214         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32215         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32216
32217 1998-10-18  Jim Meyering  <meyering@ascend.com>
32218
32219         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32220
32221 1998-10-17  Jim Meyering  <meyering@ascend.com>
32222
32223         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32224         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32225         calls for those previously hard-coded headers.  Instead, take a new
32226         parameter.
32227         (jm_CHECK_DECLARATIONS): Reflect interface change.
32228         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32229         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32230
32231         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32232
32233 1998-10-14  Jim Meyering  <meyering@ascend.com>
32234
32235         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32236         instead of "TZ=America/Vancouver".  From Paul Eggert.
32237
32238 1998-10-11  Jim Meyering  <meyering@ascend.com>
32239
32240         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32241         This adds a test for a recently added compatibility fix for mktime.c.
32242         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32243
32244 1998-09-27  Jim Meyering  <meyering@ascend.com>
32245
32246         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32247
32248         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32249         ../configure.in, including a change from Gordon Matzigkeit to allow
32250         cross-compiling for the Hurd.
32251
32252         * m4/glibc.m4: New file/macro to test for the GNU C Library
32253         versions 1 and 2.  From Gordon Matzigkeit.
32254         Indent.
32255
32256 1998-09-21  Jim Meyering  <meyering@ascend.com>
32257
32258         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32259
32260 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32261
32262         Port nanosecond-resolution times to UnixWare 2.1.2 and
32263         pedantic Solaris 2.6.
32264
32265         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32266         AC_STRUCT_ST_MTIM.
32267         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32268         Generate name of ns member, instead of just 1 or undef.
32269         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32270
32271 1998-08-15  Jim Meyering  <meyering@ascend.com>
32272
32273         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32274         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32275         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32276         instead of jm_TYPE_SSIZE_T.
32277
32278 1998-08-12  Jim Meyering  <meyering@ascend.com>
32279
32280         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32281
32282 1998-08-02  Jim Meyering  <meyering@ascend.com>
32283
32284         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32285         in acconfig.h manually.
32286
32287 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32288
32289         * m4/st_mtim.m4: New file.
32290
32291 1998-07-28  Jim Meyering  <meyering@ascend.com>
32292
32293         * m4/utimes.m4: Undef stat.
32294
32295 1998-07-25  Jim Meyering  <meyering@ascend.com>
32296
32297         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32298         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32299
32300 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32301
32302         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32303         uid and gid actually remain unchanged.
32304
32305 1998-07-07  Jim Meyering  <meyering@ascend.com>
32306
32307         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32308
32309 1998-07-04  Jim Meyering  <meyering@ascend.com>
32310
32311         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32312         to prove that this macro can be used in packages without regex.c.
32313
32314 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32315
32316         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32317         is to be used.
32318
32319 1998-07-03  Jim Meyering  <meyering@ascend.com>
32320
32321         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32322
32323         * m4/gettext.m4: New file -- from gettext-0.10.35.
32324         * m4/lcmessage.m4: Likewise.
32325         * m4/progtest.m4: Likewise.
32326
32327         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32328         * m4/jm-macros.m4: Require the new macro.
32329
32330 1998-06-29  Jim Meyering  <meyering@ascend.com>
32331
32332         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32333         for the definition of NGROUPS (used in a system header included
32334         by sys/mount.h).
32335
32336 1998-06-28  Jim Meyering  <meyering@ascend.com>
32337
32338         * m4/ls-mntd-fs.m4: New file.
32339         * m4/fstypename.m4: New file.
32340
32341         * m4/jm-macros.m4: Require the new macro.
32342         * m4/jm-glibc-io.m4: New file.
32343
32344 1998-05-19  Jim Meyering  <meyering@ascend.com>
32345
32346         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32347         * m4/lchown.m4: New file.
32348
32349         * m4/Makefile.am.in: New file.
32350         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32351
32352 1998-05-14  Jim Meyering  <meyering@ascend.com>
32353
32354         * m4/Makefile.am (EXTRA_DIST): Add them.
32355         * m4/jm-macros.m4: New file.
32356         * m4/utimbuf.m4: New file.
32357
32358 1998-05-12  Jim Meyering  <meyering@ascend.com>
32359
32360         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32361
32362 1998-05-11  Jim Meyering  <meyering@ascend.com>
32363
32364         * m4/isc-posix.m4: New file.
32365
32366 1998-05-10  Jim Meyering  <meyering@ascend.com>