Don't pretend that stdint.h conforms to C99 if it doesn't define WCHAR_MIN
[gnulib.git] / ChangeLog
1 2007-07-31  Bruno Haible  <bruno@clisp.org>
2
3         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
4         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
5         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
6
7 2007-07-31  Bruno Haible  <bruno@clisp.org>
8
9         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
10         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
11
12 2007-07-30  Bruno Haible  <bruno@clisp.org>
13
14         * modules/base64 (License): Use the synonymous term "LGPLv2+".
15         * modules/c-ctype (License): Likewise.
16         * modules/c-strcase (License): Likewise.
17         * modules/check-version (License): Likewise.
18         * modules/iconv (License): Likewise.
19         * modules/iconv_open (License): Likewise.
20         * modules/read-file (License): Likewise.
21         * modules/striconv (License): Likewise.
22         * modules/strverscmp (License): Likewise.
23         * modules/vasprintf (License): Likewise.
24         * modules/crypto/des (License): Likewise.
25         * modules/crypto/gc (License): Likewise.
26         * modules/crypto/gc-arcfour (License): Likewise.
27         * modules/crypto/gc-arctwo (License): Likewise.
28         * modules/crypto/gc-des (License): Likewise.
29         * modules/crypto/gc-hmac-md5 (License): Likewise.
30         * modules/crypto/gc-hmac-sha1 (License): Likewise.
31         * modules/crypto/gc-md2 (License): Likewise.
32         * modules/crypto/gc-md4 (License): Likewise.
33         * modules/crypto/gc-md5 (License): Likewise.
34         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
35         * modules/crypto/gc-random (License): Likewise.
36         * modules/crypto/gc-rijndael (License): Likewise.
37         * modules/crypto/gc-sha1 (License): Likewise.
38         * modules/crypto/md2 (License): Likewise.
39         * modules/crypto/md4 (License): Likewise.
40
41 2007-07-30  Jim Meyering  <jim@meyering.net>
42
43         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
44         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
45         it has valid stat data.  This bug would cause du not to count the
46         sizes of inaccessible directories.
47         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
48         in <http://bugzilla.redhat.com/250077>.
49
50 2007-07-25  Peter O'Gorman  <peter@pogma.com>
51             Bruno Haible  <bruno@clisp.org>
52
53         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
54         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
55         #include_next, gives a diagnostic about it, but reports no error in
56         the exit code.
57         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
58
59 2007-07-24  Ben Pfaff  <blp@gnu.org>
60
61         Improve name: "count-one-bits" is better than "popcount".
62         * MODULES.html.sh: Update name.
63         * lib/popcount.h: Renamed lib/count-one-bits.h.
64         (popcount): Renamed count_one_bits.
65         (popcountl): Renamed count_one_bits_l.
66         (popcountll): Renamed count_one_bits_ll.
67         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
68         * modules/popcount: Renamed module/count-one-bits.
69         * modules/popcount-tests: Renamed module/count-one-bits-tests.
70         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
71
72 2007-07-23  Ben Pfaff  <blp@gnu.org>
73
74         * lib/popcount.h (popcount32): Reduce size of constants, to allow
75         better code generation, and add U to large constants to avoid
76         warnings, in non-GCC case.
77         Suggested by Bruno Haible.
78
79 2007-07-23  Ben Pfaff  <blp@gnu.org>
80
81         * lib/popcount.h: Use verify_true instead of if...abort.
82         * modules/popcount: Depend on verify module.
83         Suggested by Jim Meyering.
84
85 2007-07-23  Bruno Haible  <bruno@clisp.org>
86
87         * gnulib-tool (func_import): Create a .cvsignore file also when the
88         directory is not yet in CVS but the toplevel directory is. When
89         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
90         Reported by Karl Berry.
91
92 2007-07-22  Ben Pfaff  <blp@gnu.org>
93
94         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
95         case.
96         Suggested by Eric Blake.
97
98 2007-07-22  Ben Pfaff  <blp@gnu.org>
99
100         New module: popcount.
101         * MODULES.html.sh: Add popcount.
102         * modules/popcount: New file.
103         * modules/popcount-tests: New file.
104         * tests/test-popcount.c: New file.
105         * lib/popcount.h: New file.
106         * m4/popcount.m4: New file.
107
108 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
109
110         * build-aux/announce-gen: Update to GPLv3.
111
112         * build-aux/config.guess: Update from config.
113
114 2007-07-21  Bruno Haible  <bruno@clisp.org>
115
116         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
117         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
118
119 2007-07-20  Jim Meyering  <jim@meyering.net>
120
121         * check-module: Diagnose a self-dependency.
122
123 2007-07-19  Bruno Haible  <bruno@clisp.org>
124
125         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
126         empty.
127         Reported by Eric Blake.
128
129 2007-07-18  Bruno Haible  <bruno@clisp.org>
130
131         * gnulib-tool: New options --po-base, --po-domain.
132         (func_usage): Document them.
133         (pobase, po_domain): New variables.
134         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
135         DEFAULT_TEXT_DOMAIN.
136         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
137         (func_import): Consider pobase and po_domain. Create a po/ directory.
138         (func_create_testdir): Set pobase and po_domain to empty.
139         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
140         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
141
142 2007-07-18  Bruno Haible  <bruno@clisp.org>
143
144         * gnulib-tool (func_get_automake_snippet): Synthesize also an
145         EXTRA_DIST augmentation for files in build-aux/.
146
147 2007-07-16  Bruno Haible  <bruno@clisp.org>
148
149         * modules/lseek (License): Use the synonymous term "LGPLv2+".
150         * modules/getdelim (License): Likewise.
151
152 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
153
154         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
155         * modules/d-type (License): Likewise.
156         * modules/extensions (License): Likewise.
157         * modules/fnmatch (License): Likewise.
158         * modules/fseeko (License): Likewise.
159         * modules/getaddrinfo (License): Likewise.
160         * modules/getline (License): Likewise.
161         * modules/getlogin_r (License): Likewise.
162         * modules/getpass (License): Likewise.
163         * modules/gettimeofday (License): Likewise.
164         * modules/glob (License): Likewise.
165         * modules/inet_ntop (License): Likewise.
166         * modules/malloc (License): Likewise.
167         * modules/malloca (License): Likewise.
168         * modules/memmem (License): Likewise.
169         * modules/mempcpy (License): Likewise.
170         * modules/memset (License): Likewise.
171         * modules/minmax (License): Likewise.
172         * modules/mktime (License): Likewise.
173         * modules/netinet_in (License): Likewise.
174         * modules/pathmax (License): Likewise.
175         * modules/poll (License): Likewise.
176         * modules/regex (License): Likewise.
177         * modules/snprintf (License): Likewise.
178         * modules/stdbool (License): Likewise.
179         * modules/stdint (License): Likewise.
180         * modules/stdio (License): Likewise.
181         * modules/strcase (License): Likewise.
182         * modules/strcasestr (License): Likewise.
183         * modules/strdup (License): Likewise.
184         * modules/string (License): Likewise.
185         * modules/strndup (License): Likewise.
186         * modules/strnlen (License): Likewise.
187         * modules/strpbrk (License): Likewise.
188         * modules/strptime (License): Likewise.
189         * modules/strsep (License): Likewise.
190         * modules/sys_select (License): Likewise.
191         * modules/sys_socket (License): Likewise.
192         * modules/sys_stat (License): Likewise.
193         * modules/sys_time (License): Likewise.
194         * modules/time (License): Likewise.
195         * modules/time_r (License): Likewise.
196         * modules/timegm (License): Likewise.
197         * modules/unistd (License): Likewise.
198         * modules/vsnprintf (License): Likewise.
199         * modules/wctype (License): Likewise.
200
201 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
202
203         * modules/argz (License): LGPLv2+.
204
205 2007-07-15  Karl Berry  <karl@gnu.org>
206
207         * doc/gnulib.texi: revise node structure per new fdl.texi.
208
209 2007-07-14  Bruno Haible  <bruno@clisp.org>
210
211         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
212         the output file.
213         * lib/uniname/uninames.h: Regenerated.
214
215 2007-07-14  Karl Berry  <karl@gnu.org>
216
217         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
218         omitting sectioning and index commands.
219
220 2007-07-13  Bruno Haible  <bruno@clisp.org>
221
222         New gnulib-tool option --more-symlinks.
223         * gnulib-tool (func_usage): Document --more-symlinks.
224         (do_copyrights): New variable.
225         Recognize option --more-symlinks.
226         (func_import): Don't add a copyright notice transform to
227         sed_transform_lib_file if do_copyrights is empty.
228
229 2007-07-13  Bruno Haible  <bruno@clisp.org>
230
231         * lib/vasnprintf.c (decimal_point_char): Define also if
232         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
233         && !NEED_PRINTF_DIRECTIVE_A.
234         Reported by Clemens Koller <clemens.koller@anagramm.de> via
235         Gary V. Vaughan <gary@gnu.org>.
236
237 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
238
239         * lib/inttypes_.h: Undo previous change, since it was fixed
240         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
241
242 2007-07-13  Bruno Haible  <bruno@clisp.org>
243
244         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
245         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
246
247 2007-07-13  Jim Meyering  <jim@meyering.net>
248
249         df: Don't fail for Tru64's "file-on-file mount".
250         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
251         so we fall through and use statfs instead.  Details here:
252         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
253         Reported by Albert Chin.
254
255 2007-07-13  Bruno Haible  <bruno@clisp.org>
256
257         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
258         * modules/configmake (License): Likewise.
259         * modules/gettext (License): Likewise.
260         * modules/gettext-h (License): Likewise.
261         * modules/include_next (License): Likewise.
262         * modules/link-warning (License): Likewise.
263         * modules/localcharset (License): Likewise.
264         * modules/localename (License): Likewise.
265         * modules/lock (License): Likewise.
266         * modules/relocatable-lib-lgpl (License): Likewise.
267         * modules/size_max (License): Likewise.
268         * modules/vasnprintf (License): Likewise.
269         * modules/wchar (License): Likewise.
270         * modules/xsize (License): Likewise.
271
272 2007-07-13  Bruno Haible  <bruno@clisp.org>
273
274         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
275         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
276
277 2007-07-12  Bruno Haible  <bruno@clisp.org>
278
279         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
280         in the modules files.
281
282 2007-07-11  Karl Berry  <karl@gnu.org>
283
284         * MODULES.html.sh (func_module): use
285          sed -e '\|^'"${includefile}"'$|d'
286          instead of /.../d, to avoid errors on $includefile's containing /.
287
288 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
289
290         * gnulib-tool (func_import): Avoid duplication of --avoid
291         statements
292         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
293         names to `_' in variable names.
294
295 2007-07-10  Eric Blake  <ebb9@byu.net>
296
297         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
298         * NEWS: Document this change.
299
300 2007-07-08  Bruno Haible  <bruno@clisp.org>
301
302         Update to Unicode 5.0.
303         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
304         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
305         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
306         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
307         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
308         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
309         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
310         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
311         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
312         U+10A3F, U+1D242..U+1D244.
313         (nonspacing_table_ind): Update.
314         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
315         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
316
317 2007-07-08  Bruno Haible  <bruno@clisp.org>
318
319         Update to Unicode 5.0.
320         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
321         code transform. Extend the name index field of unicode_name_to_code and
322         unicode_code_to_name from 16 to 24 bits.
323         * lib/uniname/uniname.c (unicode_character_name,
324         unicode_name_character): Add the range 0x12xxx to the code transform.
325         * lib/uniname/uninames.h: Regenerated.
326         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
327
328 2007-07-07  Bruno Haible  <bruno@clisp.org>
329
330         * modules/wcwidth-tests: New file.
331         * tests/test-wcwidth.c: New file.
332
333         Work around MacOS X wcwidth() bug.
334         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
335         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
336         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
337         original wcwidth in non-UTF-8 locales.
338         * modules/wcwidth (Depends-on): Add localcharset, streq,
339         uniwidth/width.
340         * doc/functions/wcwidth.texi: Update.
341
342 2007-07-07  Bruno Haible  <bruno@clisp.org>
343
344         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
345         (wcwidth): New declaration.
346         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
347         macros.
348         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
349         here. Prepare for creating <wchar.h> unconditionally.
350         * modules/wchar (Depends-on): Add link-warning.
351         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
352         REPLACE_WCWIDTH, and GL_LINK_WARNING.
353         * lib/wcwidth.h: Remove file.
354         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
355         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
356         * modules/wcwidth (Files): Remove lib/wcwidth.h.
357         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
358         (Include): Replace wcwidth.h with <wchar.h>.
359         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
360         * lib/mbchar.h: Don't include wcwidth.h.
361         * lib/mbswidth.c: Likewise.
362         * NEWS: Mention the change.
363
364 2007-07-07  Bruno Haible  <bruno@clisp.org>
365
366         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
367         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
368         definition with an external declaration.
369         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
370         defined as a function. Remove AC_C_INLINE requirement.
371         * modules/wcwidth (Files): Add lib/wcwidth.c.
372         (Makefile.am): Remove redundant statement.
373
374 2007-07-07  Bruno Haible  <bruno@clisp.org>
375
376         * MODULES.html.sh (Unicode string functions): Add the new modules.
377
378         * tests/uniwidth/test-u32-strwidth.c: New file.
379         * modules/uniwidth/u32-strwidth-tests: New file.
380
381         * lib/uniwidth/u32-strwidth.c: New file.
382         * modules/uniwidth/u32-strwidth: New file.
383
384         * tests/uniwidth/test-u16-strwidth.c: New file.
385         * modules/uniwidth/u16-strwidth-tests: New file.
386
387         * lib/uniwidth/u16-strwidth.c: New file.
388         * modules/uniwidth/u16-strwidth: New file.
389
390         * tests/uniwidth/test-u8-strwidth.c: New file.
391         * modules/uniwidth/u8-strwidth-tests: New file.
392
393         * lib/uniwidth/u8-strwidth.c: New file.
394         * modules/uniwidth/u8-strwidth: New file.
395
396         * tests/uniwidth/test-u32-width.c: New file.
397         * modules/uniwidth/u32-width-tests: New file.
398
399         * lib/uniwidth/u32-width.c: New file.
400         * modules/uniwidth/u32-width: New file.
401
402         * tests/uniwidth/test-u16-width.c: New file.
403         * modules/uniwidth/u16-width-tests: New file.
404
405         * lib/uniwidth/u16-width.c: New file.
406         * modules/uniwidth/u16-width: New file.
407
408         * tests/uniwidth/test-u8-width.c: New file.
409         * modules/uniwidth/u8-width-tests: New file.
410
411         * lib/uniwidth/u8-width.c: New file.
412         * modules/uniwidth/u8-width: New file.
413
414         * tests/uniwidth/test-uc_width.c: New file.
415         * modules/uniwidth/width-tests: New file.
416
417         * lib/uniwidth/width.c: New file, from GNU libiconv.
418         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
419         * modules/uniwidth/width: New file.
420
421         * lib/uniwidth.h: New file, from GNU libiconv.
422         * modules/uniwidth/base: New file.
423
424 2007-07-07  Bruno Haible  <bruno@clisp.org>
425
426         * lib/uniname.h: New file, from GNU gettext.
427         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
428         * lib/uniname/uninames.h: New file, from GNU gettext.
429         * lib/uniname/uniname.c: New file, from GNU gettext.
430         * tests/uniname/test-uninames.sh: New file.
431         * tests/uniname/test-uninames.c: New file, from GNU gettext.
432         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
433         * modules/uniname/base: New file.
434         * modules/uniname/uniname: New file.
435         * modules/uniname/uniname-tests: New file.
436         * MODULES.html.sh (Unicode string functions): Add the new modules.
437
438 2007-07-06  Bruno Haible  <bruno@clisp.org>
439
440         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
441
442 2007-07-06  Bruno Haible  <bruno@clisp.org>
443
444         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
445         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
446         includes <cygwin/sys_time.h> which includes <sys/select.h> which
447         include <sys/time.h>.
448         Reported by Eric Blake.
449
450 2007-07-06  Eric Blake  <ebb9@byu.net>
451
452         Fix testing canonicalize on cygwin.
453         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
454         Revert patch from 2007-06-19.
455         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
456         canonicalize module is also in use.
457         * tests/test-canonicalize.c: New file.
458         * tests/test-canonicalize.sh: Likewise.
459         * modules/canonicalize-tests: Likewise.
460
461 2007-07-06  Jim Meyering  <jim@meyering.net>
462
463         * lib/getugroups.c (getugroups): Detect getgrent failure.
464         Adjust comment to reflect reality: this function may return -1.
465
466 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
467
468         * build-aux/bootstrap (TP_URL,get_translations): Update to use
469         the new TP address.
470         (usage): Fix typo
471         (gnulib_mk): New variable.
472
473 2007-07-05  Jim Meyering  <jim@meyering.net>
474
475         Don't let endgrent clobber errno, no matter how improbable.
476         * lib/getugroups.c (getugroups): Save and restore errno around
477         endgrent call.
478
479         Close the group DB even when failing with 2^31 or more members.
480         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
481
482 2007-07-04  Jim Meyering  <jim@meyering.net>
483
484         * lib/getugroups.h: New file.
485         * lib/getugroups.c: Include "getugroups.h".
486         Remove uses of "register" keyword.
487         Move local variable, "cp", down into scope where used.
488         Give "username" parameter the "const" attribute.
489         * modules/getugroups (Files): Add lib/getugroups.h
490
491 2007-07-04  Karl Berry  <karl@gnu.org>
492
493         * MODULES.html.sh (func_all_modules): Complete rename of
494         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
495
496 2007-07-02  Bruno Haible  <bruno@clisp.org>
497
498         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
499         mode, when inttypes.h comes from gnulib.
500         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
501
502 2007-07-02  Simon Josefsson  <simon@josefsson.org>
503
504         * NEWS: Mention lgpl module name change.
505
506         * modules/lgpl-2.1: Renamed from lgpl.
507
508         * NEWS: Mention gpl module name change.
509
510         * modules/gpl-3.0: New file, based on gpl-2.0.
511
512         * modules/gpl-2.0: Renamed from gpl.
513
514         * modules/gpl: Fix filename, doc/gpl.texi is now found at
515         doc/gpl-2.0.texi.
516
517 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
518
519         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
520         #define __STDC_LIMIT_MACROS temporarily while including
521         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
522         Problem reported by Joel E. Denny in
523         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
524
525 2007-07-01  Bruno Haible  <bruno@clisp.org>
526
527         * lib/unistdio.h: New file.
528         * lib/unistdio/u-asnprintf.h: New file.
529         * lib/unistdio/u-asprintf.h: New file.
530         * lib/unistdio/u-printf-args.c: New file.
531         * lib/unistdio/u-printf-args.h: New file.
532         * lib/unistdio/u-printf-parse.h: New file.
533         * lib/unistdio/u-snprintf.h: New file.
534         * lib/unistdio/u-sprintf.h: New file.
535         * lib/unistdio/u-vasprintf.h: New file.
536         * lib/unistdio/u-vsnprintf.h: New file.
537         * lib/unistdio/u-vsprintf.h: New file.
538         * lib/unistdio/ulc-asnprintf.c: New file.
539         * lib/unistdio/ulc-asprintf.c: New file.
540         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
541         * lib/unistdio/ulc-printf-parse.c: New file.
542         * lib/unistdio/ulc-snprintf.c: New file.
543         * lib/unistdio/ulc-sprintf.c: New file.
544         * lib/unistdio/ulc-vasnprintf.c: New file.
545         * lib/unistdio/ulc-vasprintf.c: New file.
546         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
547         * lib/unistdio/ulc-vsnprintf.c: New file.
548         * lib/unistdio/ulc-vsprintf.c: New file.
549         * lib/unistdio/u8-asnprintf.c: New file.
550         * lib/unistdio/u8-asprintf.c: New file.
551         * lib/unistdio/u8-printf-parse.c: New file.
552         * lib/unistdio/u8-snprintf.c: New file.
553         * lib/unistdio/u8-sprintf.c: New file.
554         * lib/unistdio/u8-vasnprintf.c: New file.
555         * lib/unistdio/u8-vasprintf.c: New file.
556         * lib/unistdio/u8-vsnprintf.c: New file.
557         * lib/unistdio/u8-vsprintf.c: New file.
558         * lib/unistdio/u8-u8-asnprintf.c: New file.
559         * lib/unistdio/u8-u8-asprintf.c: New file.
560         * lib/unistdio/u8-u8-snprintf.c: New file.
561         * lib/unistdio/u8-u8-sprintf.c: New file.
562         * lib/unistdio/u8-u8-vasnprintf.c: New file.
563         * lib/unistdio/u8-u8-vasprintf.c: New file.
564         * lib/unistdio/u8-u8-vsnprintf.c: New file.
565         * lib/unistdio/u8-u8-vsprintf.c: New file.
566         * lib/unistdio/u16-asnprintf.c: New file.
567         * lib/unistdio/u16-asprintf.c: New file.
568         * lib/unistdio/u16-printf-parse.c: New file.
569         * lib/unistdio/u16-snprintf.c: New file.
570         * lib/unistdio/u16-sprintf.c: New file.
571         * lib/unistdio/u16-vasnprintf.c: New file.
572         * lib/unistdio/u16-vasprintf.c: New file.
573         * lib/unistdio/u16-vsnprintf.c: New file.
574         * lib/unistdio/u16-vsprintf.c: New file.
575         * lib/unistdio/u16-u16-asnprintf.c: New file.
576         * lib/unistdio/u16-u16-asprintf.c: New file.
577         * lib/unistdio/u16-u16-snprintf.c: New file.
578         * lib/unistdio/u16-u16-sprintf.c: New file.
579         * lib/unistdio/u16-u16-vasnprintf.c: New file.
580         * lib/unistdio/u16-u16-vasprintf.c: New file.
581         * lib/unistdio/u16-u16-vsnprintf.c: New file.
582         * lib/unistdio/u16-u16-vsprintf.c: New file.
583         * lib/unistdio/u32-asnprintf.c: New file.
584         * lib/unistdio/u32-asprintf.c: New file.
585         * lib/unistdio/u32-printf-parse.c: New file.
586         * lib/unistdio/u32-snprintf.c: New file.
587         * lib/unistdio/u32-sprintf.c: New file.
588         * lib/unistdio/u32-vasnprintf.c: New file.
589         * lib/unistdio/u32-vasprintf.c: New file.
590         * lib/unistdio/u32-vsnprintf.c: New file.
591         * lib/unistdio/u32-vsprintf.c: New file.
592         * lib/unistdio/u32-u32-asnprintf.c: New file.
593         * lib/unistdio/u32-u32-asprintf.c: New file.
594         * lib/unistdio/u32-u32-snprintf.c: New file.
595         * lib/unistdio/u32-u32-sprintf.c: New file.
596         * lib/unistdio/u32-u32-vasnprintf.c: New file.
597         * lib/unistdio/u32-u32-vasprintf.c: New file.
598         * lib/unistdio/u32-u32-vsnprintf.c: New file.
599         * lib/unistdio/u32-u32-vsprintf.c: New file.
600         * tests/unistdio/test-ulc-asnprintf1.c: New file.
601         * tests/unistdio/test-ulc-asnprintf1.h: New file.
602         * tests/unistdio/test-ulc-printf1.h: New file.
603         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
604         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
605         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
606         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
607         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
608         * tests/unistdio/test-ulc-vasprintf1.c: New file.
609         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
610         * tests/unistdio/test-ulc-vsprintf1.c: New file.
611         * tests/unistdio/test-u8-asnprintf1.c: New file.
612         * tests/unistdio/test-u8-asnprintf1.h: New file.
613         * tests/unistdio/test-u8-printf1.h: New file.
614         * tests/unistdio/test-u8-vasnprintf1.c: New file.
615         * tests/unistdio/test-u8-vasnprintf2.c: New file.
616         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
617         * tests/unistdio/test-u8-vasnprintf3.c: New file.
618         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
619         * tests/unistdio/test-u8-vasprintf1.c: New file.
620         * tests/unistdio/test-u8-vsnprintf1.c: New file.
621         * tests/unistdio/test-u8-vsprintf1.c: New file.
622         * tests/unistdio/test-u16-asnprintf1.c: New file.
623         * tests/unistdio/test-u16-asnprintf1.h: New file.
624         * tests/unistdio/test-u16-printf1.h: New file.
625         * tests/unistdio/test-u16-vasnprintf1.c: New file.
626         * tests/unistdio/test-u16-vasnprintf2.c: New file.
627         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
628         * tests/unistdio/test-u16-vasnprintf3.c: New file.
629         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
630         * tests/unistdio/test-u16-vasprintf1.c: New file.
631         * tests/unistdio/test-u16-vsnprintf1.c: New file.
632         * tests/unistdio/test-u16-vsprintf1.c: New file.
633         * tests/unistdio/test-u32-asnprintf1.c: New file.
634         * tests/unistdio/test-u32-asnprintf1.h: New file.
635         * tests/unistdio/test-u32-printf1.h: New file.
636         * tests/unistdio/test-u32-vasnprintf1.c: New file.
637         * tests/unistdio/test-u32-vasnprintf2.c: New file.
638         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
639         * tests/unistdio/test-u32-vasnprintf3.c: New file.
640         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
641         * tests/unistdio/test-u32-vasprintf1.c: New file.
642         * tests/unistdio/test-u32-vsnprintf1.c: New file.
643         * tests/unistdio/test-u32-vsprintf1.c: New file.
644         * modules/unistdio/base: New file.
645         * modules/unistdio/u-printf-args: New file.
646         * modules/unistdio/ulc-asnprintf: New file.
647         * modules/unistdio/ulc-asprintf: New file.
648         * modules/unistdio/ulc-fprintf: New file.
649         * modules/unistdio/ulc-printf-parse: New file.
650         * modules/unistdio/ulc-snprintf: New file.
651         * modules/unistdio/ulc-sprintf: New file.
652         * modules/unistdio/ulc-vasnprintf: New file.
653         * modules/unistdio/ulc-vasprintf: New file.
654         * modules/unistdio/ulc-vfprintf: New file.
655         * modules/unistdio/ulc-vsnprintf: New file.
656         * modules/unistdio/ulc-vsprintf: New file.
657         * modules/unistdio/u8-asnprintf: New file.
658         * modules/unistdio/u8-asprintf: New file.
659         * modules/unistdio/u8-printf-parse: New file.
660         * modules/unistdio/u8-snprintf: New file.
661         * modules/unistdio/u8-sprintf: New file.
662         * modules/unistdio/u8-vasnprintf: New file.
663         * modules/unistdio/u8-vasprintf: New file.
664         * modules/unistdio/u8-vsnprintf: New file.
665         * modules/unistdio/u8-vsprintf: New file.
666         * modules/unistdio/u8-u8-asnprintf: New file.
667         * modules/unistdio/u8-u8-asprintf: New file.
668         * modules/unistdio/u8-u8-snprintf: New file.
669         * modules/unistdio/u8-u8-sprintf: New file.
670         * modules/unistdio/u8-u8-vasnprintf: New file.
671         * modules/unistdio/u8-u8-vasprintf: New file.
672         * modules/unistdio/u8-u8-vsnprintf: New file.
673         * modules/unistdio/u8-u8-vsprintf: New file.
674         * modules/unistdio/u16-asnprintf: New file.
675         * modules/unistdio/u16-asprintf: New file.
676         * modules/unistdio/u16-printf-parse: New file.
677         * modules/unistdio/u16-snprintf: New file.
678         * modules/unistdio/u16-sprintf: New file.
679         * modules/unistdio/u16-vasnprintf: New file.
680         * modules/unistdio/u16-vasprintf: New file.
681         * modules/unistdio/u16-vsnprintf: New file.
682         * modules/unistdio/u16-vsprintf: New file.
683         * modules/unistdio/u16-u16-asnprintf: New file.
684         * modules/unistdio/u16-u16-asprintf: New file.
685         * modules/unistdio/u16-u16-snprintf: New file.
686         * modules/unistdio/u16-u16-sprintf: New file.
687         * modules/unistdio/u16-u16-vasnprintf: New file.
688         * modules/unistdio/u16-u16-vasprintf: New file.
689         * modules/unistdio/u16-u16-vsnprintf: New file.
690         * modules/unistdio/u16-u16-vsprintf: New file.
691         * modules/unistdio/u32-asnprintf: New file.
692         * modules/unistdio/u32-asprintf: New file.
693         * modules/unistdio/u32-printf-parse: New file.
694         * modules/unistdio/u32-snprintf: New file.
695         * modules/unistdio/u32-sprintf: New file.
696         * modules/unistdio/u32-vasnprintf: New file.
697         * modules/unistdio/u32-vasprintf: New file.
698         * modules/unistdio/u32-vsnprintf: New file.
699         * modules/unistdio/u32-vsprintf: New file.
700         * modules/unistdio/u32-u32-asnprintf: New file.
701         * modules/unistdio/u32-u32-asprintf: New file.
702         * modules/unistdio/u32-u32-snprintf: New file.
703         * modules/unistdio/u32-u32-sprintf: New file.
704         * modules/unistdio/u32-u32-vasnprintf: New file.
705         * modules/unistdio/u32-u32-vasprintf: New file.
706         * modules/unistdio/u32-u32-vsnprintf: New file.
707         * modules/unistdio/u32-u32-vsprintf: New file.
708         * modules/unistdio/ulc-asnprintf-tests: New file.
709         * modules/unistdio/ulc-vasnprintf-tests: New file.
710         * modules/unistdio/ulc-vasprintf-tests: New file.
711         * modules/unistdio/ulc-vsnprintf-tests: New file.
712         * modules/unistdio/ulc-vsprintf-tests: New file.
713         * modules/unistdio/u8-asnprintf-tests: New file.
714         * modules/unistdio/u8-vasnprintf-tests: New file.
715         * modules/unistdio/u8-vasprintf-tests: New file.
716         * modules/unistdio/u8-vsnprintf-tests: New file.
717         * modules/unistdio/u8-vsprintf-tests: New file.
718         * modules/unistdio/u16-asnprintf-tests: New file.
719         * modules/unistdio/u16-vasnprintf-tests: New file.
720         * modules/unistdio/u16-vasprintf-tests: New file.
721         * modules/unistdio/u16-vsnprintf-tests: New file.
722         * modules/unistdio/u16-vsprintf-tests: New file.
723         * modules/unistdio/u32-asnprintf-tests: New file.
724         * modules/unistdio/u32-vasnprintf-tests: New file.
725         * modules/unistdio/u32-vasprintf-tests: New file.
726         * modules/unistdio/u32-vsnprintf-tests: New file.
727         * modules/unistdio/u32-vsprintf-tests: New file.
728         * MODULES.html.sh (Unicode string functions): Add the new modules.
729
730 2007-07-01  Bruno Haible  <bruno@clisp.org>
731
732         * lib/sprintf.c (sprintf): Limit the available length estimation,
733         to avoid address wraparound.
734         * lib/vsprintf.c (vsprintf): Likewise.
735         * modules/sprintf-posix (Dependencies): Add stdint.
736         * modules/vsprintf-posix (Dependencies): Likewise.
737
738 2007-07-01  Bruno Haible  <bruno@clisp.org>
739
740         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
741         Windows PATH as well. Conservative double-quoting. Comments.
742
743 2007-07-01  Bruno Haible  <bruno@clisp.org>
744             Eric Blake  <ebb9@byu.net>
745             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
746
747         * gnulib-tool (self_abspathname): Fix algorithm to cope with
748         empty components in $PATH, denoting '.'.
749
750 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
751
752         * gnulib-tool: Fix indentation.
753         (func_create_megatestdir): Likewise.
754         Report by Bruno Haible.
755
756 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
757
758         Sync from Automake.
759         * build-aux/gnupload: Fix shell portability issues with for loops.
760         Report by Karl Berry.
761
762 2007-06-29  Simon Josefsson  <simon@josefsson.org>
763
764         * build-aux/maint.mk (POURL): Use translationproject.org.
765
766 2007-06-27  Simon Josefsson  <simon@josefsson.org>
767             Bruno Haible  <bruno@clisp.org>
768
769         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
770         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
771         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
772         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
773         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
774
775 2007-06-27  Bruno Haible  <bruno@clisp.org>
776
777         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
778         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
779
780 2007-06-26  Karl Berry  <karl@gnu.org>
781
782         * MODULES.html.sh: remove xreadlink-with-size.
783
784 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
785
786         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
787         method that I hope also handles the double-include problem noted
788         by Bruno Haible in
789         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
790
791 2007-06-23  Bruno Haible  <bruno@clisp.org>
792
793         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
794         Don't let the 'mostlyclean' target fail if the last subdirectory could
795         not be removed.
796         Reported by Karl Berry.
797
798 2007-06-23  Bruno Haible  <bruno@clisp.org>
799
800         * gnulib-tool (echo): Add a speedier workaround for ksh.
801         * tests/test-echo.sh: Likewise.
802
803 2007-06-23  Bruno Haible  <bruno@clisp.org>
804
805         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
806         * tests/test-echo.sh: Likewise.
807
808 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
809
810         * gnulib-tool (IFS): Initialize early, so we don't set it to
811         empty later.
812         (self_abspathname): Rewrite algorithm to set it, reindent.
813         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
814         (func_create_megatestdir): Merge some sed scripts.
815
816 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
817
818         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
819         exposed by Sun Studio 11 cc on Solaris 8.
820
821 2007-06-22  Bruno Haible  <bruno@clisp.org>
822
823         * gnulib-tool (echo): Ensure the echo primitive does not interpret
824         backslashes.
825         * tests/test-echo.sh: New file.
826
827 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
828
829         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
830         simplify `sed_replace_build_aux' scripts, they are portable but
831         echoing them with `echo' is not.
832         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
833
834 2007-06-21  Karl Berry  <karl@gnu.org>
835
836         * config/srclist.txt: guess we can't handle the licenses via
837         srclist at the moment.
838
839 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
840
841         * MODULES.html.sh: Add include_next.
842         * modules/include_next: New file.
843
844 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
845
846         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
847         INCLUDE_NEXT.
848         (gl_CHECK_NEXT_HEADERS): New macro.
849         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
850         the obsolescent gl_ABSOLUTE_HEADER.
851         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
852         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
853         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
854         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
855         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
856         * m4/math_h.m4 (gl_MATH_H): Likewise.
857         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
858         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
859         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
860         * m4/stdint.m4 (gl_STDINT_H): Likewise.
861         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
862         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
863         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
864         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
865         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
866         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
867         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
868         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
869         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
870         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
871         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
872         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
873         * m4/inttypes.m4 (gl_INTTYPES_H): Define
874         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
875         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
876         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
877         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
878         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
879         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
880         * lib/float_.h: Likewise.
881         * lib/inttypes_.h: Likewise.
882         * lib/math_.h: Likewise.
883         * lib/search_.h: Likewise.
884         * lib/signal_.h: Likewise.
885         * lib/stdint_.h: Likewise.
886         * lib/stdio_.h: Likewise.
887         * lib/stdlib_.h: Likewise.
888         * lib/string_.h: Likewise.
889         * lib/sys_stat_.h: Likewise.
890         * lib/sys_time_.h: Likewise.
891         * lib/time_.h: Likewise.
892         * lib/unistd_.h: Likewise.
893         * lib/wchar_.h: Likewise.
894         * lib/wctype_.h: Likewise.
895         * lib/dirent_.h: Likewise.
896         * lib/iconv_.h: Likewise.
897         * lib/locale_.h: Likewise.
898         * lib/netinet_in_.h: Likewise.
899         * lib/sys_select_.h: Likewise.
900         * lib/sys_socket_.h: Likewise.
901         * lib/sysexits_.h: Likewise.
902         * modules/fcntl (Depends-on): Depend on include_next, not
903         absolute_header.
904         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
905         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
906         * modules/fchdir: Likewise.
907         * modules/float: Likewise.
908         * modules/iconv_open: Likewise.
909         * modules/inttypes: Likewise.
910         * modules/locale: Likewise.
911         * modules/math: Likewise.
912         * modules/netinet_in: Likewise.
913         * modules/search: Likewise.
914         * modules/signal: Likewise.
915         * modules/stdint: Likewise.
916         * modules/stdio: Likewise.
917         * modules/stdlib: Likewise.
918         * modules/string: Likewise.
919         * modules/sys_select: Likewise.
920         * modules/sys_socket: Likewise.
921         * modules/sys_stat: Likewise.
922         * modules/sys_time: Likewise.
923         * modules/sysexits: Likewise.
924         * modules/time: Likewise.
925         * modules/unistd: Likewise.
926         * modules/wchar: Likewise.
927         * modules/wctype: Likewise.
928         * modules/sys_stat: Change maintainer to "all".
929         * modules/unistd: Likewise.
930
931 2007-06-20  Karl Berry  <karl@gnu.org>
932
933         * config/srclist.txt: track www changes in license files.
934
935 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
936
937         * build-aux/bootstrap: Remove stray dot.
938         Make sure build_aux settings are honored when linking
939         gnulib_extra_files.
940
941 2007-06-19  Eric Blake  <ebb9@byu.net>
942
943         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
944         Allow compilation on cygwin.
945
946 2007-06-19  Jim Meyering  <jim@meyering.net>
947
948         xreadlink-with-size: Remove module.  No longer used.
949         Ex-callers now use xreadlink or mreadlink-with-size.
950         * modules/xreadlink-with-size: Remove module.
951         * lib/xreadlink-with-size.c: Remove file.
952         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
953         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
954         just before the function definition *is* accurate.
955
956         Eliminate one way canonicalize_filename_mode could exit.
957         * lib/canonicalize.c (canonicalize_filename_mode):
958         Use mreadlink_with_size, not xreadlink_with_size.
959
960 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
961
962         Detect porting problems to FreeBSD/arm, which has time_t wider than
963         long int.  Original problem reported for GNU diff by Xin Li in
964         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
965         * modules/getdate (Depends-on): Add intprops, verify.
966         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
967         is an integer type no wider than long int.
968
969 2007-06-18  Jim Meyering  <jim@meyering.net>
970
971         New module: mreadlink-with-size.
972         * MODULES.html.sh: Add mreadlink-with-size.
973         * modules/mreadlink-with-size: New module
974         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
975         not xreadlink-with-size.
976         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
977
978 2007-06-16  Bruno Haible  <bruno@clisp.org>
979
980         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
981         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
982         Reported by Gary V. Vaughan <gary@gnu.org>.
983
984 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
985
986         Revamp lchown so that it lives in unistd.h where it belongs.
987         * lib/lchown.h: Remove.
988         * lib/dirchownmod.c: Don't include lib/lchown.h.
989         * lib/fchownat.c: Likewise.
990         * lib/openat.c: Likewise.
991         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
992         does not follow symlinks.
993         (EOPNOTSUPP): Define if not defined.
994         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
995         is defined to 0.
996         (lchown): New decl.
997         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
998         Do not check for lchown decl.
999         Set REPLACE_LCHOWN.
1000         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1001         REPLACE_LCHOWN.
1002         * modules/chown: Make it clear it follows symlinks.
1003         * modules/lchown: Make it clear it doesn't follow symlinks.
1004         (Files): Remove lib/lchown.h
1005         (Depends-on): Add unistd.
1006         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1007         (Include): Include <unistd.h>, not "lchown.h".
1008         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1009         REPLACE_LCHOWN.
1010
1011 2007-06-15  Jim Meyering  <jim@meyering.net>
1012
1013         Change license (GPL to LGPL) of fsusage and dependents.
1014         * modules/fsusage (License): Change to LGPL.
1015         * modules/full-read (License): Likewise.
1016         * modules/full-write (License): Likewise.
1017         * modules/safe-read (License): Likewise.
1018         * modules/safe-write (License): Likewise.
1019
1020 2007-06-14  Ben Pfaff  <blp@gnu.org>
1021
1022         Missing part of allocsa -> malloca transition.
1023         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1024         gl_MALLOCA.
1025
1026 2007-06-12  Bruno Haible  <bruno@clisp.org>
1027
1028         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1029         to ia64, x86_64, i386.
1030         Reported by Eric Blake.
1031
1032 2007-06-12  Bruno Haible  <bruno@clisp.org>
1033
1034         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1035         cross-compiling to x86_64.
1036
1037 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1038
1039         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1040         glitch reported by Ralf Wildenhues in
1041         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1042
1043         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1044         Vin Shelton.
1045
1046 2007-06-11  Bruno Haible  <bruno@clisp.org>
1047
1048         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1049         replacement string.
1050         Reported by Eric Blake.
1051
1052 2007-06-10  Bruno Haible  <bruno@clisp.org>
1053
1054         Prepare vasnprintf code for use with Unicode strings.
1055         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1056         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1057         TYPE_U32_STRING.
1058         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1059         a_u32_string variants.
1060         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1061         * lib/printf-args.c: Don't include config.h and the specification
1062         header if PRINTF_FETCHARGS is already defined.
1063         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1064         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1065         TYPE_U16_STRING, TYPE_U32_STRING.
1066         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1067         u16_directive, u16_directives, u32_directive, u32_directives): New
1068         types.
1069         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1070         New declarations.
1071         * lib/printf-parse.c: Don't include config.h and the specification
1072         header if PRINTF_PARSE is already defined. Eliminate the set of
1073         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1074         them now. Include c-ctype.h.
1075         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1076         directive and CHAR_T_ONLY_ASCII.
1077         * lib/vasnprintf.c: Don't include config.h and the specification header
1078         if VASNPRINTF is already defined.
1079         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1080         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1081         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1082         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1083         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1084         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1085         code accordingly.
1086         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1087         pad_ourselves also in this case, with the 'c' and 's' directives, and
1088         with a different notion of "width".
1089         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1090
1091 2007-06-10  Bruno Haible  <bruno@clisp.org>
1092
1093         * modules/unistr/u32-mbsnlen: New file.
1094         * lib/unistr/u32-mbsnlen.c: New file.
1095
1096         * modules/unistr/u16-mbsnlen: New file.
1097         * lib/unistr/u16-mbsnlen.c: New file.
1098
1099         * modules/unistr/u8-mbsnlen: New file.
1100         * lib/unistr/u8-mbsnlen.c: New file.
1101
1102         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1103         declarations.
1104
1105 2007-06-10  Bruno Haible  <bruno@clisp.org>
1106
1107         * lib/string_.h (mbsnlen): New declaration.
1108         * lib/mbsnlen.c: New file.
1109         * m4/mbsnlen.m4: New file.
1110         * modules/mbsnlen: New file.
1111         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1112         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1113         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1114
1115 2007-06-10  Bruno Haible  <bruno@clisp.org>
1116
1117         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1118
1119 2007-06-10  Bruno Haible  <bruno@clisp.org>
1120
1121         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1122         * lib/mbuiter.h: Likewise.
1123
1124 2007-06-10  Bruno Haible  <bruno@clisp.org>
1125
1126         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1127         declaration.
1128
1129 2007-06-10  Karl Berry  <karl@gnu.org>
1130
1131         * config/srclist.txt: remove gettext entries, Bruno prefers
1132         to update individually.
1133
1134 2007-06-10  Bruno Haible  <bruno@clisp.org>
1135
1136         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1137         'maxlen'. Ensure only length + width bytes are allocated, not
1138         length + 1 + width.
1139
1140 2007-06-09  Bruno Haible  <bruno@clisp.org>
1141
1142         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1143         (CHAR_T): Remove macro.
1144         (VASNPRINTF): Update.
1145
1146 2007-06-09  Bruno Haible  <bruno@clisp.org>
1147
1148         * MODULES.html.sh (Unicode string functions): Add the new modules.
1149
1150         * modules/uniconv/u32-conv-to-enc: New file.
1151         * lib/uniconv/u32-conv-to-enc.c: New file.
1152         * modules/uniconv/u32-conv-to-enc-tests: New file.
1153         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1154
1155         * modules/uniconv/u16-conv-to-enc: New file.
1156         * lib/uniconv/u16-conv-to-enc.c: New file.
1157         * lib/uniconv/u-conv-to-enc.h: New file.
1158         * modules/uniconv/u16-conv-to-enc-tests: New file.
1159         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1160
1161         * modules/uniconv/u8-conv-to-enc: New file.
1162         * lib/uniconv/u8-conv-to-enc.c: New file.
1163         * modules/uniconv/u8-conv-to-enc-tests: New file.
1164         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1165
1166         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1167         u32_conv_to_encoding): New declarations.
1168
1169 2007-06-09  Bruno Haible  <bruno@clisp.org>
1170
1171         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1172
1173 2007-06-09  Bruno Haible  <bruno@clisp.org>
1174
1175         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1176         * modules/malloca: Renamed from modules/allocsa, updated.
1177         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1178         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1179         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1180         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1181         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1182         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1183         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1184         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1185         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1186         * modules/c-strcasestr (Depends-on): Update.
1187         * lib/c-strcasestr.c: Update.
1188         * modules/c-strstr (Depends-on): Update.
1189         * lib/c-strstr.c: Update.
1190         * modules/canonicalize-lgpl (Depends-on): Update.
1191         * lib/canonicalize-lgpl.c: Update.
1192         * modules/clean-temp (Depends-on): Update.
1193         * lib/clean-temp.c: Update.
1194         * modules/csharpcomp (Depends-on): Update.
1195         * lib/csharpcomp.c: Update.
1196         * modules/csharpexec (Depends-on): Update.
1197         * lib/csharpexec.c: Update.
1198         * modules/javacomp (Depends-on): Update.
1199         * lib/javacomp.c: Update.
1200         * modules/javaexec (Depends-on): Update.
1201         * lib/javaexec.c: Update.
1202         * modules/mbscasestr (Depends-on): Update.
1203         * lib/mbscasestr.c: Update.
1204         * modules/mbsstr (Depends-on): Update.
1205         * lib/mbsstr.c: Update.
1206         * modules/setenv (Depends-on): Update.
1207         * lib/setenv.c: Update.
1208         * modules/strcasestr (Depends-on): Update.
1209         * lib/strcasestr.c: Update.
1210         * modules/striconveha (Depends-on): Update.
1211         * lib/striconveha.c: Update.
1212         * modules/relocatable-prog-wrapper (Files): Update.
1213         * lib/relocwrapper.c: Update.
1214         * build-aux/install-reloc: Update.
1215         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1216
1217 2007-06-08  Bruno Haible  <bruno@clisp.org>
1218
1219         Port to uClibc.
1220         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1221         * lib/fpurge.c (fpurge): Likewise.
1222         * lib/freading.c (freading): Likewise.
1223         * lib/fseeko.c (rpl_fseeko): Likewise.
1224         * lib/fseterr.c (fseterr): Likewise.
1225         * lib/fwriting.c (fwriting): Likewise.
1226         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1227
1228 2007-06-08  Bruno Haible  <bruno@clisp.org>
1229
1230         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1231         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1232         * modules/gettext (Files): Add m4/intlmacosx.m4.
1233
1234 2007-06-07  Bruno Haible  <bruno@clisp.org>
1235
1236         * modules/localename-tests: New file.
1237         * tests/test-localename.c: New file.
1238
1239         New module 'localename'.
1240         * lib/localename.h: New file.
1241         * lib/localename.c: New file, from GNU gettext.
1242         * m4/localename.m4: New file.
1243         * modules/localename: New file.
1244
1245 2007-06-07  Bruno Haible  <bruno@clisp.org>
1246
1247         Work around the lack of <wchar.h> on some builds of uClibc.
1248         * doc/headers/wchar.texi: Update.
1249         * lib/wchar_.h: Include <wchar.h> only if it exists.
1250         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1251         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1252         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1253         doesn't exist.
1254         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1255         * modules/mbfile (Depends-on): Add wchar.
1256         * modules/mbiter (Depends-on): Likewise.
1257         * modules/mbuiter (Depends-on): Likewise.
1258         Reported by Simon Josefsson.
1259
1260 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1261
1262         Work around problem reported by Steven M. Schweda in
1263         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1264         Tru64 5.1B with the Compaq compiler environment installed declares
1265         an 'isblank' function but does not define it in the C library.
1266         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1267         * lib/regex_internal.h (isblank): Likewise.
1268         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1269         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1270
1271 2007-06-05  Bruno Haible  <bruno@clisp.org>
1272
1273         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1274         ia64.
1275         * modules/printf-safe: New file.
1276         * modules/fprintf-posix (Depends-on): Add printf-safe.
1277         * modules/printf-posix (Depends-on): Likewise.
1278         * modules/snprintf-posix (Depends-on): Likewise.
1279         * modules/sprintf-posix (Depends-on): Likewise.
1280         * modules/vasnprintf-posix (Depends-on): Likewise.
1281         * modules/vasprintf-posix (Depends-on): Likewise.
1282         * modules/vfprintf-posix (Depends-on): Likewise.
1283         * modules/vprintf-posix (Depends-on): Likewise.
1284         * modules/vsnprintf-posix (Depends-on): Likewise.
1285         * modules/vsprintf-posix (Depends-on): Likewise.
1286         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1287         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1288         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1289         "no" on i386, x86_64, ia64.
1290         * tests/test-snprintf-posix.h (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-sprintf-posix.h (LDBL80_WORDS): New macro.
1294         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1295         on i386, x86_64, ia64.
1296         * tests/test-vasnprintf-posix.c: Include float.h.
1297         (LDBL80_WORDS): New macro.
1298         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1299         on i386, x86_64, ia64.
1300         * tests/test-vasprintf-posix.c: Include float.h.
1301         (LDBL80_WORDS): New macro.
1302         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1303         on i386, x86_64, ia64.
1304         * tests/test-snprintf-posix.c: Include float.h.
1305         * tests/test-sprintf-posix.c: Likewise.
1306         * tests/test-vsnprintf-posix.c: Likewise.
1307         * tests/test-vsprintf-posix.c: Likewise.
1308
1309 2007-06-05  Bruno Haible  <bruno@clisp.org>
1310
1311         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1312         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1313         non-IEEE numbers on i386, x86_64, ia64.
1314         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1315         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1316         * tests/test-isnanl.h: Include float.h.
1317         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1318
1319 2007-06-05  Bruno Haible  <bruno@clisp.org>
1320
1321         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1322         also the %a / %A. Handle the %a / %A code before this extra handling.
1323
1324 2007-06-05  Bruno Haible  <bruno@clisp.org>
1325
1326         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1327         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1328
1329 2007-06-05  Bruno Haible  <bruno@clisp.org>
1330
1331         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1332         typo in variable name.
1333
1334 2007-06-05  Eric Blake  <ebb9@byu.net>
1335
1336         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1337         Reported by Simon Josefsson.
1338
1339 2007-06-04  Bruno Haible  <bruno@clisp.org>
1340
1341         Avoid test failures on some PowerPC platforms.
1342         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1343         Define differently for PowerPC.
1344         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1345         Reported by Gary V. Vaughan <gary@gnu.org>.
1346
1347 2007-06-02  Bruno Haible  <bruno@clisp.org>
1348
1349         Fix test-stdint failure on FreeBSD/ia64.
1350         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1351         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1352         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1353         * doc/headers/stdint.texi: Update.
1354
1355 2007-06-01  Bruno Haible  <bruno@clisp.org>
1356
1357         * tests/test-binary-io.c (main): Pass a third argument to open().
1358         Reported by Gary V. Vaughan <gary@gnu.org>.
1359
1360 2007-06-01  Bruno Haible  <bruno@clisp.org>
1361
1362         * doc/functions/frexpl.texi: Update for mingw.
1363
1364 2007-06-01  Bruno Haible  <bruno@clisp.org>
1365
1366         * tests/test-lseek.c (main): Disable test of errno for invalid third
1367         argument.
1368         * doc/functions/lseek.texi: Update.
1369         Reported by Gary V. Vaughan <gary@gnu.org>.
1370
1371 2007-05-28  Bruno Haible  <bruno@clisp.org>
1372
1373         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1374
1375 2007-05-31  Eric Blake  <ebb9@byu.net>
1376
1377         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1378         cross compiling.
1379
1380 2007-05-30  Eric Blake  <ebb9@byu.net>
1381         and Bruno Haible  <bruno@clisp.org>
1382
1383         Work around mingw test failures exposed by m4-1.4.9b.
1384         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1385         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1386         moment.
1387
1388 2007-05-30  Bruno Haible  <bruno@clisp.org>
1389
1390         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1391         assuming that they are closed. Needed on HP-UX 11.
1392
1393 2007-05-29  Bruno Haible  <bruno@clisp.org>
1394
1395         Fix a problem with #include_next.
1396         * lib/dirent_.h: Split the double-inclusion guard.
1397         * lib/fcntl_.h: Likewise.
1398         * lib/float_.h: Likewise.
1399         * lib/iconv_.h: Likewise.
1400         * lib/inttypes_.h: Likewise.
1401         * lib/locale_.h: Likewise.
1402         * lib/math_.h: Likewise.
1403         * lib/netinet_in_.h: Likewise.
1404         * lib/search_.h: Likewise.
1405         * lib/signal_.h: Likewise.
1406         * lib/stdint_.h: Likewise.
1407         * lib/stdio_.h: Likewise.
1408         * lib/stdlib_.h: Likewise.
1409         * lib/string_.h: Likewise.
1410         * lib/sys_select_.h: Likewise.
1411         * lib/sys_socket_.h: Likewise.
1412         * lib/sys_stat_.h: Likewise.
1413         * lib/sys_time_.h: Likewise.
1414         * lib/sysexits_.h: Likewise.
1415         * lib/time_.h: Likewise.
1416         * lib/unistd_.h: Likewise.
1417         * lib/wchar_.h: Likewise.
1418         * lib/wctype_.h: Likewise.
1419
1420 2007-05-29  Bruno Haible  <bruno@clisp.org>
1421
1422         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1423         for the moment.
1424
1425 2007-05-29  Bruno Haible  <bruno@clisp.org>
1426
1427         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1428         invocation.
1429         Reported by Eric Blake.
1430
1431 2007-05-29  Bruno Haible  <bruno@clisp.org>
1432
1433         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1434         compiling case.
1435
1436 2007-05-29  Eric Blake  <ebb9@byu.net>
1437             Bruno Haible  <bruno@clisp.org>
1438
1439         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1440         cross compiles.
1441
1442 2007-05-28  Eric Blake  <ebb9@byu.net>
1443
1444         * modules/closein-tests (test_closein_LDADD): Support test on
1445         cygwin with libtool.
1446
1447 2007-05-28  Bruno Haible  <bruno@clisp.org>
1448
1449         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1450         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1451         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1452         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1453         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1454         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1455         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1456         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1457         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1458
1459 2007-05-28  Eric Blake  <ebb9@byu.net>
1460
1461         Unconditionally include <config.h> in unit tests.
1462         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1463         * tests/test-allocsa.c, tests/test-arcfour.c,
1464         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1465         tests/test-array_list.c, tests/test-array_oset.c,
1466         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1467         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1468         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1469         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1470         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1471         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1472         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1473         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1474         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1475         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1476         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1477         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1478         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1479         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1480         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1481         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1482         test-md5.c, test-memmem.c, test-printf-posix.c,
1483         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1484         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1485         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1486         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1487         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1488         test-vasnprintf-posix2.c, test-vasnprintf.c,
1489         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1490         test-vfprintf-posix.c, test-vprintf-posix.c,
1491         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1492         test-xvasprintf.c: Likewise.
1493
1494 2007-05-28  Bruno Haible  <bruno@clisp.org>
1495
1496         * gnulib-tool (func_import): Remember the --with-tests command-line
1497         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1498         Reported by Eric Blake.
1499
1500 2007-05-28  Bruno Haible  <bruno@clisp.org>
1501
1502         * modules/ftell-tests: New file.
1503         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1504         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1505
1506         * lib/ftell.c: New file.
1507         * modules/ftell: New file.
1508         * m4/ftell.m4: New file.
1509         * doc/functions/ftell.texi: Update.
1510         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1511         REPLACE_FTELL.
1512         * lib/stdio_.h (rpl_ftell): New declaration.
1513         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1514         REPLACE_FTELL.
1515
1516 2007-05-28  Eric Blake  <ebb9@byu.net>
1517
1518         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1519
1520 2007-05-28  Bruno Haible  <bruno@clisp.org>
1521
1522         * modules/fseek-tests: New file.
1523         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1524         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1525
1526         * lib/fseek.c: New file.
1527         * modules/fseek: New file.
1528         * m4/fseek.m4: New file.
1529         * doc/functions/fseek.texi: Update.
1530         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1531         REPLACE_FSEEK.
1532         * lib/stdio_.h (rpl_fseek): New declaration.
1533         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1534         REPLACE_FSEEK.
1535
1536 2007-05-28  Bruno Haible  <bruno@clisp.org>
1537
1538         * lib/stdio_.h (fflush): More comments.
1539
1540 2007-05-28  Bruno Haible  <bruno@clisp.org>
1541
1542         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1543         runtime test.
1544
1545 2007-05-28  Eric Blake  <ebb9@byu.net>
1546
1547         Improve lseek module.
1548         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1549         * lib/unistd_.h (lseek): Scale back link warning message.
1550         * tests/test-lseek.c: Beef up test.
1551         * tests/test-lseek.sh: Exercise more facets of lseek.
1552         Reported by Bruno Haible.
1553
1554 2007-05-28  Bruno Haible  <bruno@clisp.org>
1555
1556         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1557         to define.
1558
1559 2007-05-27  Bruno Haible  <bruno@clisp.org>
1560
1561         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1562
1563 2007-05-27  Bruno Haible  <bruno@clisp.org>
1564
1565         * modules/openmp: New file.
1566         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1567         Noah Misch.
1568
1569 2007-05-26  Bruno Haible  <bruno@clisp.org>
1570
1571         * modules/chdir-long (Depends-on): Add fchdir.
1572         * modules/chdir-safer (Depends-on): Likewise.
1573         * modules/fts (Depends-on): Likewise.
1574         * modules/fts-lgpl (Depends-on): Likewise.
1575         * modules/openat (Depends-on): Likewise.
1576         * modules/savewd (Depends-on): Likewise.
1577
1578 2007-05-24  Eric Blake  <ebb9@byu.net>
1579
1580         Fix lseek on mingw.
1581         * modules/lseek: New module.
1582         * m4/lseek.m4: New file.
1583         * lib/lseek.c: New file.
1584         * modules/lseek-tests: New file.
1585         * tests/test-lseek.c: New file.
1586         * tests/test-lseek.sh: New file.
1587         * MODULES.html.sh: Document lseek module.
1588         * modules/fflush (Depends-on): Add lseek, fseeko.
1589         * modules/fseeko (Depends-on): Likewise.
1590         * modules/ftello (Depends-on): Likewise.
1591         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1592         broken.
1593         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1594         broken.
1595         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1596         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1597         * lib/ftello.c (rpl_ftello): Likewise.
1598         * tests/test-fseeko.c (main): Test this.
1599         * tests/test-fseeko.sh: Likewise.
1600         * tests/test-ftello.c (main): Likewise.
1601         * tests/test-ftello.sh: Likewise.
1602         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1603         implies replacing fseek.
1604         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1605         HAVE_FTELLO.
1606         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1607         * modules/unistd (Makefile.am): Likewise.
1608         * lib/unistd_.h (lseek): Declare a replacement.
1609         * doc/functions/lseek.texi (lseek): Document this fix.
1610         * doc/functions/fseek.texi (fseek): Likewise.
1611         * doc/functions/ftell.texi (ftell): Likewise.
1612
1613 2007-05-24  Bruno Haible  <bruno@clisp.org>
1614
1615         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1616         in the printed representation of a NaN.
1617         * tests/test-vasprintf-posix.c (test_function): Likewise.
1618         * tests/test-snprintf-posix.h (test_function): Likewise.
1619         * tests/test-sprintf-posix.h (test_function): Likewise.
1620         Reported by Eric Blake.
1621
1622 2007-05-23  Eric Blake  <ebb9@byu.net>
1623
1624         Fix fseeko/ftello on cygwin 1.5.24.
1625         * doc/functions/fseeko.texi (fseeko): Document the fix.
1626         * doc/functions/ftello.texi (ftello): Document the fix.
1627         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1628         * doc/functions/stdout.text (stdout): New file.
1629         * doc/functions/stderr.text (stderr): New file.
1630         * doc/gnulib.texi (Function Substitutes): Use new files.
1631         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1632         prior to 1.7.0.
1633         * tests/test-ftello.c (main): Likewise for ftello.
1634         * tests/test-fseeko.sh: New file.
1635         * tests/test-ftello.sh: New file.
1636         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1637         with seekable stdin.
1638         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1639         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1640         (gl_REPLACE_FSEEKO): New macro.
1641         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1642         * modules/fseeko (Files): Distribute fseeko.c.
1643         * modules/ftello (Files): Distribute ftello.c.
1644         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1645         mode.
1646         * lib/ftello.c (rpl_ftello): New file.
1647         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1648         fseeko, ftello.
1649         (gl_STDIN_LARGE_OFFSET): New macro.
1650         * modules/stdio (Makefile.am): Perform the replacement.
1651         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1652
1653 2007-05-23  Bruno Haible  <bruno@clisp.org>
1654
1655         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1656         GNULIB_POSIXCHECK is defined.
1657
1658 2007-05-21  Bruno Haible  <bruno@clisp.org>
1659
1660         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1661         Check also the output for NaN arguments. When cross-compiling, guess
1662         no on IRIX.
1663         * lib/vasnprintf.c: Update comments.
1664         * tests/test-vasnprintf-posix.c (strisnan): New function.
1665         (test_function): Use it.
1666         * tests/test-vasprintf-posix.c (strisnan): New function.
1667         (test_function): Use it.
1668         * tests/test-snprintf-posix.h (strisnan): New function.
1669         (test_function): Use it.
1670         * tests/test-sprintf-posix.h (strisnan): New function.
1671         (test_function): Use it.
1672         Reported by Eric Blake.
1673
1674 2007-05-20  Bruno Haible  <bruno@clisp.org>
1675
1676         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1677         numbers that fails on BeOS.
1678         * doc/functions/frexpl.texi: Update.
1679
1680 2007-05-20  Jim Meyering  <jim@meyering.net>
1681
1682         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1683         forced upon us by glibc-2.6.
1684
1685 2007-05-20  Bruno Haible  <bruno@clisp.org>
1686
1687         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1688         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1689         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1690         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1691         NEED_PRINTF_INFINITE.
1692         (is_infinitel): New function.
1693         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1694         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1695         gl_PREREQ_VASNPRINTF_INFINITE.
1696         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1697         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1698         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1699         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1700         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1701         gl_PREREQ_VASNPRINTF_INFINITE.
1702         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1703         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1704         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1705         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1706         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1707         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1708         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1709         * doc/functions/fprintf.texi: Update.
1710         * doc/functions/printf.texi: Update.
1711         * doc/functions/snprintf.texi: Update.
1712         * doc/functions/sprintf.texi: Update.
1713         * doc/functions/vfprintf.texi: Update.
1714         * doc/functions/vprintf.texi: Update.
1715         * doc/functions/vsnprintf.texi: Update.
1716         * doc/functions/vsprintf.texi: Update.
1717
1718 2007-05-20  Bruno Haible  <bruno@clisp.org>
1719
1720         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1721         was not found in libc.
1722         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1723
1724 2007-05-20  Bruno Haible  <bruno@clisp.org>
1725
1726         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1727         printed as "-nan" instead of "nan".
1728         * tests/test-vasprintf-posix.c (test_function): Likewise.
1729         * tests/test-snprintf-posix.h (test_function): Likewise.
1730         * tests/test-sprintf-posix.h (test_function): Likewise.
1731         Needed for HP-UX 11.
1732
1733 2007-05-20  Jim Meyering  <jim@meyering.net>
1734
1735         Fix buggy test for the fchownat-deref bug.
1736         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1737         symlink required for the run-test.  Without it, this test would
1738         always declare that fchownat doesn't work, and client code would
1739         unnecessarily use the replacement function with fixed libc.
1740         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1741         Reported by Greg Schafer.
1742
1743 2007-05-19  Bruno Haible  <bruno@clisp.org>
1744
1745         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1746         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1747         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1748         Needed for IRIX 6.5 and Solaris 2.5.1.
1749
1750 2007-05-19  Bruno Haible  <bruno@clisp.org>
1751
1752         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1753         (test_function): Skip tests involving -0.0 on platforms where
1754         -0.0 = 0.0.
1755         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1756         (test_function): Skip tests involving -0.0 on platforms where
1757         -0.0 = 0.0.
1758         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1759         (test_function): Skip tests involving -0.0 on platforms where
1760         -0.0 = 0.0.
1761         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1762         (test_function): Skip tests involving -0.0 on platforms where
1763         -0.0 = 0.0.
1764         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1765         tests.
1766         * tests/test-printf-posix.h (test_function): Likewise.
1767         * tests/test-printf-posix.output: Remove all -0.0 related results.
1768         Needed for IRIX 6.5.
1769
1770 2007-05-19  Bruno Haible  <bruno@clisp.org>
1771
1772         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1773         printed as "nan0x7fffffff" instead of "nan".
1774         * tests/test-vasprintf-posix.c (test_function): Likewise.
1775         * tests/test-snprintf-posix.h (test_function): Likewise.
1776         * tests/test-sprintf-posix.h (test_function): Likewise.
1777         * tests/test-fprintf-posix.h (NaN): Remove macro.
1778         (test_function): Remove all NaN related tests.
1779         * tests/test-printf-posix.h (NaN): Remove macro.
1780         (test_function): Remove all NaN related tests.
1781         * tests/test-printf-posix.output: Remove all NaN related results.
1782         Needed for IRIX 6.5.
1783
1784 2007-05-19  Bruno Haible  <bruno@clisp.org>
1785
1786         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1787         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1788
1789 2007-05-19  Bruno Haible  <bruno@clisp.org>
1790
1791         * lib/float_.h: New file.
1792         * m4/float_h.m4: New file.
1793         * modules/float: New file.
1794         * modules/isnanl (Dependencies): Add float.
1795         * modules/isnanl-nolibm (Dependencies): Likewise.
1796         * modules/mathl (Dependencies): Likewise.
1797         * modules/printf-frexpl (Dependencies): Likewise.
1798         * modules/signbit (Dependencies): Likewise.
1799         * modules/vasnprintf (Dependencies): Likewise.
1800         * doc/headers/float.texi: Update.
1801
1802 2007-05-19  Jim Meyering  <jim@meyering.net>
1803
1804         * lib/utimens.c (gl_futimens): Rename from futimens,
1805         now that glibc-2.6 declares futimens.
1806         * lib/utimens.h: Likewise.
1807
1808 2007-05-19  Bruno Haible  <bruno@clisp.org>
1809
1810         Avoid test failures on mingw.
1811         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1812         * tests/test-printf-posix.sh: Likewise.
1813         * tests/test-vfprintf-posix.sh: Likewise.
1814         * tests/test-vprintf-posix.sh: Likewise.
1815
1816 2007-05-19  Bruno Haible  <bruno@clisp.org>
1817
1818         Fix *printf result for NaN, Inf, -0.0 on mingw.
1819         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1820         * lib/vasnprintf.c: Include math.h and isnan.h.
1821         (is_infinite_or_zero): New function.
1822         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1823         values in the %f, %F, %e, %E, %g, %G directives.
1824         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1825         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1826         gl_PRINTF_INFINITE and test its result. Invoke
1827         gl_PREREQ_VASNPRINTF_INFINITE.
1828         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1829         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1830         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1831         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1832         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1833         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1834         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1835         * doc/functions/fprintf.texi: Update.
1836         * doc/functions/printf.texi: Update.
1837         * doc/functions/snprintf.texi: Update.
1838         * doc/functions/sprintf.texi: Update.
1839         * doc/functions/vfprintf.texi: Update.
1840         * doc/functions/vprintf.texi: Update.
1841         * doc/functions/vsnprintf.texi: Update.
1842         * doc/functions/vsprintf.texi: Update.
1843
1844 2007-05-19  Bruno Haible  <bruno@clisp.org>
1845
1846         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1847         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1848         Instead of multiplying with 10^k, set extra_zeroes to k.
1849         (scale10_round_long_double): Remove function.
1850
1851 2007-05-18  Bruno Haible  <bruno@clisp.org>
1852
1853         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1854         introduced on 2007-05-06.
1855
1856 2007-05-18  Bruno Haible  <bruno@clisp.org>
1857
1858         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1859         %g directives.
1860         * tests/test-vasprintf-posix.c (test_function): Likewise.
1861         * tests/test-snprintf-posix.h (test_function): Likewise.
1862         * tests/test-sprintf-posix.h (test_function): Likewise.
1863
1864 2007-05-18  Bruno Haible  <bruno@clisp.org>
1865
1866         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1867         (strmatch): New function.
1868         (test_function): Test the %f directive on numbers of various exponents.
1869         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1870         (strmatch): New function.
1871         (test_function): Test the %f directive on numbers of various exponents.
1872         * tests/test-snprintf-posix.h (strmatch): New function.
1873         (test_function): Test the %f directive on numbers of various exponents.
1874         * tests/test-sprintf-posix.h (strmatch): New function.
1875         (test_function): Test the %f directive on numbers of various exponents.
1876         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1877         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1878         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1879         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1880
1881 2007-05-18  Bruno Haible  <bruno@clisp.org>
1882
1883         Add support for 'long double' number output.
1884         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1885         * lib/vasnprintf.c: Include math.h and float+.h.
1886         (mp_limb_t): New type.
1887         (GMP_LIMB_BITS): New macro.
1888         (mp_twolimb_t): New type.
1889         (GMP_TWOLIMB_BITS): New macro.
1890         (mpn_t): New type.
1891         (multiply, divide, convert_to_decimal, decode_long_double,
1892         scale10_round_long_double, scale10_round_decimal_long_double,
1893         floorlog10l): New functions.
1894         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1895         for the %f, %F, %e, %E, %g, %G directives.
1896         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1897         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1898         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1899         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1900         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1901         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1902         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1903         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1904         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1905         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1906         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1907         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1908         * modules/snprintf-posix (Depends-on): Likewise.
1909         * modules/sprintf-posix (Depends-on): Likewise.
1910         * modules/vasnprintf-posix (Depends-on): Likewise.
1911         * modules/vasprintf-posix (Depends-on): Likewise.
1912         * modules/vfprintf-posix (Depends-on): Likewise.
1913         * modules/vsnprintf-posix (Depends-on): Likewise.
1914         * modules/vsprintf-posix (Depends-on): Likewise.
1915         * modules/vasnprintf (Files): Add lib/float+.h.
1916         * doc/functions/fprintf.texi: Update.
1917         * doc/functions/printf.texi: Update.
1918         * doc/functions/snprintf.texi: Update.
1919         * doc/functions/sprintf.texi: Update.
1920         * doc/functions/vfprintf.texi: Update.
1921         * doc/functions/vprintf.texi: Update.
1922         * doc/functions/vsnprintf.texi: Update.
1923         * doc/functions/vsprintf.texi: Update.
1924
1925 2007-05-18  Bruno Haible  <bruno@clisp.org>
1926
1927         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1928
1929 2007-05-18  Bruno Haible  <bruno@clisp.org>
1930
1931         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1932         for printing 64-bit integers. Needed for mingw.
1933
1934 2007-05-18  Bruno Haible  <bruno@clisp.org>
1935
1936         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1937         gl_FUNC_FREXPL_WORKS.
1938         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1939
1940 2007-05-18  Bruno Haible  <bruno@clisp.org>
1941
1942         * modules/frexpl-nolibm-tests: New file.
1943
1944         * modules/frexpl-nolibm: New file.
1945         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1946
1947 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1948
1949         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1950         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1951         GCC 4.2, which otherwise issues a lot of warnings.
1952         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1953         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1954         Likewise.
1955         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1956         * modules/iconv_open (iconv.h): Likewise.
1957         * modules/locale (locale.h): Likewise.
1958         * modules/netinet_in (netinet/in.h): Likewise.
1959         * modules/sys_select (sys_select.h): Likewise.
1960         * modules/sys_socket (sys/socket.h): Likewise.
1961         * modules/sys_stat (sys/stat.h): Likewise.
1962         * modules/sysexits (sysexits.h): Likewise.
1963         * modules/unistd (unistd.h): Likewise.
1964
1965 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1966
1967         * modules/closein-tests (Makefile.am): Distribute
1968         `test-closein.sh'.
1969
1970 2007-05-17  Bruno Haible  <bruno@clisp.org>
1971
1972         * tests/test-printf-posix.output: Renamed from
1973         tests/test-fprintf-posix.out.
1974         * modules/fprintf-posix-tests: Update.
1975         * modules/printf-posix-tests: Update.
1976         * modules/vfprintf-posix-tests: Update.
1977         * modules/vprintf-posix-tests: Update.
1978         * tests/test-fprintf-posix.sh: Update.
1979         * tests/test-printf-posix.sh: Update.
1980         * tests/test-vfprintf-posix.sh: Update.
1981         * tests/test-vprintf-posix.sh: Update.
1982         Reported by Ralf Wildenhues.
1983
1984 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1985
1986         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1987         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1988         GCC 4.2, which otherwise issues a lot of warnings.
1989         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1990         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1991         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1992         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1993         it should no longer be needed.
1994         * lib/string_.h: Likewise.
1995         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1996         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1997         * modules/inttypes (inttypes.h): Likewise.
1998         * modules/math (math.h): Likewise.
1999         * modules/search (search.h): Likewise.
2000         * modules/signal (signal.h): Likewise.
2001         * modules/stdint (stdint.h): Likewise.
2002         * modules/stdio (stdio.h): Likewise.
2003         * modules/stdlib (stdlib.h): Likewise.
2004         * modules/string (string.h): Likewise.
2005         * modules/sys_time (sys/time.h): Likewise.
2006         * modules/time (time.h): Likewise.
2007         * modules/wchar (wchar.h): Likewise.
2008         * modules/wctype (wtype.h): Likewise.
2009
2010 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2011
2012         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2013
2014 2007-05-13  Bruno Haible  <bruno@clisp.org>
2015
2016         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2017         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2018         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2019         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2020         (gl_PREREQ_STRTOK_R): Don't require it here.
2021
2022 2007-05-13  Bruno Haible  <bruno@clisp.org>
2023
2024         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2025         when used in C++ mode.
2026
2027 2007-05-12  Bruno Haible  <bruno@clisp.org>
2028
2029         * lib/linebuffer.h: Tweak doc.
2030         * lib/linebuffer.c: Likewise.
2031
2032 2007-05-12  James Youngman  <jay@gnu.org>
2033
2034         * lib/linebuffer.c (readlinebuffer_delim): New function,
2035         like readlinebuffer, but use a caller-specified delimiter.
2036         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2037         as the delimiter.
2038         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2039
2040 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2041
2042         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2043         * modules/openat (Files): Remove openat-die.c.
2044         (Depends-on): Add openat-die.
2045         * modules/openat-die: New module.
2046
2047 2007-05-06  Bruno Haible  <bruno@clisp.org>
2048
2049         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2050         Update with info about Cygwin.
2051         * doc/functions/fprintf.texi: Update.
2052         * doc/functions/printf.texi: Update.
2053         * doc/functions/snprintf.texi: Update.
2054         * doc/functions/sprintf.texi: Update.
2055         * doc/functions/vfprintf.texi: Update.
2056         * doc/functions/vprintf.texi: Update.
2057         * doc/functions/vsnprintf.texi: Update.
2058         * doc/functions/vsprintf.texi: Update.
2059         Reported by Eric Blake.
2060
2061 2007-05-06  Bruno Haible  <bruno@clisp.org>
2062
2063         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2064         padding ourselves for the floating-point directives.
2065         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2066         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2067         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2068         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2069         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2070         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2071         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2072         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2073         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2074         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2075         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2076         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2077         * tests/test-snprintf-posix.h (test_function): Also check the width
2078         and some flags in the %f directive.
2079         * tests/test-sprintf-posix.h (test_function): Likewise.
2080         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2081         * tests/test-vasprintf-posix.c (test_function): Likewise.
2082         * doc/functions/fprintf.texi: Update.
2083         * doc/functions/printf.texi: Update.
2084         * doc/functions/snprintf.texi: Update.
2085         * doc/functions/sprintf.texi: Update.
2086         * doc/functions/vfprintf.texi: Update.
2087         * doc/functions/vprintf.texi: Update.
2088         * doc/functions/vsnprintf.texi: Update.
2089         * doc/functions/vsprintf.texi: Update.
2090
2091 2007-05-06  Bruno Haible  <bruno@clisp.org>
2092
2093         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2094         pass the ' flag character to sprintf or snprintf.
2095         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2096         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2097         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2098         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2099         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2100         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2101         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2102         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2103         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2104         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2105         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2106         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2107         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2108         flag.
2109         * tests/test-sprintf-posix.h (test_function): Likewise.
2110         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2111         * tests/test-vasprintf-posix.c (test_function): Likewise.
2112         * doc/functions/fprintf.texi: Update.
2113         * doc/functions/printf.texi: Update.
2114         * doc/functions/snprintf.texi: Update.
2115         * doc/functions/sprintf.texi: Update.
2116         * doc/functions/vfprintf.texi: Update.
2117         * doc/functions/vprintf.texi: Update.
2118         * doc/functions/vsnprintf.texi: Update.
2119         * doc/functions/vsprintf.texi: Update.
2120
2121 2007-05-01  Bruno Haible  <bruno@clisp.org>
2122
2123         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2124
2125 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2126
2127         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2128         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2129
2130 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2131
2132         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2133         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2134         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2135
2136 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2137
2138         * lib/argp-help.c (struct hol_entry): New member `ord'.
2139         (HOL_ENTRY_PTRCMP): Use ord for comparison
2140         (hol_sort): Initialize ord.
2141
2142 2007-05-01  Bruno Haible  <bruno@clisp.org>
2143
2144         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2145         Reported by Eric Blake.
2146         * doc/gnulib.texi (Function Substitutes): Update.
2147
2148 2007-05-01  Bruno Haible  <bruno@clisp.org>
2149
2150         * doc/functions.texi: Remove file, now redundant through
2151         doc/functions/*.texi.
2152
2153 2007-05-01  Bruno Haible  <bruno@clisp.org>
2154
2155         * modules/argp (Depends-on): Add sleep.
2156
2157 2007-05-01  Bruno Haible  <bruno@clisp.org>
2158
2159         * modules/sleep-tests: New file.
2160         * tests/test-sleep.c: New file.
2161
2162         * modules/sleep: New file.
2163         * lib/sleep.c: New file.
2164         * m4/sleep.m4: New file.
2165         * lib/unistd_.h (sleep): New declaration.
2166         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2167         HAVE_SLEEP.
2168         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2169         * doc/functions/sleep.texi: Document the sleep module.
2170
2171 2007-05-01  Bruno Haible  <bruno@clisp.org>
2172
2173         * lib/sigprocmask.h: Remove file.
2174         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2175         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2176         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2177         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2178         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2179         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2180         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2181         HAVE_SIGSET_T as a shell variable.
2182         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2183         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2184         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2185         (Depends-on): Add signal. Remove verify.
2186         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2187         (Include): Mention <signal.h> instead of sigprocmask.h.
2188         * NEWS: Mention the change.
2189         * lib/fatal-signal.c: Don't include sigprocmask.h.
2190
2191 2007-05-01  Bruno Haible  <bruno@clisp.org>
2192
2193         * modules/signal: New file.
2194         * lib/signal_.h: New file.
2195         * m4/signal_h.m4: New file.
2196
2197 2007-05-01  Bruno Haible  <bruno@clisp.org>
2198
2199         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2200         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2201         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2202         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2203
2204 2007-05-01  Bruno Haible  <bruno@clisp.org>
2205
2206         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2207         configure time.
2208         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2209         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2210         * modules/sys_stat (Makefile.am): Substitute their values into
2211         sys/stat.h.
2212
2213 2007-05-01  Bruno Haible  <bruno@clisp.org>
2214
2215         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2216         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2217         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2218
2219 2007-05-01  Bruno Haible  <bruno@clisp.org>
2220
2221         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2222         'assert' module here.
2223
2224 2007-05-01  Bruno Haible  <bruno@clisp.org>
2225
2226         * doc/functions/*.texi: New files.
2227         * doc/functions/google-ranking.txt: New file.
2228         * doc/gnulib.texi (Function Substitutes): New chapter.
2229         (ctime, inet_ntoa): Remove sections.
2230         * doc/ctime.texi: Remove file.
2231         * doc/inet_ntoa.texi: Remove file.
2232         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2233         dependencies.
2234         (%.info): New rule, specifying a --reference-limit.
2235
2236 2007-05-01  Bruno Haible  <bruno@clisp.org>
2237
2238         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2239
2240 2007-05-01  Bruno Haible  <bruno@clisp.org>
2241
2242         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2243         the portability of 'mkdir' to mingw systems.
2244
2245 2007-05-01  Bruno Haible  <bruno@clisp.org>
2246
2247         * doc/headers/google-ranking.txt: New file.
2248
2249 2007-04-30  Eric Blake  <ebb9@byu.net>
2250
2251         Prefer fseeko to fseek.
2252         * modules/getpass (Depends-on): Add fseeko.
2253         * lib/getpass.c (getpass): Use fseeko, not fseek.
2254
2255 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2256
2257         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2258         assumes the sorting is stable, while most qsort implementations
2259         are not.  Use argument addresses to ensure they never compare as
2260         equal.
2261
2262         * tests/test-argp-2.sh (usage-indent test): Fix output
2263         (func_compare): Restore diff options
2264         * tests/test-argp.c: Restore #include "progname.h"
2265
2266 2007-04-29  Bruno Haible  <bruno@clisp.org>
2267
2268         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2269         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2270         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2271         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2272         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2273         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2274         (TESTS, check_PROGRAMS): Add test-snprintf.
2275         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2276         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2277         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2278         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2279         assertions that fail on HP-UX, OSF/1, or IRIX.
2280         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2281
2282 2007-04-29  Bruno Haible  <bruno@clisp.org>
2283
2284         * MODULES.html.sh (posix_functions): Remove 'contents'.
2285
2286 2007-04-29  Karl Berry  <karl@gnu.org>
2287
2288         * config/srclist.txt (gendocs_template_min): new entry.
2289
2290 2007-04-29  Bruno Haible  <bruno@clisp.org>
2291
2292         Work around fpurge bug on BSD systems.
2293         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2294         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2295         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2296         fpurge to rpl_fpurge if the system already has this function.
2297         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2298         the case where the system already has this function. Correct invariants
2299         on BSD systems.
2300         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2301         BSD systems.
2302
2303 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2304
2305         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2306         proposed by Sven Verdoolaege.
2307
2308         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2309         options.
2310         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2311         (usage and help tests): Update
2312
2313 2007-04-29  Bruno Haible  <bruno@clisp.org>
2314
2315         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2316         Print more information in case of failure. Disable a test on BeOS.
2317
2318 2007-04-29  Bruno Haible  <bruno@clisp.org>
2319
2320         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2321         This helps debugging on systems on which no gdb is available.
2322
2323 2007-04-29  Bruno Haible  <bruno@clisp.org>
2324
2325         * lib/freading.h: Improve comments.
2326         * lib/fwriting.h: Likewise.
2327         * tests/test-freading.c (main): Don't check freading immediately after
2328         repositioning. Needed for glibc.
2329
2330 2007-04-29  Bruno Haible  <bruno@clisp.org>
2331
2332         * lib/freading.c (freading): Trivial simplification.
2333
2334 2007-04-28  Bruno Haible  <bruno@clisp.org>
2335
2336         * tests/test-fwriting.c (main): Also test the interaction between
2337         fflush and fwriting.
2338         * modules/fwriting-tests (Depends-on): Add fflush.
2339
2340         * tests/test-freading.c (main): Also test the interaction between
2341         fflush and freading.
2342         * modules/freading-tests (Depends-on): Add fflush.
2343
2344 2007-04-28  Bruno Haible  <bruno@clisp.org>
2345
2346         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2347         fseeko and ftello.
2348         Suggested by Eric Blake.
2349
2350 2007-04-28  Jim Meyering  <jim@meyering.net>
2351
2352         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2353         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2354         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2355
2356 2007-04-27  Eric Blake  <ebb9@byu.net>
2357
2358         * doc/headers/assert.texi (assert.h): Document assert module use.
2359
2360 2007-04-27  Bruno Haible  <bruno@clisp.org>
2361
2362         * doc/headers/*.texi: New files.
2363         * doc/gnulib.texi (Header File Substitutes): New chapter.
2364         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2365         dependencies.
2366         (standards.info ,standards.html, standards.dvi): Update dependencies.
2367         (mostlyclean, clean): New targets.
2368
2369 2007-04-27  Bruno Haible  <bruno@clisp.org>
2370
2371         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2372         * modules/sysexits (Files, Makefile.am): Update.
2373
2374         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2375         * modules/sys_socket (Files, Makefile.am): Update.
2376
2377         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2378         * modules/sys_stat (Files, Makefile.am): Update.
2379
2380 2007-04-27  Eric Blake  <ebb9@byu.net>
2381
2382         * lib/freading.h: Improve comments.
2383         * lib/fwriting.h: Likewise.
2384         * lib/fflush.c: Likewise.
2385
2386         Fix closein for mingw.
2387         * modules/closein-tests: Add tests for closein.
2388         * tests/test-closein.c: New file.
2389         * tests/test-closein.sh: Likewise.
2390         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2391         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2392
2393 2007-04-27  Bruno Haible  <bruno@clisp.org>
2394
2395         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2396         version is < 6.
2397         * lib/math_.h [__DECC]: Likewise.
2398         * lib/stdio_.h [__DECC]: Likewise.
2399         * lib/stdlib_.h [__DECC]: Likewise.
2400         * lib/string_.h [__DECC]: Likewise.
2401         * lib/time_.h [__DECC]: Likewise.
2402         * lib/wchar_.h [__DECC]: Likewise.
2403         * lib/wctype_.h [__DECC]: Likewise.
2404
2405 2007-04-27  Bruno Haible  <bruno@clisp.org>
2406
2407         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2408
2409 2007-04-27  Bruno Haible  <bruno@clisp.org>
2410
2411         * lib/fflush.c: Add comments.
2412         * modules/fpurge-tests (Depends-on): Add fflush.
2413         * modules/freadable-tests (Depends-on): Likewise.
2414         * modules/fwritable-tests (Depends-on): Likewise.
2415
2416 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2417
2418         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2419         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2420         Report by Bruno Haible <bruno@clisp.org>.
2421
2422 2007-04-26  Eric Blake  <ebb9@byu.net>
2423
2424         Fix fflush on mingw.
2425         * modules/fflush (Depends-on): Add freading.
2426         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2427         but unread data.
2428
2429 2007-04-26  Eric Blake  <ebb9@byu.net>
2430         and Bruno Haible  <bruno@clisp.org>
2431
2432         Implement freading and fwriting.
2433         * lib/freading.c: New file.
2434         * lib/freading.h: Likewise.
2435         * m4/freading.m4: Likewise.
2436         * modules/freading: Likewise.
2437         * modules/freading-tests: Likewise.
2438         * tests/test-freading.c: Likewise.
2439         * lib/fwriting.c: New file.
2440         * lib/fwriting.h: Likewise.
2441         * m4/fwriting.m4: Likewise.
2442         * modules/fwriting: Likewise.
2443         * modules/fwriting-tests: Likewise.
2444         * tests/test-fwriting.c: Likewise.
2445         * MODULES.html.sh (File stream based Input/Output): Mention them.
2446
2447 2007-04-26  Bruno Haible  <bruno@clisp.org>
2448
2449         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2450         'long' when we assume it.
2451         Suggested by Eric Blake.
2452
2453 2007-04-26  Bruno Haible  <bruno@clisp.org>
2454
2455         Ensure fseeko, ftello are declared on glibc systems.
2456         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2457         * modules/fseeko (configure.ac-early): Likewise.
2458         * modules/ftello (configure.ac-early): Likewise.
2459         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2460         AC_FUNC_FSEEKO for this.
2461         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2462         (gl_CHECK_FSEEKO): Remove macro.
2463
2464 2007-04-26  Bruno Haible  <bruno@clisp.org>
2465
2466         * tests/test-fflush.c (main): Also check the ftell result after
2467         fflush and fseek/fseeko.
2468         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2469         file descriptor position cache in the stream.
2470         * lib/fseeko.c (rpl_fseeko): Likewise.
2471
2472 2007-04-26  Bruno Haible  <bruno@clisp.org>
2473
2474         * modules/fflush-tests (Depends-on): Add fseeko.
2475
2476 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2477             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2478
2479         * lib/argz_.h: ensure error_t definition is obtained in same
2480         mechanism system argz.h would have.
2481         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2482         argz facilities are known bad.  Err on the side of caution if
2483         cross-compiling.
2484
2485 2007-04-25  Eric Blake  <ebb9@byu.net>
2486
2487         * lib/fpurge.c (includes): Use stdlib.h for free.
2488         * tests/test-fflush.c (main): Also test fflush-fseeko.
2489
2490 2007-04-25  Bruno Haible  <bruno@clisp.org>
2491
2492         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2493         * lib/fseeko.c: New file.
2494         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2495         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2496         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2497         gl_FUNC_FSEEKO.
2498         (gl_FUNC_FSEEKO): Invoke it.
2499         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2500         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2501         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2502
2503 2007-04-25  Bruno Haible  <bruno@clisp.org>
2504
2505         * modules/fflush (Depends-on): Add ftello.
2506
2507 2007-04-25  Bruno Haible  <bruno@clisp.org>
2508
2509         * modules/ftello-tests: New file.
2510         * tests/test-ftello.c: New file.
2511
2512         * modules/ftello: New file.
2513         * m4/ftello.m4: New file.
2514         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2515         HAVE_FTELLO.
2516         * lib/stdio_.h (ftello): New declaration.
2517         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2518         HAVE_FTELLO.
2519
2520 2007-04-25  Bruno Haible  <bruno@clisp.org>
2521
2522         * modules/fseeko-tests: New file.
2523         * tests/test-fseeko.c: New file.
2524
2525         * modules/fseeko: New file.
2526         * m4/fseeko.m4: New file.
2527         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2528         HAVE_FSEEKO.
2529         * lib/stdio_.h (fseeko): New declaration.
2530         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2531         HAVE_FSEEKO.
2532
2533 2007-04-25  Bruno Haible  <bruno@clisp.org>
2534
2535         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2536
2537 2007-04-25  Bruno Haible  <bruno@clisp.org>
2538
2539         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2540         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2541         * tests/test-unistd.c: Likewise.
2542         * tests/test-fcntl.c: Likewise.
2543
2544 2007-04-23  Eric Blake  <ebb9@byu.net>
2545
2546         * lib/fflush.c: Fix missing include.
2547         Reported by Bruno Haible.
2548
2549 2007-04-23  Bruno Haible  <bruno@clisp.org>
2550
2551         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2552         Reported by Eric Blake.
2553
2554 2007-04-23  Bruno Haible  <bruno@clisp.org>
2555
2556         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2557
2558 2007-04-23  Bruno Haible  <bruno@clisp.org>
2559
2560         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2561
2562 2007-04-23  Bruno Haible  <bruno@clisp.org>
2563
2564         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2565         Needed on HP-UX 11.
2566
2567 2007-04-16  Eric Blake  <ebb9@byu.net>
2568
2569         Make fflush rely on fpurge.
2570         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2571         open coding all variants.
2572         * modules/fflush (Depends-on): Add fpurge and unistd.
2573         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2574         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2575
2576         Fix --with-tests compilation on cygwin.
2577         * modules/argmatch-tests (Makefile.am): List gnulib library first
2578         in LDADD.
2579         * modules/argp-tests (Makefile.am): Likewise.
2580         * modules/array-list-tests (Makefile.am): Likewise.
2581         * modules/array-oset-tests (Makefile.am): Likewise.
2582         * modules/avltree-list-tests (Makefile.am): Likewise.
2583         * modules/avltree-oset-tests (Makefile.am): Likewise.
2584         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2585         * modules/carray-list-tests (Makefile.am): Likewise.
2586         * modules/dirname-tests (Makefile.am): Likewise.
2587         * modules/frexp-tests (Makefile.am): Likewise.
2588         * modules/isnanl-tests (Makefile.am): Likewise.
2589         * modules/linked-list-tests (Makefile.am): Likewise.
2590         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2591         * modules/lock-tests (Makefile.am): Likewise.
2592         * modules/rbtree-list-tests (Makefile.am): Likewise.
2593         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2594         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2595         * modules/tls-tests (Makefile.am): Likewise.
2596         * modules/tsearch-tests (Makefile.am): Likewise.
2597         * modules/xvasprintf-tests (Makefile.am): Likewise.
2598
2599         Fix fpurge for cygwin.
2600         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2601         value.
2602         * modules/fpurge-tests (Depends-on): Clean up trash.
2603
2604 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2605
2606         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2607
2608         * m4/autobuild.m4: Re-indent.
2609
2610 2007-04-13  Bruno Haible  <bruno@clisp.org>
2611
2612         * modules/fpurge-tests: New file.
2613         * tests/test-fpurge.c: New file.
2614
2615         * modules/fpurge: New file.
2616         * lib/fpurge.h: New file.
2617         * lib/fpurge.c: New file.
2618         * m4/fpurge.m4: New file.
2619
2620 2007-04-13  Bruno Haible  <bruno@clisp.org>
2621
2622         * modules/fbufmode-tests: New file.
2623         * tests/test-fbufmode.c: New file.
2624
2625         * modules/fbufmode: New file.
2626         * lib/fbufmode.h: New file.
2627         * lib/fbufmode.c: New file.
2628         * m4/fbufmode.m4: New file.
2629
2630 2007-04-13  Bruno Haible  <bruno@clisp.org>
2631
2632         * modules/fwritable-tests: New file.
2633         * tests/test-fwritable.c: New file.
2634
2635         * modules/fwritable: New file.
2636         * lib/fwritable.h: New file.
2637         * lib/fwritable.c: New file.
2638         * m4/fwritable.m4: New file.
2639
2640 2007-04-13  Bruno Haible  <bruno@clisp.org>
2641
2642         * modules/freadable-tests: New file.
2643         * tests/test-freadable.c: New file.
2644
2645         * modules/freadable: New file.
2646         * lib/freadable.h: New file.
2647         * lib/freadable.c: New file.
2648         * m4/freadable.m4: New file.
2649
2650 2007-04-13  Bruno Haible  <bruno@clisp.org>
2651
2652         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2653         MOSTLYCLEANFILES.
2654
2655 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2656
2657         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2658         gzip bootstrap.conf to avoid dragging in i18n machinery.
2659         (gnulib_tool_option): Use it.
2660
2661 2007-04-13  Bruno Haible  <bruno@clisp.org>
2662
2663         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2664         %F directives.
2665         * tests/test-vasprintf-posix.c (test_function): Likewise.
2666         * tests/test-snprintf-posix.h (test_function): Likewise.
2667         * tests/test-sprintf-posix.h (test_function): Likewise.
2668         * tests/test-fprintf-posix.h (test_function): Likewise.
2669         * tests/test-printf-posix.h (test_function): Likewise.
2670         * tests/test-fprintf-posix.out: Likewise.
2671
2672 2007-04-13  Bruno Haible  <bruno@clisp.org>
2673
2674         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2675         * modules/tls-tests (configure.ac): Likewise.
2676         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2677
2678 2007-04-13  Bruno Haible  <bruno@clisp.org>
2679
2680         * lib/tls.c (glthread_tls_get): Fix return type.
2681         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2682
2683 2007-04-12  Eric Blake  <ebb9@byu.net>
2684
2685         * modules/gettime (Depends-on): Remove gettime.
2686         Reported by Dmitry V. Levin.
2687
2688 2007-04-12  Bruno Haible  <bruno@clisp.org>
2689
2690         * modules/fflush (Include): Mention <stdio.h>.
2691         * modules/strtoimax (Include): Mention <inttypes.h>.
2692         * modules/strtoumax (Include): Likewise.
2693
2694 2007-04-12  Eric Blake  <ebb9@byu.net>
2695
2696         * .cvsignore: New file.
2697         * .gitignore: Likewise.
2698
2699 2007-04-12  Bruno Haible  <bruno@clisp.org>
2700
2701         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2702         not before, since $(LDADD) often contains libgnu.a.
2703         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2704         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2705         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2706         Needed on Cygwin.
2707
2708 2007-04-12  Eric Blake  <ebb9@byu.net>
2709
2710         Work around glibc's failure to flush stdin on fclose.
2711         * lib/closein.c (close_stdin): Flush stdin before closing.
2712
2713         Work around glibc's failure to reset seekable stdin on exit.
2714         * modules/closein: New module.
2715         * lib/closein.c: New file.
2716         * lib/closein.h: Likewise.
2717         * m4/closein.m4: Likewise.
2718         * MODULES.html.sh (File stream based Input/Output): Document it.
2719
2720 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2721
2722         * gnulib-tool: Rename generated 'autobuild' script to
2723         'do-autobuild' in --create-megatestdir output.
2724
2725         * doc/gnulib.texi (Build robot for gnulib): Fix.
2726
2727 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2728
2729         * modules/sysexits (Depends-on): Add absolute-header.
2730
2731 2007-04-12  Eric Blake  <ebb9@byu.net>
2732
2733         No need to preserve errno on success.
2734         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2735         Reported by Bruno Haible.
2736
2737 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2738
2739         * MODULES.html.sh (Support for maintaining and releasing
2740         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2741
2742 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2743
2744         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2745
2746 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2747
2748         * modules/autobuild: New module.
2749
2750         * m4/autobuild.m4: New file.
2751
2752 2007-04-11  Bruno Haible  <bruno@clisp.org>
2753
2754         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2755         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2756         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2757         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2758         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2759         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2760         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2761         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2762         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2763         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2764         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2765         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2766         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2767         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2768         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2769         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2770         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2771         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2772         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2773         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2774         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2775         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2776         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2777         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2778         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2779         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2780         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2781         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2782         Reported by Eric Blake.
2783
2784 2007-04-11  Bruno Haible  <bruno@clisp.org>
2785
2786         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2787
2788 2007-04-10  Bruno Haible  <bruno@clisp.org>
2789
2790         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2791         for NaN and Infinity. Needed on FreeBSD 6.1.
2792         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2793         regarding results for "%010a" of Infinity and NaN.
2794         * tests/test-vasprintf-posix.c (test_function): Likewise.
2795         * tests/test-snprintf-posix.h (test_function): Likewise.
2796         * tests/test-sprintf-posix.h (test_function): Likewise.
2797         * tests/test-fprintf-posix.h (test_function): Likewise.
2798         * tests/test-printf-posix.h (test_function): Likewise.
2799         * tests/test-fprintf-posix.out: Likewise.
2800
2801 2007-04-10  Bruno Haible  <bruno@clisp.org>
2802
2803         * modules/locale-tests: New file.
2804         * tests/test-locale.c: New file.
2805
2806         * modules/locale: New file.
2807         * lib/locale_.h: New file.
2808         * m4/locale_h.m4: New file.
2809
2810 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2811             Bruno Haible  <bruno@clisp.org>
2812
2813         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2814         be determined, test for availability of the copysignf, copysign,
2815         copysignl functions.
2816         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2817         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2818         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2819
2820 2007-04-09  Eric Blake  <ebb9@byu.net>
2821
2822         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2823         * modules/stdio (Makefile.am): Support fflush.
2824         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2825         * modules/fflush: New file.
2826         * lib/fflush.c: Likewise.
2827         * m4/fflush.m4: Likewise.
2828         * modules/fflush-tests: New test.
2829         * tests/test-fflush.c: Likewise.
2830         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2831
2832 2007-04-06  Bruno Haible  <bruno@clisp.org>
2833
2834         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2835         (VASNPRINTF): Use signbit for faster determination whether to print a
2836         minus sign.
2837         * modules/vasnprintf (Files): Remove lib/float+.h.
2838         * modules/fprintf-posix (Depends-on): Add signbit.
2839         * modules/snprintf-posix (Depends-on): Likewise.
2840         * modules/sprintf-posix (Depends-on): Likewise.
2841         * modules/vasnprintf-posix (Depends-on): Likewise.
2842         * modules/vasprintf-posix (Depends-on): Likewise.
2843         * modules/vfprintf-posix (Depends-on): Likewise.
2844         * modules/vsnprintf-posix (Depends-on): Likewise.
2845         * modules/vsprintf-posix (Depends-on): Likewise.
2846
2847 2007-04-06  Bruno Haible  <bruno@clisp.org>
2848
2849         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2850         * tests/test-frexpl.c (main): Likewise.
2851         * tests/test-ldexpl.c (main): Likewise.
2852         * modules/frexp-tests (Depends-on): Add signbit.
2853         * modules/frexpl-tests (Depdends-on): Likewise.
2854         * modules/ldexpl-tests (Depdends-on): Likewise.
2855
2856 2007-04-06  Bruno Haible  <bruno@clisp.org>
2857
2858         * modules/signbit-tests: New file.
2859         * tests/test-signbit.c: New file.
2860
2861         * modules/signbit: New file.
2862         * lib/signbitf.c: New file.
2863         * lib/signbitd.c: New file.
2864         * lib/signbitl.c: New file.
2865         * m4/signbit.m4: New file.
2866         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2867         (signbit): New macro.
2868         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2869         REPLACE_SIGNBIT.
2870         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2871         REPLACE_FREXPL into math.h.
2872
2873 2007-04-06  Bruno Haible  <bruno@clisp.org>
2874
2875         * modules/isnanf-nolibm-tests: New file.
2876         * tests/test-isnanf.c: New file.
2877
2878         * modules/isnanf-nolibm: New file.
2879         * lib/isnanf.h: New file.
2880         * lib/isnanf.c: New file.
2881         * lib/isnan.c: Consider the USE_FLOAT macro.
2882         * m4/isnanf.m4: New file.
2883
2884 2007-04-06  Bruno Haible  <bruno@clisp.org>
2885
2886         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2887         (Link): New section.
2888
2889         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2890
2891 2007-04-06  Bruno Haible  <bruno@clisp.org>
2892
2893         Assume the 'long double' type.
2894         * m4/longdouble.m4: Remove file.
2895         * config/srclist.txt: Don't mention longdouble.m4.
2896         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2897         * lib/float+.h: Likewise.
2898         * lib/frexp.c: Likewise.
2899         * lib/printf-args.h: Likewise.
2900         * lib/printf-args.c: Likewise.
2901         * lib/printf-frexp.c: Likewise.
2902         * lib/printf-parse.c: Likewise.
2903         * lib/vasnprintf.c: Likewise.
2904         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2905         * m4/intl.m4: Likewise.
2906         * m4/isnanl.m4: Likewise.
2907         * m4/printf.m4: Likewise.
2908         * m4/printf-frexpl.m4: Likewise.
2909         * m4/vasnprintf.m4: Likewise.
2910         * modules/allocsa (Files): Remove m4/longdouble.m4.
2911         * modules/gettext (Files): Likewise.
2912         * modules/relocatable-prog-wrapper (Files): Likewise.
2913         * modules/vasnprintf (Files): Likewise.
2914         * modules/isnanl (Files): Likewise.
2915         (Include): Simplify.
2916         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2917         (Include): Simplify.
2918         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2919         (Include): Simplify.
2920         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2921         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2922         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2923         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2924         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2925         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2926         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2927         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2928         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2929         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2930         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2931         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2932         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2933         * tests/test-isnanl.c: Likewise.
2934         * tests/test-snprintf-posix.h: Likewise.
2935         * tests/test-sprintf-posix.h: Likewise.
2936         * tests/test-vasnprintf-posix.c: Likewise.
2937         * tests/test-vasnprintf-posix2.c: Likewise.
2938         * tests/test-vasprintf-posix.c: Likewise.
2939
2940 2007-04-06  Bruno Haible  <bruno@clisp.org>
2941
2942         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2943         * lib/math_.h [__DECC]: Include the overridden include file through
2944         #include_next, outside the double-inclusion guard.
2945         * lib/stdio_.h [__DECC]: Likewise.
2946         * lib/stdlib_.h [__DECC]: Likewise.
2947         * lib/string_.h [__DECC]: Likewise.
2948         * lib/time_.h [__DECC]: Likewise.
2949         * lib/wchar_.h [__DECC]: Likewise.
2950         * lib/wctype_.h [__DECC]: Likewise.
2951         * lib/inttypes_.h [__DECC]: Likewise.
2952         Reported by Albert Chin <china@thewrittenword.com> in
2953         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2954
2955 2007-04-04  Eric Blake  <ebb9@byu.net>
2956
2957         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2958         1.5.x.
2959
2960 2007-04-04  Bruno Haible  <bruno@clisp.org>
2961
2962         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2963         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2964
2965 2007-04-04  Bruno Haible  <bruno@clisp.org>
2966
2967         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2968         results for "%010a" of Infinity and NaN.
2969         * tests/test-vasprintf-posix.c (test_function): Likewise.
2970         * tests/test-snprintf-posix.h (test_function): Likewise.
2971         * tests/test-sprintf-posix.h (test_function): Likewise.
2972         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2973         * tests/test-printf-posix.h (test_function): Likewise.
2974         * tests/test-fprintf-posix.out: Update.
2975         Needed for FreeBSD 6.1.
2976
2977 2007-04-04  Bruno Haible  <bruno@clisp.org>
2978
2979         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2980         directly used by the gnulib modules nor by gnulib-tool.
2981
2982 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2983
2984         * DEPENDENCIES: Give overall description of version dependency
2985         desirability.  Use more-typical names for apps.
2986         Add shell, coreutils, diffutils, grep, tar, gzip.
2987
2988 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2989
2990         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2991
2992 2007-04-04  Karl Berry  <karl@gnu.org>
2993
2994         * MODULES.html.sh (func_module): missing '.
2995
2996 2007-04-03  Bruno Haible  <bruno@clisp.org>
2997
2998         * modules/argmatch-tests (Makefile.am): New variable
2999         test_argmatch_LDADD.
3000         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3001         * modules/array-list-tests (Makefile.am): New variable
3002         test_array_list_LDADD.
3003         * modules/array-oset-tests (Makefile.am): New variable
3004         test_array_oset_LDADD.
3005         * modules/avltree-list-tests (Makefile.am): New variable
3006         test_avltree_list_LDADD.
3007         * modules/avltree-oset-tests (Makefile.am): New variable
3008         test_avltree_oset_LDADD.
3009         * modules/avltreehash-list-tests (Makefile.am): New variable
3010         test_avltreehash_list_LDADD.
3011         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3012         test_canonicalize_lgpl_LDADD.
3013         * modules/carray-list-tests (Makefile.am): New variable
3014         test_carray_list_LDADD.
3015         * modules/dirname-tests (Makefile.am): New variable
3016         test_dirname_LDADD.
3017         * modules/linked-list-tests (Makefile.am): New variable
3018         test_linked_list_LDADD.
3019         * modules/linkedhash-list-tests (Makefile.am): New variable
3020         test_linkedhash_list_LDADD.
3021         * modules/rbtree-list-tests (Makefile.am): New variable
3022         test_rbtree_list_LDADD.
3023         * modules/rbtree-oset-tests (Makefile.am): New variable
3024         test_rbtree_oset_LDADD.
3025         * modules/rbtreehash-list-tests (Makefile.am): New variable
3026         test_rbtreehash_list_LDADD.
3027         * modules/xvasprintf-tests (Makefile.am): New variable
3028         test_xvasprintf_LDADD.
3029         Reported by Eric Blake.
3030
3031 2007-04-03  Eric Blake  <ebb9@byu.net>
3032
3033         * DEPENDENCIES: Weaken m4 requirements.
3034
3035 2007-04-03  Bruno Haible  <bruno@clisp.org>
3036
3037         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3038         * modules/isnanl-tests (configure.ac): Likewise.
3039
3040 2007-04-03  Ben Pfaff  <blp@gnu.org>
3041
3042         * modules/iconv_open: Add $(srcdir)/ to source directory
3043         references in Makefile fragments that call gperf, to fix VPATH
3044         builds.
3045
3046 2007-04-03  Bruno Haible  <bruno@clisp.org>
3047
3048         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3049         * lib/ldexpl.c: Undo last change.
3050
3051 2007-04-03  Bruno Haible  <bruno@clisp.org>
3052
3053         * modules/printf-frexpl (Depends-on): Undo last change.
3054         (Files): Add m4/ldexpl.m4.
3055
3056 2007-04-03  Bruno Haible  <bruno@clisp.org>
3057
3058         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3059         * modules/isnanl (Link): New section.
3060
3061         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3062         * modules/frexp (Link): New section.
3063
3064         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3065         * modules/frexpl (Link): New section.
3066
3067         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3068         * modules/ldexpl (Link): New section.
3069
3070 2007-04-03  Bruno Haible  <bruno@clisp.org>
3071
3072         * modules/TEMPLATE-EXTENDED: New file.
3073         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3074
3075 2007-04-03  Bruno Haible  <bruno@clisp.org>
3076
3077         * DEPENDENCIES: New file.
3078         Suggested by Simon Josefsson.
3079
3080 2007-04-03  Bruno Haible  <bruno@clisp.org>
3081
3082         * doc/gnulib.texi: Escape @.
3083
3084 2007-04-03  James Youngman  <jay@gnu.org>
3085         and Paul Eggert  <eggert@cs.ucla.edu>
3086
3087         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3088         birthtime on all systems that have birthtime, not just those which
3089         use st_birthtimensec rather than st_birthtim.  Putting zero in
3090         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3091         that the birth time is not available for files on an NFS mount.
3092
3093 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3094
3095         * modules/memxor: Move back from crypto/, suggested by Bruno.
3096         * modules/crypto/hmac-sha1: Fix memxor dependency.
3097
3098         * modules/crypto/gc: Moved from ../.
3099
3100 2007-04-02  Eric Blake  <ebb9@byu.net>
3101
3102         * lib/ldexpl.c (includes): Avoid libm.
3103
3104         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3105
3106 2007-04-02  Bruno Haible  <bruno@clisp.org>
3107
3108         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3109         on IRIX.
3110
3111 2007-04-02  Bruno Haible  <bruno@clisp.org>
3112
3113         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3114         x86 or x86_64 platforms running MacOS X.
3115         Reported by Ryan Schmidt <@ryandesign.com>.
3116
3117 2007-04-02  Bruno Haible  <bruno@clisp.org>
3118
3119         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3120         i386.
3121
3122 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3123
3124         * modules/crypto/arcfour: Moved from ../.
3125         * modules/crypto/arcfour-tests: Moved from ../.
3126         * modules/crypto/arctwo: Moved from ../.
3127         * modules/crypto/arctwo-tests: Moved from ../.
3128         * modules/crypto/des: Moved from ../.
3129         * modules/crypto/des-tests: Moved from ../.
3130         * modules/crypto/gc-arcfour: Moved from ../.
3131         * modules/crypto/gc-arcfour-tests: Moved from ../.
3132         * modules/crypto/gc-arctwo: Moved from ../.
3133         * modules/crypto/gc-arctwo-tests: Moved from ../.
3134         * modules/crypto/gc-des: Moved from ../.
3135         * modules/crypto/gc-des-tests: Moved from ../.
3136         * modules/crypto/gc-hmac-md5: Moved from ../.
3137         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3138         * modules/crypto/gc-hmac-sha1: Moved from ../.
3139         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3140         * modules/crypto/gc-md2: Moved from ../.
3141         * modules/crypto/gc-md2-tests: Moved from ../.
3142         * modules/crypto/gc-md4: Moved from ../.
3143         * modules/crypto/gc-md4-tests: Moved from ../.
3144         * modules/crypto/gc-md5: Moved from ../.
3145         * modules/crypto/gc-md5-tests: Moved from ../.
3146         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3147         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3148         * modules/crypto/gc-random: Moved from ../.
3149         * modules/crypto/gc-rijndael: Moved from ../.
3150         * modules/crypto/gc-rijndael-tests: Moved from ../.
3151         * modules/crypto/gc-sha1: Moved from ../.
3152         * modules/crypto/gc-sha1-tests: Moved from ../.
3153         * modules/crypto/gc-tests: Moved from ../.
3154         * modules/crypto/hmac-md5: Moved from ../.
3155         * modules/crypto/hmac-md5-tests: Moved from ../.
3156         * modules/crypto/hmac-sha1: Moved from ../.
3157         * modules/crypto/hmac-sha1-tests: Moved from ../.
3158         * modules/crypto/md2: Moved from ../.
3159         * modules/crypto/md2-tests: Moved from ../.
3160         * modules/crypto/md4: Moved from ../.
3161         * modules/crypto/md4-tests: Moved from ../.
3162         * modules/crypto/md5: Moved from ../.
3163         * modules/crypto/md5-tests: Moved from ../.
3164         * modules/crypto/memxor: Moved from ../.
3165         * modules/crypto/rijndael: Moved from ../.
3166         * modules/crypto/rijndael-tests: Moved from ../.
3167         * modules/crypto/sha1: Moved from ../.
3168
3169 2007-03-30  James Youngman  <jay@gnu.org>
3170
3171         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3172         rename() to change the ctime of a file (because ctime is unaffected
3173         by rename on jfs2 on AIX 5.1).
3174         (main): Start by doing cleanup, in case a previous run failed leaving
3175         test files behind.
3176
3177 2007-03-31  Bruno Haible  <bruno@clisp.org>
3178
3179         Support old proprietary implementations of iconv.
3180         * modules/iconv_open: New file.
3181         * lib/iconv_.h: New file.
3182         * m4/iconv_h.m4: New file.
3183         * lib/iconv_open.c: New file.
3184         * lib/iconv_open-aix.gperf: New file.
3185         * lib/iconv_open-hpux.gperf: New file.
3186         * lib/iconv_open-irix.gperf: New file.
3187         * lib/iconv_open-osf.gperf: New file.
3188         * m4/iconv_open.m4: New file.
3189         * modules/linebreak (Depends-on): Add iconv_open.
3190         * modules/striconv (Depends-on): Likewise.
3191         * modules/striconveh (Depends-on): Likewise.
3192         * modules/unicodeio (Depends-on): Likewise.
3193         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3194         (iconv_t)(-1).
3195         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3196         conversion if cd is (iconv_t)(-1).
3197         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3198         is not possible.
3199
3200 2007-03-31  Bruno Haible  <bruno@clisp.org>
3201
3202         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3203         work on Solaris either. Protect also second use of "autodetect_jp".
3204
3205 2007-03-31  Bruno Haible  <bruno@clisp.org>
3206
3207         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3208         the function is not present.
3209
3210 2007-03-31  Bruno Haible  <bruno@clisp.org>
3211
3212         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3213         the function is not present.
3214
3215 2007-03-31  Bruno Haible  <bruno@clisp.org>
3216
3217         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3218         a bug in HP-UX iconv_open().
3219
3220 2007-03-31  Bruno Haible  <bruno@clisp.org>
3221
3222         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3223         (Mathematics <math.h>): New section, add fpieee.
3224         (Input/output <stdio.h>): Add fseterr.
3225         (Mathematics <math.h>): New section, add printf-frexp.
3226         (Container data structures): Add sublist.
3227         (Core language properties): Add fpucw, inline.
3228         (Functions for greatest-width integer types <inttypes.h>): Add
3229         imaxabs, imaxdiv, inttypes.
3230         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3231         isnanl-nolibm, ldexp.
3232         (Mathematics <math.h>): New section, add printf-frexpl.
3233         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3234         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3235         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3236         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3237         (Unicode string functions): Add unistr/u*-mbtoucr.
3238         (Java): Add javacomp-script, javaexec-script.
3239         (C#): Add csharpcomp-script, csharpexec-script.
3240         (Support for building libraries and executables): Add havelib,
3241         relocatable-*.
3242         (Support for maintaining and releasing projects): Renamed from
3243         'Support for maintaining and release projects'. Add announce-gen.
3244
3245 2007-03-31  Bruno Haible  <bruno@clisp.org>
3246
3247         * README: Talk primarily about git.
3248         (git and CVS): Renamed from CVS.
3249         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3250         gnulib is available through git.
3251         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3252
3253 2007-03-30  Bruno Haible  <bruno@clisp.org>
3254
3255         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3256         * lib/poll_.h: Likewise.
3257         * lib/stat_.h: Likewise.
3258         * lib/sys_time_.h: Likewise.
3259         * lib/sysexit_.h: Likewise.
3260         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3261         * lib/stdbool_.h: Likewise.
3262         * lib/byteswap_.h: Add double-inclusion guard.
3263
3264 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3265
3266         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3267
3268 2007-03-30  Karl Berry  <karl@gnu.org>
3269
3270         * config/srclist-update: double space after USA in the license
3271         substitution, since that's how it's usually (?) written.
3272
3273 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3274
3275         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3276         reported by Bruno Haible.
3277
3278 2007-03-29  Bruno Haible  <bruno@clisp.org>
3279
3280         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3281         a bug in AIX iconv().
3282
3283 2007-03-29  Bruno Haible  <bruno@clisp.org>
3284
3285         * modules/ldexpl-tests: New file.
3286         * tests/test-ldexpl.c: New file.
3287
3288 2007-03-29  Bruno Haible  <bruno@clisp.org>
3289
3290         * lib/ldexpl.c: Include fpucw.h.
3291         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3292         multiplication.
3293         * modules/ldexpl (Depends-on): Add fpucw.
3294
3295 2007-03-29  Bruno Haible  <bruno@clisp.org>
3296
3297         * modules/ldexpl: New file.
3298         * m4/ldexpl.m4: New file.
3299         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3300         set.
3301         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3302         REPLACE_LDEXPL.
3303         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3304         REPLACE_LDEXPL.
3305         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3306         gl_FUNC_LDEXPL_WORKS.
3307         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3308         * modules/mathl (Files): Remove lib/ldexpl.c.
3309         (Depends-on): Add ldexpl.
3310
3311 2007-03-29  Bruno Haible  <bruno@clisp.org>
3312
3313         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3314
3315 2007-03-29  Bruno Haible  <bruno@clisp.org>
3316
3317         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3318         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3319         and possibly also HP-UX.
3320         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3321         work on AIX, IRIX, HP-UX, OSF/1.
3322         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3323         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3324         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3325         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3326         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3327         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3328
3329 2007-03-29  Bruno Haible  <bruno@clisp.org>
3330
3331         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3332
3333 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3334
3335         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3336         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3337
3338 2007-03-29  Eric Blake  <ebb9@byu.net>
3339
3340         * lib/acl-internal.h: Remove redundant include.
3341         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3342         Cygwin when a file is locked.
3343
3344 2007-03-29  Bruno Haible  <bruno@clisp.org>
3345
3346         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3347         file.
3348         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3349
3350 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3351
3352         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3353         try to remove a parent directory if the child couldn't be removed
3354         (except for the first rmdir, which could fail because the child
3355         doesn't exist).  Problem reported by Jeff Blaine in
3356         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3357
3358 2007-03-28  Bruno Haible  <bruno@clisp.org>
3359
3360         * lib/striconveh.c (utf8conv_carefully): New function.
3361         (mem_cd_iconveh_internal): Invoke it.
3362
3363 2007-03-28  Bruno Haible  <bruno@clisp.org>
3364
3365         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3366         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3367         input.
3368         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3369         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3370         unistr/u8-uctomb.
3371
3372 2007-03-28  Bruno Haible  <bruno@clisp.org>
3373
3374         * modules/unistr/u8-mbtoucr: New file.
3375         * lib/unistr/u8-mbtoucr.c: New file.
3376         * modules/unistr/u16-mbtoucr: New file.
3377         * lib/unistr/u16-mbtoucr.c: New file.
3378         * modules/unistr/u16-mbtoucr: New file.
3379         * lib/unistr/u16-mbtoucr.c: New file.
3380         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3381
3382 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3383             Bruno Haible  <bruno@clisp.org>
3384
3385         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3386         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3387         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3388
3389         * m4/stdio_h.m4: Add stubs for vasprintf too.
3390
3391         * modules/stdio: Support vasprintf in sed command.
3392
3393         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3394         vasprintf.h.  Add stdio module indicator.
3395
3396         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3397         vasprintf.h.
3398
3399         * lib/vasprintf.h: File removed.
3400
3401         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3402         * lib/vasprintf.c: Ditto.
3403         * lib/xvasprintf.c: Ditto.
3404         * tests/test-vasprintf-posix.c: Ditto.
3405         * tests/test-vasprintf.c: Ditto.
3406
3407 2007-03-27  Bruno Haible  <bruno@clisp.org>
3408
3409         Make vasnprintf multithread-safe.
3410         * lib/vasnprintf.c (decimal_point_char): New function.
3411         (VASNPRINTF): Use it.
3412         Suggested by Simon Josefsson.
3413
3414 2007-03-27  Eric Blake  <ebb9@byu.net>
3415
3416         Support sub-second birthtime on cygwin.
3417         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3418         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3419         (get_stat_birthtime): Also work with st_birthtim.
3420
3421 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3422
3423         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3424         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3425         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3426         (get_stat_birthtime_ns): Simplify compile-time tests.
3427         (get_stat_birthtime): Change the API to look like
3428         get_stat_mtime etc., except return a negative tv_nsec on error.
3429         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3430         Don't check for "spare" fields.
3431         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3432         or for struct stat.st_birthtime, as these tests aren't used.
3433         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3434
3435 2007-03-27  Bruno Haible  <bruno@clisp.org>
3436
3437         * lib/stat-time.h: Include <sys/stat.h>.
3438
3439 2007-03-27  James Youngman  <jay@gnu.org>
3440
3441         * lib/stat-time.h (get_stat_birthtime): New function for
3442           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3443         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3444           and its variants.
3445         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3446         * modules/stat-time-test: New file.
3447         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3448
3449 2007-03-26  Bruno Haible  <bruno@clisp.org>
3450
3451         Better support of signalling NaNs.
3452         * lib/atanl.c: Include isnanl.h.
3453         (atanl): Perform test for NaN at the beginning of the function and
3454         through a call to isnanl.
3455         * lib/cosl.c: Include isnanl.h.
3456         (cosl): Perform test for NaN at the beginning of the function and
3457         through a call to isnanl.
3458         * lib/ldexpl.c: Include isnanl.h.
3459         (ldexpl): Perform test for NaN through a call to isnanl.
3460         * lib/logl.c: Include isnanl.h.
3461         (logl): Perform test for NaN at the beginning of the function and
3462         through a call to isnanl.
3463         * lib/sinl.c: Include isnanl.h.
3464         (sinl): Perform test for NaN at the beginning of the function and
3465         through a call to isnanl.
3466         * lib/sqrtl.c: Include isnanl.h.
3467         (sqrtl): Perform test for NaN at the beginning of the function and
3468         through a call to isnanl.
3469         * lib/tanl.c: Include isnanl.h.
3470         (tanl): Perform test for NaN at the beginning of the function and
3471         through a call to isnanl.
3472         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3473         * modules/mathl (Depends-on): Add isnanl.
3474
3475 2007-03-26  Eric Blake  <ebb9@byu.net>
3476
3477         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3478         regression in logic sense of previous patch.
3479
3480 2007-03-26  Bruno Haible  <bruno@clisp.org>
3481
3482         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3483         unportable shell command "if ! ...".
3484         Reported by Ralf Wildenhues.
3485
3486 2007-03-25  Bruno Haible  <bruno@clisp.org>
3487
3488         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3489         <sysexits.h> file, and only add EX_CONFIG.
3490         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3491         absolute file name and whether it is sufficient. Substitute also
3492         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3493         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3494         ABSOLUTE_SYSEXITS_H into sysexits.h.
3495
3496 2007-03-25  Bruno Haible  <bruno@clisp.org>
3497
3498         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3499         hints is NULL.
3500
3501 2007-03-25  Bruno Haible  <bruno@clisp.org>
3502
3503         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3504         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3505
3506 2007-03-25  Bruno Haible  <bruno@clisp.org>
3507
3508         * lib/vasnprintf.c: Include langinfo.h.
3509         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3510         multithread-safe.
3511         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3512         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3513         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3514         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3515         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3516         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3517         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3518         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3519         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3520         Reported by Simon Josefsson.
3521
3522 2007-03-25  Bruno Haible  <bruno@clisp.org>
3523
3524         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3525         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3526         * modules/vasnprintf (Depends-on): Add stdint.
3527
3528 2007-03-25  Bruno Haible  <bruno@clisp.org>
3529
3530         * modules/fpieee: New file.
3531         * m4/fpieee.m4: New file.
3532         * modules/isnan-nolibm (Depends-on): Add fpieee.
3533         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3534         * modules/isnanl (Depends-on): Add fpieee.
3535
3536 2007-03-25  Bruno Haible  <bruno@clisp.org>
3537
3538         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3539
3540 2007-03-25  Bruno Haible  <bruno@clisp.org>
3541
3542         Avoid test failures on IRIX 6.5.
3543         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3544         (main): Use it.
3545         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3546         macros.
3547         (main): Use them.
3548
3549 2007-03-25  Bruno Haible  <bruno@clisp.org>
3550
3551         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3552         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3553         exists but doesn't work.
3554         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3555         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3556         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3557         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3558
3559 2007-03-25  Bruno Haible  <bruno@clisp.org>
3560
3561         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3562         returns inf. Needed on IRIX 6.5.
3563
3564 2007-03-25  Bruno Haible  <bruno@clisp.org>
3565
3566         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3567         (main): Use isnanl instead of x != x idiom.
3568         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3569
3570         * tests/test-frexp.c: Include isnan.h.
3571         (main): Use isnan instead of x != x idiom.
3572         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3573
3574 2007-03-25  Bruno Haible  <bruno@clisp.org>
3575
3576         * tests/test-frexp.c (NaN): New function/macro.
3577         (main): Use it instead of 0.0 / 0.0.
3578         * tests/test-isnan.c (NaN): New function/macro.
3579         (main): Use it instead of 0.0 / 0.0.
3580         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3581         (test_function): Use it instead of 0.0 / 0.0.
3582         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3583         (test_function): Use it instead of 0.0 / 0.0.
3584         * tests/test-snprintf-posix.h (NaN): New function/macro.
3585         (test_function): Use it instead of 0.0 / 0.0.
3586         * tests/test-sprintf-posix.h (NaN): New function/macro.
3587         (test_function): Use it instead of 0.0 / 0.0.
3588         * tests/test-fprintf-posix.h (NaN): New function/macro.
3589         (test_function): Use it instead of 0.0 / 0.0.
3590         * tests/test-printf-posix.h (NaN): New function/macro.
3591         (test_function): Use it instead of 0.0 / 0.0.
3592
3593         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3594
3595 2007-03-25  Bruno Haible  <bruno@clisp.org>
3596
3597         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3598
3599 2007-03-25  Bruno Haible  <bruno@clisp.org>
3600
3601         * lib/regexec.c (merge_state_with_log): Make static.
3602
3603 2007-03-25  Bruno Haible  <bruno@clisp.org>
3604
3605         * lib/trigl.c (kernel_rem_pio2): Make static.
3606
3607 2007-03-25  Bruno Haible  <bruno@clisp.org>
3608
3609         * lib/sincosl.c (sincosl_table): Make static.
3610
3611 2007-03-25  Bruno Haible  <bruno@clisp.org>
3612
3613         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3614         if the compiler does not support C99.
3615
3616 2007-03-25  Bruno Haible  <bruno@clisp.org>
3617
3618         * modules/time (Makefile.am): Ensure all rule action lines start with a
3619         tab.
3620
3621 2007-03-24  Bruno Haible  <bruno@clisp.org>
3622
3623         * modules/tsearch-tests: New file.
3624         * tests/test-tsearch.sh: New file.
3625         * tests/test-tsearch.c: New file, mostly copied from glibc.
3626
3627         * modules/search-tests: New file.
3628         * tests/test-search.c: New file.
3629
3630         * modules/search: New file.
3631         * lib/search_.h: New file, incorporating lib/tsearch.h.
3632         * m4/search_h.m4: New file.
3633         * lib/tsearch.h: Remove file.
3634         * lib/tsearch.c: Include search.h instead of tsearch.h.
3635         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3636         HAVE_TSEARCH.
3637         * modules/tsearch (Files): Remove lib/tsearch.h.
3638         (Depends-on): Add search.
3639         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3640         (Include): Change tsearch.h into search.h.
3641
3642 2007-03-24  Bruno Haible  <bruno@clisp.org>
3643
3644         * modules/fpucw: New file.
3645         * lib/fpucw.h: New file.
3646         * lib/frexp.c: Include fpucw.h.
3647         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3648         (FUNC): Use them.
3649         * lib/printf-frexp.c: Include fpucw.h.
3650         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3651         (FUNC): Use them.
3652         * lib/vasnprintf.c: Include fpucw.h.
3653         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3654         'long double' calculations.
3655         * tests/test-frexpl.c: Include fpucw.h.
3656         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3657         * tests/test-printf-frexpl.c: Include fpucw.h.
3658         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3659         * modules/frexpl (Depends-on): Add fpucw.
3660         * modules/printf-frexpl (Depends-on): Likewise.
3661         * modules/fprintf-posix (Depends-on): Likewise.
3662         * modules/snprintf-posix (Depends-on): Likewise.
3663         * modules/sprintf-posix (Depends-on): Likewise.
3664         * modules/vasnprintf-posix (Depends-on): Likewise.
3665         * modules/vasprintf-posix (Depends-on): Likewise.
3666         * modules/vfprintf-posix (Depends-on): Likewise.
3667         * modules/vsnprintf-posix (Depends-on): Likewise.
3668         * modules/vsprintf-posix (Depends-on): Likewise.
3669         * modules/frexpl-tests (Depends-on): Likewise.
3670         * modules/printf-frexpl-tests (Depends-on): Likewise.
3671
3672 2007-03-24  Bruno Haible  <bruno@clisp.org>
3673
3674         * lib/float+.h: New file.
3675         * lib/isnan.c: Include float+.h.
3676         (SIZE): New macro.
3677         (FUNC): Compare only SIZE bytes of the value.
3678         * lib/vasnprintf.c: Include float+.h.
3679         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3680         SIZEOF_LDBL or SIZEOF_DBL bytes.
3681         * modules/isnan-nolibm (Files): Add lib/float+.h.
3682         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3683         * modules/isnanl (Files): Add lib/float+.h.
3684         * modules/vasnprintf (Files): Add lib/float+.h.
3685
3686 2007-03-24  Bruno Haible  <bruno@clisp.org>
3687
3688         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3689         include isnanl-nolibm.h.
3690
3691 2007-03-24  Bruno Haible  <bruno@clisp.org>
3692
3693         * tests/test-read-file.c (main): Don't produce spurious output for
3694         expected situations. Make the test fail if it encountered unexpected
3695         results.
3696
3697 2007-03-24  Bruno Haible  <bruno@clisp.org>
3698
3699         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3700         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3701
3702 2007-03-24  Bruno Haible  <bruno@clisp.org>
3703
3704         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3705
3706 2007-03-24  Bruno Haible  <bruno@clisp.org>
3707
3708         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3709         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3710
3711         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3712         * modules/utf8-ucs4: Turn into a symbolic link to module
3713         unistr/u8-mbtouc.
3714
3715         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3716         utf8-ucs4-unsafe.
3717         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3718         unistr/u8-mbtouc-unsafe.
3719
3720         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3721         * modules/utf16-ucs4: Turn into a symbolic link to module
3722         unistr/u16-mbtouc.
3723
3724         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3725         utf16-ucs4-unsafe.
3726         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3727         unistr/u16-mbtouc-unsafe.
3728
3729         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3730         * modules/ucs4-utf8: Turn into a symbolic link to module
3731         unistr/u8-ubtomb.
3732
3733         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3734         * modules/ucs4-utf16: Turn into a symbolic link to module
3735         unistr/u16-ubtomb.
3736
3737 2007-03-24  Bruno Haible  <bruno@clisp.org>
3738
3739         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3740         Enable the function only if HAVE_INLINE.
3741         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3742         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3743         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3744         Enable the function only if HAVE_INLINE.
3745         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3746         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3747         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3748         Enable the function only if HAVE_INLINE.
3749         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3750         Enable the function only if HAVE_INLINE.
3751         * modules/utf8-ucs4: Update.
3752         * modules/utf8-ucs4-unsafe: Update.
3753         * modules/utf16-ucs4: Update.
3754         * modules/utf16-ucs4-unsafe: Update.
3755         * modules/ucs4-utf8: Update.
3756         * modules/ucs4-utf16: Update.
3757
3758 2007-03-24  Bruno Haible  <bruno@clisp.org>
3759
3760         * lib/utf8-ucs4.h: Remove file.
3761         * lib/utf8-ucs4-unsafe.h: Remove file.
3762         * lib/utf16-ucs4.h: Remove file.
3763         * lib/utf16-ucs4-unsafe.h: Remove file.
3764         * lib/ucs4-utf8.h: Remove file.
3765         * lib/ucs4-utf16.h: Remove file.
3766         * lib/unistr.h: Include their previous contents.
3767         * m4/utf-ucs4.m4: Remove file.
3768         * m4/ucs4-utf.m4: Remove file.
3769         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3770         (Depends-on): Add unistr/base.
3771         (configure.ac): Remove gl_UTF_UCS4.
3772         (Makefile.am): Update.
3773         (Include): Change to unistr.h.
3774         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3775         (Depends-on): Add unistr/base.
3776         (configure.ac): Remove gl_UTF_UCS4.
3777         (Makefile.am): Update.
3778         (Include): Change to unistr.h.
3779         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3780         (Depends-on): Add unistr/base.
3781         (configure.ac): Remove gl_UTF_UCS4.
3782         (Makefile.am): Update.
3783         (Include): Change to unistr.h.
3784         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3785         (Depends-on): Add unistr/base.
3786         (configure.ac): Remove gl_UTF_UCS4.
3787         (Makefile.am): Update.
3788         (Include): Change to unistr.h.
3789         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3790         (Depends-on): Add unistr/base.
3791         (configure.ac): Remove gl_UCS4_UTF.
3792         (Makefile.am): Update.
3793         (Include): Change to unistr.h.
3794         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3795         (Depends-on): Add unistr/base.
3796         (configure.ac): Remove gl_UCS4_UTF.
3797         (Makefile.am): Update.
3798         (Include): Change to unistr.h.
3799         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3800         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3801         utf8-ucs4-unsafe.h.
3802         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3803         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3804         utf16-ucs4-unsafe.h.
3805         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3806         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3807         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3808         * lib/unistr/u8-strchr.c: Likewise.
3809         * lib/unistr/u8-strrchr.c: Likewise.
3810         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3811         * lib/unistr/u16-strchr.c: Likewise.
3812         * lib/unistr/u16-strrchr.c: Likewise.
3813         * lib/striconveh.c: Update.
3814         * lib/linebreak.c: Update.
3815
3816 2007-03-24  Bruno Haible  <bruno@clisp.org>
3817
3818         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3819         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3820
3821 2007-03-22  Bruno Haible  <bruno@clisp.org>
3822
3823         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3824
3825 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3826
3827         * MODULES.html.sh (File system functions): New module write-any-file.
3828         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3829         * m4/write-any-file.m4: New files.
3830
3831 2007-03-23  Eric Blake  <ebb9@byu.net>
3832
3833         * gnulib-tool: Rearrange space-tab sequences, since some editors
3834         like to eat them.
3835
3836 2007-03-23  Eric Blake  <ebb9@byu.net>
3837
3838         * lib/version-etc.c (version_etc_va): Update license wording to
3839         be more concise.  Recommended by Richard Stallman.
3840
3841 2007-03-22  Bruno Haible  <bruno@clisp.org>
3842
3843         * lib/poll.c (MSG_PEEK): New fallback definition.
3844
3845 2007-03-22  Bruno Haible  <bruno@clisp.org>
3846
3847         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3848         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3849         (main): Update.
3850         Fixes a compilation error on BeOS.
3851
3852 2007-03-22  Bruno Haible  <bruno@clisp.org>
3853
3854         * modules/frexpl-tests: New file.
3855         * tests/test-frexpl.c: New file.
3856
3857         * modules/frexpl: New file.
3858         * m4/frexpl.m4: New file.
3859         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3860         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3861         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3862         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3863         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3864         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3865
3866 2007-03-22  Bruno Haible  <bruno@clisp.org>
3867
3868         * lib/frexpl.c: Share code with lib/frexp.c.
3869         * modules/mathl (Files): Add lib/frexp.c.
3870         (Depends-on): Add isnanl-nolibm.
3871
3872 2007-03-22  Bruno Haible  <bruno@clisp.org>
3873
3874         * modules/printf-frexp (Files): Add m4/frexp.m4.
3875         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3876         only if the found frexp function actually works.
3877
3878 2007-03-22  Bruno Haible  <bruno@clisp.org>
3879
3880         * lib/frexp.c: Remove older implementation that uses divisions.
3881
3882 2007-03-21  Bruno Haible  <bruno@clisp.org>
3883
3884         * modules/frexp-tests: New file.
3885         * tests/test-frexp.c: New file.
3886
3887         * modules/frexp: New file.
3888         * lib/frexp.c: New file.
3889         * m4/frexp.m4: New file.
3890         * lib/math_.h (frexp): New declaration.
3891         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3892         REPLACE_FREXP.
3893         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3894
3895 2007-03-21  Bruno Haible  <bruno@clisp.org>
3896
3897         * modules/isnanl-tests: New file.
3898         * tests/test-isnanl.c: New file.
3899
3900         * modules/isnanl: New file.
3901         * lib/isnanl.h: New file.
3902         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3903         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3904         gl_FUNC_ISNANL_WORKS.
3905         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3906         New macros.
3907
3908 2007-03-21  Bruno Haible  <bruno@clisp.org>
3909
3910         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3911         lib/isnanl.h.
3912         (Include): Update.
3913         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3914         * lib/vasnprintf.c: Update.
3915         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3916         tests/test-isnanl.h, remove tests/test-isnanl.c.
3917         (Makefile.am): Update.
3918         * tests/test-isnanl-nolibm.c: New file.
3919         * tests/test-isnanl.h: New file.
3920         * tests/test-isnanl.c: Remove file.
3921
3922 2007-03-21  Jim Meyering  <jim@meyering.net>
3923
3924         When trying to open ".", treat ESTALE like EACCES.
3925         * lib/savewd.c (savewd_save): Resort to forking not just upon
3926         failure with EACCES, but also when errno is ESTALE.
3927
3928 2007-03-20  Bruno Haible  <bruno@clisp.org>
3929
3930         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3931         Needed on AIX 5.1. Reported by Matthew Woehlke.
3932
3933 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3934
3935         Suggestions by Bruno Haible:
3936         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3937         our own.
3938         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3939         * modules/acl (Depends-on): Add gettext.
3940
3941 2007-03-19  Bruno Haible  <bruno@clisp.org>
3942
3943         * modules/iconvme: Remove file.
3944         * lib/iconvme.h: Remove file.
3945         * lib/iconvme.c: Remove file.
3946         * m4/iconvme.m4: Remove file.
3947
3948 2007-03-19  Bruno Haible  <bruno@clisp.org>
3949
3950         * doc/relocatable-maint.texi: Break long shell script line.
3951         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3952
3953 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3954
3955         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3956         handle file_has_acl.
3957         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3958         * lib/acl.c: Move header inclusions and related macro defns into
3959         lib/acl-internal.h.
3960         (S_ISLNK): Remove defn, since that's now done for us.
3961         (file_has_acl): Move to lib/file-has-acl.c.
3962         Call acl_trivial if available.  This is the crucial part of the fix.
3963         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3964         shared within the library.  Rewrite a bit, partly to make it compatible
3965         with the GNU coding style.
3966         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3967         Remove unnecessary double-quotes.
3968         Don't test for acl_to_text; the build will catch that.
3969         Replace acl_entries if it doesn't exist and it is needed.
3970         Check for -lsec and acl_trivial (as used on Solaris 10).
3971         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3972         lib/file-has-acl.c.
3973         (Depends-on): Add sys_stat, for S_ISLNK.
3974
3975 2007-03-19  Ben Pfaff  <blp@gnu.org>
3976
3977         * doc/gnulib.texi: Fix typos.
3978         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3979
3980 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3981
3982         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3983         If size is zero here, buf must be zero.
3984
3985 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3986
3987         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3988         <bruno@clisp.org>.
3989
3990 2007-03-18  Bruno Haible  <bruno@clisp.org>
3991
3992         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3993         Suggested by Eric Blake.
3994
3995 2007-03-18  Ben Pfaff  <blp@gnu.org>
3996
3997         * doc/relocatable.texi: Recommend using as prefix a directory
3998         that does not exist and will never be created.  Based on
3999         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4000         and others.
4001
4002 2007-03-17  Bruno Haible  <bruno@clisp.org>
4003
4004         * lib/fchownat.c: Include lchown.h.
4005
4006 2007-03-17  Bruno Haible  <bruno@clisp.org>
4007
4008         Fix endless loop when the given allocated size was > INT_MAX.
4009         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4010         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4011         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4012         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4013         * lib/sprintf.c (sprintf): Likewise.
4014
4015 2007-03-17  Bruno Haible  <bruno@clisp.org>
4016
4017         * tests/test-argp-2.sh (func_compare): Output a context diff.
4018
4019 2007-03-17  Bruno Haible  <bruno@clisp.org>
4020
4021         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4022         locale's decimal-point character.
4023
4024 2007-03-17  Bruno Haible  <bruno@clisp.org>
4025
4026         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4027         before comparing it. Needed because on some platforms (e.g. x86) a
4028         'long double' occupies less bytes than sizeof (long double).
4029
4030 2007-03-17  Bruno Haible  <bruno@clisp.org>
4031
4032         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4033         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4034         * tests/test-getaddrinfo.c (simple): Likewise.
4035         * tests/test-read-file.c (main): Likewise.
4036
4037 2007-03-17  Bruno Haible  <bruno@clisp.org>
4038
4039         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4040
4041 2007-03-17  Bruno Haible  <bruno@clisp.org>
4042
4043         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4044         unused variable.
4045
4046 2007-03-17  Bruno Haible  <bruno@clisp.org>
4047
4048         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4049         * tests/test-c-strncasecmp.c: Likewise.
4050
4051 2007-03-17  Bruno Haible  <bruno@clisp.org>
4052
4053         * modules/stdlib (Depends-on): Add unistd.
4054         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4055         Needed for MacOS X 10.3.
4056
4057 2007-03-17  Bruno Haible  <bruno@clisp.org>
4058
4059         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4060
4061 2007-03-17  Bruno Haible  <bruno@clisp.org>
4062
4063         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4064
4065 2007-03-17  Bruno Haible  <bruno@clisp.org>
4066
4067         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4068         to reflect files copied from gnulib (with or without modifications).
4069         Suggested by Jim Meyering.
4070
4071 2007-03-17  Eric Blake  <ebb9@byu.net>
4072
4073         * NEWS: Document stdlib change from 2007-02-18.
4074
4075 2007-03-17  Jim Meyering  <jim@meyering.net>
4076
4077         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4078         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4079         someone uses a name containing shell meta-characters.
4080         Reported by Alfred M. Szmidt.
4081
4082         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4083
4084 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4085
4086         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4087         and copy gettext configuration files only if configure.ac contains
4088         a use of AM_GNU_GETTEXT_VERSION.
4089
4090 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4091
4092         * build-aux/bootstrap (gnulib_name): New variable.
4093         (gnulib_tool_options): Use it.
4094
4095 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4096
4097         * tests/test-des.c: Use new namespace.
4098
4099 2007-03-15  Bruno Haible  <bruno@clisp.org>
4100
4101         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4102         Reported by James Youngman <jay@gnu.org>.
4103
4104 2007-03-15  Bruno Haible  <bruno@clisp.org>
4105
4106         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4107         declared prototype. Needed with cc on OSF/1 5.1.
4108
4109 2007-03-15  Bruno Haible  <bruno@clisp.org>
4110
4111         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4112         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4113         (struct gl_list_implementation): Add dispose_fn argument to the
4114         'create_empty', 'create' methods.
4115         (struct gl_list_impl_base): Add field 'dispose_fn'.
4116         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4117         argument.
4118         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4119         dispose_fn argument.
4120         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4121         dispose_fn on the dropped values.
4122         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4123         dispose_fn argument.
4124         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4125         dropped values.
4126         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4127         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4128         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4129         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4130         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4131         argument.
4132         (gl_tree_list_free): Call dispose_fn on the dropped values.
4133         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4134         the dropped values.
4135         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4136         Add dispose_fn argument.
4137         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4138         Call dispose_fn on the dropped values.
4139         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4140         Add dispose_fn argument.
4141         (gl_sublist_create): Initialize the 'dispose_fn' field.
4142         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4143         * tests/test-array_list.c (main): Update.
4144         * tests/test-carray_list.c (main): Update.
4145         * tests/test-avltree_list.c (main): Update.
4146         * tests/test-rbtree_list.c (main): Update.
4147         * tests/test-avltreehash_list.c (main): Update.
4148         * tests/test-rbtreehash_list.c (main): Update.
4149         * tests/test-linked_list.c (main): Update.
4150         * tests/test-linkedhash_list.c (main): Update.
4151         * tests/test-array_oset.c (main): Update.
4152
4153 2007-03-15  Bruno Haible  <bruno@clisp.org>
4154
4155         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4156         (gl_oset_create_empty): Add dispose_fn argument.
4157         (struct gl_oset_implementation): Add dispose_fn argument to
4158         'create_empty' method.
4159         (struct gl_oset_impl_base): Add dispose_fn field.
4160         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4161         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4162         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4163         values.
4164         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4165         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4166         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4167         dropped value.
4168         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4169         dropped value.
4170         * tests/test-array_oset.c (main): Update.
4171         * tests/test-avltree_oset.c (main): Update.
4172         * tests/test-rbtree_oset.c (main): Update.
4173         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4174
4175 2007-03-13  Bruno Haible  <bruno@clisp.org>
4176
4177         * tests/test-stdbool.c (i): Update after last patch.
4178
4179 2007-03-12  Bruno Haible  <bruno@clisp.org>
4180
4181         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4182         the iswprint macro. Needed on Solaris 2.5.1.
4183
4184 2007-03-12  Bruno Haible  <bruno@clisp.org>
4185
4186         * tests/test-printf-frexp.c (main): Declare x as volatile.
4187
4188 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4189
4190         * doc/gnulib.texi (Build robot for gnulib): New section.
4191
4192 2007-03-12  Jim Meyering  <jim@meyering.net>
4193
4194         * build-aux/bootstrap: New file.
4195         * build-aux/bootstrap.conf: New file, from coreutils.
4196
4197 2007-03-11  Bruno Haible  <bruno@clisp.org>
4198
4199         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4200
4201 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4202
4203         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4204         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4205         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4206
4207 2007-03-11  Bruno Haible  <bruno@clisp.org>
4208
4209         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4210         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4211
4212 2007-03-11  Bruno Haible  <bruno@clisp.org>
4213
4214         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4215         formula. Needed for SunPRO C 5.0.
4216
4217 2007-03-11  Bruno Haible  <bruno@clisp.org>
4218
4219         * modules/long-options (Depends-on): Add getopt.
4220
4221 2007-03-11  Bruno Haible  <bruno@clisp.org>
4222
4223         * modules/modechange (Depends-on): Add stdbool.
4224
4225 2007-03-11  Bruno Haible  <bruno@clisp.org>
4226
4227         * modules/i-ring (Depends-on): Add stdbool.
4228
4229 2007-03-11  Bruno Haible  <bruno@clisp.org>
4230
4231         * modules/gc-des (Depends-on): Add stdbool.
4232
4233 2007-03-11  Bruno Haible  <bruno@clisp.org>
4234
4235         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4236
4237 2007-03-11  Bruno Haible  <bruno@clisp.org>
4238
4239         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4240
4241 2007-03-11  Bruno Haible  <bruno@clisp.org>
4242
4243         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4244
4245 2007-03-11  Bruno Haible  <bruno@clisp.org>
4246
4247         * lib/vasnprintf.c (sprintf): Undefine.
4248
4249 2007-03-11  Bruno Haible  <bruno@clisp.org>
4250
4251         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4252         initializers in SunPRO C and Compaq C compilers.
4253
4254 2007-03-11  Bruno Haible  <bruno@clisp.org>
4255
4256         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4257         decrementing code ANSI C compliant.
4258
4259 2007-03-11  Bruno Haible  <bruno@clisp.org>
4260
4261         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4262         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4263
4264 2007-03-11  Bruno Haible  <bruno@clisp.org>
4265
4266         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4267         <stdbool.h> substitute doesn't pass.
4268
4269 2007-03-11  Bruno Haible  <bruno@clisp.org>
4270
4271         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4272
4273 2007-03-11  Bruno Haible  <bruno@clisp.org>
4274
4275         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4276         script, for submission to autobuild.josefsson.org.
4277
4278 2007-03-10  Bruno Haible  <bruno@clisp.org>
4279
4280         * modules/canonicalize-lgpl-tests: New file.
4281         * tests/test-canonicalize-lgpl.sh: New file.
4282         * tests/test-canonicalize-lgpl.c: New file.
4283
4284         * modules/c-strcase-tests: New file.
4285         * tests/test-c-strcase.sh: New file.
4286         * tests/test-c-strcasecmp.c: New file.
4287         * tests/test-c-strncasecmp.c: New file.
4288
4289         * modules/atexit-tests: New file.
4290         * tests/test-atexit.sh: New file.
4291         * tests/test-atexit.c: New file.
4292
4293 2007-03-10  Bruno Haible  <bruno@clisp.org>
4294
4295         * tests/test-binary-io.sh: Use temporary filenames that are not so
4296         likely to clash with those of other tests (in a parallel make).
4297         * tests/test-binary-io.c: Likewise.
4298
4299 2007-03-10  Bruno Haible  <bruno@clisp.org>
4300
4301         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4302         fallback; use #error instead.
4303         Suggested by Simon Josefsson.
4304
4305 2007-03-10  Bruno Haible  <bruno@clisp.org>
4306
4307         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4308         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4309         first and the last.
4310
4311 2007-03-10  Bruno Haible  <bruno@clisp.org>
4312
4313         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4314
4315 2007-03-10  Bruno Haible  <bruno@clisp.org>
4316
4317         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4318         "make distcheck".
4319         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4320         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4321         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4322
4323 2007-03-10  Bruno Haible  <bruno@clisp.org>
4324
4325         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4326         variable.
4327         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4328         variable.
4329
4330 2007-03-09  Eric Blake  <ebb9@byu.net>
4331         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4332
4333         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4334         types are not being provided by gnulib.
4335         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4336         types are supported.
4337
4338 2007-03-10  Bruno Haible  <bruno@clisp.org>
4339
4340         * lib/stdio_.h (__attribute__): New macro.
4341         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4342         vsprintf): Specify __attribute__ __format__ for GCC.
4343         Suggested by Eric Blake.
4344
4345 2007-03-09  Bruno Haible  <bruno@clisp.org>
4346
4347         * modules/printf-posix-tests: New file.
4348         * tests/test-printf-posix.sh: New file.
4349         * tests/test-printf-posix.c: New file.
4350
4351         * modules/printf-posix: New file.
4352         * lib/printf.c: New file.
4353         * m4/printf-posix-rpl.m4: New file.
4354         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4355         REPLACE_PRINTF.
4356         * lib/stdio_.h (printf): New declaration.
4357         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4358         ____strfmon____): New macros.
4359         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4360         REPLACE_PRINTF.
4361
4362 2007-03-09  Bruno Haible  <bruno@clisp.org>
4363
4364         * tests/test-vasnprintf-posix2.sh: New file.
4365         * tests/test-vasnprintf-posix2.c: New file.
4366         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4367         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4368         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4369
4370         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4371         a locale dependent decimal point, rather than always '.'.
4372
4373 2007-03-09  Eric Blake  <ebb9@byu.net>
4374
4375         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4376         spite of platforms like Tandem/NSK that define it to -1.
4377
4378 2007-03-08  Bruno Haible  <bruno@clisp.org>
4379
4380         * modules/vprintf-posix-tests: New file.
4381         * tests/test-vprintf-posix.sh: New file.
4382         * tests/test-vprintf-posix.c: New file.
4383         * tests/test-printf-posix.h: New file.
4384
4385         * modules/vprintf-posix: New file.
4386         * lib/vprintf.c: New file.
4387         * m4/vprintf-posix.m4: New file.
4388         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4389         REPLACE_VPRINTF.
4390         * lib/stdio_.h (vprintf): New declaration.
4391         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4392         REPLACE_VPRINTF.
4393
4394 2007-03-08  Bruno Haible  <bruno@clisp.org>
4395
4396         * modules/fprintf-posix-tests: New file.
4397         * tests/test-fprintf-posix.sh: New file.
4398         * tests/test-fprintf-posix.c: New file.
4399
4400         * modules/fprintf-posix: New file.
4401         * lib/fprintf.c: New file.
4402         * m4/fprintf-posix.m4: New file.
4403         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4404         REPLACE_FPRINTF.
4405         * lib/stdio_.h (fprintf): New declaration.
4406         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4407         REPLACE_FPRINTF.
4408
4409 2007-03-08  Bruno Haible  <bruno@clisp.org>
4410
4411         * modules/vfprintf-posix-tests: New file.
4412         * tests/test-vfprintf-posix.sh: New file.
4413         * tests/test-vfprintf-posix.c: New file.
4414         * tests/test-fprintf-posix.h: New file.
4415         * tests/test-fprintf-posix.out: New file.
4416
4417         * modules/vfprintf-posix: New file.
4418         * lib/vfprintf.c: New file.
4419         * m4/vfprintf-posix.m4: New file.
4420         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4421         REPLACE_VFPRINTF.
4422         * lib/stdio_.h (vfprintf): New declaration.
4423         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4424         REPLACE_VFPRINTF.
4425
4426 2007-03-08  Bruno Haible  <bruno@clisp.org>
4427
4428         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4429
4430 2007-03-08  Bruno Haible  <bruno@clisp.org>
4431
4432         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4433         instead of 'expr' invocations.
4434         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4435         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4436         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4437         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4438         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4439         Suggested by Paul Eggert.
4440
4441 2007-03-08  Bruno Haible  <bruno@clisp.org>
4442
4443         * modules/fseterr-tests: New file.
4444         * tests/test-fseterr.c: New file.
4445
4446         * modules/fseterr: New file.
4447         * lib/fseterr.h: New file.
4448         * lib/fseterr.c: New file.
4449
4450 2007-03-08  Bruno Haible  <bruno@clisp.org>
4451
4452         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4453         * lib/getopt_.h: Likewise.
4454         * lib/mbswidth.h: Likewise.
4455         * lib/setenv.h: Likewise.
4456         * lib/vasnprintf.h: Likewise.
4457         * lib/vasprintf.h: Likewise.
4458         * lib/verror.h: Likewise.
4459         * lib/xsetenv.h: Likewise.
4460         * lib/xvasprintf.h: Likewise.
4461
4462 2007-03-08  Jim Meyering  <jim@meyering.net>
4463
4464         * users.txt: Add parted.
4465
4466         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4467
4468 2007-03-07  Bruno Haible  <bruno@clisp.org>
4469
4470         * m4/printf.m4: Make the shell script snippets copy&pastable.
4471
4472 2007-03-02  Bruno Haible  <bruno@clisp.org>
4473
4474         * lib/netinet_in_.h: New file.
4475         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4476         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4477         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4478         (Depends-on): Add absolute-header.
4479         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4480         into netinet/in.h.
4481
4482 2007-03-03  Bruno Haible  <bruno@clisp.org>
4483
4484         * lib/sys_select_.h: New file.
4485         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4486         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4487         * modules/sys_select (Files): Add lib/sys_select_.h.
4488         (Depends-on): Add absolute-header.
4489         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4490         into sys/select.h.
4491
4492 2007-03-02  Bruno Haible  <bruno@clisp.org>
4493
4494         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4495         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4496         values.
4497         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4498         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4499         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4500         * modules/sys_socket (Depends-on): Add absolute-header.
4501         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4502         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4503         (Include): Remove requirement of inclusion of <sys/types.h>.
4504
4505 2007-03-02  Bruno Haible  <bruno@clisp.org>
4506
4507         * lib/byteswap_.h (bswap_32): Fix formula.
4508
4509 2007-03-06  Bruno Haible  <bruno@clisp.org>
4510
4511         * modules/sprintf-posix-tests: New file.
4512         * tests/test-sprintf-posix.c: New file.
4513
4514         * modules/sprintf-posix: New file.
4515         * lib/sprintf.c: New file.
4516         * m4/sprintf-posix.m4: New file.
4517         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4518         REPLACE_SPRINTF.
4519         * lib/stdio_.h (sprintf): New declaration.
4520         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4521         REPLACE_SPRINTF.
4522
4523 2007-03-06  Bruno Haible  <bruno@clisp.org>
4524
4525         * modules/vsprintf-posix-tests: New file.
4526         * tests/test-vsprintf-posix.c: New file.
4527         * tests/test-sprintf-posix.h: New file.
4528
4529         * modules/vsprintf-posix: New file.
4530         * lib/vsprintf.c: New file.
4531         * m4/vsprintf-posix.m4: New file.
4532         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4533         REPLACE_VSPRINTF.
4534         * lib/stdio_.h (vsprintf): New declaration.
4535         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4536         REPLACE_VSPRINTF.
4537
4538 2007-03-06  Bruno Haible  <bruno@clisp.org>
4539
4540         * modules/vsnprintf (Depend-on): Remove minmax.
4541
4542 2007-03-06  Bruno Haible  <bruno@clisp.org>
4543
4544         * modules/snprintf-posix-tests: New file.
4545         * tests/test-snprintf-posix.c: New file.
4546
4547         * modules/snprintf-posix: New file.
4548         * m4/snprintf-posix.m4: New file.
4549         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4550         gl_FUNC_SNPRINTF.
4551         (gl_FUNC_SNPRINTF): Invoke it.
4552         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4553         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4554         is set.
4555         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4556
4557 2007-03-06  Bruno Haible  <bruno@clisp.org>
4558
4559         * modules/vsnprintf-posix-tests: New file.
4560         * tests/test-vsnprintf-posix.c: New file.
4561         * tests/test-snprintf-posix.h: New file.
4562
4563         * modules/vsnprintf-posix: New file.
4564         * m4/vsnprintf-posix.m4: New file.
4565         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4566         gl_FUNC_VSNPRINTF.
4567         (gl_FUNC_VSNPRINTF): Invoke it.
4568         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4569         * lib/stdio_.h (vsnprintf): Define as a replacement if
4570         REPLACE_VSNPRINTF is set.
4571         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4572
4573 2007-03-06  Bruno Haible  <bruno@clisp.org>
4574
4575         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4576         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4577
4578 2007-03-06  Bruno Haible  <bruno@clisp.org>
4579
4580         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4581         (asinl): Declare also if HAVE_DECL_ASINL is set.
4582         (atanl): Declare also if HAVE_DECL_ATANL is set.
4583         (ceill): Declare also if HAVE_DECL_CEILL is set.
4584         (cosl): Declare also if HAVE_DECL_COSL is set.
4585         (expl): Declare also if HAVE_DECL_EXPL is set.
4586         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4587         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4588         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4589         (logl): Declare also if HAVE_DECL_LOGL is set.
4590         (sinl): Declare also if HAVE_DECL_SINL is set.
4591         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4592         (tanl): Declare also if HAVE_DECL_TANL is set.
4593         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4594         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4595         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4596         declaration of frexpl, ldexpl.
4597         * modules/printf-frexpl (Depends-on): Add math.
4598         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4599
4600 2007-03-05  Bruno Haible  <bruno@clisp.org>
4601
4602         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4603         frexpl and ldexpl are declared.
4604         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4605
4606 2007-03-05  Bruno Haible  <bruno@clisp.org>
4607
4608         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4609         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4610
4611 2007-03-05  Bruno Haible  <bruno@clisp.org>
4612
4613         * lib/stdio_.h: Include <stddef.h>.
4614
4615 2007-03-05  Bruno Haible  <bruno@clisp.org>
4616
4617         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4618
4619 2007-03-05  Bruno Haible  <bruno@clisp.org>
4620
4621         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4622         NetBSD 4, from Ralf Wildenhues.
4623
4624 2007-03-04  Bruno Haible  <bruno@clisp.org>
4625
4626         * lib/vasprintf.h: Update #if logic for the case when the functions
4627         exist but are overridden.
4628
4629 2007-03-04  Bruno Haible  <bruno@clisp.org>
4630
4631         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4632         implementations: glibc-2.4 and MacOS X 10.3.
4633         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4634         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4635         * tests/test-vasprintf-posix.c (test_function): Likewise.
4636
4637 2007-03-04  Bruno Haible  <bruno@clisp.org>
4638
4639         * modules/vasprintf-posix-tests: New file.
4640         * tests/test-vasprintf-posix.c: New file.
4641
4642         * modules/vasprintf-posix: New file.
4643         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4644         defined.
4645         * m4/vasprintf-posix.m4: New file.
4646         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4647         gl_FUNC_VASPRINTF.
4648         (gl_FUNC_VASPRINTF): Invoke it.
4649         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4650         here.
4651         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4652
4653 2007-03-04  Bruno Haible  <bruno@clisp.org>
4654
4655         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4656         REPLACE_GETTIMEOFDAY.
4657         * modules/sys_time (Makefile.am): Likewise.
4658         * m4/sys_time_h.m4: Likewise.
4659         * m4/gettimeofday.m4: Likewise.
4660
4661 2007-03-04  Bruno Haible  <bruno@clisp.org>
4662
4663         * modules/vasnprintf-posix-tests: New file.
4664         * tests/test-vasnprintf-posix.c: New file.
4665
4666         * modules/vasnprintf-posix: New file.
4667         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4668         printf-frexpl.h.
4669         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4670         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4671         REPLACE_VASNPRINTF is defined.
4672         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4673         gl_FUNC_VASNPRINTF.
4674         (gl_FUNC_VASNPRINTF): Invoke it.
4675         * m4/vasnprintf-posix.m4: New file.
4676         * m4/printf.m4: New file.
4677
4678 2007-03-04  Bruno Haible  <bruno@clisp.org>
4679
4680         Compile progreloc.c only if --enable-relocatable is specified.
4681         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4682         if --enable-relocatable was specified.
4683         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4684         lib_SOURCES.
4685
4686 2007-03-04  Jim Meyering  <jim@meyering.net>
4687
4688         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4689         Use it consistently, rather than enumerating errno constants.
4690
4691 2007-03-04  Bruno Haible  <bruno@clisp.org>
4692
4693         * modules/xvasprintf-tests: New file.
4694         * tests/test-xvasprintf.c: New file.
4695
4696         * modules/vasprintf-tests: New file.
4697         * tests/test-vasprintf.c: New file.
4698
4699         * modules/vasnprintf-tests: New file.
4700         * tests/test-vasnprintf.c: New file.
4701
4702         * modules/vsnprintf-tests: New file.
4703         * tests/test-vsnprintf.c: New file.
4704
4705         * modules/snprintf-tests: New file.
4706         * tests/test-snprintf.c: New file.
4707
4708 2007-03-04  Bruno Haible  <bruno@clisp.org>
4709
4710         Compile relocatable.c only if --enable-relocatable is specified.
4711         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4712         gl_RELOCATABLE_LIBRARY.
4713         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4714         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4715         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4716         gl_RELOCATABLE_LIBRARY.
4717         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4718         (Makefile.am): Remove lib_SOURCES.
4719         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4720         gl_RELOCATABLE_LIBRARY.
4721         (Makefile.am): Remove lib_SOURCES.
4722         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4723         always.
4724         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4725         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4726
4727 2007-03-04  Bruno Haible  <bruno@clisp.org>
4728
4729         * modules/argmatch-tests: New file.
4730         * tests/test-argmatch.c: New file.
4731
4732         * tests/test-allocsa.c (main): Halve the number of loop runs.
4733
4734         * modules/alloca-opt-tests: New file.
4735         * tests/test-alloca-opt.c: New file.
4736
4737 2007-03-04  Jim Meyering  <jim@meyering.net>
4738
4739         Work around difference between Linux ACLs and Solaris 10 ZFS.
4740         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4741         for EINVAL.
4742
4743 2007-03-03  Bruno Haible  <bruno@clisp.org>
4744
4745         * modules/relocatable-prog (Depends-on): Add back progreloc's
4746         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4747
4748 2007-03-03  Bruno Haible  <bruno@clisp.org>
4749
4750         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4751         * modules/relocatable-lib: New file.
4752
4753 2007-03-03  Bruno Haible  <bruno@clisp.org>
4754
4755         * modules/relocatable-prog: Renamed from modules/relocatable.
4756         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4757
4758 2007-03-03  Bruno Haible  <bruno@clisp.org>
4759
4760         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4761         m4/relocatable-lib.m4.
4762         (Depends-on): Remove 'relocatable'.
4763         (configure.ac): Add gl_RELOCATABLE_NOP.
4764
4765 2007-03-03  Bruno Haible  <bruno@clisp.org>
4766
4767         * modules/relocatable-prog-wrapper: New file.
4768         * modules/relocatable (Depends-on): Add it. Remove all other
4769         dependencies except progname.
4770         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4771
4772         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4773         (gl_FUNC_STRERROR): Nop.
4774         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4775
4776         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4777         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4778
4779         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4780         (gl_FUNC_READLINK): Update.
4781
4782         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4783
4784 2007-03-03  Bruno Haible  <bruno@clisp.org>
4785
4786         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4787         * modules/xreadlink (Depends-on): Add unistd.
4788         * modules/xreadlink-with-size (Depends-on): Likewise.
4789
4790 2007-03-03  Bruno Haible  <bruno@clisp.org>
4791
4792         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4793         extracted from gt_FUNC_SETENV.
4794         (gt_FUNC_SETENV): Remove macro.
4795         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4796         remove gt_FUNC_SETENV.
4797
4798 2007-03-03  Bruno Haible  <bruno@clisp.org>
4799
4800         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4801         ENABLE_RELOCATABLE here.
4802         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4803
4804 2007-03-03  Bruno Haible  <bruno@clisp.org>
4805
4806         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4807         * tests/test-rbtreehash_list.c: Include progname.h.
4808         (main): Call set_program_name.
4809
4810         * modules/rbtree-oset-tests (Depends-on): Add progname.
4811         * tests/test-rbtree_oset.c: Include progname.h.
4812         (main): Call set_program_name.
4813
4814         * modules/rbtree-list-tests (Depends-on): Add progname.
4815         * tests/test-rbtree_list.c: Include progname.h.
4816         (main): Call set_program_name.
4817
4818         * modules/linked-list-tests (Depends-on): Add progname.
4819         * tests/test-linked_list.c: Include progname.h.
4820         (main): Call set_program_name.
4821
4822 2007-03-03  Bruno Haible  <bruno@clisp.org>
4823
4824         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4825         All uses of __restrict changed to _Restrict_.
4826         * lib/glob_.h (__restrict): Remove macro.
4827
4828 2007-03-02  Bruno Haible  <bruno@clisp.org>
4829
4830         * modules/gettext (configure.ac): Require gettext infrastructure
4831         from version 0.16.1.
4832
4833 2007-03-02  Bruno Haible  <bruno@clisp.org>
4834
4835         * modules/linkedhash-list-tests (Depends-on): Add progname.
4836         * tests/test-linkedhash_list.c: Include progname.h.
4837         (main): Call set_program_name.
4838
4839         * modules/carray-list-tests (Depends-on): Add progname.
4840         * tests/test-carray_list.c: Include progname.h.
4841         (main): Call set_program_name.
4842
4843         * modules/avltreehash-list-tests (Depends-on): Add progname.
4844         * tests/test-avltreehash_list.c: Include progname.h.
4845         (main): Call set_program_name.
4846
4847         * modules/avltree-oset-tests (Depends-on): Add progname.
4848         * tests/test-avltree_oset.c: Include progname.h.
4849         (main): Call set_program_name.
4850
4851         * modules/avltree-list-tests (Depends-on): Add progname.
4852         * tests/test-avltree_list.c: Include progname.h.
4853         (main): Call set_program_name.
4854
4855         * modules/array-oset-tests (Depends-on): Add progname.
4856         * tests/test-array_oset.c: Include progname.h.
4857         (main): Call set_program_name.
4858
4859         * modules/array-list-tests (Depends-on): Add progname.
4860         * tests/test-array_list.c: Include progname.h.
4861         (main): Call set_program_name.
4862
4863         * modules/argp-tests (Depends-on): Add progname.
4864         * tests/test-argp.c: Include argp.h first. Include progname.h.
4865         (main): Call set_program_name.
4866
4867 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4868
4869         * doc/gnulib-tool.texi (Initial import): Reword description of
4870         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4871         limited effect even if defined after the first system include.
4872
4873 2007-03-01  Bruno Haible  <bruno@clisp.org>
4874
4875         * build-aux/config.libpath: Update to libtool-1.5.22.
4876         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4877
4878 2007-03-01  Bruno Haible  <bruno@clisp.org>
4879
4880         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4881         foo_CFLAGS.
4882         Reported by Ralf Wildenhues.
4883
4884 2007-03-01  Bruno Haible  <bruno@clisp.org>
4885
4886         * build-aux/install-reloc: Remove object files left over by some
4887         compilers.
4888         Reported by Ralf Wildenhues.
4889
4890 2007-03-01  Bruno Haible  <bruno@clisp.org>
4891
4892         * build-aux/install-reloc: Break long lines.
4893
4894 2007-03-01  Bruno Haible  <bruno@clisp.org>
4895
4896         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4897         Reported by Ralf Wildenhues.
4898
4899 2007-03-01  Bruno Haible  <bruno@clisp.org>
4900
4901         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4902         include ordering constraints.
4903
4904 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4905
4906         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4907         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4908         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4909         as another example.
4910         * lib/time_.h: Fix misspelling.
4911         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4912         Require gl_HEADER_TIME_H_DEFAULTS.
4913         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4914         * m4/time_r.m4 (gl_TIME_R): Likewise.
4915         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4916
4917 2007-03-01  Bruno Haible  <bruno@clisp.org>
4918
4919         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4920         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4921
4922 2007-03-01  Jim Meyering  <jim@meyering.net>
4923
4924         * modules/xreadlink (Maintainer): Add my name.
4925         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4926
4927 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4928             Bruno Haible  <bruno@clisp.org>
4929
4930         * build-aux/install-reloc: Compile also c-ctype.c.
4931         * build-aux/relocatable.sh.in: New file.
4932         * doc/relocatable.texi: New file.
4933         * doc/relocatable-maint.texi: New file.
4934         * doc/gnulib.texi: Include relocatable-maint.texi.
4935         * lib/progreloc.c: Include unistd.h unconditionally.
4936         * lib/relocwrapper.c: Include unistd.h unconditionally.
4937         Include c-ctype.h.
4938         (add_dotbin): Use c_tolower.
4939         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4940         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4941         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4942         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4943         to m4/relocatable-lib.m4.
4944         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4945         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4946         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4947         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4948         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4949         * modules/relocatable: New file.
4950         * modules/relocatable-lib: New file.
4951         * modules/relocatable-script: New file.
4952
4953 2007-02-28  Bruno Haible  <bruno@clisp.org>
4954
4955         Import --enable-relocatable infrastructure.
4956         * build-aux/config.libpath: New file, from GNU gettext.
4957         * build-aux/install-reloc: New file, from GNU gettext.
4958         * build-aux/reloc-ldflags: New file, from GNU gettext.
4959         * lib/relocatable.h: New file, from GNU gettext.
4960         * lib/relocatable.c: New file, from GNU gettext.
4961         * lib/relocwrapper.c: New file, from GNU gettext.
4962         * m4/relocatable.m4: New file, from GNU gettext.
4963
4964 2007-02-28  Bruno Haible  <bruno@clisp.org>
4965
4966         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4967
4968         * modules/xreadlink: New file, from GNU gettext with modifications.
4969         * lib/xreadlink.c: New file, from GNU gettext.
4970         * lib/xreadlink.h: Add comments.
4971         (xreadlink): New declaration.
4972
4973         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4974         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4975         lib/xreadlink-with-size.c.
4976         (configure.ac): Remove gl_XREADLINK invocation.
4977         (Makefile.am): Augment lib_SOURCES.
4978         * m4/xreadlink.m4: Remove file.
4979         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4980         (xreadlink_with_size): Renamed from xreadink.
4981         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4982         * modules/canonicalize (Depends-on): Replace xreadlink with
4983         xreadlink-with-size.
4984         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4985
4986 2007-02-25  Jim Meyering  <jim@meyering.net>
4987
4988         * build-aux/announce-gen: When complaining about excess arguments,
4989         list them.
4990
4991 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4992
4993         * README: Document signed integer overflow situation more
4994         accurately.
4995
4996 2007-02-25  Bruno Haible  <bruno@clisp.org>
4997
4998         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4999         'a' or 'A' conversion.
5000
5001 2007-02-25  Bruno Haible  <bruno@clisp.org>
5002
5003         * modules/filename: Renamed from modules/pathname.
5004         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5005         lib/concatpath.c with lib/concat-filename.c.
5006         (Makefile.am): Update.
5007         (Include): Replace pathname.h with filename.h.
5008         * lib/filename.h: Renamed from lib/pathname.h.
5009         (concatenated_filename): Renamed from concatenated_pathname.
5010         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5011         (concatenated_filename): Renamed from concatenated_pathname.
5012         * lib/findprog.c: Include filename.h instead of pathname.h.
5013         (find_in_path): Update.
5014         * lib/javacomp.c: Include filename.h instead of pathname.h.
5015         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5016         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5017         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5018         is_oldgcj_14_13_usable, is_javac_usable): Update.
5019         * lib/javaexec.c: Include filename.h instead of pathname.h.
5020         (execute_java_class): Update.
5021         * modules/findprog: Update.
5022         * modules/javacomp: Update.
5023         * modules/javaexec: Update.
5024         * MODULES.html.sh (File system functions): Add 'filename', remove
5025         'pathname'.
5026
5027 2007-02-25  Bruno Haible  <bruno@clisp.org>
5028
5029         * modules/printf-frexpl-tests: New file.
5030         * tests/test-printf-frexpl.c: New file.
5031
5032         * modules/printf-frexpl: New file.
5033         * lib/printf-frexpl.h: New file.
5034         * lib/printf-frexpl.c: New file.
5035         * m4/printf-frexpl.m4: New file.
5036
5037 2007-02-25  Bruno Haible  <bruno@clisp.org>
5038
5039         * modules/printf-frexp-tests: New file.
5040         * tests/test-printf-frexp.c: New file.
5041
5042         * modules/printf-frexp: New file.
5043         * lib/printf-frexp.h: New file.
5044         * lib/printf-frexp.c: New file.
5045         * m4/printf-frexp.m4: New file.
5046
5047 2007-02-25  Bruno Haible  <bruno@clisp.org>
5048
5049         Assume automake >= 1.10 for the tests.
5050         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5051         * modules/arctwo-tests: Likewise.
5052         * modules/argp-tests: Likewise.
5053         * modules/avltree-list-tests: Likewise.
5054         * modules/avltree-oset-tests: Likewise.
5055         * modules/avltreehash-list-tests: Likewise.
5056         * modules/carray-list-tests: Likewise.
5057         * modules/crc-tests: Likewise.
5058         * modules/des-tests: Likewise.
5059         * modules/gc-arcfour-tests: Likewise.
5060         * modules/gc-arctwo-tests: Likewise.
5061         * modules/gc-des-tests: Likewise.
5062         * modules/gc-hmac-md5-tests: Likewise.
5063         * modules/gc-hmac-sha1-tests: Likewise.
5064         * modules/gc-md2-tests: Likewise.
5065         * modules/gc-md4-tests: Likewise.
5066         * modules/gc-md5-tests: Likewise.
5067         * modules/gc-pbkdf2-sha1-tests: Likewise.
5068         * modules/gc-rijndael-tests: Likewise.
5069         * modules/gc-sha1-tests: Likewise.
5070         * modules/gc-tests: Likewise.
5071         * modules/getaddrinfo-tests: Likewise.
5072         * modules/hmac-md5-tests: Likewise.
5073         * modules/hmac-sha1-tests: Likewise.
5074         * modules/linked-list-tests: Likewise.
5075         * modules/linkedhash-list-tests: Likewise.
5076         * modules/lock-tests: Likewise.
5077         * modules/md2-tests: Likewise.
5078         * modules/md4-tests: Likewise.
5079         * modules/md5-tests: Likewise.
5080         * modules/rbtree-list-tests: Likewise.
5081         * modules/rbtree-oset-tests: Likewise.
5082         * modules/rbtreehash-list-tests: Likewise.
5083         * modules/read-file-tests: Likewise.
5084         * modules/rijndael-tests: Likewise.
5085         * modules/stdint-tests: Likewise.
5086         * modules/tls-tests: Likewise.
5087
5088 2007-02-24  Bruno Haible  <bruno@clisp.org>
5089
5090         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5091         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5092         function; instead check whether isnan with a double argument links.
5093         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5094         function; instead check whether isnan with a 'long double' argument
5095         links.
5096         Reported by Eric Blake <ebb9@byu.net>.
5097
5098 2007-02-24  Bruno Haible  <bruno@clisp.org>
5099
5100         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5101         defined.
5102         * lib/isnanl.c: Remove all code. Just include isnan.c.
5103         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5104
5105 2007-02-25  Jim Meyering  <jim@meyering.net>
5106
5107         Avoid conflicting types for 'unsetenv' on FreeBSD.
5108         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5109         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5110         in stdlib.h.
5111
5112 2007-02-24  Bruno Haible  <bruno@clisp.org>
5113
5114         * modules/isnanl-nolibm-tests: New file.
5115         * tests/test-isnanl.c: New file.
5116
5117         * modules/isnanl-nolibm: New file.
5118         * lib/isnanl.h: New file.
5119         * lib/isnanl.c: New file.
5120         * m4/isnanl.m4: New file.
5121
5122 2007-02-24  Bruno Haible  <bruno@clisp.org>
5123
5124         * modules/isnan-nolibm-tests: New file.
5125         * tests/test-isnan.c: New file.
5126
5127         * modules/isnan-nolibm: New file.
5128         * lib/isnan.h: New file.
5129         * lib/isnan.c: New file.
5130         * m4/isnan.m4: New file.
5131
5132 2007-02-24  Bruno Haible  <bruno@clisp.org>
5133
5134         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5135         assume that an exponent fits in 20 bits.
5136
5137 2007-02-24  Jim Meyering  <jim@meyering.net>
5138
5139         * m4/regex.m4: Update the description of the configure-time option,
5140         --without-included-regex, to state accurately what the defaults are,
5141         and perhaps to give people an idea why using this option is risky.
5142
5143 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5144
5145         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5146         loops on small arguments.  This attempts to avoid the problem
5147         Bruno Haible reported for AIX 4.3.2 in
5148         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5149
5150 2007-02-23  Bruno Haible  <bruno@clisp.org>
5151
5152         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5153         Needed for help2man.
5154
5155 2007-02-23  Karl Berry  <karl@gnu.org>
5156
5157         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5158         exists, foo.h should be cvs-ignored, not committed.
5159
5160 2007-02-23  Eric Blake  <ebb9@byu.net>
5161
5162         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5163         * lib/stat-time.h (includes): Likewise.
5164         * lib/utimecmp.c (includes): Likewise.
5165         * lib/utimens.h (includes): Likewise.
5166         * lib/getdate.y (includes): Also include "timespec.h" for use
5167         internal to the module.
5168         * modules/utimens (Depends-on): Revert yesterday's patch.
5169         * modules/nanosleep (Depends-on): Add missing dependency.
5170
5171 2007-02-22  Bruno Haible  <bruno@clisp.org>
5172
5173         * lib/glob.c: Don't include getlogin_r.h.
5174
5175 2007-02-22  Jim Meyering  <jim@meyering.net>
5176
5177         * modules/utimens (Depends-on): Add timespec, required for
5178         utimens.h's inclusion of timespec.h.
5179
5180 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5181
5182         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5183         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5184         Schwab in
5185         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5186         I'll try to think of a better way to fix the Solaris problem.
5187
5188         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5189         like glibc; on Solaris 10, it fails with errno == EINVAL.
5190         POSIX says the behavior is unspecified if the first argument is NULL,
5191         so play it safe and never pass NULL to the system getcwd.
5192
5193 2007-02-21  Jim Meyering  <jim@meyering.net>
5194
5195         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5196         of gettimeofday.  It would conflict with the one now always
5197         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5198         an IRIX 6.5 build failure.
5199
5200 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5201
5202         Minor fixups to port to Solaris 10 with Sun C 5.8.
5203         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5204         * modules/getcwd (Depends-on): Add dirfd.
5205         * lib/putenv.c (putenv): #undef it.
5206         (rpl_putenv): New decl.
5207         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5208
5209 2007-02-20  Bruno Haible  <bruno@clisp.org>
5210
5211         * modules/stdio-tests: New file.
5212         * tests/test-stdio.c: New file.
5213
5214         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5215         (Depends-on): Add stdio.
5216         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5217         (Include): Use <stdio.h> instead of vsnprintf.h.
5218         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5219         HAVE_DECL_VSNPRINTF.
5220         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5221
5222         * modules/snprintf (Files): Remove lib/snprintf.h.
5223         (Depends-on): Add stdio.
5224         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5225         (Include): Use <stdio.h> instead of snprintf.h.
5226         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5227         HAVE_DECL_SNPRINTF.
5228         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5229         * lib/getaddrinfo.c: Likewise.
5230
5231         * modules/stdio: New file.
5232         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5233         * lib/snprintf.h: Remove file.
5234         * lib/vsnprintf.h: Remove file.
5235         * lib/.cppi-disable: Remove snprintf.h.
5236         * m4/stdio_h.m4: New file.
5237         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5238
5239 2007-02-20  Jim Meyering  <jim@meyering.net>
5240
5241         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5242         used by e.g., mingw.  From Bruno Haible.
5243
5244 2007-02-19  Bruno Haible  <bruno@clisp.org>
5245
5246         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5247         warnings.
5248         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5249
5250 2007-02-19  Bruno Haible  <bruno@clisp.org>
5251
5252         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5253         from mingw users.
5254
5255 2007-02-19  Bruno Haible  <bruno@clisp.org>
5256
5257         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5258         warnings.
5259         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5260
5261 2007-02-19  Jim Meyering  <jim@meyering.net>
5262
5263         Don't use FD after a successful "fdopendir (fd)".
5264         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5265         Reset it by calling dirfd on the just-obtained DIR*.
5266
5267         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5268         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5269
5270 2007-02-18  Bruno Haible  <bruno@clisp.org>
5271
5272         * lib/readlink.c: Include <unistd.h>.
5273         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5274         HAVE_READLINK.
5275         * modules/readlink (Depends-on): Add unistd.
5276         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5277         (Include): Add <unistd.h>.
5278
5279         * lib/getlogin_r.h: Remove file.
5280         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5281         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5282         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5283         HAVE_DECL_GETLOGIN_R.
5284         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5285         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5286         (Include): Use <unistd.h> instead of getlogin_r.h.
5287
5288         * lib/getcwd.h: Remove file.
5289         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5290         * lib/xgetcwd.c: Likewise.
5291         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5292         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5293         * modules/getcwd (Files): Remove lib/getcwd.h.
5294         (Depends-on): Add unistd.
5295         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5296         (Include): Use <unistd.h> instad of getcwd.h.
5297
5298         * lib/ftruncate.c: Include <unistd.h> first.
5299         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5300         Set HAVE_FTRUNCATE.
5301         * modules/ftruncate (Depends-on): Add unistd.
5302         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5303
5304         * lib/fchdir.c: Include <unistd.h> first.
5305         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5306         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5307         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5308         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5309         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5310
5311         * lib/dup2.c: Include <unistd.h> first.
5312         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5313         HAVE_DUP2.
5314         * modules/dup2 (Depends-on): Add unistd.
5315         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5316
5317         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5318         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5319         REPLACE_CHOWN. Don't define chown as a macro here.
5320         * modules/chown (Depends-on): Add unistd.
5321         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5322
5323         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5324         Add definition for GL_LINK_WARNING.
5325         (chown, dup2): New declarations.
5326         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5327         link warning.
5328         (ftruncate): New declaration.
5329         (getcwd): New declaration, taken from old getcwd.h.
5330         (getlogin_r): New declaration, taken from old getlogin_r.h.
5331         (readlink): New declaration.
5332         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5333         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5334         (gl_PREREQ_UNISTD): Remove macro.
5335         (gl_UNISTD_MODULE_INDICATOR): New macro.
5336         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5337         many new variables. Don't set UNISTD_H.
5338         * modules/unistd (Description): Change.
5339         (Depends-on): Add link-warning.
5340         (configure.ac): Update.
5341         (Makefile.am): Create unistd.h always. Substitute many new variables
5342         into it.
5343
5344 2007-02-18  Bruno Haible  <bruno@clisp.org>
5345
5346         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5347         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5348         HAVE_GETSUBOPT.
5349         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5350         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5351         * lib/getsubopt.h: Remove file.
5352         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5353         (Depends-on): Add stdlib.
5354         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5355         (Includes): Use <stdlib.h> instead of getsubopt.h.
5356         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5357         Set HAVE_GETSUBOPT.
5358         * lib/getsubopt.c: Don't include getsubopt.h.
5359
5360 2007-02-18  Bruno Haible  <bruno@clisp.org>
5361
5362         * modules/fchdir (Depends-on): Add dup2.
5363
5364 2007-02-18  Bruno Haible  <bruno@clisp.org>
5365
5366         * lib/stdlib_.h: Handle glibc's special invocation convention
5367         specially.
5368
5369 2007-02-18  Bruno Haible  <bruno@clisp.org>
5370
5371         * modules/stdlib-tests: New file.
5372         * tests/test-stdlib.c: New file.
5373
5374         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5375         (Depends-on): Add stdlib.
5376         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5377         (Includes): Use <stdlib.h> instead of mkstemp.h.
5378         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5379         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5380         * lib/mkstemp.c: Don't include mkstemp.h.
5381         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5382         * lib/stdlib--.h: Don't include mkstemp.h.
5383
5384         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5385         (Depends-on): Add stdlib.
5386         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5387         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5388         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5389         HAVE_MKDTEMP.
5390         * lib/mkdtemp.c: Don't include mkdtemp.h.
5391         * lib/clean-temp.c: Don't include mkdtemp.h.
5392
5393         * modules/exit (Files): Remove lib/exit.h.
5394         (Depends-on): Add stdlib.
5395         (Makefile.am): Remove lib_SOURCES.
5396         (Include): Use <stdlib.h> instead of exit.h.
5397         * lib/argmatch.c: Don't include exit.h.
5398         * lib/execute.c: Likewise.
5399         * lib/pagealign_alloc.c: Likewise.
5400         * lib/pipe.c: Likewise.
5401         * lib/wait-process.c: Likewise.
5402         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5403         * lib/exitfail.c: Likewise.
5404         * lib/savewd.c: Likewise.
5405         * lib/xsetenv.c: Likewise.
5406
5407         * modules/stdlib: New file.
5408         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5409         and extra comments about mkstemp().
5410         * lib/exit.h: Remove file.
5411         * lib/mkdtemp.h: Remove file.
5412         * lib/mkstemp.h: Remove file.
5413         * m4/stdlib_h.m4: New file.
5414         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5415
5416 2007-02-18  Bruno Haible  <bruno@clisp.org>
5417
5418         * modules/math-tests: New file.
5419         * tests/test-math.c: New file.
5420
5421         * modules/math: New file.
5422         * modules/mathl (Files): Remove lib/mathl.h.
5423         (Depends-on): Add math.
5424         (Makefile.am): Don't mention mathl.h.
5425         (Include): Use <math.h> instead of mathl.h.
5426         * lib/math_.h: New file.
5427         * lib/mathl.h: Remove file.
5428         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5429         mathl.h.
5430         * lib/asinl.c: Likewise.
5431         * lib/atanl.c: Likewise.
5432         * lib/ceill.c: Likewise.
5433         * lib/cosl.c: Likewise.
5434         * lib/expl.c: Likewise.
5435         * lib/floorl.c: Likewise.
5436         * lib/frexpl.c: Likewise.
5437         * lib/ldexpl.c: Likewise.
5438         * lib/logl.c: Likewise.
5439         * lib/sincosl.c: Likewise.
5440         * lib/sinl.c: Likewise.
5441         * lib/sqrtl.c: Likewise.
5442         * lib/tanl.c: Likewise.
5443         * lib/trigl.c: Likewise.
5444         * m4/math_h.m4: New file.
5445         * MODULES.html.sh (Mathematics): Add math.
5446
5447 2007-02-17  Bruno Haible  <bruno@clisp.org>
5448
5449         * modules/wctype-tests: New file.
5450         * tests/test-wctype.c: New file.
5451
5452         * modules/wchar-tests: New file.
5453         * tests/test-wchar.c: New file.
5454
5455         * modules/unistd-tests: New file.
5456         * tests/test-unistd.c: New file.
5457
5458         * modules/time-tests: New file.
5459         * tests/test-time.c: New file.
5460
5461         * modules/sysexits-tests: New file.
5462         * tests/test-sysexits.c: New file.
5463
5464         * modules/sys_time-tests: New file.
5465         * tests/test-sys_time.c: New file.
5466
5467         * modules/sys_stat-tests: New file.
5468         * tests/test-sys_stat.c: New file.
5469
5470         * modules/sys_socket-tests: New file.
5471         * tests/test-sys_socket.c: New file.
5472
5473         * modules/sys_select-tests: New file.
5474         * tests/test-sys_select.c: New file.
5475
5476         * modules/string-tests: New file.
5477         * tests/test-string.c: New file.
5478
5479         * modules/stdbool-tests: New file.
5480         * tests/test-stdbool.c: New file.
5481
5482         * modules/netinet_in-tests: New file.
5483         * tests/test-netinet_in.c: New file.
5484
5485         * modules/inttypes-tests: New file.
5486         * tests/test-inttypes.c: New file.
5487
5488         * modules/fcntl-tests: New file.
5489         * tests/test-fcntl.c: New file.
5490
5491         * modules/byteswap-tests: New file.
5492         * tests/test-byteswap.c: New file.
5493
5494         * modules/arpa_inet-tests: New file.
5495         * tests/test-arpa_inet.c: New file.
5496
5497 2007-02-17  Bruno Haible  <bruno@clisp.org>
5498
5499         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5500         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5501         if the corresponding module is not enabled. Emit link warnings if
5502         the function is used nevertheless.
5503         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5504         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5505         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5506         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5507         * modules/inttypes (Depends-on): Add link-warning.
5508         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5509         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5510         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5511         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5512         * modules/imaxdiv (configure.ac): Likewise.
5513         * modules/strtoimax (configure.ac): Likewise.
5514         * modules/strtoumax (configure.ac): Likewise.
5515
5516 2007-02-17  Bruno Haible  <bruno@clisp.org>
5517
5518         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5519         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5520         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5521         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5522
5523 2007-02-17  Bruno Haible  <bruno@clisp.org>
5524
5525         * modules/link-warning: New file.
5526         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5527         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5528         * modules/string (Depends-on): Add link-warning.
5529         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5530         string.h.
5531         * MODULES.html.sh (Support for building libraries and executables): Add
5532         link-warning.
5533
5534 2007-02-17  Bruno Haible  <bruno@clisp.org>
5535
5536         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5537         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5538         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5539         long lines.
5540
5541 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5542             Bruno Haible  <bruno@clisp.org>
5543
5544         * modules/tmpfile: New file.
5545         * lib/tmpfile.c: New file.
5546         * m4/tmpfile.m4: New file.
5547         * MODULES.html.sh (func_all_modules): New section "Input/output".
5548
5549 2007-02-15  Bruno Haible  <bruno@clisp.org>
5550
5551         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5552         (supports_delete_on_close): New function.
5553         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5554
5555 2007-02-14  Bruno Haible  <bruno@clisp.org>
5556
5557         * modules/mbspcasecmp-tests: New file.
5558         * tests/test-mbspcasecmp.sh: New file.
5559         * tests/test-mbspcasecmp.c: New file.
5560
5561         New module mbspcasecmp.
5562         * modules/mbspcasecmp: New file.
5563         * lib/mbspcasecmp.c: New file.
5564         * lib/string_.h (strncasecmp): Change warning message.
5565         (mbspcasecmp): New declaration.
5566         * m4/mbspcasecmp.m4: New file.
5567         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5568         GNULIB_MBSPCASECMP.
5569         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5570         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5571
5572 2007-02-14  Bruno Haible  <bruno@clisp.org>
5573
5574         * modules/mbsncasecmp-tests: New file.
5575         * tests/test-mbsncasecmp.sh: New file.
5576         * tests/test-mbsncasecmp.c: New file.
5577
5578         New module mbsncasecmp.
5579         * modules/mbsncasecmp: New file.
5580         * lib/mbsncasecmp.c: New file.
5581         * lib/string_.h (mbsncasecmp): New declaration.
5582         * m4/mbsncasecmp.m4: New file.
5583         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5584         GNULIB_MBSNCASECMP.
5585         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5586         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5587
5588 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5589
5590         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5591         Verify that it doesn't overlap with our flags.
5592         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5593         do not have the desired effect in multibyte locales; instead, use
5594         mbscasecmp.
5595         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5596         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5597         we don't require GNU fnmatch ourselves (if our users require it, they
5598         should do so explicitly).
5599
5600         Fix regex code so it doesn't rely on strcasecmp.
5601         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5602         Otherwise, include gnulib's langinfo.h.
5603         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5604         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5605         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5606         * modules/regex (FILES): Remove m4/codeset.m4.
5607         (Depends-on): Add localcharset.  Remove strcase.
5608
5609 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5610
5611         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5612         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5613
5614 2007-02-13  Bruno Haible  <bruno@clisp.org>
5615
5616         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5617         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5618
5619 2007-02-12  Bruno Haible  <bruno@clisp.org>
5620
5621         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5622         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5623         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5624         time warning rather than a link error.
5625
5626 2007-02-12  Bruno Haible  <bruno@clisp.org>
5627
5628         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5629         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5630         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5631
5632 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5633
5634         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5635         args, not 2.
5636
5637 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5638
5639         New module 'time', so that apps can include <time.h> as per
5640         POSIX and GNU instead of separate include files like time_r.h
5641         and timegm.h.  This implementation tries out a simpler approach
5642         for replacing decls in standard include files (as compared to
5643         the string module), somewhat as an experiment.
5644
5645         * config/srclist.txt: Comment out mktime.c for now.
5646         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5647         since it doesn't apply any more.  Use generic wording instead.
5648         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5649         'time'.
5650         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5651         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5652         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5653         Don't include <sys/types.h>; no longer needed since we assume C89.
5654         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5655         * lib/strftime.c: Likewise.
5656         * lib/time_r.c: Likewise.
5657         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5658         * lib/nanosleep.c: Include <time.h> first, to check interface.
5659         * lib/strptime.c: Likewise.
5660         * lib/time_r.c: Likewise.
5661         * lib/timegm.c: Likewise.
5662         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5663         needed.
5664         * lib/timegm.c: Don't include timegm.h; no longer needed.
5665         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5666         time.h now handles any problems in that area.
5667         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5668         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5669         that time.h defines struct timespec.
5670         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5671         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5672         handles that.
5673         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5674         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5675         needed.  Set REPLACE_LOCALTIME.
5676         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5677         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5678         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5679         nanosleep; time_h.m4 now does that.  Don't require
5680         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5681         module handles this now.
5682         * modules/getdate (Depends-on): Remove timespec.  Add time.
5683         * modules/nanosleep (Depends-on): Likewise.
5684         * modules/stat-time (Depends-on): Likewise.
5685         * modules/nanosleep (Include): Include time.h, not timespec.h.
5686         * modules/strptime (Files): Remove lib/strptime.h.
5687         (Depends-on): Add extensions, time.
5688         (Include): Include time.h, not strptime.h.
5689         * modules/time_r (Files): Remove lib/time_r.h.
5690         (Depends-on): Add time.
5691         (Include): Include time.h, not time_r.h.
5692         * modules/timegm: Likewise.
5693         * modules/timespec (Description): Now does timespec-related decls
5694         of our own, instead of struct timespec itself.
5695         (Depends-on): Add time; remove extensions.
5696         (Maintainer): Add self.
5697         * modules/utimecmp (Depends-on): Add time; remove timespec.
5698         * modules/utimens (Depends-on): Likewise.
5699         * modules/xnanosleep (Depends-on): Likewise.
5700
5701 2007-02-11  Bruno Haible  <bruno@clisp.org>
5702
5703         * lib/c-strstr.c: Include allocsa.h.
5704         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5705         * lib/c-strcasestr.c: Include allocsa.h.
5706         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5707         * lib/strcasestr.c: Include allocsa.h.
5708         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5709         * lib/mbsstr.c: Include allocsa.h.
5710         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5711         allocsa/freesa instead of malloc/free.
5712         * lib/mbscasestr.c: Include allocsa.h.
5713         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5714         allocsa/freesa instead of malloc/free.
5715         * modules/c-strstr (Depends-on): Add allocsa.
5716         * modules/c-strcasestr (Depends-on): Likewise.
5717         * modules/strcasestr (Depends-on): Likewise.
5718         * modules/mbsstr (Depends-on): Likewise.
5719         * modules/mbscasestr (Depends-on): Likewise.
5720
5721 2007-02-11  Bruno Haible  <bruno@clisp.org>
5722
5723         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5724
5725         * modules/mbsspn-tests: New file.
5726         * tests/test-mbsspn.sh: New file.
5727         * tests/test-mbsspn.c: New file.
5728
5729 2007-02-11  Bruno Haible  <bruno@clisp.org>
5730
5731         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5732
5733         * modules/mbspbrk-tests: New file.
5734         * tests/test-mbspbrk.sh: New file.
5735         * tests/test-mbspbrk.c: New file.
5736
5737 2007-02-11  Bruno Haible  <bruno@clisp.org>
5738
5739         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5740         unneeded cast.
5741
5742         * modules/mbscspn-tests: New file.
5743         * tests/test-mbscspn.sh: New file.
5744         * tests/test-mbscspn.c: New file.
5745
5746 2007-02-11  Bruno Haible  <bruno@clisp.org>
5747
5748         * modules/mbscasecmp-tests: New file.
5749         * tests/test-mbscasecmp.sh: New file.
5750         * tests/test-mbscasecmp.c: New file.
5751
5752 2007-02-11  Bruno Haible  <bruno@clisp.org>
5753
5754         Ensure O(n) worst-case complexity of mbscasestr.
5755         * lib/mbscasestr.c: Include stdbool.h.
5756         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5757         functions.
5758         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5759         the bookkeeping indicates that it's worth it.
5760         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5761
5762         * modules/mbscasestr-tests: New file.
5763         * tests/test-mbscasestr1.c: New file.
5764         * tests/test-mbscasestr2.sh: New file.
5765         * tests/test-mbscasestr2.c: New file.
5766         * tests/test-mbscasestr3.sh: New file.
5767         * tests/test-mbscasestr3.c: New file.
5768         * tests/test-mbscasestr4.sh: New file.
5769         * tests/test-mbscasestr4.c: New file.
5770         * m4/locale-tr.m4: New file.
5771
5772 2007-02-11  Bruno Haible  <bruno@clisp.org>
5773
5774         Ensure O(n) worst-case complexity of mbsstr.
5775         * lib/mbsstr.c: Include stdbool.h.
5776         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5777         functions.
5778         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5779         bookkeeping indicates that it's worth it.
5780         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5781
5782         * modules/mbsstr-tests: New file.
5783         * tests/test-mbsstr1.c: New file.
5784         * tests/test-mbsstr2.sh: New file.
5785         * tests/test-mbsstr2.c: New file.
5786         * tests/test-mbsstr3.sh: New file.
5787         * tests/test-mbsstr3.c: New file.
5788         * m4/locale-fr.m4: New file.
5789
5790 2007-02-11  Bruno Haible  <bruno@clisp.org>
5791
5792         * lib/mbsrchr.c (mbsrchr): Fix bug.
5793
5794         * modules/mbsrchr-tests: New file.
5795         * tests/test-mbsrchr.sh: New file.
5796         * tests/test-mbsrchr.c: New file.
5797
5798 2007-02-11  Bruno Haible  <bruno@clisp.org>
5799
5800         * lib/mbschr.c (mbschr): Fix bug.
5801
5802         * modules/mbschr-tests: New file.
5803         * tests/test-mbschr.sh: New file.
5804         * tests/test-mbschr.c: New file.
5805         * m4/locale-zh.m4: New file.
5806
5807 2007-02-11  Bruno Haible  <bruno@clisp.org>
5808
5809         Support for copying multibyte string iterators.
5810         * lib/mbiter.h: Include <string.h>.
5811         (mbiter_multi_copy): New function.
5812         (mbi_copy): New macro.
5813         * lib/mbuiter.h: Include <string.h>.
5814         (mbuiter_multi_copy): New function.
5815         (mbui_copy): New macro.
5816
5817 2007-02-11  Bruno Haible  <bruno@clisp.org>
5818
5819         New module mbslen.
5820         * modules/mbslen: New file.
5821         * lib/mbslen.c: New file.
5822         * lib/string_.h (mbslen): New declaration.
5823         * m4/mbslen.m4: New file.
5824         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5825         GNULIB_MBSLEN.
5826         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5827         * MODULES.html.sh (Internationalization functions): Add mbslen.
5828
5829 2007-02-11  Bruno Haible  <bruno@clisp.org>
5830
5831         Ensure O(n) worst-case complexity of strcasestr substitute.
5832         * lib/strcasestr.c: Include stdbool.h.
5833         (knuth_morris_pratt): New function.
5834         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5835         bookkeeping indicates that it's worth it.
5836         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5837
5838         * modules/strcasestr-tests: New file.
5839         * tests/test-strcasestr.c: New file.
5840
5841 2007-02-11  Bruno Haible  <bruno@clisp.org>
5842
5843         Ensure O(n) worst-case complexity of c_strcasestr.
5844         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5845         (knuth_morris_pratt): New function.
5846         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5847         the bookkeeping indicates that it's worth it.
5848         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5849
5850         * modules/c-strcasestr-tests: New file.
5851         * tests/test-c-strcasestr.c: New file.
5852
5853 2007-02-11  Bruno Haible  <bruno@clisp.org>
5854
5855         Ensure O(n) worst-case complexity of c_strstr.
5856         * lib/c-strstr.c: Include stdbool.h, string.h.
5857         (knuth_morris_pratt): New function.
5858         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5859         bookkeeping indicates that it's worth it.
5860         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5861
5862         * lib/c-strstr.c: Complete rewrite for maintainability.
5863
5864         * modules/c-strstr-tests: New file.
5865         * tests/test-c-strstr.c: New file.
5866
5867 2007-02-11  Bruno Haible  <bruno@clisp.org>
5868
5869         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5870         5.2.1 and earlier, whereby \055 was treated just like the range
5871         delimiter '-'.
5872         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5873
5874 2007-02-08  Bruno Haible  <bruno@clisp.org>
5875
5876         * modules/regex (Depends-on): Add stdbool.
5877         Reported by Dalibor Topic <robilad@kaffe.org>.
5878
5879 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5880
5881         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5882         Prefer returning from main to exiting from it.
5883         Remove unnecessary parens after sizeof.
5884
5885 2007-02-05  Bruno Haible  <bruno@clisp.org>
5886
5887         New module mbssep.
5888         * modules/mbssep: New file.
5889         * lib/mbssep.c: New file.
5890         * lib/string_.h (strsep): Add a conditional link warning.
5891         (mbssep): New declaration.
5892         * m4/mbssep.m4: New file.
5893         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5894         GNULIB_MBSSEP.
5895         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5896         * MODULES.html.sh (Internationalization functions): Add mbssep.
5897
5898 2007-02-05  Bruno Haible  <bruno@clisp.org>
5899
5900         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5901         Optimize search in case of 1 delimiter.
5902
5903 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5904
5905         * lib/acl.h: Include sys/types.h before sys/acl.h.
5906
5907 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5908
5909         Merge upstream fix for glibc bugzilla #3957:
5910
5911         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5912
5913         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5914         bit for RE_HAT_LISTS_NOT_NEWLINE.
5915         (build_charclass_op): Remove bogus comment.
5916
5917 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5918
5919         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5920
5921 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5922
5923         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5924         * lib/memmem.c [!defined _LIBC]: Include config.h.
5925
5926 2007-02-04  Bruno Haible  <bruno@clisp.org>
5927
5928         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5929         warning message.
5930
5931 2007-02-04  Bruno Haible  <bruno@clisp.org>
5932
5933         New module mbstok_r.
5934         * modules/mbstok_r: New file.
5935         * lib/mbstok_r.c: New file.
5936         * lib/string_.h (strtok_r): Change argument names to match the
5937         comments. Add a conditional link warning.
5938         (mbstok_r): New declaration.
5939         * m4/mbstok_r.m4: New file.
5940         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5941         GNULIB_MBSTOK_R.
5942         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5943         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5944
5945 2007-02-04  Bruno Haible  <bruno@clisp.org>
5946
5947         New module mbsspn.
5948         * modules/mbsspn: New file.
5949         * lib/mbsspn.c: New file.
5950         * lib/string_.h (strspn): Add a conditional link warning.
5951         (mbsspn): New declaration.
5952         * m4/mbsspn.m4: New file.
5953         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5954         GNULIB_MBSSPN.
5955         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5956         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5957
5958 2007-02-04  Bruno Haible  <bruno@clisp.org>
5959
5960         New module mbspbrk.
5961         * modules/mbspbrk: New file.
5962         * lib/mbspbrk.c: New file.
5963         * lib/string_.h (strpbrk): Add a conditional link warning.
5964         (mbspbrk): New declaration.
5965         * m4/mbspbrk.m4: New file.
5966         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5967         GNULIB_MBSPBRK.
5968         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5969         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5970
5971 2007-02-04  Bruno Haible  <bruno@clisp.org>
5972
5973         New module mbscspn.
5974         * modules/mbscspn: New file.
5975         * lib/mbscspn.c: New file.
5976         * lib/string_.h (strcspn): Add a conditional link warning.
5977         (mbscspn): New declaration.
5978         * m4/mbscspn.m4: New file.
5979         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5980         GNULIB_MBSCSPN.
5981         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5982         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5983
5984 2007-02-04  Bruno Haible  <bruno@clisp.org>
5985
5986         New module mbscasestr, reduced goal of strcasestr.
5987         * modules/mbscasestr: New file.
5988         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5989         (mbscasestr): Renamed from strcasestr.
5990         * lib/strcasestr.c: Don't include mbuiter.h.
5991         (strcasestr): Remove support for multibyte locales.
5992         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5993         Change the conditional link warning.
5994         (mbscasestr): New declaration.
5995         * m4/mbscasestr.m4: New file.
5996         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5997         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5998         REPLACE_STRCASESTR.
5999         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6000         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6001         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6002         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6003         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6004         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6005         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6006         (Depends-on): Remove mbuiter.
6007         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6008
6009 2007-02-04  Bruno Haible  <bruno@clisp.org>
6010
6011         Simplify handling of strncasecmp.
6012         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6013         the conditional link warning.
6014         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6015         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6016         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6017         * modules/strcase (configure.ac): Don't invoke
6018         gl_STRING_MODULE_INDICATOR.
6019         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6020
6021 2007-02-04  Bruno Haible  <bruno@clisp.org>
6022
6023         New module mbscasecmp, reduced goal of strcasecmp.
6024         * modules/mbscasecmp: New file.
6025         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6026         (mbscasecmp): Renamed from strcasecmp.
6027         * lib/strcasecmp.c: Don't include mbuiter.h.
6028         (strcasecmp): Remove support for multibyte locales.
6029         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6030         Change the conditional link warning.
6031         (mbscasecmp): New declaration.
6032         * m4/mbscasecmp.m4: New file.
6033         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6034         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6035         REPLACE_STRCASECMP.
6036         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6037         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6038         GNULIB_MBSCASECMP.
6039         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6040         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6041         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6042         (Depends-on): Remove mbuiter.
6043         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6044
6045 2007-02-04  Bruno Haible  <bruno@clisp.org>
6046
6047         New module mbsstr. Remove module strstr.
6048         * modules/mbsstr: New file.
6049         * modules/strstr: Remove file.
6050         * lib/mbsstr.c: Renamed from lib/strstr.c.
6051         (mbsstr): Renamed from strstr.
6052         * lib/string_.h (strstr): Remove declaration. Change the conditional
6053         link warning.
6054         (mbsstr): New declaration.
6055         * m4/mbsstr.m4: New file.
6056         * m4/strstr.m4: Remove file.
6057         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6058         REPLACE_STRSTR.
6059         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6060         Don't initialize GNULIB_STRSTR.
6061         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6062         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6063         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6064         (Support for systems lacking ANSI C 89): Remove strstr.
6065
6066 2007-02-04  Bruno Haible  <bruno@clisp.org>
6067
6068         New module mbsrchr.
6069         * modules/mbsrchr: New file.
6070         * lib/mbsrchr.c: New file.
6071         * lib/string_.h (strrchr): Add a conditional link warning.
6072         (mbsrchr): New declaration.
6073         * m4/mbsrchr.m4: New file.
6074         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6075         GNULIB_MBSRCHR.
6076         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6077         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6078
6079 2007-02-04  Bruno Haible  <bruno@clisp.org>
6080
6081         New module mbschr.
6082         * modules/mbschr: New file.
6083         * lib/mbschr.c: New file.
6084         * lib/string_.h (strchr): Add a conditional link warning.
6085         (mbschr): New declaration.
6086         * m4/mbschr.m4: New file.
6087         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6088         GNULIB_MBSCHR.
6089         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6090         * MODULES.html.sh (Internationalization functions): Add mbschr.
6091
6092 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6093
6094         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6095
6096         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6097
6098 2007-02-04  Bruno Haible  <bruno@clisp.org>
6099
6100         New module description section 'configure.ac-early'.
6101         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6102         (func_get_autoconf_early_snippet): New function.
6103         (func_import, func_create_testdir): Use it. Remove special cases for
6104         modules 'extensions' and 'lock'.
6105         * modules/extensions (configure.ac-early): Require
6106         gl_USE_SYSTEM_EXTENSIONS.
6107         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6108
6109 2007-02-04  Bruno Haible  <bruno@clisp.org>
6110
6111         Make use of gcj-4.3's -fsource and -ftarget option.
6112         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6113         and if so try the options -fsource and -ftarget.
6114         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6115         source_version, ftarget_option, target_version arguments.
6116         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6117         (is_envjavac_oldgcj_14_14_usable): Renamed from
6118         is_envjavac_gcj_14_14_usable.
6119         (is_envjavac_oldgcj_14_13_usable): Renamed from
6120         is_envjavac_gcj_14_13_usable.
6121         (is_gcj_present): Update.
6122         (is_gcj_43, is_gcj43_usable): New functions.
6123         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6124         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6125         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6126         try the options -fsource and -ftarget.
6127
6128 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6129
6130         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6131         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6132         larger value.
6133
6134 2007-02-03  Jim Meyering  <jim@meyering.net>
6135
6136         Give tools a better chance to allocate space for very large buffers.
6137         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6138
6139         Make pwd and readlink work also when run with an unreadable parent dir
6140         on systems with openat support.
6141         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6142         provided getcwd function, even when we have openat support.
6143         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6144
6145 2007-02-02  Bruno Haible  <bruno@clisp.org>
6146
6147         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6148         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6149         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6150         portability problems if one of these functions is only used on specific
6151         platforms.
6152         Reported by Paul Eggert.
6153
6154 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6155
6156         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6157         is causing more trouble than it's curing.
6158         * lib/regex_internal.h (__mempcpy): Remove.
6159         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6160         (and make the code a tad smaller to boot).
6161         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6162
6163 2007-02-02  Jim Meyering  <jim@meyering.net>
6164
6165         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6166         section, not in the Makefile.am: one.
6167
6168 2007-02-02  Eric Blake  <ebb9@byu.net>
6169
6170         * lib/strchrnul.c: Always include config.h first.
6171
6172         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6173         gnulib strstr is not necessary here.
6174
6175 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6176
6177         * m4/socklen.m4: Fix typo.
6178
6179 2007-02-02  Eric Blake  <ebb9@byu.net>
6180
6181         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6182         * modules/netinet_in (Makefile.am): Likewise.
6183
6184 2007-02-01  Bruno Haible  <bruno@clisp.org>
6185
6186         * lib/string_.h (GL_LINK_WARNING): New macro.
6187         (strcasecmp, strstr, strcasestr): If provided by the system,
6188         conditionally define as a macro that leads to a warning instead of to
6189         an error.
6190         (strncasecmp): Conditionally define as a macro that leads to a warning.
6191
6192 2007-02-01  Karl Berry  <karl@gnu.org>
6193
6194         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6195
6196 2007-02-01  Bruno Haible  <bruno@clisp.org>
6197
6198         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6199         renamings.
6200
6201 2007-02-01  Eric Blake  <ebb9@byu.net>
6202
6203         * modules/regex (Depends-on): Revert dependence on mempcpy.
6204         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6205         module's definition of mempcpy.
6206         Reported by Paul Eggert.
6207
6208 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6209
6210         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6211         the symbol XYZ before redefining it.  This fixes a problem with
6212         programs that don't use XYZ, when compiled on systems that define
6213         XYZ to something else.
6214
6215 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6216
6217         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6218         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6219         writeable to group or other and (2) is intended to have a special
6220         mode bit that is set or cleared.  In such a case, the directory
6221         should be neither group- nor other-writeable until the special
6222         mode bits are right.
6223
6224 2007-01-31  Eric Blake  <ebb9@byu.net>
6225
6226         * modules/mountlist (Depends-on): Add strstr.
6227
6228         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6229         bug.
6230         * modules/string (Makefile.am): Remove redundant replacement.
6231         * modules/regex (Depends-on): Add mempcpy.
6232
6233 2007-01-31  Bruno Haible  <bruno@clisp.org>
6234
6235         New module description field 'Link'.
6236         * gnulib-tool (func_usage): Document --extract-link-directive.
6237         (sed_extract_prog): Recognize 'Link' directive.
6238         (func_get_link_directive): New function.
6239         (func_import): Show summary of link directives.
6240         Handle --extract-link-directive option.
6241         * modules/acl (Link): New section.
6242         * modules/clock-time (Link): New section.
6243         * modules/euidaccess (Link): New section.
6244         * modules/gettext (Link): New section.
6245         * modules/iconv (Link): New section.
6246         * modules/lock (Link): New section.
6247         * modules/nanosleep (Link): New section.
6248         * modules/readline (Link): New section.
6249
6250 2007-01-27  Bruno Haible  <bruno@clisp.org>
6251
6252         Enforce the use of gnulib modules for unportable <string.h> functions.
6253         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6254         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6255         (gl_HEADER_STRING_H_BODY): Require it.
6256         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6257         the symbol XYZ to one that gives a link error.
6258         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6259         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6260         * modules/mempcpy (configure.ac): Likewise.
6261         * modules/memrchr (configure.ac): Likewise.
6262         * modules/stpcpy (configure.ac): Likewise.
6263         * modules/stpncpy (configure.ac): Likewise.
6264         * modules/strcase (configure.ac): Likewise.
6265         * modules/strcasestr (configure.ac): Likewise.
6266         * modules/strchrnul (configure.ac): Likewise.
6267         * modules/strdup (configure.ac): Likewise.
6268         * modules/strndup (configure.ac): Likewise.
6269         * modules/strnlen (configure.ac): Likewise.
6270         * modules/strpbrk (configure.ac): Likewise.
6271         * modules/strsep (configure.ac): Likewise.
6272         * modules/strstr (configure.ac): Likewise.
6273         * modules/strtok_r (configure.ac): Likewise.
6274
6275 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6276
6277         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6278
6279 2007-01-30  Jim Meyering  <jim@meyering.net>
6280
6281         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6282
6283 2007-01-29  Bruno Haible  <bruno@clisp.org>
6284
6285         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6286         * lib/execute.c: Likewise.
6287         * lib/pipe.c: Likewise.
6288         * lib/printf-args.h: Likewise.
6289         * lib/printf-args.c: Likewise.
6290         * lib/printf-parse.c: Likewise.
6291         * lib/vasnprintf.c: Likewise.
6292
6293 2007-01-29  Eric Blake  <ebb9@byu.net>
6294
6295         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6296         declaration.
6297
6298 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6299
6300         * lib/strptime.h (strptime): Use 'restrict' for args where
6301         POSIX requires this.
6302         * lib/strptime.c (strptime): Likewise.
6303         Change license notice from LGPL to GPL, since gnulib-tool will
6304         change this as needed.
6305         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6306         defined.
6307         Include "strptime.h" first, to check interface.
6308         Do not #undef _LIBC and _NL_CURRENT.
6309         Do not include <stdlib.h>; no longer needed.
6310         Include "time_r.h" and declare ptime_locale_status
6311         only if _LIBC is not defined.
6312         (__P): Remove unused macro.
6313         (match_string): Bring back glibc version, but use it only if _LIBC
6314         is defined.
6315         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6316         Remove unnecessary assertion and abort() call.
6317         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6318         * m4/strptime.m4: Fix serial number comment.
6319         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6320         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6321         (Depends-on): Add time_r.
6322
6323 2007-01-29  Bruno Haible  <bruno@clisp.org>
6324
6325         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6326         strptime.
6327         * modules/strptime (Depends-on): Add stdbool.
6328         * lib/strptime.h: Include <time.h> always. Add comments.
6329
6330 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6331
6332         * modules/strptime: New file.
6333         * lib/strptime.h: New file.
6334         * lib/strptime.c: New file.
6335         * m4/strptime.m4: New file.
6336
6337 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6338
6339         * MODULES.html.sh: New module mpsort.
6340         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6341
6342         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6343         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6344         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6345         All uses changed.
6346         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6347         All uses changed.
6348         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6349         to _Restrict_.
6350         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6351         the parameter matches the prototype.
6352
6353 2007-01-28  Jim Meyering  <jim@meyering.net>
6354
6355         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6356         sys/time.h here, reverting that part of the previous patch:
6357         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6358
6359 2007-01-28  Bruno Haible  <bruno@clisp.org>
6360
6361         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6362         value of $(SYS_TIME_H).
6363         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6364         remove it conditionally, too. [added by Jim Meyering]
6365         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6366         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6367         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6368         GETTIMEOFDAY_REPLACEMENT to 1.
6369
6370 2007-01-28  Bruno Haible  <bruno@clisp.org>
6371
6372         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6373         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6374         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6375         Set UNISTD_H instead of UNISTD_H2.
6376         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6377
6378 2007-01-28  Bruno Haible  <bruno@clisp.org>
6379
6380         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6381         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6382
6383 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6384
6385         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6386         (func_create_testdir): Ensure C locale for `grep' and `tr'
6387         character ranges.
6388         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6389         ACLOCAL_AMFLAGS parsing state machine.
6390
6391 2007-01-27  Bruno Haible  <bruno@clisp.org>
6392
6393         * modules/unistr/base: Update.
6394
6395 2007-01-27  Bruno Haible  <bruno@clisp.org>
6396
6397         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6398         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6399         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6400         modules/unistr/u32-mbtouc.
6401         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6402         * lib/unistr.h: Update.
6403         * lib/linebreak.c: Update.
6404         * modules/unistr/u32-mbtouc: Renamed from
6405         modules/unistr/u32-mbtouc-safe.
6406         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6407         * lib/unistr.h: Update.
6408         * lib/unistr/u32-to-u8.c: Update.
6409         * lib/unistr/u32-to-u16.c: Update.
6410
6411 2007-01-27  Bruno Haible  <bruno@clisp.org>
6412
6413         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6414         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6415         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6416         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6417         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6418         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6419         modules/unistr/u16-mbtouc.
6420         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6421         * lib/unistr.h: Update.
6422         * lib/linebreak.c: Update.
6423         * modules/linebreak: Update.
6424         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6425         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6426         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6427         * modules/unistr/u16-mbtouc: Renamed from
6428         modules/unistr/u16-mbtouc-safe.
6429         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6430         * lib/unistr.h: Update.
6431         * lib/unistr/u16-to-u8.c: Update.
6432         * modules/unistr/u16-to-u8: Update.
6433         * lib/unistr/u16-to-u32.c: Update.
6434         * modules/unistr/u16-to-u32: Update.
6435
6436 2007-01-27  Bruno Haible  <bruno@clisp.org>
6437
6438         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6439         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6440         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6441         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6442         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6443         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6444         modules/unistr/u8-mbtouc.
6445         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6446         * lib/unistr.h: Update.
6447         * lib/striconveh.c: Update.
6448         * modules/striconveh: Update.
6449         * lib/linebreak.c: Update.
6450         * modules/linebreak: Update.
6451         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6452         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6453         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6454         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6455         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6456         * lib/unistr.h: Update.
6457         * lib/striconveh.c: Update.
6458         * modules/striconveh: Update.
6459         * lib/unistr/u8-to-u16.c: Update.
6460         * modules/unistr/u8-to-u16: Update.
6461         * lib/unistr/u8-to-u32.c: Update.
6462         * modules/unistr/u8-to-u32: Update.
6463
6464 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6465
6466         Sync from Libtool.
6467         * lib/argz.c: Do not include strings.h nor memory.h, include
6468         string.h unconditionally.  Patch by Simon Josefsson.
6469
6470 2007-01-27  Bruno Haible  <bruno@clisp.org>
6471
6472         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6473         from gl_HEADER_STRING_H_BODY.
6474         (gl_HEADER_STRING_H_BODY): Require it.
6475         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6476         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6477         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6478         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6479         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6480         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6481         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6482         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6483         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6484         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6485         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6486         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6487         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6488         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6489         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6490
6491 2007-01-27  Bruno Haible  <bruno@clisp.org>
6492
6493         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6494         check_PROGRAMS into noinst_PROGRAMS.
6495         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6496         check_PROGRAMS in this case.
6497         (func_import): Set for_test to false.
6498         (func_create_testdir): Set for_test to true.
6499
6500 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6501             Bruno Haible  <bruno@clisp.org>
6502
6503         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6504         (Depends-on): Add string.
6505         (Includes): Use <string.h> instead of strcasestr.h.
6506         * modules/string (Makefile.am): Also substitute the value of
6507         REPLACE_STRCASESTR.
6508         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6509         assume strcasestr is declared in <string.h> not <strings.h>. Also
6510         set REPLACE_STRCASESTR.
6511         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6512         REPLACE_STRCASESTR.
6513         * lib/strcasestr.h: Remove file.
6514         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6515         * lib/string_.h (strcasestr): New declaration.
6516
6517 2007-01-27  Bruno Haible  <bruno@clisp.org>
6518
6519         * lib/string_.h: Use 'extern'.
6520
6521 2007-01-27  Jim Meyering  <jim@meyering.net>
6522
6523         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6524         of set-but-not-used local, "q".
6525
6526         * lib/mempcpy.c: Include <config.h> before <string.h>.
6527         This fixes a compilation error on HP-UX, due to the system's
6528         "restrict"-using mempcpy prototype.
6529
6530 2007-01-26  Bruno Haible  <bruno@clisp.org>
6531
6532         Small optimization.
6533         * lib/javacomp.c: Include c-strstr.h.
6534          (is_envjavac_gcj): Use c_strstr instead of strstr.
6535         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6536
6537 2007-01-26  Bruno Haible  <bruno@clisp.org>
6538
6539         * MODULES.html.sh (Unicode string functions): Add the new modules.
6540
6541         * modules/uniconv/u32-strconv-to-locale: New file.
6542         * lib/uniconv/u32-strconv-to-locale.c: New file.
6543
6544         * modules/uniconv/u16-strconv-to-locale: New file.
6545         * lib/uniconv/u16-strconv-to-locale.c: New file.
6546
6547         * modules/uniconv/u8-strconv-to-locale: New file.
6548         * lib/uniconv/u8-strconv-to-locale.c: New file.
6549
6550         * modules/uniconv/u32-strconv-from-locale: New file.
6551         * lib/uniconv/u32-strconv-from-locale.c: New file.
6552
6553         * modules/uniconv/u16-strconv-from-locale: New file.
6554         * lib/uniconv/u16-strconv-from-locale.c: New file.
6555
6556         * modules/uniconv/u8-strconv-from-locale: New file.
6557         * lib/uniconv/u8-strconv-from-locale.c: New file.
6558
6559         * modules/uniconv/u32-strconv-to-enc: New file.
6560         * lib/uniconv/u32-strconv-to-enc.c: New file.
6561         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6562         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6563
6564         * modules/uniconv/u16-strconv-to-enc: New file.
6565         * lib/uniconv/u16-strconv-to-enc.c: New file.
6566         * lib/uniconv/u-strconv-to-enc.h: New file.
6567         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6568         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6569
6570         * modules/uniconv/u8-strconv-to-enc: New file.
6571         * lib/uniconv/u8-strconv-to-enc.c: New file.
6572         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6573         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6574
6575         * modules/uniconv/u32-strconv-from-enc: New file.
6576         * lib/uniconv/u32-strconv-from-enc.c: New file.
6577         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6578         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6579
6580         * modules/uniconv/u16-strconv-from-enc: New file.
6581         * lib/uniconv/u16-strconv-from-enc.c: New file.
6582         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6583         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6584
6585         * modules/uniconv/u8-strconv-from-enc: New file.
6586         * lib/uniconv/u8-strconv-from-enc.c: New file.
6587         * lib/uniconv/u-strconv-from-enc.h: New file.
6588         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6589         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6590
6591         * modules/uniconv/u32-conv-from-enc: New file.
6592         * lib/uniconv/u32-conv-from-enc.c: New file.
6593         * modules/uniconv/u32-conv-from-enc-tests: New file.
6594         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6595
6596         * modules/uniconv/u16-conv-from-enc: New file.
6597         * lib/uniconv/u16-conv-from-enc.c: New file.
6598         * lib/uniconv/u-conv-from-enc.h: New file.
6599         * modules/uniconv/u16-conv-from-enc-tests: New file.
6600         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6601
6602         * modules/uniconv/u8-conv-from-enc: New file.
6603         * lib/uniconv/u8-conv-from-enc.c: New file.
6604         * modules/uniconv/u8-conv-from-enc-tests: New file.
6605         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6606
6607         * modules/uniconv/base: New file.
6608         * lib/uniconv.h: New file.
6609
6610 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6611
6612         * doc/gnulib-tool.texi (Initial import): Update to match current
6613         behavior with strdup module.
6614         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6615         * lib/memmem.h: Remove; all uses removed.  This is now done
6616         by <string.h>.
6617         * lib/mempcpy.h: Likewise.
6618         * lib/memrchr.h: Likewise.
6619         * lib/stpcpy.h: Likewise.
6620         * lib/stpncpy.h: Likewise.
6621         * lib/strcase.h: Likewise.
6622         * lib/strchrnul.h: Likewise.
6623         * lib/strdup.h: Likewise.
6624         * lib/strndup.h: Likewise.
6625         * lib/strnlen.h: Likewise.
6626         * lib/strpbrk.h: Likewise.
6627         * lib/strsep.h: Likewise.
6628         * lib/strstr.h: Likewise.
6629         * lib/strtok_r.h: Likewise.
6630         * lib/string_.h: New file.
6631         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6632         Rely on <string.h> instead.
6633         * lib/canon-host.c: Likewise.
6634         * lib/chdir-long.c: Likewise.
6635         * lib/concatpath.c: Likewise.
6636         * lib/exclude.c: Likewise.
6637         * lib/fchdir.c: Likewise.
6638         * lib/getaddrinfo.c: Likewise.
6639         * lib/getcwd.c: Likewise.
6640         * lib/getsubopt.c: Likewise.
6641         * lib/glob.c: Likewise.
6642         * lib/hard-locale.c: Likewise.
6643         * lib/iconvme.c: Likewise.
6644         * lib/javacomp.c: Likewise.
6645         * lib/mempcpy.c: Likewise.
6646         * lib/memrchr.c: Likewise.
6647         * lib/regex_internal.h: Likewise.
6648         * lib/stpncpy.c: Likewise.
6649         * lib/strcasecmp.c: Likewise.
6650         * lib/strchrnul.c: Likewise.
6651         * lib/strdup.c: Likewise.
6652         * lib/striconv.c: Likewise.
6653         * lib/striconveh.c: Likewise.
6654         * lib/striconveha.c: Likewise.
6655         * lib/strncasecmp.c: Likewise.
6656         * lib/strndup.c: Likewise.
6657         * lib/strnlen.c: Likewise.
6658         * lib/strsep.c: Likewise.
6659         * lib/strstr.c: Likewise.
6660         * lib/strtok_r.c: Likewise.
6661         * lib/userspec.c: Likewise.
6662         * lib/w32spawn.h: Likewise.
6663         * lib/xstrndup.c: Likewise.
6664         * lib/mountlist.c (strstr): Remove decl.
6665         * m4/string_h.m4: New file.
6666         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6667         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6668         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6669         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6670         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6671         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6672         Set REPLACE_STRCASECMP if necessary.
6673         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6674         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6675         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6676         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6677         HAVE_DECL_STRDUP if necessary.
6678         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6679         since gl_FUNC_STRNDUP does that now.
6680         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6681         Check for decl here...
6682         (gl_PREREQ_STRNLEN): ... not here.
6683         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6684         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6685         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6686         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6687         necessary.
6688         * modules/string: New file.
6689         * modules/memmem (Files): Remove special-purpose include file.
6690         (Depends-on): Add string.
6691         (Include): Include <string.h>, not the removed file.
6692         * modules/mempcpy: Likewise.
6693         * modules/memrchr: Likewise.
6694         * modules/stpcpy: Likewise.
6695         * modules/stpncpy: Likewise.
6696         * modules/strcase: Likewise.
6697         * modules/strchrnul: Likewise.
6698         * modules/strdup: Likewise.
6699         * modules/strndup: Likewise.
6700         * modules/strnlen: Likewise.
6701         * modules/strpbrk: Likewise.
6702         * modules/strsep: Likewise.
6703         * modules/strstr: Likewise.
6704         * modules/strtok_r: Likewise.
6705         * tests/test-dirname.c: Don't include "strdup.h", since
6706         <string.h> now suffices.
6707         * tests/test-memmem.c: Don't include "memmem.h", since
6708         <string.h> now suffices.
6709
6710 2007-01-25  Bruno Haible  <bruno@clisp.org>
6711
6712         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6713         *resultp is 0.
6714
6715         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6716         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6717         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6718         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6719
6720         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6721         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6722         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6723         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6724         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6725         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6726
6727 2007-01-24  Bruno Haible  <bruno@clisp.org>
6728
6729         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6730         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6731         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6732         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6733         gl_FUNC_FTS_CORE.
6734         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6735         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6736         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6737         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6738         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6739         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6740         gl_FUNC_FCHOWNAT.
6741         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6742         gl_FUNC_STRFTIME.
6743         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6744         Reported by Ralf Wildenhues.
6745
6746 2007-01-24  Bruno Haible  <bruno@clisp.org>
6747
6748         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6749         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6750         gl_GETADDRINFO.
6751         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6752         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6753         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6754
6755 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6756
6757         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6758         Don't use 'exit'; just return from 'main'.
6759         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6760
6761         * lib/fnmatch_.h: Readjust white space and comments to match
6762         glibc, to avoid spurious diffs.
6763
6764 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6765
6766         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6767         2004-12-01 change by Jakub Jelinek, since this code won't compile
6768         if !LIBC.  Problem reported by Bob Proulx.
6769
6770 2007-01-23  Bruno Haible  <bruno@clisp.org>
6771
6772         * lib/striconveh.c: Include c-strcaseeq.h.
6773         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6774         * modules/striconveh (Depends-on): Add c-strcaseeq.
6775
6776 2007-01-23  Bruno Haible  <bruno@clisp.org>
6777
6778         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6779
6780         * modules/c-strcaseeq: New file.
6781         * lib/c-strcaseeq.h: New file.
6782
6783         * modules/streq: New file.
6784         * lib/streq.h: New file.
6785
6786 2007-01-23  Bruno Haible  <bruno@clisp.org>
6787
6788         * modules/striconveha-tests: New file.
6789         * tests/test-striconveha.c: New file.
6790
6791         * lib/striconveha.h: Include <stdbool.h>.
6792         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6793         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6794         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6795         (mem_iconveha): New function.
6796         (str_iconveha_notranslit): Renamed from str_iconveha.
6797         (str_iconveha): New function.
6798         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6799         c-strcase.
6800
6801 2007-01-23  Bruno Haible  <bruno@clisp.org>
6802
6803         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6804         encodings without forgiving before trying any encoding with handler.
6805         (str_iconveha): Try all encodings without forgiving before trying any
6806         encoding with handler.
6807
6808 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6809
6810         Import the following changes from libc.
6811
6812         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6813
6814         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6815
6816         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6817
6818         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6819         normal_bracket label.
6820
6821         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6822
6823         [BZ #361]
6824         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6825         to normal_bracket after fetching the next character.
6826
6827 2007-01-22  Bruno Haible  <bruno@clisp.org>
6828
6829         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6830         argument.
6831         * lib/striconveh.c (iconv_carefully_1): New function.
6832         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6833         argument.
6834         (str_cd_iconveh): Update.
6835         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6836         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6837         * tests/test-striconveh.c (MAGIC): New macro.
6838         (new_offsets): New function.
6839         (main): Test call with and without offsets.
6840
6841 2007-01-22  Bruno Haible  <bruno@clisp.org>
6842
6843         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6844         * modules/sys_select (Makefile.am): Likewise.
6845         * modules/sys_socket (Makefile.am): Likewise.
6846         * modules/sys_time (Makefile.am): Likewise.
6847
6848 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6849
6850         * modules/gettimeofday (License): Change from GPL to LGPL, since
6851         gettimeofday is a library function.
6852
6853 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6854
6855         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6856
6857 2007-01-21  Bruno Haible  <bruno@clisp.org>
6858
6859         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6860
6861 2007-01-21  Bruno Haible  <bruno@clisp.org>
6862
6863         * modules/striconveha: New file.
6864         * lib/striconveha.h: New file.
6865         * lib/striconveha.c: New file.
6866         * MODULES.html.sh (Internationalization functions): Add striconveha.
6867         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6868         string.
6869         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6870
6871 2007-01-21  Bruno Haible  <bruno@clisp.org>
6872
6873         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6874         * lib/striconveh.c (str_iconveh): Likewise.
6875
6876 2007-01-21  Bruno Haible  <bruno@clisp.org>
6877
6878         * lib/striconveh.h (mem_iconveh): New declaration.
6879         * lib/striconveh.c (mem_iconveh): New function.
6880         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6881
6882 2007-01-21  Bruno Haible  <bruno@clisp.org>
6883
6884         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6885
6886         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6887         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6888         original result buffer.
6889         (str_cd_iconveh): Update.
6890         * tests/test-striconveh.c (main): Update.
6891
6892         * lib/striconv.h (mem_cd_iconv): Change specification.
6893         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6894         result buffer.
6895         (str_cd_iconv): Update.
6896         * tests/test-striconv.c (main): Update.
6897
6898 2007-01-21  Bruno Haible  <bruno@clisp.org>
6899
6900         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6901
6902 2007-01-20  Jim Meyering  <jim@meyering.net>
6903
6904         * lib/userspec.c (parse_with_separator): If a user or group string
6905         starts with "+", skip the corresponding name-to-ID look-up, since
6906         such a look-up must fail: user and group names may not include "+".
6907
6908 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6909
6910         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6911         since we now assume the sys_time module.
6912         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6913         check for sys/time.h; no longer needed.
6914         * modules/poll (Depends-on): Depend on sys_time.
6915
6916 2007-01-18  Bruno Haible  <bruno@clisp.org>
6917
6918         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6919         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6920
6921         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6922         gettimeofday.
6923
6924         * tests/test-gettimeofday.c: Include <time.h>.
6925         (dummy): Remove variable.
6926
6927         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6928         gl_HEADER_SYS_TIME_H.
6929         (gl_HEADER_SYS_TIME_H): New macro.
6930
6931         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6932         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6933         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6934         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6935         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6936         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6937         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6938         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6939         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6940         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6941         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6942
6943         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6944         last change; it caused a compilation error when cross-compiling to
6945         Cygwin.
6946
6947 2007-01-18  Jim Meyering  <jim@meyering.net>
6948
6949         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6950         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6951         than the race-prone "test -d sys || mkdir sys".
6952         (configure.ac): Use AC_PROG_MKDIR_P.
6953         * modules/sys_select: Likewise.
6954         * modules/sys_socket: Likewise.
6955         * modules/sys_time: Likewise.
6956
6957 2007-01-18  Eric Blake  <ebb9@byu.net>
6958
6959         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6960         replace gettimeofday.
6961         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6962         name, to avoid infinite recursion.
6963
6964 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6965
6966         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6967         module sys_time.
6968         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6969         assume timespec.h defines struct timeval.
6970         * lib/settime.c: Likewise.
6971         * lib/utimens.c: Likewise.
6972         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6973         since we now assume the gettimeofday module.
6974         * lib/tempname.c (__gen_tempname): Likewise.
6975         * lib/gettimeofday.h: Remove.
6976         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6977         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6978         Include <time.h>, for 'time()'.
6979         (localtime_buffer_addr): Also use this workaround if
6980         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6981         to simplify the uses.  All uses changed.
6982         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6983         that #undef is inside {}, and 'const' follows type name consistently.
6984         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6985         (gettimeofday): Do not use the maximum possible value for
6986         tv->tv_usec, since that might break usages other than ls.c.
6987         Instead, we'll leave ls.c alone.  This undoes today's patch
6988         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6989         we've never observed the problem but might as well keep the
6990         canary.
6991         * lib/nanosleep.c: Include timespec.h first, for interface check.
6992         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6993         now assume the sys_time module.
6994         * lib/tempname.c: Likewise.
6995         * lib/timespec.h: Likewise.
6996         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6997         needed.
6998         * lib/strftime.c: Likewise.
6999         * lib/timespec.h: Likewise.
7000         * lib/posixtm.c: Include posixtm.h first, for interface check.
7001         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7002         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7003         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7004         * lib/sys_time_.h: New file.
7005         * lib/timespec.h (struct timespec): Use long int, not long.
7006         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7007         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7008         Remove obsolescent call to AC_HEADER_TIME.
7009         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7010         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7011         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7012         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7013         Likewise.
7014         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7015         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7016         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7017         into the sys_time module.  Check for gettimeofday just once.
7018         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7019         for gettimeofday signature to just check the signature.  Merely
7020         compile it, since linking doesn't test signature.  Improve test for
7021         whether gettimeofday.o is actually needed.
7022         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7023         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7024         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7025         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7026         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7027         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7028         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7029         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7030         than worrying about sys/time.h.
7031         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7032         Don't bother worrying about TIME_WITH_SYS_TIME.
7033         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7034         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7035         * m4/sys_time_h.m4: New file.
7036         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7037         Don't include sys/time.h.  Return from main rather than exiting.
7038         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7039         all uses changed.
7040         * modules/gethrxtime (Depends-on): Add sys_time.
7041         * modules/gettime (Depends-on): Likewise.
7042         * modules/gettimeofday (Depends-on): Likewise.
7043         * modules/nanosleep (Depends-on): Likewise.
7044         * modules/settime (Depends-on): Likewise.
7045         * modules/tempname (Depends-on): Likewise.
7046         * modules/utimens (Depends-on): Likewise.
7047         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7048         (Include:) Change back to <sys/time.h>.
7049         (Maintainer:) Add self.
7050         * modules/sys_time: New file.
7051         * modules/tempname (Depends-on): Add gettimeofday.
7052         * tests/test-gettimeofday.c: Include <sys/time.h>
7053         rather than gettimeofday.h.
7054
7055 2007-01-17  Bruno Haible  <bruno@clisp.org>
7056
7057         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7058         the license default to GPL.
7059         (func_create_testdir): Don't complain if a module is LGPL and its
7060         tests module depends on GPLed modules.
7061
7062 2007-01-17  Bruno Haible  <bruno@clisp.org>
7063
7064         * lib/gettimeofday.c (gettimeofday): Add code for the case
7065         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7066         maximum possible value for tv->tv_usec, rather than the minimum one.
7067
7068 2005-10-08  Martin Lambers  <marlam@marlam.de>
7069 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7070 2007-01-16  Bruno Haible  <bruno@clisp.org>
7071
7072         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7073         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7074         gl_FUNC_GETTIMEOFDAY.
7075         (Include): Add gettimeofday.h.
7076         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7077         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7078         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7079         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7080         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7081         * lib/gettimeofday.h: New file.
7082         * lib/gettimeofday.c: Include <sys/timeb.h>.
7083         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7084         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7085         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7086         fall back on time().
7087
7088         * tests/test-gettimeofday.c: New file.
7089         * modules/gettimeofday-tests: New file.
7090
7091 2007-01-16  Eric Blake  <ebb9@byu.net>
7092
7093         * modules/fnmatch (Depends-on): Depend on wchar.
7094         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7095         * m4/fnmatch.m4: Likewise.
7096         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7097         * m4/mbchar.m4: Likewise.
7098         * modules/mbswidth (Depends-on): Depend on wchar.
7099         * lib/mbswidth.c: Assume <wchar.h>.
7100         * m4/mbswidth.m4: Likewise.
7101         * modules/quotearg (Depends-on): Depend on wchar.
7102         * lib/quotearg.c: Assume <wchar.h>.
7103         * m4/quotearg.m4: Likewise.
7104         * modules/regex (Depends-on): Depend on wchar.
7105         * lib/regex_internal.h: Assume <wchar.h>.
7106         * m4/regex.m4: Likewise.
7107         * modules/stdint (Depends-on): Depend on wchar.
7108         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7109         * m4/stdint.m4: Likewise.
7110         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7111         * modules/strftime (Depends-on): Depend on wchar.
7112         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7113         * modules/strtol (Depends-on): Depend on wchar.
7114         * lib/strtol.c: Assume <wchar.h>.
7115         * modules/wcwidth (Depends-on): Depend on wchar.
7116         * lib/wcwidth.h: Assume <wchar.h>.
7117         * m4/wcwidth.m4: Likewise.
7118
7119 2007-01-16  Bruno Haible  <bruno@clisp.org>
7120
7121         * modules/csharpexec-script: New, created from...
7122         * modules/csharpexec: ... this.
7123
7124 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7125
7126         * modules/javaexec-script: New, created from...
7127         * modules/javaexec: ... this.
7128
7129 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7130
7131         * modules/poll (Dependencies): Add sys_select.
7132
7133 2007-01-15  Jim Meyering  <jim@meyering.net>
7134
7135         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7136         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7137         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7138         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7139
7140 2007-01-15  Bruno Haible  <bruno@clisp.org>
7141
7142         * modules/striconveh: New file.
7143         * lib/striconveh.h: New file.
7144         * lib/striconveh.c: New file.
7145         * MODULES.html.sh (Internationalization functions): Add striconveh.
7146
7147         * modules/striconveh-tests: New file.
7148         * tests/test-striconveh.c: New file.
7149
7150 2007-01-15  Bruno Haible  <bruno@clisp.org>
7151
7152         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7153         not from GNU libiconv or GNU libc.
7154
7155 2007-01-15  Bruno Haible  <bruno@clisp.org>
7156
7157         * doc/gnulib-intro.texi (Copyright): Explain the different license
7158         terms for module descriptions, autoconf macros, tests, documentation.
7159
7160 2007-01-14  Bruno Haible  <bruno@clisp.org>
7161
7162         * modules/striconv-tests: New file.
7163         * tests/test-striconv.c: New file.
7164
7165 2007-01-14  Bruno Haible  <bruno@clisp.org>
7166
7167         * modules/iconv-tests: New file.
7168         * tests/test-iconv.c: New file.
7169
7170 2007-01-14  Bruno Haible  <bruno@clisp.org>
7171
7172         * gnulib-tool (func_get_license): For test modules, use the license of
7173         the main module.
7174
7175 2007-01-14  Bruno Haible  <bruno@clisp.org>
7176
7177         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7178         if iconv is found to exist.
7179
7180 2007-01-14  Bruno Haible  <bruno@clisp.org>
7181
7182         * modules/c-ctype-tests: New file.
7183         * tests/test-c-ctype.c: New file.
7184
7185 2007-01-14  Bruno Haible  <bruno@clisp.org>
7186
7187         * modules/binary-io-tests: New file.
7188         * tests/test-binary-io.sh: New file.
7189         * tests/test-binary-io.c: New file.
7190
7191 2007-01-14  Bruno Haible  <bruno@clisp.org>
7192
7193         * modules/array-oset-tests: New file.
7194         * tests/test-array_oset.c: New file.
7195
7196 2007-01-14  Bruno Haible  <bruno@clisp.org>
7197
7198         * modules/array-list-tests: New file.
7199         * tests/test-array_list.c: New file.
7200
7201 2007-01-14  Bruno Haible  <bruno@clisp.org>
7202
7203         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7204         and make.
7205         Reported by Simon Josefsson in
7206         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7207
7208 2007-01-14  Bruno Haible  <bruno@clisp.org>
7209
7210         * modules/allocsa-tests: New file.
7211         * tests/test-allocsa.c: New file.
7212
7213 2007-01-14  Bruno Haible  <bruno@clisp.org>
7214
7215         * modules/fchdir (Depends-on): Add absolute-header.
7216         * modules/unistd (Depends-on): Likewise.
7217
7218 2006-12-30  Bruno Haible  <bruno@clisp.org>
7219
7220         * modules/fchdir: New file.
7221         * modules/unistd (Files): Add lib/unistd_.h.
7222         (Makefile.am): Generate unistd.h from unistd_.h.
7223         * lib/fchdir.c: New file.
7224         * lib/dirent_.h: New file.
7225         * lib/unistd_.h: New file.
7226         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7227         * m4/fchdir.m4: New file.
7228         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7229         (gl_HEADER_UNISTD): Invoke it.
7230         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7231         function.
7232         * lib/backupfile.c (opendir, closedir): Undefine.
7233         * lib/chown.c (open, close): Undefine.
7234         * lib/clean-temp.c (open, close): Undefine.
7235         * lib/copy-file.c (open, close): Undefine.
7236         * lib/execute.c (open, close): Undefine.
7237         * lib/fsusage.c (open, close): Undefine.
7238         * lib/gc-gnulib.c (open, close): Undefine.
7239         * lib/getcwd.c (opendir, closedir): Undefine.
7240         * lib/glob.c (opendir, closedir): Undefine.
7241         * lib/javacomp.c (open, close): Undefine.
7242         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7243         * lib/openat-proc.c (open, close): Undefine.
7244         * lib/pagealign_alloc.c (open, close): Undefine.
7245         * lib/pipe.c (open, close): Undefine.
7246         * lib/progreloc.c (open, close): Undefine.
7247         * lib/savedir.c (opendir, closedir): Undefine.
7248         * lib/utime.c (open, close): Undefine.
7249         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7250
7251 2007-01-10  Bruno Haible  <bruno@clisp.org>
7252
7253         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7254
7255 2007-01-12  Eric Blake  <ebb9@byu.net>
7256
7257         Provide a robust <wchar.h>.  Further simplifications are now
7258         possible in other modules, but not included here.
7259         * modules/wchar: New module.
7260         * m4/wchar.m4: New file.
7261         * lib/wchar_.h: Likewise.
7262         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7263         of the new module.
7264         * MODULES.html.sh (Extended multibyte and wide character utilities):
7265         New section.
7266
7267 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7268
7269         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7270         to a reasonable default for memory allocation.
7271         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7272         file system that reports garbage st_size values for symlinks.
7273         Problem reported by Liyang Hu.
7274
7275 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7276
7277         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7278         Emacs .#* auto-save files).
7279
7280 2007-01-11  Bruno Haible  <bruno@clisp.org>
7281
7282         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7283         directory.
7284
7285 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7286
7287         Use @...@ consistently in lib/wctype_.h.
7288         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7289         on it being set to 1 or 0.
7290         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7291         go back to AC_SUBSTing it.
7292         * modules/wctype (Makefile.am): Undo previous change.
7293
7294 2007-01-10  Eric Blake  <ebb9@byu.net>
7295
7296         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7297         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7298         * modules/wctype (Makefile.am): Likewise.
7299         Reported by Chris McGuire.
7300
7301 2007-01-10  Jim Meyering  <jim@meyering.net>
7302
7303         fts.c: a small readability/maintainability improvement
7304         * lib/fts.c (fts_read): Make this code slightly more readable and
7305         maintainable by hoisting the "sp->fts_cur = p" assignments to
7306         immediately follow the statements that set P.  Derived from
7307         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7308
7309 2007-01-10  Eric Blake  <ebb9@byu.net>
7310
7311         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7312         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7313         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7314         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7315         Reported by Chris McGuire.
7316
7317 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7318
7319         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7320         in sed script.
7321
7322 2007-01-09  Bruno Haible  <bruno@clisp.org>
7323
7324         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7325         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7326         variables.
7327         (func_module): Use them.
7328
7329 2007-01-09  Bruno Haible  <bruno@clisp.org>
7330
7331         * modules/unistr/base: New file.
7332         * lib/unistr.h: New file.
7333
7334         * modules/unistr/u8-to-u16: New file.
7335         * lib/unistr/u8-to-u16.c: New file.
7336
7337         * modules/unistr/u8-to-u32: New file.
7338         * lib/unistr/u8-to-u32.c: New file.
7339
7340         * modules/unistr/u16-to-u8: New file.
7341         * lib/unistr/u16-to-u8.c: New file.
7342
7343         * modules/unistr/u16-to-u32: New file.
7344         * lib/unistr/u16-to-u32.c: New file.
7345
7346         * modules/unistr/u32-to-u8: New file.
7347         * lib/unistr/u32-to-u8.c: New file.
7348
7349         * modules/unistr/u32-to-u16: New file.
7350         * lib/unistr/u32-to-u16.c: New file.
7351
7352         * modules/unistr/u8-check: New file.
7353         * modules/unistr/u16-check: New file.
7354         * modules/unistr/u32-check: New file.
7355         * lib/unistr/u8-check.c: New file.
7356         * lib/unistr/u16-check.c: New file.
7357         * lib/unistr/u32-check.c: New file.
7358
7359         * modules/unistr/u8-chr: New file.
7360         * modules/unistr/u16-chr: New file.
7361         * modules/unistr/u32-chr: New file.
7362         * lib/unistr/u8-chr.c: New file.
7363         * lib/unistr/u16-chr.c: New file.
7364         * lib/unistr/u32-chr.c: New file.
7365
7366         * modules/unistr/u8-cmp: New file.
7367         * modules/unistr/u16-cmp: New file.
7368         * modules/unistr/u32-cmp: New file.
7369         * lib/unistr/u8-cmp.c: New file.
7370         * lib/unistr/u16-cmp.c: New file.
7371         * lib/unistr/u32-cmp.c: New file.
7372
7373         * modules/unistr/u8-cpy: New file.
7374         * modules/unistr/u16-cpy: New file.
7375         * modules/unistr/u32-cpy: New file.
7376         * lib/unistr/u8-cpy.c: New file.
7377         * lib/unistr/u16-cpy.c: New file.
7378         * lib/unistr/u32-cpy.c: New file.
7379         * lib/unistr/u-cpy.h: New file.
7380
7381         * modules/unistr/u8-cpy-alloc: New file.
7382         * modules/unistr/u16-cpy-alloc: New file.
7383         * modules/unistr/u32-cpy-alloc: New file.
7384         * lib/unistr/u8-cpy-alloc.c: New file.
7385         * lib/unistr/u16-cpy-alloc.c: New file.
7386         * lib/unistr/u32-cpy-alloc.c: New file.
7387         * lib/unistr/u-cpy-alloc.h: New file.
7388
7389         * modules/unistr/u8-endswith: New file.
7390         * modules/unistr/u16-endswith: New file.
7391         * modules/unistr/u32-endswith: New file.
7392         * lib/unistr/u8-endswith.c: New file.
7393         * lib/unistr/u16-endswith.c: New file.
7394         * lib/unistr/u32-endswith.c: New file.
7395         * lib/unistr/u-endswith.h: New file.
7396
7397         * modules/unistr/u8-mblen: New file.
7398         * modules/unistr/u16-mblen: New file.
7399         * modules/unistr/u32-mblen: New file.
7400         * lib/unistr/u8-mblen.c: New file.
7401         * lib/unistr/u16-mblen.c: New file.
7402         * lib/unistr/u32-mblen.c: New file.
7403
7404         * modules/unistr/u8-mbtouc: New file.
7405         * modules/unistr/u16-mbtouc: New file.
7406         * modules/unistr/u32-mbtouc: New file.
7407         * lib/unistr/u8-mbtouc.c: New file.
7408         * lib/unistr/u16-mbtouc.c: New file.
7409         * lib/unistr/u32-mbtouc.c: New file.
7410
7411         * modules/unistr/u8-mbtouc-safe: New file.
7412         * modules/unistr/u16-mbtouc-safe: New file.
7413         * modules/unistr/u32-mbtouc-safe: New file.
7414         * lib/unistr/u8-mbtouc-safe.c: New file.
7415         * lib/unistr/u16-mbtouc-safe.c: New file.
7416         * lib/unistr/u32-mbtouc-safe.c: New file.
7417
7418         * modules/unistr/u8-move: New file.
7419         * modules/unistr/u16-move: New file.
7420         * modules/unistr/u32-move: New file.
7421         * lib/unistr/u8-move.c: New file.
7422         * lib/unistr/u16-move.c: New file.
7423         * lib/unistr/u32-move.c: New file.
7424         * lib/unistr/u-move.h: New file.
7425
7426         * modules/unistr/u8-next: New file.
7427         * modules/unistr/u16-next: New file.
7428         * modules/unistr/u32-next: New file.
7429         * lib/unistr/u8-next.c: New file.
7430         * lib/unistr/u16-next.c: New file.
7431         * lib/unistr/u32-next.c: New file.
7432
7433         * modules/unistr/u8-prev: New file.
7434         * modules/unistr/u16-prev: New file.
7435         * modules/unistr/u32-prev: New file.
7436         * lib/unistr/u8-prev.c: New file.
7437         * lib/unistr/u16-prev.c: New file.
7438         * lib/unistr/u32-prev.c: New file.
7439
7440         * modules/unistr/u8-set: New file.
7441         * modules/unistr/u16-set: New file.
7442         * modules/unistr/u32-set: New file.
7443         * lib/unistr/u8-set.c: New file.
7444         * lib/unistr/u16-set.c: New file.
7445         * lib/unistr/u32-set.c: New file.
7446         * lib/unistr/u-set.h: New file.
7447
7448         * modules/unistr/u8-startswith: New file.
7449         * modules/unistr/u16-startswith: New file.
7450         * modules/unistr/u32-startswith: New file.
7451         * lib/unistr/u8-startswith.c: New file.
7452         * lib/unistr/u16-startswith.c: New file.
7453         * lib/unistr/u32-startswith.c: New file.
7454         * lib/unistr/u-startswith.h: New file.
7455
7456         * modules/unistr/u8-stpcpy: New file.
7457         * modules/unistr/u16-stpcpy: New file.
7458         * modules/unistr/u32-stpcpy: New file.
7459         * lib/unistr/u8-stpcpy.c: New file.
7460         * lib/unistr/u16-stpcpy.c: New file.
7461         * lib/unistr/u32-stpcpy.c: New file.
7462         * lib/unistr/u-stpcpy.h: New file.
7463
7464         * modules/unistr/u8-stpncpy: New file.
7465         * modules/unistr/u16-stpncpy: New file.
7466         * modules/unistr/u32-stpncpy: New file.
7467         * lib/unistr/u8-stpncpy.c: New file.
7468         * lib/unistr/u16-stpncpy.c: New file.
7469         * lib/unistr/u32-stpncpy.c: New file.
7470         * lib/unistr/u-stpncpy.h: New file.
7471
7472         * modules/unistr/u8-strcat: New file.
7473         * modules/unistr/u16-strcat: New file.
7474         * modules/unistr/u32-strcat: New file.
7475         * lib/unistr/u8-strcat.c: New file.
7476         * lib/unistr/u16-strcat.c: New file.
7477         * lib/unistr/u32-strcat.c: New file.
7478         * lib/unistr/u-strcat.h: New file.
7479
7480         * modules/unistr/u8-strchr: New file.
7481         * modules/unistr/u16-strchr: New file.
7482         * modules/unistr/u32-strchr: New file.
7483         * lib/unistr/u8-strchr.c: New file.
7484         * lib/unistr/u16-strchr.c: New file.
7485         * lib/unistr/u32-strchr.c: New file.
7486
7487         * modules/unistr/u8-strcmp: New file.
7488         * modules/unistr/u16-strcmp: New file.
7489         * modules/unistr/u32-strcmp: New file.
7490         * lib/unistr/u8-strcmp.c: New file.
7491         * lib/unistr/u16-strcmp.c: New file.
7492         * lib/unistr/u32-strcmp.c: New file.
7493
7494         * modules/unistr/u8-strcpy: New file.
7495         * modules/unistr/u16-strcpy: New file.
7496         * modules/unistr/u32-strcpy: New file.
7497         * lib/unistr/u8-strcpy.c: New file.
7498         * lib/unistr/u16-strcpy.c: New file.
7499         * lib/unistr/u32-strcpy.c: New file.
7500         * lib/unistr/u-strcpy.h: New file.
7501
7502         * modules/unistr/u8-strcspn: New file.
7503         * modules/unistr/u16-strcspn: New file.
7504         * modules/unistr/u32-strcspn: New file.
7505         * lib/unistr/u8-strcspn.c: New file.
7506         * lib/unistr/u16-strcspn.c: New file.
7507         * lib/unistr/u32-strcspn.c: New file.
7508         * lib/unistr/u-strcspn.h: New file.
7509
7510         * modules/unistr/u8-strdup: New file.
7511         * modules/unistr/u16-strdup: New file.
7512         * modules/unistr/u32-strdup: New file.
7513         * lib/unistr/u8-strdup.c: New file.
7514         * lib/unistr/u16-strdup.c: New file.
7515         * lib/unistr/u32-strdup.c: New file.
7516         * lib/unistr/u-strdup.h: New file.
7517
7518         * modules/unistr/u8-strlen: New file.
7519         * modules/unistr/u16-strlen: New file.
7520         * modules/unistr/u32-strlen: New file.
7521         * lib/unistr/u8-strlen.c: New file.
7522         * lib/unistr/u16-strlen.c: New file.
7523         * lib/unistr/u32-strlen.c: New file.
7524         * lib/unistr/u-strlen.h: New file.
7525
7526         * modules/unistr/u8-strmblen: New file.
7527         * modules/unistr/u16-strmblen: New file.
7528         * modules/unistr/u32-strmblen: New file.
7529         * lib/unistr/u8-strmblen.c: New file.
7530         * lib/unistr/u16-strmblen.c: New file.
7531         * lib/unistr/u32-strmblen.c: New file.
7532
7533         * modules/unistr/u8-strmbtouc: New file.
7534         * modules/unistr/u16-strmbtouc: New file.
7535         * modules/unistr/u32-strmbtouc: New file.
7536         * lib/unistr/u8-strmbtouc.c: New file.
7537         * lib/unistr/u16-strmbtouc.c: New file.
7538         * lib/unistr/u32-strmbtouc.c: New file.
7539
7540         * modules/unistr/u8-strncat: New file.
7541         * modules/unistr/u16-strncat: New file.
7542         * modules/unistr/u32-strncat: New file.
7543         * lib/unistr/u8-strncat.c: New file.
7544         * lib/unistr/u16-strncat.c: New file.
7545         * lib/unistr/u32-strncat.c: New file.
7546         * lib/unistr/u-strncat.h: New file.
7547
7548         * modules/unistr/u8-strncmp: New file.
7549         * modules/unistr/u16-strncmp: New file.
7550         * modules/unistr/u32-strncmp: New file.
7551         * lib/unistr/u8-strncmp.c: New file.
7552         * lib/unistr/u16-strncmp.c: New file.
7553         * lib/unistr/u32-strncmp.c: New file.
7554
7555         * modules/unistr/u8-strncpy: New file.
7556         * modules/unistr/u16-strncpy: New file.
7557         * modules/unistr/u32-strncpy: New file.
7558         * lib/unistr/u8-strncpy.c: New file.
7559         * lib/unistr/u16-strncpy.c: New file.
7560         * lib/unistr/u32-strncpy.c: New file.
7561         * lib/unistr/u-strncpy.h: New file.
7562
7563         * modules/unistr/u8-strnlen: New file.
7564         * modules/unistr/u16-strnlen: New file.
7565         * modules/unistr/u32-strnlen: New file.
7566         * lib/unistr/u8-strnlen.c: New file.
7567         * lib/unistr/u16-strnlen.c: New file.
7568         * lib/unistr/u32-strnlen.c: New file.
7569         * lib/unistr/u-strnlen.h: New file.
7570
7571         * modules/unistr/u8-strpbrk: New file.
7572         * modules/unistr/u16-strpbrk: New file.
7573         * modules/unistr/u32-strpbrk: New file.
7574         * lib/unistr/u8-strpbrk.c: New file.
7575         * lib/unistr/u16-strpbrk.c: New file.
7576         * lib/unistr/u32-strpbrk.c: New file.
7577         * lib/unistr/u-strpbrk.h: New file.
7578
7579         * modules/unistr/u8-strrchr: New file.
7580         * modules/unistr/u16-strrchr: New file.
7581         * modules/unistr/u32-strrchr: New file.
7582         * lib/unistr/u8-strrchr.c: New file.
7583         * lib/unistr/u16-strrchr.c: New file.
7584         * lib/unistr/u32-strrchr.c: New file.
7585
7586         * modules/unistr/u8-strspn: New file.
7587         * modules/unistr/u16-strspn: New file.
7588         * modules/unistr/u32-strspn: New file.
7589         * lib/unistr/u8-strspn.c: New file.
7590         * lib/unistr/u16-strspn.c: New file.
7591         * lib/unistr/u32-strspn.c: New file.
7592         * lib/unistr/u-strspn.h: New file.
7593
7594         * modules/unistr/u8-strstr: New file.
7595         * modules/unistr/u16-strstr: New file.
7596         * modules/unistr/u32-strstr: New file.
7597         * lib/unistr/u8-strstr.c: New file.
7598         * lib/unistr/u16-strstr.c: New file.
7599         * lib/unistr/u32-strstr.c: New file.
7600         * lib/unistr/u-strstr.h: New file.
7601
7602         * modules/unistr/u8-strtok: New file.
7603         * modules/unistr/u16-strtok: New file.
7604         * modules/unistr/u32-strtok: New file.
7605         * lib/unistr/u8-strtok.c: New file.
7606         * lib/unistr/u16-strtok.c: New file.
7607         * lib/unistr/u32-strtok.c: New file.
7608         * lib/unistr/u-strtok.h: New file.
7609
7610         * modules/unistr/u8-uctomb: New file.
7611         * modules/unistr/u16-uctomb: New file.
7612         * modules/unistr/u32-uctomb: New file.
7613         * lib/unistr/u8-uctomb.c: New file.
7614         * lib/unistr/u16-uctomb.c: New file.
7615         * lib/unistr/u32-uctomb.c: New file.
7616
7617         * MODULES.html.sh (Unicode string functions): Add the new modules.
7618
7619 2007-01-08  Bruno Haible  <bruno@clisp.org>
7620
7621         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7622         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7623         subdirectories.
7624
7625 2007-01-08  Karl Berry  <karl@gnu.org>
7626
7627         * doc/error.texi: mention that main() fns must set program_name
7628         when progname is used.
7629
7630 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7631
7632         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7633         WCTYPE_H is empty, for the benefit of builds from non-distclean
7634         directories.  Problem reported by Eric Blake in
7635         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7636
7637 2007-01-08  Bruno Haible  <bruno@clisp.org>
7638
7639         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7640         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7641         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7642         PROVIDE_CANONICALIZE_FILENAME_MODE.
7643         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7644
7645 2007-01-08  Bruno Haible  <bruno@clisp.org>
7646
7647         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7648         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7649         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7650         * lib/fts.c: Likewise.
7651         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7652
7653 2006-12-25  Bruno Haible  <bruno@clisp.org>
7654
7655         * modules/utf8-ucs4-safe: New file.
7656         * lib/utf8-ucs4-safe.h: New file.
7657         * lib/unistr/utf8-ucs4-safe.c: New file.
7658
7659         * modules/utf16-ucs4-safe: New file.
7660         * lib/utf16-ucs4-safe.h: New file.
7661         * lib/unistr/utf16-ucs4-safe.c: New file.
7662
7663         * MODULES.html.sh (Unicode string functions): Add the new modules.
7664
7665 2007-01-08  Bruno Haible  <bruno@clisp.org>
7666
7667         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7668         (Depends-on): Add unitypes.
7669         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7670         (u8_mbtouc_aux): Move out to separate file.
7671         (u8_mbtouc): Use ucs4_t, uint8_t types.
7672         * lib/unistr/utf8-ucs4.c: New file.
7673
7674         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7675         (Depends-on): Add unitypes.
7676         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7677         (u16_mbtouc_aux): Move out to separate file.
7678         (u16_mbtouc): Use ucs4_t, uint16_t types.
7679         * lib/unistr/utf16-ucs4.c: New file.
7680
7681         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7682         (Depends-on): Add unitypes.
7683         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7684         (u8_uctomb_aux): Move out to separate file.
7685         (u8_uctomb): Use ucs4_t, uint8_t types.
7686         * lib/unistr/ucs4-utf8.c: New file.
7687
7688         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7689         (Depends-on): Add unitypes.
7690         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7691         (u16_uctomb_aux): Move out to separate file.
7692         (u16_uctomb): Use ucs4_t, uint16_t types.
7693         * lib/unistr/ucs4-utf16.c: New file.
7694
7695 2006-12-25  Bruno Haible  <bruno@clisp.org>
7696
7697         * modules/unitypes: New file.
7698         * lib/unitypes.h: New file.
7699         * MODULES.html.sh (func_all_modules): New section "Unicode string
7700         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7701         this section. Add unitypes.
7702
7703 2007-01-08  Bruno Haible  <bruno@clisp.org>
7704
7705         Avoid variable names that conflict with those from libtool.
7706         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7707         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7708         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7709         library_names_spec to acl_library_names_spec, hardcode_* to
7710         acl_hardcode_*.
7711         Reported by Ralf Wildenhues.
7712
7713 2007-01-08  Bruno Haible  <bruno@clisp.org>
7714
7715         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7716         definition.
7717         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7718         definition.
7719         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7720         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7721         definition.
7722         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7723         definition.
7724         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7725         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7726         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7727         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7728         definition.
7729         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7730         definition.
7731         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7732         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7733         GC_USE_<algorithm>.
7734         * lib/gc-libgcrypt.c: Likewise.
7735         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7736         * modules/gc-arctwo (configure.ac): Likewise.
7737         * modules/gc-des (configure.ac): Likewise.
7738         * modules/gc-hmac-md5 (configure.ac): Likewise.
7739         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7740         * modules/gc-md2 (configure.ac): Likewise.
7741         * modules/gc-md4 (configure.ac): Likewise.
7742         * modules/gc-md5 (configure.ac): Likewise.
7743         * modules/gc-random (configure.ac): Likewise.
7744         * modules/gc-rijndael (configure.ac): Likewise.
7745         * modules/gc-sha1 (configure.ac): Likewise.
7746
7747 2007-01-08  Bruno Haible  <bruno@clisp.org>
7748
7749         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7750         macro definition.
7751         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7752         definition.
7753         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7754         definition.
7755         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7756         * modules/fcntl-safer (configure.ac): Likewise.
7757         * modules/fopen-safer (configure.ac): Likewise.
7758         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7759         GNULIB_FWRITEERROR macro definition.
7760
7761 2007-01-08  Bruno Haible  <bruno@clisp.org>
7762
7763         * m4/gnulib-common.m4: New file.
7764         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7765         (func_get_filelist): Add m4/gnulib-common.m4.
7766
7767 2007-01-08  Bruno Haible  <bruno@clisp.org>
7768
7769         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7770         command.
7771
7772 2007-01-08  Jim Meyering  <jim@meyering.net>
7773
7774         Use a more robust test for a "can't happen" condition.
7775         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7776         narrowed the st_size value.  Presuming the "can't happen" condition
7777         is true, that narrowing could conceivably convert an invalid st_size
7778         value into a valid one.  Instead, use a change based on Matthew
7779         Woehlke's original patch.
7780
7781         Slight readability improvement: use an assert-like macro
7782         in place of literal "abort ()" uses.
7783         * lib/fts.c (fts_assert): Define.
7784         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7785         Use this macro instead of a bare 'abort'.
7786
7787 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7788
7789         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7790         simply work around them.
7791         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7792         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7793         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7794         declaring.
7795         Don't bother to define as macros, since the standard doesn't require it.
7796         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7797         longer worry about IRIX 5.3.
7798         (HAVE_WCTYPE_CTMP_BUG): Remove.
7799
7800 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7801
7802         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7803         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7804         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7805         Problems reported by Georg Schwarz for IRIX 5.3.
7806
7807         * gnulib-tool (autoconf_minversion): Take the maximum version number
7808         found, not the minimum.  Problem reported by James Youngman.
7809
7810 2007-01-03  Karl Berry  <karl@gnu.org>
7811
7812         * doc/error.texi: new file, explaining interaction with progname.
7813         * doc/gnulib.texi: include it.  Update copyright.
7814
7815 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7816
7817         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7818         AC_CANONICAL_HOST, to improve autobuild outputs.
7819
7820 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7821             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7822
7823         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7824         sockets, server sockets, and other file descriptors.  Count errors
7825         to compute the return value.  Reorder the code a bit to be easier
7826         to follow.  Don't set event bits that were not requested (except
7827         POLLERR and POLLHUP).
7828
7829 2007-01-01  Bruno Haible  <bruno@clisp.org>
7830
7831         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7832
7833 2007-01-03  Jim Meyering  <jim@meyering.net>
7834
7835         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7836
7837 2007-01-02  Bruno Haible  <bruno@clisp.org>
7838
7839         * modules/settime (Include): Require timespec.h.
7840         * modules/nanosleep (Include): Likewise.
7841
7842 2007-01-01  Bruno Haible  <bruno@clisp.org>
7843
7844         * gnulib-tool (func_emit_copyright_notice): Bump year.
7845         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7846
7847 2007-01-01  Bruno Haible  <bruno@clisp.org>
7848
7849         Improve support for OpenBSD.
7850         * build-aux/config.rpath (libname_spec): Export.
7851         (library_names_spec): New variable. Export.
7852         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7853         library_names_spec from the config.rpath output. Locate shared library
7854         through the name pattern in library_names_spec.
7855
7856 2007-01-01  Eric Blake  <ebb9@byu.net>
7857
7858         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7859
7860 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7861
7862         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7863         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7864         assume the C locale, and avoid an "eval" that could cause trouble.
7865         Problem with SORT reported by Bob Proulx.
7866
7867         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7868         Define.  Trivial patch from Henning Nielsen Lund, originally
7869         sent to bug-grep@gnu.org today.
7870
7871 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7872
7873         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7874         struct stat.  Problem reported by Henning Nielsen Lund.
7875         * lib/acl.c: Include acl.h first, to check interface.  Don't
7876         bother to include sys/types.h and sys/stat.h again.
7877
7878 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7879
7880         Import the following change from libc; problem reported by
7881         Sven Verdoolaege.
7882
7883         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7884
7885         [BZ #1373]
7886         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7887
7888 2006-12-28  Jim Meyering  <jim@meyering.net>
7889
7890         * build-aux/announce-gen: Do not assume that the package
7891         builds any of tar.gz, tar.bz2, and .xdelta files.
7892         Suggestion from Simon Josefsson.
7893
7894 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7895
7896         * modules/announce-gen: New file.
7897
7898 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7899
7900         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7901         handles its gotchas now.
7902         * lib/mbswidth.c: Likewise.
7903         * lib/wcwidth.h: Likewise.
7904         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7905         and iswcntrl; the wctype module does this stuff now.
7906         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7907         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7908         * modules/mbchar (Depends-on): Add wctype.
7909         * modules/mbswidth (Depends-on): Likewise.
7910         * modules/wcwidth (Depends-on): Likewise.
7911
7912 2006-12-27  Eric Blake  <ebb9@byu.net>
7913
7914         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7915         module uses more than what <wctype.h> is required to provide.
7916
7917 2006-12-26  Eric Blake  <ebb9@byu.net>
7918
7919         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7920
7921 2006-12-26  Eric Blake  <ebb9@byu.net>
7922
7923         * modules/absolute-header: New module.
7924         * modules/fcntl (Depends-on): Depend on it.
7925         * modules/inttypes (Depends-on): Likewise.
7926         * modules/stdint (Depends-on): Likewise.
7927         * modules/sys_stat (Depends-on): Likewise.
7928         * modules/wctype (Depends-on): Likewise.
7929         * MODULES.html.sh (Support for building libraries and
7930         executables): Document it.
7931
7932 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7933
7934         * gnulib-tool (SED): Remove, undoing previous change.
7935         The problem was that it broke coreutils on Solaris, because
7936         "sed --posix" leaked into a makefile.
7937         (sed): New alias, if 'alias' and GNU sed.
7938
7939 2006-12-24  Jim Meyering  <jim@meyering.net>
7940
7941         Work around an fchownat bug in glibc-2.4:
7942         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7943         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7944         in spite of the -P option.
7945         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7946         New macros.
7947         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7948         * modules/openat (Files): Add lib/fchownat.c.
7949         * lib/openat.c (fchownat): Don't define here.  Move to...
7950         * lib/fchownat.c: ...this new file.
7951
7952 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7953
7954         Fix bug reported by Bruno Haible in
7955         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7956         where quotearg.c didn't compile on Mac OS X 10.2 because it
7957         lacks <wchar.h> and wint_t.
7958         * lib/wctype_.h (__wctype_wint_t): New type.
7959         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7960         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7961         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7962         Arg is now of type __wctype_wint_t, not wint_t.
7963         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7964         substitute HAVE_WINT_T.
7965         * modules/wctype (Files): Add m4/wint_t.m4.
7966         (wctype.h): Substitute HAVE_WINT_T.
7967
7968 2006-12-23  Bruno Haible  <bruno@clisp.org>
7969
7970         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7971
7972 2006-12-23  Bruno Haible  <bruno@clisp.org>
7973
7974         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7975         S_ISLNK.
7976         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7977         mingw.
7978
7979 2006-12-22  Bruno Haible  <bruno@clisp.org>
7980
7981         * lib/copy-file.c: Include acl.h.
7982         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7983         Close the file descriptors only after being done with copy_acl.
7984         * modules/copy-file (Depends-on): Add acl.
7985
7986 2006-12-22  Bruno Haible  <bruno@clisp.org>
7987
7988         * gnulib-tool (SED): New variable.
7989         Use $SED instead of sed everywhere.
7990
7991 2006-12-22  Bruno Haible  <bruno@clisp.org>
7992
7993         * modules/no-c++: New file.
7994         * m4/no-c++.m4: New file.
7995         * MODULES.html.sh (Support for building libraries and executables):
7996         Add no-c++.
7997
7998 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7999
8000         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8001         Include <limits.h>, and use its INT_MAX to rewrite the
8002         j loop so that it does not overflow 'int'.  Problem reported by
8003         Ralf Wildenhues in
8004         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8005         Play it safe by shifting left by 1 rather than multiplying by 2,
8006         as GCC is less likely to optimize this away when the value
8007         is signed (when it assumes overflow leads to undefined behavior).
8008         Also, don't assume time_t uses two's complement.
8009
8010 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8011
8012         * MODULES.html.sh: New module wctype.
8013         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8014         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8015         <wctype.h>, since the new wctype module should fix this.
8016         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8017         the wctype module should arrange for it.
8018         * lib/regex_internal.h: Likewise.
8019         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8020         since the wctype module should handle this now.
8021         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8022         * modules/fnmatch (Depends-on): Add wctype.
8023         * modules/quotearg (Depends-on): Likewise.
8024         * modules/regex (Depends-on): Likewise.
8025
8026 2006-12-19  Bruno Haible  <bruno@clisp.org>
8027
8028         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8029         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8030
8031 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8032
8033         * modules/savewd (Depends-on): Fix dependency on fcntl.
8034
8035 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8036
8037         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8038         conforms to C99, rather than relying on the user's environment
8039         setting of STDINT_H.
8040
8041 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8042         and Eric Blake  <ebb9@byu.net>
8043
8044         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8045         This is more consistent with the other defines here.
8046         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8047         Port to z/OS.  Problem reported by Paul Gilmartin.
8048         Change local vars to use gl_ prefix rather than ac_.
8049         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8050         with other defines.
8051         * modules/double-slash-root: New module.
8052         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8053         (Depends-on): Add double-slash-root.
8054         * MODULES.html.sh (File system functions): Mention new module.
8055
8056 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8057
8058         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8059         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8060         This is for the benefit of gzip, which doesn't do i18n.
8061
8062 2006-12-12  Jim Meyering  <jim@meyering.net>
8063
8064         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8065         Reported by Andreas Schwab <schwab@suse.de>.
8066
8067 2006-12-12  Bruno Haible  <bruno@clisp.org>
8068
8069         Merge these changes.
8070         2006-09-05  Bruno Haible  <bruno@clisp.org>
8071         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8072         iconv_alloc succeeded.
8073         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8074         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8075         test for " && dest " at the end - dest is always != NULL there. Call
8076         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8077         with 2xNULL arguments, also to flush the state storage. Handle the
8078         IRIX iconv behaviour. Realloc the final result, to throw away unused
8079         memory.
8080
8081 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8082
8083         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8084         and fchmodat unconditionally, since glibc 2.4 has them.
8085         Problem reported by Arkadiusz Miskiewicz.
8086
8087 2006-12-10  Bruno Haible  <bruno@clisp.org>
8088
8089         * gnulib-tool (func_import): Show the include files only for those
8090         modules that are copied and specified.
8091         Reported by Karl Berry.
8092
8093 2006-12-08  Jim Meyering  <jim@meyering.net>
8094
8095         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8096         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8097
8098         * build-aux/announce-gen: Add two new options, both optional:
8099         --bootstrap-tools=TOOL_LIST
8100               a comma-separated list of tools, e.g.,
8101               autoconf,automake,bison,gnulib
8102         --gnulib-snapshot-date=DATE
8103               if gnulib is in the bootstrap tool list,
8104               then report this as the snapshot date.
8105               If not specified, use the current date/time.
8106               If you specify a date here, be sure it's UTC.
8107
8108 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8109
8110         * tests/test-argp-2.sh: Fix test to match actual output.
8111         (func_compare): Fix sed script to be portable.
8112
8113 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8114
8115         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8116         workaround for this case.  It is not autoconfigured now; offhand
8117         it's hard to see how to autoconfigure it.
8118
8119 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8120
8121         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8122         a directory that is about to be chowned.  Such a directory's
8123         initial file permissions should permit the owner only and this
8124         should not be changed until after the chown, since the group and
8125         other bits would be incorrect if they granted permission before
8126         the chown.
8127
8128         Fix porting problem for iswctype reported by Georg Schwarz in:
8129         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8130         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8131         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8132         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8133         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8134
8135 2006-12-03  Jim Meyering  <jim@meyering.net>
8136
8137         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8138         p->fts_statp may not yet be defined.
8139         (fts_read): Instead, set it in the caller, once p->fts_statp is
8140         sure to be defined, and corresponds to a top-level directory.
8141         This bug made du -x fail.  Here's the coreutils test case:
8142         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8143         Reported by Mike Frysinger.
8144
8145 2006-12-01  Jim Meyering  <jim@meyering.net>
8146
8147         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8148         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8149         Reported by Simon Josefsson.
8150
8151 2006-11-30  Jim Meyering  <jim@meyering.net>
8152
8153         * m4/warning.m4: Use the all-permissive copyright notice
8154         recommended by RMS (rather than LGPL).
8155         * m4/vararrays.m4: Likewise.
8156         * m4/flexmember.m4: Likewise.
8157
8158 2006-11-29  Bruno Haible  <bruno@clisp.org>
8159
8160         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8161         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8162         using +=.
8163         Reported by Simon Josefsson <simon@josefsson.org>.
8164
8165 2006-11-28  James Youngman <jay@gnu.org>
8166
8167         * README: Advise users that they might find the bug-gnulib@gnu.org
8168         and autotools-announce@gnu.org mailing lists useful.
8169
8170 2006-11-28  Bruno Haible  <bruno@clisp.org>
8171
8172         * m4/ptrdiff_max.m4: Remove file.
8173
8174 2006-11-21  Bruno Haible  <bruno@clisp.org>
8175
8176         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8177         _AC_COMPUTE_INT.
8178         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8179         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8180         _AC_COMPUTE_INT.
8181         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8182         * m4/size_max.m4 (gl_SIZE_MAX): 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-28  Jim Meyering  <jim@meyering.net>
8187
8188         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8189         warning from "gcc -Wshadow" about shadowing the builtin.
8190
8191 2006-11-27  Bruno Haible  <bruno@clisp.org>
8192
8193         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8194         _AC_COMPUTE_INT.
8195         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8196
8197 2006-11-27  Bruno Haible  <bruno@clisp.org>
8198             Paul Eggert  <eggert@cs.ucla.edu>
8199
8200         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8201
8202 2006-11-26  Bruno Haible  <bruno@clisp.org>
8203
8204         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8205         noinst_LTLIBRARIES.
8206
8207 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8208             Bruno Haible  <bruno@clisp.org>
8209
8210         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8211         if compiling with "gcc -ansi".
8212
8213 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8214
8215         Fix some incompatibilities with gcc -ansi -pedantic.
8216         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8217         if compiling pedantically with GCC, unless it's C99 or later.
8218         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8219         it mishandles gcc -ansi -pedantic as well.
8220         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8221         if gcc -pedantic.
8222         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8223         initializers for struct if -pedantic, unless it's C99 or later.
8224
8225 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8226
8227         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8228         Don't close an fd more than once. Identical atimes indicate
8229         success, not failure.
8230
8231 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8232
8233         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8234
8235 2006-11-23  Jim Meyering  <jim@meyering.net>
8236
8237         * build-aux/announce-gen: New file.  From coreutils.
8238
8239 2006-11-22  Jim Meyering  <jim@meyering.net>
8240
8241         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8242         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8243         (fts_read): Use a temporary to narrow the overused st_size member
8244         before using it in a switch statement.  Reported by Matthew Woehlke.
8245
8246         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8247         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8248
8249 2006-11-20  Bruno Haible  <bruno@clisp.org>
8250
8251         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8252         changequote instead of pairs of brackets.
8253         Reported by Andreas Schwab <schwab@suse.de>.
8254
8255 2006-11-21  Jim Meyering  <jim@meyering.net>
8256
8257         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8258         so as to remain compatible with older compilers.
8259         Patch from Michael Deutschmann.
8260
8261 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8262
8263         * MODULES.html.sh (File system functions): Add openat.
8264
8265         * lib/openat.h (rpl_fstatat): New macro, if
8266         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8267         (fstatat): Define to rpl_fstatat under the same conditions,
8268         unless COMPILING_FSTATAT.
8269         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8270         seems to have the bug.
8271         * lib/fstatat.c: New file.
8272         * modules/openat (Files): Add it.
8273
8274 2006-11-20  Bruno Haible  <bruno@clisp.org>
8275
8276         * Makefile: New file.
8277
8278 2006-11-20  Jim Meyering  <jim@meyering.net>
8279
8280         The beginnings of syntax-related checks for gnulib.
8281         * lib/Makefile: New file.
8282         * lib/t-idcache: New script.  Ensure that the two halves of
8283         idcache.c stay in sync.
8284
8285         * lib/idcache.c: Adjust comments in user- and group- portions to
8286         be more accurate, and to be consistent with one another.
8287
8288 2006-11-20  Jim Meyering  <jim@meyering.net>
8289
8290         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8291         continue using the flexible array member (thus, this module performs
8292         half as many malloc calls), with the addition that...
8293         (getgroup, getuser): Consistently record a non-match via an empty
8294         "name" string, and map an empty string match to a NULL return value.
8295         * modules/idcache (Depends-on): Re-add flexmember.
8296
8297         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8298         (getuidbyname, getgroup, getgidbyname): Likewise.
8299
8300         Use cleaner syntax: NULL rather than 0.
8301         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8302
8303 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8304
8305         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8306         It mishandled the case where the group was missing.
8307         Problem reported by Greg Schafer.
8308         * modules/idcache: Likewise.
8309
8310 2006-11-18  Jim Meyering  <jim@meyering.net>
8311
8312         * check-module (%exempt_header): Add exception for some
8313         conditionally-included headers.
8314
8315         * modules/i-ring (Depends-on): Add verify.
8316         (License): Change to LGPL.
8317
8318 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8319
8320         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8321         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8322         and inttostr.h.  Use snprintf rather than uinttostr, so that
8323         LGPLed code doesn't depend on GPLed.
8324
8325 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8326
8327         * modules/inline (License): Change from GPL to LGPL.
8328
8329 2006-11-17  Jim Meyering  <jim@meyering.net>
8330
8331         * modules/d-type (License): Switch to LGPL.
8332
8333 2006-11-15  Bruno Haible  <bruno@clisp.org>
8334
8335         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8336
8337 2006-11-15  Eric Blake  <ebb9@byu.net>
8338
8339         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8340         the module dependency.
8341
8342 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8343             Bruno Haible  <bruno@clisp.org>
8344
8345         * gnulib-tool (func_create_testdir): Add license consistency check.
8346
8347 2006-11-15  Eric Blake  <ebb9@byu.net>
8348
8349         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8350         random "(cached)" in configure output.
8351
8352 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8353
8354         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8355         test for conforming inttypes.h is both announced and cached.
8356
8357         * MODULES.html.sh (seen_modules, seen_files): New variables.
8358         (func_module): Rewrite to use a few less gnulib-tool and sed
8359         invocations.  Avoid a couple of quadratic algorithms for ...
8360         (missed_modules, missed_files): ... these, with ...
8361         (func_append, func_tmpdir): ... these new functions, from
8362         gnulib-tool.  Analogously, install traps for cleanup.
8363
8364         * tests/test-gc.c (main): Remove unused variables.
8365         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8366
8367 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8368
8369         * modules/inttostr (License): Change to LGPL.
8370
8371 2006-11-14  Eric Blake  <ebb9@byu.net>
8372
8373         * modules/tempname (License): Change to LGPL.
8374
8375 2006-11-14  Eric Blake  <ebb9@byu.net>
8376
8377         * doc/functions.texi (Function Portability): *printf functions on
8378         Cygwin now understand all POSIX size specifiers.
8379
8380 2006-11-14  Bruno Haible  <bruno@clisp.org>
8381
8382         * modules/c-ctype (License): Change to LGPL.
8383
8384 2006-11-12  Bruno Haible  <bruno@clisp.org>
8385
8386         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8387         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8388         for GNOME libraries, for which the include files are installed in
8389         subdirectories of $prefix/include.
8390
8391 2006-11-12  Bruno Haible  <bruno@clisp.org>
8392
8393         * m4/lib-link.m4: Require at least autoconf-2.54.
8394         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8395         name to underscores for the --with option.
8396
8397 2006-11-13  Bruno Haible  <bruno@clisp.org>
8398
8399         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8400         the tests directory.
8401         Reported by Ralf Wildenhues.
8402
8403 2006-11-13  Bruno Haible  <bruno@clisp.org>
8404
8405         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8406         (func_emit_initmacro_end): Undo the override here.
8407         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8408         Works around the famous automake error in coreutils.
8409
8410 2006-11-13  Eric Blake  <ebb9@byu.net>
8411
8412         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8413         element, not its node.
8414
8415 2006-11-12  Bruno Haible  <bruno@clisp.org>
8416
8417         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8418         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8419
8420 2006-11-12  Bruno Haible  <bruno@clisp.org>
8421
8422         * gnulib-tool: New option --local-symlink.
8423         (func_usage): Document it.
8424         (lsymbolic): New variable.
8425         (func_import, func_create_testdir): If --symlink was not specified,
8426         test whether --local-symlink was specified and the file comes from
8427         the local_gnulib_dir.
8428
8429 2006-11-12  Bruno Haible  <bruno@clisp.org>
8430
8431         * gnulib-tool (func_ln): New function.
8432         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8433
8434 2006-11-12  Bruno Haible  <bruno@clisp.org>
8435
8436         Finish support for source files in subdirectories.
8437         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8438         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8439         AUTOMAKE_OPTIONS.
8440         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8441
8442 2006-11-12  Bruno Haible  <bruno@clisp.org>
8443
8444         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8445         EXTRA_lib_SOURCES augmentation.
8446         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8447
8448 2006-11-12  Jim Meyering  <jim@meyering.net>
8449
8450         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8451         file descriptors.  This also averts a failure on systems with
8452         native openat support when a traversed directory lacks "x" access.
8453         * lib/fts_.h: Include "i-ring.h"
8454         (struct FTS) [fts_fd_ring]: New member.
8455         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8456         (FCHDIR): Add parentheses.
8457         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8458         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8459         When descending, rather than simply closing the previous
8460         fts_cwd_fd value, push that file descriptor onto the ring.
8461         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8462         (fts_open): Initialize the new fd_ring member.
8463         (fts_close): Clear the ring.
8464         (fts_safe_changedir): When possible, use our new fd_ring to skip
8465         the diropen and fstat and dev/ino comparison that would normally
8466         accompany a virtual `chdir ("..")'.
8467
8468         * modules/fts (Depends-on): Add i-ring.
8469         * modules/i-ring: New module.
8470         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8471         * m4/i-ring.m4: New file.
8472
8473 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8474
8475         * gnulib-tool (func_create_testdir): Fix replacement of
8476         `build-aux' in configure.ac.  Run autotools in gltests
8477         subdirectory.
8478         (func_create_testdir, func_create_megatestdir, test): There is
8479         no need for '--force' in most autotool invocations in a new
8480         tree.  Actually fail the whole test if any of the tools, or the
8481         configure or make stages fail.
8482
8483         Sync from Automake.
8484         * build-aux/gnupload: Revert last change.  Add pointer to upload
8485         instructions of the GNU Maintenance Instructions.
8486         Suggestion by Karl Berry.
8487
8488 2006-11-10  Jim Meyering  <jim@meyering.net>
8489
8490         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8491
8492 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8493
8494         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8495         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8496         (bind_textdomain_codeset) [! ENABLE_NLS]:
8497         Evaluate all the arguments.  That way, callers get compatible behavior
8498         if the arguments have side effects.  Also, it avoids some GCC
8499         diagnostics in some cases; Joel E. Denny reported problems when Bison
8500         was configured with --enable-gcc-warnigs.
8501
8502 2006-11-10  Jim Meyering  <jim@meyering.net>
8503
8504         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8505         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8506         account.
8507
8508 2006-11-10  Jim Meyering  <jim@meyering.net>
8509
8510         * modules/inline: New file/module.
8511         * modules/xalloc (Files): Remove m4/inline.m4.
8512         (Depends-on): Add inline, instead.
8513         * modules/oset: Likewise.
8514         * modules/list: Likewise.
8515
8516 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8517
8518         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8519         Problem reported by Matthew Woehlke.
8520
8521 2006-11-09  Bruno Haible  <bruno@clisp.org>
8522
8523         * lib/tempname.c (gen_tempname): Remove variant that invokes
8524         __gen_tempname.
8525         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8526         __gen_tempname.
8527
8528 2006-11-08  Bruno Haible  <bruno@clisp.org>
8529
8530         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8531         to 'yes' instead of 'cross-compiling'.
8532
8533 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8534
8535         * lib/quotearg.h (quotearg_free): New decl.
8536         * lib/quotearg.c (quotearg_free): New function.
8537         (slot0, nslots, slotvec0, slotvec):
8538         Now file-scope so that quotearg_free can get at them.
8539
8540 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8541
8542         Sync from Automake.
8543         * build-aux/gnupload: Add missing 'gnu' to example URL.
8544         Report by Karl Berry.
8545
8546 2006-11-08  Bruno Haible  <bruno@clisp.org>
8547
8548         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8549         Suggested by Paul Eggert.
8550
8551 2006-11-08  Jim Meyering  <jim@meyering.net>
8552
8553         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8554         It's already included if !_LIBC.
8555         (fts_safe_changedir): Add a comment.
8556
8557 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8558
8559         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8560         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8561         Matthew Woehlke.
8562
8563         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8564         definitions up, to avoid colliding with change below.
8565         (static_inline) [HAVE_INLINE]: New macro.
8566         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8567         Provide extern decls when !HAVE_INLINE.  Do not define unless
8568         static_inline is defined, either by us or by xmalloc.c.  Use
8569         static_inline rather than static inline.
8570         (XCALLOC): Optimize sizeof(T) = 1 case.
8571         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8572
8573 2006-11-07  Bruno Haible  <bruno@clisp.org>
8574
8575         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8576         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8577         AC_C_INLINE.
8578         * modules/xalloc (Files): Add m4/inline.m4.
8579
8580 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8581
8582         * README: Fix typo.
8583         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8584         (Miscellanous Notes): ...from this.
8585
8586 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8587
8588         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8589         Mention that offsetof should be used instead of sizeof.
8590         From Bruno Haible.
8591
8592 2006-11-07  Bruno Haible  <bruno@clisp.org>
8593
8594         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8595
8596 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8597
8598         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8599         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8600         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8601         (gl_tree_add_before, gl_tree_add_after):
8602         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8603         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8604         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8605         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8606         (gl_linked_add_after, gl_linked_add_at): Likewise.
8607         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8608         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8609         (gl_tree_add_before, gl_tree_add_after): Likewise.
8610         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8611         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8612         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8613
8614 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8615
8616         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8617
8618 2006-11-06  Bruno Haible  <bruno@clisp.org>
8619
8620         * m4/inline.m4: New file.
8621         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8622         * modules/list (Files): Add m4/inline.m4.
8623         * modules/oset (Files): Likewise.
8624
8625 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8626
8627         * lib/idcache.c: Include <stddef.h>, for offsetof.
8628         (struct userid.name): Change from char * to a flexible array member.
8629         All uses changed.
8630         * modules/idcache (Depends-on): Add flexmember.
8631
8632         * MODULES.html.sh (Core language properties): New module flexmember.
8633         * modules/flexmember, m4/flexmember.m4: New files.
8634
8635         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8636         inline functions that are identical with the old xnmalloc_inline,
8637         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8638         that we can avoid some unnecessary integer multiplications and
8639         divisions in the common case where the element size is known at
8640         compile time.
8641         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8642         needed.
8643         (xnboundedmalloc): Remove.
8644         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8645         arguments, for consistency with rest of this header.
8646         (xcharalloc): Rewrite using XNMALLOC.
8647         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8648         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8649         versions have been moved to lib/xalloc.h and renamed to be the
8650         non-*_inline versions.
8651         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8652         and xnrealloc functions, since those functions are now inline and
8653         now call us.
8654         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8655         renaming described above.
8656         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8657         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8658         captures the dependency in AC_C_INLINE.
8659
8660         New module canonicalize-lgpl, proposed by Charles Wilson in
8661         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8662         with a few small changes afterwards.
8663         * MODULES.html.sh (File system functions): New module
8664         canonicalize-lgpl.
8665         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8666         and canonicalize_file_name.
8667         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8668         * modules/canonicalize-lgpl: New files.
8669
8670 2006-11-05  Bruno Haible  <bruno@clisp.org>
8671
8672         * gnulib-tool (func_import, func_create_testdir): Create directories
8673         also for files in subdirectories of lib/.
8674
8675 2006-11-05  Bruno Haible  <bruno@clisp.org>
8676
8677         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8678         ANSI C compliant.
8679
8680 2006-11-03  Bruno Haible  <bruno@clisp.org>
8681
8682         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8683         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8684         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8685         (xnboundedmalloc): New inline function.
8686         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8687         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8688         xmalloc.
8689         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8690         xmalloc.
8691         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8692         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8693         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8694         xmalloc.
8695         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8696         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8697         xmalloc.
8698         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8699         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8700         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8701         xmalloc.
8702         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8703         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8704         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8705         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8706         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8707         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8708         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8709
8710 2006-11-03  Bruno Haible  <bruno@clisp.org>
8711
8712         * lib/c-ctype.h [C++]: Define functions without name mangling.
8713         * lib/fwriteerror.h [C++]: Likewise.
8714         * lib/gcd.h [C++]: Likewise.
8715         * lib/linebreak.h [C++]: Likewise.
8716
8717 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8718
8719         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8720         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8721         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8722         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8723         Check for functions and headers just once.
8724         Check for declaration of canonicalize_file_name.
8725         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8726
8727 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8728
8729         * gnulib-tool (func_import): Fix typo in actioncmd.
8730
8731 2006-11-02  Bruno Haible  <bruno@clisp.org>
8732
8733         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8734         newline sequence in the Makefile.am snippet as a space, like "make"
8735         does.
8736         Reported by Roger Persson <perrog@gmail.com>.
8737
8738 2006-11-01  Bruno Haible  <bruno@clisp.org>
8739
8740         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8741         already declared in <string.h>.
8742         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8743
8744 2006-11-01  Bruno Haible  <bruno@clisp.org>
8745
8746         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8747         * lib/strcase.h: Include <string.h>.
8748         (strcasecmp): Define to rpl_strcasecmp here.
8749
8750 2006-11-01  Bruno Haible  <bruno@clisp.org>
8751
8752         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8753
8754 2006-11-01  Eric Blake  <ebb9@byu.net>
8755
8756         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8757
8758         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8759
8760 2006-10-29  Bruno Haible  <bruno@clisp.org>
8761
8762         Make it compile in C++ mode.
8763         * lib/full-write.c (full_rw): Add a cast.
8764
8765 2006-11-01  Bruno Haible  <bruno@clisp.org>
8766
8767         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8768         be POSIX compliant.
8769         Reported by Roger Persson <perrog@gmail.com>.
8770
8771 2006-11-01  Eric Blake  <ebb9@byu.net>
8772
8773         * lib/getopt_.h: Fix comments.
8774
8775 2006-10-31  Eric Blake  <ebb9@byu.net>
8776
8777         * modules/tmpdir (Depends-on): Add sys_stat.
8778         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8779         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8780         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8781         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8782         tempname.
8783
8784 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8785
8786         Avoid some C++ diagnostics reported by Bruno Haible.
8787         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8788         xmalloc.
8789         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8790         (struct slotvec): Move to top level.
8791         (quotearg_n_options): Rewrite to avoid xmalloc.
8792         * lib/xalloc.h (xcharalloc): New function.
8793         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8794         [defined __cplusplus]: Add function template that provides result
8795         type propagation.  This part of the change is from Bruno Haible.
8796
8797 2006-10-29  Bruno Haible  <bruno@clisp.org>
8798
8799         Make it compile in C++ mode.
8800         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8801         * lib/strnlen1.c (strnlen1): Cast memchr result.
8802         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8803         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8804         (create_temp_dir): Rename local variable 'template'.
8805         (compile_csharp_using_sscli): Add cast.
8806         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8807         * lib/findprog.c (find_in_path): Likewise.
8808         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8809         * lib/wait-process.c (register_slave_subprocess): Likewise.
8810
8811 2006-10-22  Bruno Haible  <bruno@clisp.org>
8812
8813         * modules/tsearch: New file.
8814         * lib/tsearch.h: New file.
8815         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8816         * m4/tsearch.m4: New file.
8817         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8818
8819 2006-10-29  Eric Blake  <ebb9@byu.net>
8820
8821         * lib/arcfour.c: Assume config.h.
8822         * lib/arctwo.c: Likewise.
8823         * lib/base64.c: Likewise.
8824         * lib/check-version.c: Likewise.
8825         * lib/crc.c: Likewise.
8826         * lib/des.c: Likewise.
8827         * lib/gc-gnulib.c: Likewise.
8828         * lib/gc-libgcrypt.c: Likewise.
8829         * lib/gc-pbkdf2-sha1.c: Likewise.
8830         * lib/getaddrinfo.c: Likewise.
8831         * lib/getdelim.c: Likewise.
8832         * lib/getline.c: Likewise.
8833         * lib/hmac-md5.c: Likewise.
8834         * lib/hmac-sha1.c: Likewise.
8835         * lib/iconvme.c: Likewise.
8836         * lib/md2.c: Likewise.
8837         * lib/md4.c: Likewise.
8838         * lib/memxor.c: Likewise.
8839         * lib/read-file.c: Likewise.
8840         * lib/readline.c: Likewise.
8841         * lib/rijndael-alg-fst.c: Likewise.
8842         * lib/rijndael-api-fst.c: Likewise.
8843         * lib/xgetdomainname.c: Likewise.
8844
8845 2006-10-28  Eric Blake  <ebb9@byu.net>
8846
8847         * lib/xstrndup.c: Assume config.h.
8848
8849 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8850
8851         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8852         stat-macros.h is now for our own macros, whereas stat_h is for
8853         macros in the <sys/stat.h> name space.
8854         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8855         (STAT_MACROS_H): Remove.
8856         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8857         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8858         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8859         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8860         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8861         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8862         Move these macros to ...
8863         * lib/stat_.h: here.  Don't include stat-macros.h.
8864         * lib/canonicalize.c: Don't include stat-macros.h.
8865         * lib/chown.c: Likewise.
8866         * lib/euidaccess.c: Likewise.
8867         * lib/file-type.c: Likewise.
8868         * lib/filemode.c: Likewise.
8869         * lib/glob.c: Likewise.
8870         * lib/isapipe.c: Likewise.
8871         * lib/lchown.c: Likewise.
8872         * lib/lstat.c: Likewise.
8873         * lib/mkdir-p.c: Likewise.
8874         * lib/rmdir.c: Likewise.
8875         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8876         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8877         unless mkdir isn't declared, to speed up 'configure'.
8878         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8879         would define all the S_* symbols.
8880         * modules/canonicalize (Depends-on):
8881         Depend on sys_stat, not stat-macros.
8882         * modules/chown: Likewise.
8883         * modules/euidaccess: Likewise.
8884         * modules/filemode: Likewise.
8885         * modules/file-type: Likewise.
8886         * modules/glob: Likewise.
8887         * modules/isapipe: Likewise.
8888         * modules/lchown: Likewise.
8889         * modules/lstat: Likewise.
8890         * modules/mkancesdirs: Likewise.
8891         * modules/rmdir: Likewise.
8892         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8893         * modules/modechange: Likewise.
8894         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8895         (configure.ac): Remove gl_STAT_MACROS.
8896         * modules/sys_stat (Depends-on): Remove stat-macros.
8897
8898 2006-10-27  Bruno Haible  <bruno@clisp.org>
8899
8900         * m4/signed.m4: Remove file.
8901         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8902         invocation.
8903         * modules/vasnprintf (Files): Remove m4/signed.m4.
8904
8905 2006-10-27  Bruno Haible  <bruno@clisp.org>
8906
8907         Update to GNU gettext 0.16.
8908         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8909         m4/inttypes-h.m4, m4/signed.m4.
8910         * m4/gettext.m4: Update to GNU gettext 0.16.
8911         * m4/intl.m4: New file, from GNU gettext.
8912         * m4/intldir.m4: New file, from GNU gettext.
8913         * config/srclist.txt: Update
8914
8915 2006-10-27  Eric Blake  <ebb9@byu.net>
8916
8917         * MODULES.html.sh: Document tempname.
8918         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8919         dependencies.
8920         (Files): Move lib/tempname.c...
8921         * modules/tempname: ...to this new module.
8922         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8923         (gl_PREREQ_TEMPNAME): Move...
8924         * m4/tempname.m4: ...to this new file.
8925         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8926         * modules/sys_stat (Depends-on): Add stat-macros.
8927         * lib/stat_.h (includes): Pick up stat macros.
8928         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8929         if stat macros are broken.
8930         * lib/tempname.c (includes): No need to include "stat-macros.h".
8931         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8932         (direxists, __path_search) [!_LIBC]: Don't compile these in
8933         gnulib; the tmpdir module covers that.
8934         * lib/tempname.h: New file.
8935
8936 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8937
8938         * COPYING: Explain how gnulib-tool converts licence headers.
8939         Almost all wording by Eric Blake.
8940
8941 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8942
8943         * lib/mbchar.h (is_basic_table): Make read-only.
8944         * lib/mbchar.c (is_basic_table): Likewise.
8945         Reported by John Darrington.
8946
8947 2006-10-25  Bruno Haible  <bruno@clisp.org>
8948
8949         * lib/progname.h (set_program_name): Undefine before defining.
8950
8951 2006-10-25  Bruno Haible  <bruno@clisp.org>
8952
8953         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8954         false for non-gcc C++ compilers.
8955         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8956
8957 2006-10-24  Bruno Haible  <bruno@clisp.org>
8958
8959         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8960         iconv implementations like Irix iconv.
8961
8962 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8963
8964         * modules/vararrays: New file.
8965         * m4/vararrays.m4: New file, taken from diffutils.
8966         * MODULES.html.sh: New module vararrays.
8967
8968 2006-10-24  Karl Berry  <karl@gnu.org>
8969
8970         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8971         Don't call GNU Unix.
8972
8973 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8974
8975         * users.txt: Add Libtool.
8976
8977         Sync from Libtool:
8978
8979         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8980
8981         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8982         to gnulib's policy of including config.h unconditionally.
8983
8984 2006-10-24  Bruno Haible  <bruno@clisp.org>
8985
8986         * modules/wcwidth (Files): Add m4/wint_t.m4.
8987         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8988         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8989
8990 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8991
8992         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8993         to pacify GCC with some -W flags enabled.  Problem reported by
8994         Bruno Haible.
8995
8996 2006-10-24  Jim Meyering  <jim@meyering.net>
8997
8998         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8999         Reported by Karl Berry.
9000
9001 2006-10-23  Bruno Haible  <bruno@clisp.org>
9002
9003         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9004
9005 2006-10-24  Bruno Haible  <bruno@clisp.org>
9006
9007         * lib/gl_list.h: Use C comment style, not C++ comment style.
9008
9009 2006-10-23  Eric Blake  <ebb9@byu.net>
9010
9011         * lib/getaddrinfo.c (includes): Add missing include.
9012
9013 2006-10-23  Bruno Haible  <bruno@clisp.org>
9014             Paul Eggert  <eggert@cs.ucla.edu>
9015
9016         Ability to rename obstack_free.
9017         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9018         obstack_free.
9019         (obstack_free): Invoke the __obstack_free macro.
9020         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9021
9022 2006-10-23  Bruno Haible  <bruno@clisp.org>
9023             Paul Eggert  <eggert@cs.ucla.edu>
9024
9025         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9026         __argc, __argv from the declaration. (They are defined as macros on
9027         mingw.)
9028
9029 2006-10-22  Bruno Haible  <bruno@clisp.org>
9030
9031         * doc/gnulib-intro.texi: New file.
9032         * doc/gnulib.texi: Include it.
9033
9034 2006-10-21  Bruno Haible  <bruno@clisp.org>
9035
9036         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9037         "Introduction", "Miscellanous Notes", "Particular Modules".
9038
9039 2006-10-21  Bruno Haible  <bruno@clisp.org>
9040
9041         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9042         Change mostlyclean-local rule to avoid sh syntax error from bash
9043         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9044
9045 2006-10-23  Jim Meyering  <jim@meyering.net>
9046
9047         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9048         in place of snprintf.
9049
9050         * modules/inttostr (Files): Add lib/uinttostr.c.
9051         * lib/uinttostr.c (inttostr): New file/function.
9052         * lib/inttostr.h (uinttostr): Declare.
9053         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9054         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9055         Add uinttostr.
9056         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9057
9058 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9059
9060         * lib/canonicalize.c (ELOOP): Define if not already defined.
9061         Problem reported by Bruno Haible in
9062         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9063
9064 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9065
9066         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9067         Problem reported by Perry Smith and Ville Laurikari.
9068
9069         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9070         uses.
9071
9072 2006-10-19  Bruno Haible  <bruno@clisp.org>
9073
9074         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9075         for mingw.
9076
9077 2006-10-19  Bruno Haible  <bruno@clisp.org>
9078
9079         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9080         Needed for mingw.
9081
9082 2006-10-19  Bruno Haible  <bruno@clisp.org>
9083
9084         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9085
9086 2006-10-19  Bruno Haible  <bruno@clisp.org>
9087
9088         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9089         it.
9090
9091 2006-10-19  Bruno Haible  <bruno@clisp.org>
9092
9093         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9094         invocation.
9095
9096 2006-10-19  Bruno Haible  <bruno@clisp.org>
9097
9098         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9099         mountlist by default.
9100
9101 2006-10-16  Bruno Haible  <bruno@clisp.org>
9102
9103         * lib/c-strstr.c: Include c-strstr.h.
9104
9105 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9106
9107         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9108         in a slash.
9109
9110 2006-10-18  Bruno Haible  <bruno@clisp.org>
9111
9112         * lib/lock.h [C++]: Wrap definitions in extern "C".
9113
9114 2006-10-18  Bruno Haible  <bruno@clisp.org>
9115
9116         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9117         gl_LIBOBJS list.
9118
9119 2006-10-18  Bruno Haible  <bruno@clisp.org>
9120
9121         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9122
9123 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9124
9125         * lib/xstrtol.h: Include gettext.h.
9126         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9127         Problem reported by Eric Blake.
9128         * modules/xstrtol (Depends-on): Add gettext-h.
9129
9130 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9131
9132         * lib/strftime.c (advance): New macro.
9133         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9134         incomplete type, so you can't add 0 to it.  Problem and patch
9135         reported by Eelco Dolstra for dietlibc.
9136
9137 2006-10-18  Jim Meyering  <jim@meyering.net>
9138
9139         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9140         type for a local, and rename it: s/up/user_proc/.
9141
9142 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9143
9144         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9145         READ_UTMP_USER_PROCESS.
9146         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9147
9148 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9149
9150         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9151         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9152
9153 2006-10-17  Eric Blake  <ebb9@byu.net>
9154
9155         * lib/sigprocmask.c (sigprocmask): Fix typo.
9156
9157         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9158
9159         * modules/clean-temp (Makefile.am): Don't add to make output...
9160         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9161         config.h.
9162
9163 2006-10-17  Bruno Haible  <bruno@clisp.org>
9164
9165         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9166         differently if DEFAULT_TEXT_DOMAIN is set.
9167
9168 2006-10-16  Bruno Haible  <bruno@clisp.org>
9169
9170         * lib/clean-temp.c: Include fwriteerror.h.
9171
9172 2006-10-16  Bruno Haible  <bruno@clisp.org>
9173
9174         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9175
9176 2006-10-16  Bruno Haible  <bruno@clisp.org>
9177
9178         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9179         * lib/sigprocmask.h: Include <sys/types.h>.
9180         (sigset_t): Use the system's definition if present.
9181
9182 2006-10-17  Eric Blake  <ebb9@byu.net>
9183
9184         * lib/xvasprintf.c (includes): Assume config.h.
9185         * lib/xasprintf.c (includes): Likewise.
9186
9187 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9188
9189         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9190         at least as wide as intmax_t.
9191
9192 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9193
9194         (Imported from Automake.)
9195         * build-aux/gnupload: Update to version 1.1 of directive file.
9196
9197 2006-10-16  Eric Blake  <ebb9@byu.net>
9198
9199         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9200         match Automake 1.10a.
9201
9202 2006-10-14  Bruno Haible  <bruno@clisp.org>
9203
9204         * modules/sigprocmask: New file.
9205         * lib/sigprocmask.h: New file.
9206         * lib/sigprocmask.c: New file.
9207         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9208         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9209         request sigprocmask.o.
9210         (gl_PREREQ_SIGPROCMASK): New macro.
9211         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9212         (Depends-on): Add sigprocmask.
9213         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9214         gt_SIGNALBLOCKING. Test for 'raise' only once.
9215         * lib/fatal-signal.c: Include sigprocmask.h.
9216         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9217         unblock_fatal_signals): Define always.
9218         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9219         sigprocmask.
9220
9221 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9222
9223         Sync from Automake.
9224         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9225         which incorrectly sets the mode of an existing destination
9226         directory.  In some cases the unpatched install-sh could do the
9227         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9228         system.  We hope this is rare in practice, but it's clearly worth
9229         fixing.  Problem reported by Alex Unleashed in
9230         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9231         Also, don't bother to check for -m bugs unless we're using -m;
9232         suggested by Stepan Kasal.
9233
9234 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9235
9236         Sync from Automake.
9237         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9238         `-c' flag, so they appear at the same position as in %FASTDEP%
9239         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9240         which ignores unknown options only after the first non-option.
9241         Bug report against M4 by Nelson H. F. Beebe.
9242
9243 2006-10-13  Jim Meyering  <jim@meyering.net>
9244
9245         Fix a bug in yesterday's change.
9246         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9247         p->fts_statp->st_dev would be used uninitialized.
9248         Ensures that we always call fts_stat on the very first entry.
9249         Miklos Szeredi reported that find -xdev stopped working.
9250
9251 2006-10-12  Bruno Haible  <bruno@clisp.org>
9252
9253         * gnulib-tool (func_get_automake_snippet): Append an automatically
9254         computed EXTRA_DIST augmentation.
9255         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9256         * modules/alloca-opt (Makefile.am): Likewise.
9257         * modules/allocsa (Makefile.am): Likewise.
9258         * modules/arcfour (Makefile.am): Likewise.
9259         * modules/arctwo (Makefile.am): Likewise.
9260         * modules/argmatch (Makefile.am): Likewise.
9261         * modules/argz (Makefile.am): Likewise.
9262         * modules/atexit (Makefile.am): Likewise.
9263         * modules/backupfile (Makefile.am): Likewise.
9264         * modules/byteswap (Makefile.am): Likewise.
9265         * modules/c-strtod (Makefile.am): Likewise.
9266         * modules/c-strtold (Makefile.am): Likewise.
9267         * modules/calloc (Makefile.am): Likewise.
9268         * modules/canon-host (Makefile.am): Likewise.
9269         * modules/canonicalize (Makefile.am): Likewise.
9270         * modules/chdir-long (Makefile.am): Likewise.
9271         * modules/chdir-safer (Makefile.am): Likewise.
9272         * modules/check-version (Makefile.am): Likewise.
9273         * modules/chown (Makefile.am): Likewise.
9274         * modules/cloexec (Makefile.am): Likewise.
9275         * modules/close-stream (Makefile.am): Likewise.
9276         * modules/closeout (Makefile.am): Likewise.
9277         * modules/crc (Makefile.am): Likewise.
9278         * modules/csharpexec (Makefile.am): Likewise.
9279         * modules/cycle-check (Makefile.am): Likewise.
9280         * modules/des (Makefile.am): Likewise.
9281         * modules/dev-ino (Makefile.am): Likewise.
9282         * modules/dirfd (Makefile.am): Likewise.
9283         * modules/dirname (Makefile.am): Likewise.
9284         * modules/dup2 (Makefile.am): Likewise.
9285         * modules/eealloc (Makefile.am): Likewise.
9286         * modules/error (Makefile.am): Likewise.
9287         * modules/euidaccess (Makefile.am): Likewise.
9288         * modules/exclude (Makefile.am): Likewise.
9289         * modules/exitfail (Makefile.am): Likewise.
9290         * modules/fcntl-safer (Makefile.am): Likewise.
9291         * modules/fcntl (Makefile.am): Likewise.
9292         * modules/file-type (Makefile.am): Likewise.
9293         * modules/fileblocks (Makefile.am): Likewise.
9294         * modules/filemode (Makefile.am): Likewise.
9295         * modules/filenamecat (Makefile.am): Likewise.
9296         * modules/fnmatch (Makefile.am): Likewise.
9297         * modules/fopen-safer (Makefile.am): Likewise.
9298         * modules/fpending (Makefile.am): Likewise.
9299         * modules/fprintftime (Makefile.am): Likewise.
9300         * modules/free (Makefile.am): Likewise.
9301         * modules/fsusage (Makefile.am): Likewise.
9302         * modules/ftruncate (Makefile.am): Likewise.
9303         * modules/fts (Makefile.am): Likewise.
9304         * modules/gc-arcfour (Makefile.am): Likewise.
9305         * modules/gc-des (Makefile.am): Likewise.
9306         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9307         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9308         * modules/gc-md4 (Makefile.am): Likewise.
9309         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9310         * modules/gc-sha1 (Makefile.am): Likewise.
9311         * modules/gc (Makefile.am): Likewise.
9312         * modules/getaddrinfo (Makefile.am): Likewise.
9313         * modules/getcwd (Makefile.am): Likewise.
9314         * modules/getdelim (Makefile.am): Likewise.
9315         * modules/getdomainname (Makefile.am): Likewise.
9316         * modules/getgroups (Makefile.am): Likewise.
9317         * modules/gethostname (Makefile.am): Likewise.
9318         * modules/gethrxtime (Makefile.am): Likewise.
9319         * modules/getline (Makefile.am): Likewise.
9320         * modules/getloadavg (Makefile.am): Likewise.
9321         * modules/getlogin_r (Makefile.am): Likewise.
9322         * modules/getndelim2 (Makefile.am): Likewise.
9323         * modules/getopt (Makefile.am): Likewise.
9324         * modules/getpagesize (Makefile.am): Likewise.
9325         * modules/getpass-gnu (Makefile.am): Likewise.
9326         * modules/getpass (Makefile.am): Likewise.
9327         * modules/getsubopt (Makefile.am): Likewise.
9328         * modules/gettime (Makefile.am): Likewise.
9329         * modules/gettimeofday (Makefile.am): Likewise.
9330         * modules/getugroups (Makefile.am): Likewise.
9331         * modules/getusershell (Makefile.am): Likewise.
9332         * modules/glob (Makefile.am): Likewise.
9333         * modules/group-member (Makefile.am): Likewise.
9334         * modules/hard-locale (Makefile.am): Likewise.
9335         * modules/hash (Makefile.am): Likewise.
9336         * modules/hmac-md5 (Makefile.am): Likewise.
9337         * modules/hmac-sha1 (Makefile.am): Likewise.
9338         * modules/human (Makefile.am): Likewise.
9339         * modules/idcache (Makefile.am): Likewise.
9340         * modules/imaxabs (Makefile.am): Likewise.
9341         * modules/imaxdiv (Makefile.am): Likewise.
9342         * modules/inet_ntop (Makefile.am): Likewise.
9343         * modules/inet_pton (Makefile.am): Likewise.
9344         * modules/intprops (Makefile.am): Likewise.
9345         * modules/inttostr (Makefile.am): Likewise.
9346         * modules/inttypes (Makefile.am): Likewise.
9347         * modules/isapipe (Makefile.am): Likewise.
9348         * modules/javaversion (Makefile.am): Likewise.
9349         * modules/lchmod (Makefile.am): Likewise.
9350         * modules/lchown (Makefile.am): Likewise.
9351         * modules/localcharset (Makefile.am): Likewise.
9352         * modules/long-options (Makefile.am): Likewise.
9353         * modules/lstat (Makefile.am): Likewise.
9354         * modules/malloc (Makefile.am): Likewise.
9355         * modules/mathl (Makefile.am): Likewise.
9356         * modules/mbchar (Makefile.am): Likewise.
9357         * modules/md2 (Makefile.am): Likewise.
9358         * modules/md4 (Makefile.am): Likewise.
9359         * modules/md5 (Makefile.am): Likewise.
9360         * modules/memcasecmp (Makefile.am): Likewise.
9361         * modules/memchr (Makefile.am): Likewise.
9362         * modules/memcmp (Makefile.am): Likewise.
9363         * modules/memcoll (Makefile.am): Likewise.
9364         * modules/memcpy (Makefile.am): Likewise.
9365         * modules/memmem (Makefile.am): Likewise.
9366         * modules/memmove (Makefile.am): Likewise.
9367         * modules/mempcpy (Makefile.am): Likewise.
9368         * modules/memrchr (Makefile.am): Likewise.
9369         * modules/memset (Makefile.am): Likewise.
9370         * modules/memxor (Makefile.am): Likewise.
9371         * modules/mkancesdirs (Makefile.am): Likewise.
9372         * modules/mkdir-p (Makefile.am): Likewise.
9373         * modules/mkdir (Makefile.am): Likewise.
9374         * modules/mkdtemp (Makefile.am): Likewise.
9375         * modules/mkstemp (Makefile.am): Likewise.
9376         * modules/mktime (Makefile.am): Likewise.
9377         * modules/modechange (Makefile.am): Likewise.
9378         * modules/mountlist (Makefile.am): Likewise.
9379         * modules/nanosleep (Makefile.am): Likewise.
9380         * modules/obstack (Makefile.am): Likewise.
9381         * modules/openat (Makefile.am): Likewise.
9382         * modules/pagealign_alloc (Makefile.am): Likewise.
9383         * modules/pathmax (Makefile.am): Likewise.
9384         * modules/physmem (Makefile.am): Likewise.
9385         * modules/poll (Makefile.am): Likewise.
9386         * modules/posixtm (Makefile.am): Likewise.
9387         * modules/posixver (Makefile.am): Likewise.
9388         * modules/putenv (Makefile.am): Likewise.
9389         * modules/quote (Makefile.am): Likewise.
9390         * modules/quotearg (Makefile.am): Likewise.
9391         * modules/raise (Makefile.am): Likewise.
9392         * modules/read-file (Makefile.am): Likewise.
9393         * modules/readline (Makefile.am): Likewise.
9394         * modules/readlink (Makefile.am): Likewise.
9395         * modules/readtokens (Makefile.am): Likewise.
9396         * modules/readutmp (Makefile.am): Likewise.
9397         * modules/realloc (Makefile.am): Likewise.
9398         * modules/regex (Makefile.am): Likewise.
9399         * modules/rename-dest-slash (Makefile.am): Likewise.
9400         * modules/rename (Makefile.am): Likewise.
9401         * modules/rijndael (Makefile.am): Likewise.
9402         * modules/rmdir (Makefile.am): Likewise.
9403         * modules/rpmatch (Makefile.am): Likewise.
9404         * modules/safe-read (Makefile.am): Likewise.
9405         * modules/safe-write (Makefile.am): Likewise.
9406         * modules/same-inode (Makefile.am): Likewise.
9407         * modules/same (Makefile.am): Likewise.
9408         * modules/save-cwd (Makefile.am): Likewise.
9409         * modules/savedir (Makefile.am): Likewise.
9410         * modules/setenv (Makefile.am): Likewise.
9411         * modules/settime (Makefile.am): Likewise.
9412         * modules/sha1 (Makefile.am): Likewise.
9413         * modules/sig2str (Makefile.am): Likewise.
9414         * modules/snprintf (Makefile.am): Likewise.
9415         * modules/stat-macros (Makefile.am): Likewise.
9416         * modules/stat-time (Makefile.am): Likewise.
9417         * modules/stdbool (Makefile.am): Likewise.
9418         * modules/stdint (Makefile.am): Likewise.
9419         * modules/stdlib-safer (Makefile.am): Likewise.
9420         * modules/stpcpy (Makefile.am): Likewise.
9421         * modules/stpncpy (Makefile.am): Likewise.
9422         * modules/strcase (Makefile.am): Likewise.
9423         * modules/strcasestr (Makefile.am): Likewise.
9424         * modules/strchrnul (Makefile.am): Likewise.
9425         * modules/strcspn (Makefile.am): Likewise.
9426         * modules/strdup (Makefile.am): Likewise.
9427         * modules/strerror (Makefile.am): Likewise.
9428         * modules/strftime (Makefile.am): Likewise.
9429         * modules/strndup (Makefile.am): Likewise.
9430         * modules/strnlen (Makefile.am): Likewise.
9431         * modules/strpbrk (Makefile.am): Likewise.
9432         * modules/strsep (Makefile.am): Likewise.
9433         * modules/strstr (Makefile.am): Likewise.
9434         * modules/strtod (Makefile.am): Likewise.
9435         * modules/strtoimax (Makefile.am): Likewise.
9436         * modules/strtok_r (Makefile.am): Likewise.
9437         * modules/strtol (Makefile.am): Likewise.
9438         * modules/strtoll (Makefile.am): Likewise.
9439         * modules/strtoul (Makefile.am): Likewise.
9440         * modules/strtoull (Makefile.am): Likewise.
9441         * modules/strtoumax (Makefile.am): Likewise.
9442         * modules/strverscmp (Makefile.am): Likewise.
9443         * modules/sys_socket (Makefile.am): Likewise.
9444         * modules/sys_stat (Makefile.am): Likewise.
9445         * modules/sysexits (Makefile.am): Likewise.
9446         * modules/time_r (Makefile.am): Likewise.
9447         * modules/timegm (Makefile.am): Likewise.
9448         * modules/timespec (Makefile.am): Likewise.
9449         * modules/tmpfile-safer (Makefile.am): Likewise.
9450         * modules/trim (Makefile.am): Likewise.
9451         * modules/unistd-safer (Makefile.am): Likewise.
9452         * modules/unlinkdir (Makefile.am): Likewise.
9453         * modules/unlocked-io (Makefile.am): Likewise.
9454         * modules/userspec (Makefile.am): Likewise.
9455         * modules/utime (Makefile.am): Likewise.
9456         * modules/utimecmp (Makefile.am): Likewise.
9457         * modules/utimens (Makefile.am): Likewise.
9458         * modules/vasnprintf (Makefile.am): Likewise.
9459         * modules/vasprintf (Makefile.am): Likewise.
9460         * modules/vsnprintf (Makefile.am): Likewise.
9461         * modules/xalloc (Makefile.am): Likewise.
9462         * modules/xgetcwd (Makefile.am): Likewise.
9463         * modules/xnanosleep (Makefile.am): Likewise.
9464         * modules/xreadlink (Makefile.am): Likewise.
9465         * modules/xstrtod (Makefile.am): Likewise.
9466         * modules/xstrtol (Makefile.am): Likewise.
9467         * modules/xstrtold (Makefile.am): Likewise.
9468         * modules/yesno (Makefile.am): Likewise.
9469         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9470
9471 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9472
9473         * modules/error (Makefile.am): Distribute files through
9474         EXTRA_DIST, not lib_SOURCES.
9475
9476 2006-10-12  Eric Blake  <ebb9@byu.net>
9477
9478         * modules/error (Makefile.am): Distribute files in /lib.
9479         * modules/obstack (Makefile.am): Likewise.
9480
9481 2006-10-12  Bruno Haible  <bruno@clisp.org>
9482
9483         * modules/acl (Makefile.am): Distribute all files in lib/ through
9484         EXTRA_DIST.
9485         * modules/arcfour (Makefile.am): Likewise.
9486         * modules/arctwo (Makefile.am): Likewise.
9487         * modules/argmatch (Makefile.am): Likewise.
9488         * modules/argz (Makefile.am): Likewise.
9489         * modules/atexit (Makefile.am): Likewise.
9490         * modules/backupfile (Makefile.am): Likewise.
9491         * modules/c-strtod (Makefile.am): Likewise.
9492         * modules/c-strtold (Makefile.am): Likewise.
9493         * modules/calloc (Makefile.am): Likewise.
9494         * modules/canon-host (Makefile.am): Likewise.
9495         * modules/canonicalize (Makefile.am): Likewise.
9496         * modules/chdir-long (Makefile.am): Likewise.
9497         * modules/chdir-safer (Makefile.am): Likewise.
9498         * modules/check-version (Makefile.am): Likewise.
9499         * modules/chown (Makefile.am): Likewise.
9500         * modules/cloexec (Makefile.am): Likewise.
9501         * modules/close-stream (Makefile.am): Likewise.
9502         * modules/closeout (Makefile.am): Likewise.
9503         * modules/crc (Makefile.am): Likewise.
9504         * modules/cycle-check (Makefile.am): Likewise.
9505         * modules/des (Makefile.am): Likewise.
9506         * modules/dirfd (Makefile.am): Likewise.
9507         * modules/dirname (Makefile.am): Likewise.
9508         * modules/dup2 (Makefile.am): Likewise.
9509         * modules/euidaccess (Makefile.am): Likewise.
9510         * modules/exclude (Makefile.am): Likewise.
9511         * modules/exitfail (Makefile.am): Likewise.
9512         * modules/fcntl-safer (Makefile.am): Likewise.
9513         * modules/file-type (Makefile.am): Likewise.
9514         * modules/fileblocks (Makefile.am): Likewise.
9515         * modules/filemode (Makefile.am): Likewise.
9516         * modules/filenamecat (Makefile.am): Likewise.
9517         * modules/fnmatch (Makefile.am): Likewise.
9518         * modules/fopen-safer (Makefile.am): Likewise.
9519         * modules/fpending (Makefile.am): Likewise.
9520         * modules/fprintftime (Makefile.am): Likewise.
9521         * modules/free (Makefile.am): Likewise.
9522         * modules/fsusage (Makefile.am): Likewise.
9523         * modules/ftruncate (Makefile.am): Likewise.
9524         * modules/fts (Makefile.am): Likewise.
9525         * modules/gc (Makefile.am): Likewise.
9526         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9527         * modules/getaddrinfo (Makefile.am): Likewise.
9528         * modules/getcwd (Makefile.am): Likewise.
9529         * modules/getdelim (Makefile.am): Likewise.
9530         * modules/getdomainname (Makefile.am): Likewise.
9531         * modules/getgroups (Makefile.am): Likewise.
9532         * modules/gethostname (Makefile.am): Likewise.
9533         * modules/gethrxtime (Makefile.am): Likewise.
9534         * modules/getline (Makefile.am): Likewise.
9535         * modules/getloadavg (Makefile.am): Likewise.
9536         * modules/getlogin_r (Makefile.am): Likewise.
9537         * modules/getopt (Makefile.am): Likewise.
9538         * modules/getpass (Makefile.am): Likewise.
9539         * modules/getpass-gnu (Makefile.am): Likewise.
9540         * modules/getsubopt (Makefile.am): Likewise.
9541         * modules/gettime (Makefile.am): Likewise.
9542         * modules/gettimeofday (Makefile.am): Likewise.
9543         * modules/getugroups (Makefile.am): Likewise.
9544         * modules/getusershell (Makefile.am): Likewise.
9545         * modules/glob (Makefile.am): Likewise.
9546         * modules/group-member (Makefile.am): Likewise.
9547         * modules/hard-locale (Makefile.am): Likewise.
9548         * modules/hash (Makefile.am): Likewise.
9549         * modules/hmac-md5 (Makefile.am): Likewise.
9550         * modules/hmac-sha1 (Makefile.am): Likewise.
9551         * modules/human (Makefile.am): Likewise.
9552         * modules/idcache (Makefile.am): Likewise.
9553         * modules/imaxabs (Makefile.am): Likewise.
9554         * modules/imaxdiv (Makefile.am): Likewise.
9555         * modules/inet_ntop (Makefile.am): Likewise.
9556         * modules/inet_pton (Makefile.am): Likewise.
9557         * modules/inttostr (Makefile.am): Likewise.
9558         * modules/isapipe (Makefile.am): Likewise.
9559         * modules/lchown (Makefile.am): Likewise.
9560         * modules/long-options (Makefile.am): Likewise.
9561         * modules/lstat (Makefile.am): Likewise.
9562         * modules/malloc (Makefile.am): Likewise.
9563         * modules/mathl (Makefile.am): Likewise.
9564         * modules/mbchar (Makefile.am): Likewise.
9565         * modules/md2 (Makefile.am): Likewise.
9566         * modules/md4 (Makefile.am): Likewise.
9567         * modules/md5 (Makefile.am): Likewise.
9568         * modules/memcasecmp (Makefile.am): Likewise.
9569         * modules/memchr (Makefile.am): Likewise.
9570         * modules/memcmp (Makefile.am): Likewise.
9571         * modules/memcoll (Makefile.am): Likewise.
9572         * modules/memcpy (Makefile.am): Likewise.
9573         * modules/memmem (Makefile.am): Likewise.
9574         * modules/memmove (Makefile.am): Likewise.
9575         * modules/mempcpy (Makefile.am): Likewise.
9576         * modules/memrchr (Makefile.am): Likewise.
9577         * modules/memset (Makefile.am): Likewise.
9578         * modules/memxor (Makefile.am): Likewise.
9579         * modules/mkancesdirs (Makefile.am): Likewise.
9580         * modules/mkdir (Makefile.am): Likewise.
9581         * modules/mkdir-p (Makefile.am): Likewise.
9582         * modules/mkdtemp (Makefile.am): Likewise.
9583         * modules/mkstemp (Makefile.am): Likewise.
9584         * modules/mktime (Makefile.am): Likewise.
9585         * modules/modechange (Makefile.am): Likewise.
9586         * modules/mountlist (Makefile.am): Likewise.
9587         * modules/nanosleep (Makefile.am): Likewise.
9588         * modules/openat (Makefile.am): Likewise.
9589         * modules/pagealign_alloc (Makefile.am): Likewise.
9590         * modules/physmem (Makefile.am): Likewise.
9591         * modules/poll (Makefile.am): Likewise.
9592         * modules/posixtm (Makefile.am): Likewise.
9593         * modules/posixver (Makefile.am): Likewise.
9594         * modules/putenv (Makefile.am): Likewise.
9595         * modules/quote (Makefile.am): Likewise.
9596         * modules/quotearg (Makefile.am): Likewise.
9597         * modules/raise (Makefile.am): Likewise.
9598         * modules/read-file (Makefile.am): Likewise.
9599         * modules/readline (Makefile.am): Likewise.
9600         * modules/readlink (Makefile.am): Likewise.
9601         * modules/readtokens (Makefile.am): Likewise.
9602         * modules/readutmp (Makefile.am): Likewise.
9603         * modules/realloc (Makefile.am): Likewise.
9604         * modules/regex (Makefile.am): Likewise.
9605         * modules/rename (Makefile.am): Likewise.
9606         * modules/rename-dest-slash (Makefile.am): Likewise.
9607         * modules/rijndael (Makefile.am): Likewise.
9608         * modules/rmdir (Makefile.am): Likewise.
9609         * modules/rpmatch (Makefile.am): Likewise.
9610         * modules/safe-read (Makefile.am): Likewise.
9611         * modules/safe-write (Makefile.am): Likewise.
9612         * modules/same (Makefile.am): Likewise.
9613         * modules/save-cwd (Makefile.am): Likewise.
9614         * modules/savedir (Makefile.am): Likewise.
9615         * modules/setenv (Makefile.am): Likewise.
9616         * modules/settime (Makefile.am): Likewise.
9617         * modules/sha1 (Makefile.am): Likewise.
9618         * modules/sig2str (Makefile.am): Likewise.
9619         * modules/snprintf (Makefile.am): Likewise.
9620         * modules/stdlib-safer (Makefile.am): Likewise.
9621         * modules/stpcpy (Makefile.am): Likewise.
9622         * modules/stpncpy (Makefile.am): Likewise.
9623         * modules/strcase (Makefile.am): Likewise.
9624         * modules/strcasestr (Makefile.am): Likewise.
9625         * modules/strchrnul (Makefile.am): Likewise.
9626         * modules/strcspn (Makefile.am): Likewise.
9627         * modules/strdup (Makefile.am): Likewise.
9628         * modules/strerror (Makefile.am): Likewise.
9629         * modules/strftime (Makefile.am): Likewise.
9630         * modules/strndup (Makefile.am): Likewise.
9631         * modules/strnlen (Makefile.am): Likewise.
9632         * modules/strpbrk (Makefile.am): Likewise.
9633         * modules/strsep (Makefile.am): Likewise.
9634         * modules/strstr (Makefile.am): Likewise.
9635         * modules/strtod (Makefile.am): Likewise.
9636         * modules/strtoimax (Makefile.am): Likewise.
9637         * modules/strtok_r (Makefile.am): Likewise.
9638         * modules/strtol (Makefile.am): Likewise.
9639         * modules/strtoll (Makefile.am): Likewise.
9640         * modules/strtoul (Makefile.am): Likewise.
9641         * modules/strtoull (Makefile.am): Likewise.
9642         * modules/strtoumax (Makefile.am): Likewise.
9643         * modules/strverscmp (Makefile.am): Likewise.
9644         * modules/time_r (Makefile.am): Likewise.
9645         * modules/timegm (Makefile.am): Likewise.
9646         * modules/tmpfile-safer (Makefile.am): Likewise.
9647         * modules/unistd-safer (Makefile.am): Likewise.
9648         * modules/unlinkdir (Makefile.am): Likewise.
9649         * modules/userspec (Makefile.am): Likewise.
9650         * modules/utime (Makefile.am): Likewise.
9651         * modules/utimecmp (Makefile.am): Likewise.
9652         * modules/utimens (Makefile.am): Likewise.
9653         * modules/vasnprintf (Makefile.am): Likewise.
9654         * modules/vasprintf (Makefile.am): Likewise.
9655         * modules/vsnprintf (Makefile.am): Likewise.
9656         * modules/xalloc (Makefile.am): Likewise.
9657         * modules/xgetcwd (Makefile.am): Likewise.
9658         * modules/xnanosleep (Makefile.am): Likewise.
9659         * modules/xreadlink (Makefile.am): Likewise.
9660         * modules/xstrtod (Makefile.am): Likewise.
9661         * modules/xstrtol (Makefile.am): Likewise.
9662         * modules/xstrtold (Makefile.am): Likewise.
9663         * modules/yesno (Makefile.am): Likewise.
9664
9665 2006-10-12  Jim Meyering  <jim@meyering.net>
9666
9667         * m4/getloadavg.m4: Revert the change below.
9668
9669         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9670         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9671         fail with a symlink, which is what coreutils' ./bootstrap now
9672         creates by default.
9673
9674 2006-10-12  Bruno Haible  <bruno@clisp.org>
9675
9676         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9677         mingw.
9678         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9679         MSVC and mingw explicitly.
9680
9681 2006-10-11  Simon Josefsson  <jas@extundo.com>
9682             Bruno Haible  <bruno@clisp.org>
9683
9684         Add support for multiple gnulib-tool invocations in the scope of a
9685         single configure.ac file.
9686         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9687         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9688         with the same contents as the _LIBADD variable.
9689         (func_emit_initmacro_start, func_emit_initmacro_end,
9690         func_emit_initmacro_done): New functions.
9691         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9692         gl_LIBOBJS and gl_LTLIBOBJS.
9693
9694 2006-10-11  Bruno Haible  <bruno@clisp.org>
9695
9696         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9697         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9698         autoreconf. Instead, invoke autopoint explicitly but move back the
9699         *.m4 files from gnulib.
9700
9701 2006-10-11  Bruno Haible  <bruno@clisp.org>
9702
9703         * gnulib-tool (func_usage): Make module names after --create-testdir
9704         optional.
9705         (func_create_testdir): If no module was specified, use nearly all
9706         modules.
9707
9708 2006-10-12  Jim Meyering  <jim@meyering.net>
9709
9710         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9711         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9712         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9713         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9714         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9715         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9716         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9717         (fts_set_stat_required): New function.
9718         (fts_open): Defer the calls to fts_stat, if possible or requested.
9719         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9720         into fts_stat itself.
9721         (fts_read): Perform any required (deferred) fts_stat call.
9722         (fts_build): Likewise, for the directory we're about to open and read.
9723         In the readdir loop, carefully decide whether each entry will require
9724         an eventual call to fts_stat, using dirent.d_type info if available.
9725         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9726         a command line argument into this function.  Update all callers.
9727         Map a return value of FTS_DOT to FTS_D for a command line argument.
9728         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9729         Thanks to Miklos Szeredi for his tenacity and for the initial
9730         bug report about "find" failing on a FUSE-based file system.
9731
9732         * lib/fts.c (fts_open): Use consistent indentation.
9733
9734 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9735
9736         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9737         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9738         reported by Jim Meyering.  All uses of cache variables renamed
9739         to match Autoconf's.
9740         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9741         the other one.
9742
9743         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9744         Fix misspelling in diagnostic.
9745
9746 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9747
9748         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9749         defined.  Problem reported by Matthew Woehlke.
9750
9751         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9752         Add support for Tandem NonStop R series.
9753         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9754         Use new macro.
9755
9756         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9757         (has_trailing_slash): Omit size arg; all callers changed.
9758         Omit 'inline', since it doesn't help performance and we'd
9759         need to configure it.
9760         Don't count //, ///, etc. as having a trailing slash.
9761         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9762         (rpl_rename_dest_slash): On failure, use rename's errno rather
9763         than (in some cases) an incorrect or junk errno.
9764         Simplify code by removing need to compute length; this does
9765         cause it to make two passes instead of one over the file name,
9766         but it's worth it.
9767
9768         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9769         change, since Autoconf's version may no longer be appropriate now
9770         that we are using CVS Autoconf's version.  Add support for Tandem.
9771
9772 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9773             Bruno Haible  <bruno@clisp.org>
9774
9775         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9776         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9777         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9778         gl_AC_TYPE_LONG_LONG.
9779
9780         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9781         instead of HAVE_LONG_LONG.
9782         * lib/printf-args.c (printf_fetchargs): Likewise.
9783         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9784         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9785         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9786         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9787         gl_AC_TYPE_LONG_LONG.
9788
9789 2006-10-11  Bruno Haible  <bruno@clisp.org>
9790
9791         * m4/longlong.m4: Add comments.
9792         * m4/ulonglong.m4: Likewise.
9793
9794 2006-10-10  Bruno Haible  <bruno@clisp.org>
9795
9796         Make it possible to #define stpcpy, strdup to aliases.
9797         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9798         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9799
9800 2006-10-10  Bruno Haible  <bruno@clisp.org>
9801
9802         Make it possible to #define gcd to an alias.
9803         * lib/gcd.c: Include config.h.
9804
9805 2006-10-10  Bruno Haible  <bruno@clisp.org>
9806
9807         Make it possible to #define c_isascii to an alias.
9808         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9809         defined. Undefine the macros before defining them, to avoid gcc
9810         warnings.
9811         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9812         define NO_C_CTYPE_MACROS early.
9813
9814 2006-10-10  Bruno Haible  <bruno@clisp.org>
9815
9816         Make it possible to #define set_program_name to an alias.
9817         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9818         ENABLE_RELOCATABLE early.
9819
9820 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9821
9822         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9823         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9824         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9825         More generally, don't assume that 64-bit signed int is available
9826         if unsigned int is, and vice versa.
9827         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9828         unsigned symbols, not on their signed counterparts.
9829         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9830         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9831         (UINT64_C, UINTMAX_C):
9832         Likewise.
9833         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9834         unsigned counterparts.
9835         (Have_long_long, Unsigned): New macros.
9836         (Int): Renamed from INT.
9837         (strtoimax): Use the new macros.
9838         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9839         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9840         * modules/inttypes (inttypes.h): Substitute
9841         HAVE_UNSIGNED_LONG_LONG_INT.
9842         * modules/stdint (stdint.h): Likewise.
9843         (Files): Add m4/ulonglong.m4.
9844
9845 2006-10-10  Bruno Haible  <bruno@clisp.org>
9846
9847         Fix a gcc -Wshadow warning.
9848         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9849         to 'bucket'.
9850         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9851         gl_linked_indexof_from_to): Likewise.
9852         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9853         Likewise.
9854         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9855         Likewise.
9856         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9857         Reported by Eric Blake.
9858
9859 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9860
9861         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9862         for NetBSD.  Problem reported by Bruno Haible.
9863
9864 2006-10-09  Jim Meyering  <jim@meyering.net>
9865
9866         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9867         Patch from Bruno Haible.
9868
9869 2006-10-09  Jim Meyering  <jim@meyering.net>
9870
9871         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9872         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9873         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9874
9875 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9876
9877         Don't include <config.h> twice; this doesn't work in some cases,
9878         e.g., when config.h has "#define intmax_t long long int" and
9879         we include <config.h>, <inttypes.h>, <config.h> in that order.
9880         Problem reported by Matthew Woehlke in:
9881         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9882         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9883         * lib/fts-cycle.c: Don't include config.h.
9884         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9885         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9886         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9887         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9888         inttypes.h.
9889         * lib/xstrtoumax.c: Likewise.
9890         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9891         __strtol and the like, so that this module is more like its siblings.
9892         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9893         Remove; no longer needed now that we assume gnulib inttypes.h.
9894
9895 2006-10-08  Bruno Haible  <bruno@clisp.org>
9896
9897         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9898         option.
9899
9900 2006-10-07  Jim Meyering  <jim@meyering.net>
9901
9902         * modules/inttypes (inttypes.h): Revert what seems to have been
9903         an inadvertent part of today's change: use "|", not "/" in the
9904         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9905
9906 2006-10-07  Bruno Haible  <bruno@clisp.org>
9907
9908         * modules/sublist: New file.
9909
9910 2006-10-07  Bruno Haible  <bruno@clisp.org>
9911
9912         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9913         * modules/argz (argz.h): Likewise.
9914         * modules/arpa_inet (arpa/inet.h): Likewise.
9915         * modules/byteswap (byteswap.h): Likewise.
9916         * modules/configmake (configmake.h): Likewise.
9917         * modules/fcntl (fcntl.h): Likewise.
9918         * modules/fnmatch (fnmatch.h): Likewise.
9919         * modules/getopt (getopt.h): Likewise.
9920         * modules/glob (glob.h): Likewise.
9921         * modules/inttypes (inttypes.h): Likewise.
9922         * modules/netinet_in (netinet/in.h): Likewise.
9923         * modules/poll (poll.h): Likewise.
9924         * modules/stdbool (stdbool.h): Likewise.
9925         * modules/stdint (stdint.h): Likewise.
9926         * modules/sys_select (sys/select.h): Likewise.
9927         * modules/sys_socket (sys/socket.h): Likewise.
9928         * modules/sys_stat (sys/stat.h): Likewise.
9929         * modules/sysexits (sysexits.h): Likewise.
9930         * modules/unistd (unistd.h): Likewise.
9931         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9932         Add a "DO NOT EDIT" comment to the generated file.
9933         (func_import): Likewise for gnulib-comp.m4.
9934
9935 2006-10-07  Bruno Haible  <bruno@clisp.org>
9936
9937         * lib/gl_sublist.h: New file.
9938         * lib/gl_sublist.c: New file.
9939
9940 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9941
9942         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9943         name (relative to the original working directory) and the file
9944         name component (relative to the temporary working directory).  All
9945         callers changed.
9946         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9947         * lib/mkdir-p.c (make_dir_parents): Likewise.
9948         * lib/mkdir-p.h (make_dir_parents): Likewise.
9949
9950 2006-10-06  Eric Blake  <ebb9@byu.net>
9951
9952         Define several macros for use by the clean-temp module.
9953         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9954         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9955         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9956
9957         * lib/clean-temp.h (close_stream_temp): New declaration.
9958         * lib/clean-temp.c (includes): Pull in headers according to what
9959         other modules are in use.
9960         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9961
9962 2006-10-06  Bruno Haible  <bruno@clisp.org>
9963
9964         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9965         instead of fopen, fwriteerror.
9966
9967 2006-10-06  Bruno Haible  <bruno@clisp.org>
9968
9969         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9970         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9971         int.
9972         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9973         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9974         Return an error indicator.
9975         Suggested by Eric Blake.
9976
9977 2006-10-06  Bruno Haible  <bruno@clisp.org>
9978
9979         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9980         Reported by Eric Blake.
9981
9982 2006-10-06  Bruno Haible  <bruno@clisp.org>
9983
9984         * modules/closeout (Description): Mention stderr too.
9985
9986 2006-10-06  Bruno Haible  <bruno@clisp.org>
9987         and Paul Eggert  <eggert@cs.ucla.edu>
9988
9989         * lib/closeout.c (close_stdout): Also close stderr.
9990         * lib/closeout.h: Update comment.
9991
9992 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9993
9994         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9995         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9996         * lib/dirchownmod.c: Include lchown.h.
9997         * lib/lchown.c: Don't include files that lchown.h now includes.
9998         Don't declare chown, since lchown.h now does that.
9999         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10000         (lchown): Define to rpl_chown if lchown is declared but
10001         does not exist.  Declare using a prototype if lchown is not
10002         declared.  Add a copyright notice.
10003         * lib/mkstemp.h: Include <unistd.h>.
10004         * lib/openat.c: Include lchown.h.
10005
10006         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10007         we now test for that separately.
10008         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10009         rather than O_NOFOLLOW, when testing whether it's possible to
10010         avoid a race condition reliably.
10011         * lib/savewd.c (savewd_chdir): Likewise.
10012
10013         Remove macros that are no longer needed now that stdint.h is
10014         reliable.
10015         * lib/fsusage.c (UINTMAX_MAX): Remove.
10016         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10017         * lib/utimecmp.c (SIZE_MAX): Remove.
10018
10019         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10020
10021         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10022         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10023         O_NOATIME works.
10024
10025 2006-10-05  Bruno Haible  <bruno@clisp.org>
10026
10027         * lib/gl_list.h (gl_sortedlist_search_from_to,
10028         gl_sortedlist_indexof_from_to): New declarations.
10029         (gl_list_implementation): New fields sortedlist_search_from_to,
10030         sortedlist_indexof_from_to.
10031         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10032         inline functions.
10033         * lib/gl_list.c (gl_sortedlist_search_from_to,
10034         gl_sortedlist_indexof_from_to): New functions.
10035         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10036         function.
10037         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10038         (gl_array_sortedlist_search_from_to): New function.
10039         (gl_array_list_implementation): Update.
10040         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10041         function.
10042         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10043         (gl_carray_sortedlist_search_from_to): New function.
10044         (gl_carray_list_implementation): Update.
10045         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10046         gl_linked_sortedlist_indexof_from_to): New functions.
10047         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10048         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10049         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10050         gl_tree_sortedlist_indexof_from_to): New functions.
10051         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10052         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10053         Update.
10054         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10055         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10056         Update.
10057
10058 2006-10-05  Bruno Haible  <bruno@clisp.org>
10059
10060         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10061         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10062         (struct gl_list_implementation): Add fields search_from_to,
10063         indexof_from_to. Remove fields search, indexof.
10064         (gl_list_search): Use the search_from_to method.
10065         (gl_list_search_from, gl_list_search_from_to): New functions.
10066         (gl_list_indexof): Use the indexof_from_to method.
10067         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10068         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10069         (gl_list_search_from, gl_list_search_from_to): New functions.
10070         (gl_list_indexof): Use the indexof_from_to method.
10071         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10072         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10073         gl_array_indexof. Add start_index, end_index arguments.
10074         (gl_array_search_from_to): Renamed from gl_array_search. Add
10075         start_index, end_index arguments.
10076         (gl_array_remove, gl_array_list_implementation): Update.
10077         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10078         gl_carray_indexof. Add start_index, end_index arguments.
10079         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10080         start_index, end_index arguments.
10081         (gl_carray_remove, gl_carray_list_implementation): Update.
10082         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10083         gl_linked_search. Add start_index, end_index arguments.
10084         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10085         start_index, end_index arguments.
10086         (gl_linked_remove): Update.
10087         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10088         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10089         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10090         field to 'size_t'.
10091         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10092         gl_tree_search. Add start_index, end_index arguments.
10093         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10094         start_index, end_index arguments.
10095         (gl_tree_remove): Update.
10096         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10097         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10098         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10099         function.
10100         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10101         gl_tree_search. Add start_index, end_index arguments.
10102         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10103         start_index, end_index arguments.
10104         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10105         Update.
10106         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10107
10108 2006-10-05  Bruno Haible  <bruno@clisp.org>
10109
10110         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10111
10112         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10113         fwriteerror_temp): New declarations.
10114         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10115         (descriptors): New variable.
10116         (cleanup): First, close the descriptors.
10117         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10118         fclose_temp, fwriteerror_temp): New functions.
10119
10120 2006-10-04  Jim Meyering  <jim@meyering.net>
10121
10122         * lib/fts.c (fts_open): Tiny comment change.
10123
10124 2006-10-04  Bruno Haible  <bruno@clisp.org>
10125
10126         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10127         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10128         gl_LOCK_BODY.
10129         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10130         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10131         gl_LOCK_EARLY_BODY.
10132         (gl_LOCK): Require gl_LOCK_BODY.
10133
10134 2006-10-04  Bruno Haible  <bruno@clisp.org>
10135
10136         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10137         (gl_oset_search_atleast): New declaration.
10138         (struct gl_oset_implementation): Add field 'search_atleast'.
10139         (gl_oset_search_atleast): New inline function.
10140         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10141         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10142         (gl_array_oset_implementation): Update.
10143         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10144         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10145         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10146
10147 2006-10-04  Bruno Haible  <bruno@clisp.org>
10148
10149         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10150
10151 2006-10-03  Bruno Haible  <bruno@clisp.org>
10152
10153         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10154         from gl_avltreehash_list_implementation.
10155
10156 2006-10-03  Bruno Haible  <bruno@clisp.org>
10157
10158         * lib/gl_oset.c (gl_oset_add): Fix return type.
10159
10160 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10161
10162         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10163
10164 2006-10-02  Eric Blake  <ebb9@byu.net>
10165
10166         * modules/strnlen (Depends-on): Add extensions.
10167
10168 2006-10-02  Eric Blake  <ebb9@byu.net>
10169
10170         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10171         definition in 2.60+.
10172
10173 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10174
10175         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10176         checks.
10177
10178 2006-10-02  Bruno Haible  <bruno@clisp.org>
10179
10180         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10181         to the AUTOMAKE_OPTIONS.
10182         Reported by Jim Meyering.
10183
10184 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10185
10186         Work around bug in Solaris 10 /proc file system:
10187         /proc/self/fd/NNN/.. isn't the parent directory of
10188         the directory whose file descriptor is NNN.  This needs to
10189         be worked around at run time, not compile time, since a
10190         program might be built on Solaris 8, where things work, and
10191         run on Solaris 10.
10192         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10193         to use the following interface instead:
10194         (OPENAT_BUFFER_SIZE): New macro.
10195         (openat_proc_name): New function.
10196         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10197         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10198         Likewise.
10199         * lib/openat-proc.c: New file.
10200         * modules/openat (Files): Add lib/openat-proc.c.
10201         (Depends-on): Add same-inode, stdbool.
10202         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10203
10204 2006-09-29  Bruno Haible  <bruno@clisp.org>
10205
10206         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10207         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10208         argument. Set stdout_closed before testing for ferror, not after.
10209         (fwriteerror, fwriteerror_no_ebadf): New functions.
10210
10211 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10212
10213         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10214
10215 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10216
10217         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10218         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10219
10220 2006-09-28  Jim Meyering  <jim@meyering.net>
10221
10222         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10223         Include <unistd.h>.
10224
10225 2006-09-28  Bruno Haible  <bruno@clisp.org>
10226
10227         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10228         * modules/linkedhash-list (Depends-on): Likewise.
10229         * modules/rbtreehash-list (Depends-on): Likewise.
10230
10231 2006-09-28  Bruno Haible  <bruno@clisp.org>
10232
10233         * lib/strndup.h: Simplify the redefinition of strndup.
10234         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10235         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10236
10237 2006-09-28  Bruno Haible  <bruno@clisp.org>
10238
10239         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10240         * lib/gl_linkedhash_list.c: Likewise.
10241         * lib/gl_rbtreehash_list.c: Likewise.
10242
10243 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10244
10245         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10246         getaddrinfo.
10247
10248         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10249         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10250         it causes <stdio_ext.h> to cause a compile-time error.
10251         Problem reported by Nelson H. F. Beebe.
10252         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10253         of HAVE_DECL___PENDING.
10254
10255         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10256         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10257         declaration.
10258
10259 2006-09-27  Jim Meyering  <jim@meyering.net>
10260
10261         This file could end up with a definition for a function
10262         named __strndup, rather than rpl_strndup on a system with
10263         incomplete weak_alias support.
10264         * lib/strndup.c (strndup): Rename from __strndup.
10265         Remove #defines that used to map __strndup to strndup.
10266         Don't use K&R prototypes.
10267         Remove LIBC-related code, since this file is not sync'd with glibc.
10268         * lib/strndup.h: Revamp, accordingly.
10269         * m4/strndup.m4: Modernize.
10270
10271 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10272
10273         * modules/savewd (Depends-on): Add 'raise'.
10274         * lib/savewd.c: Include <signal.h>, for 'raise'.
10275
10276 2006-09-26  Jim Meyering  <jim@meyering.net>
10277
10278         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10279         when we detect Darwin 8.7.0's acl_get_file bug.
10280         Rearrange to perform the new (below) run-test while $LIBS
10281         contains any acl-related library.  Set USE_ACL at the end.
10282         (gl_ACL_GET_FILE): New function.
10283
10284 2006-09-26  Eric Blake  <ebb9@byu.net>
10285
10286         * lib/verror.c: Include <config.h> unconditionally.
10287
10288 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10289
10290         * modules/clock-time (Maintainer): Add self.
10291         * modules/getlogin_r (Depends-on): Add extensions.
10292
10293 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10294
10295         * modules/clock-time: New module.
10296         * modules/nanosleep (Depends-on): Add clock-time.
10297         * modules/gethrxtime (Depends-on): Likewise.
10298         * modules/gettime (Depends-on): Likewise.
10299         * modules/settime (Depends-on): Likewise.
10300
10301         * modules/fts-lgpl: Depend on openat.
10302         * modules/mkancesdirs: Depend on savewd.
10303         * modules/mkdir-p: Likewise.
10304
10305 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10306
10307         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10308
10309         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10310         `gl_have_arbitrary_file_name_length_limit' to
10311         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10312         actually works between configure runs.
10313
10314 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10315             Bruno Haible  <bruno@clisp.org>
10316
10317         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10318
10319 2006-09-25  Jim Meyering  <jim@meyering.net>
10320
10321         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10322         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10323
10324 2006-09-25  Eric Blake  <ebb9@byu.net>
10325
10326         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10327         exec's in 2006-09-18 patch when shuffling fds.
10328
10329 2006-09-25  Bruno Haible  <bruno@clisp.org>
10330
10331         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10332         Reported by Jim Meyering.
10333
10334 2006-09-24  Jim Meyering  <jim@meyering.net>
10335
10336         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10337         compare a pointer against a literal "0".  That caused failures with
10338         at least HP-UX's hpcc.
10339
10340 2006-09-22  Simon Josefsson  <jas@extundo.com>
10341
10342         * modules/gc-sha1:
10343         * modules/gc-md4:
10344         * modules/gc-hmac-sha1:
10345         * modules/gc-hmac-md5:
10346         * modules/gc-des:
10347         * modules/gc-arcfour: Distribute more files.
10348
10349 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10350
10351         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10352         (gl_linked_iterator_from_to): Initialize struct completely.
10353         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10354         (gl_tree_iterator_from_to): Likewise
10355         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10356         * lib/gl_array_list.c [lint] (gl_array_iterator)
10357         (gl_array_iterator_from_to): Likewise.
10358         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10359         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10360         (gl_carray_iterator_from_to): Likewise.
10361
10362         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10363         * lib/md4.c (md4_process_block): Remove unused variable.
10364         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10365         parentheses for clarity.
10366
10367 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10368
10369         * modules/bison-i18n (Depends-on): Add gettext.
10370
10371 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10372
10373         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10374         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10375         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10376         also add missing comma that caused broken test.
10377         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10378         stdlib.h, for `abort'.
10379         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10380         variables.
10381         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10382         include unistd.h if present, for `rmdir'.
10383         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10384         variables.
10385         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10386         in the process include standard headers for prototypes.
10387         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10388         gets declared on GNU/Linux.
10389         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10390         unistd.h, for `rmdir'.
10391         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10392
10393         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10394         always true.
10395         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10396
10397         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10398
10399 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10400
10401         * gnulib-tool (func_version): Create output all at once.  This
10402         may help avoid triggering unnecessary SIGPIPEs, and at any
10403         rate it doesn't hurt.
10404
10405 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10406             Bruno Haible  <bruno@clisp.org>
10407
10408         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10409         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10410         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10411
10412         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10413         (gl_FUNC_VASPRINTF): Invoke it.
10414
10415 2006-09-22  Bruno Haible  <bruno@clisp.org>
10416
10417         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10418         getloadavg.c as first argument.
10419
10420 2006-09-22  Bruno Haible  <bruno@clisp.org>
10421
10422         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10423         at the beginning of the gl_INIT macro.
10424         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10425         gl_GETLOADAVG.
10426
10427 2006-09-22  Bruno Haible  <bruno@clisp.org>
10428
10429         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10430         module.
10431         Suggested by Ralf Wildenhues.
10432
10433 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10434
10435         Import this patch from libc:
10436
10437         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10438
10439         * lib/regex_internal.c (re_string_reconstruct): Handle
10440         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10441         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10442         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10443         re_string_context_at.
10444
10445         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10446         now requires it.
10447         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10448         gl_REGEX now does it for us.
10449         (gl_REGEX): Add test taken from
10450         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10451
10452         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10453         Check that large offsets work.  Modernize Autoconf usages.
10454         Prefer "yes" to mean a good thing rather than a bad.
10455         Don't put "#define mkstemp" in config.h, as this might interfere
10456         with standard system headers that "#define mkstemp mkstemp64".
10457
10458         * modules/mkstemp (Depends-on): Add extensions, so that
10459         mkstemp is visible on some platforms.
10460         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10461         (Include): Change to "mkstemp.h" from <stdlib.h>.
10462         (Files): Add mkstemp.h.
10463
10464         * lib/mkstemp.h: New file, since some standard headers
10465         #define mkstemp.
10466         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10467         Include "mkstemp.h".
10468         Make the _LIBC code resemble glibc original more,
10469         e.g., use K&R style.
10470         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10471         (mkstemp): Remove, since mkstemp.h does this for us.
10472         * lib/stdlib--.h: Include mkstemp.h.
10473
10474         Import this patch from libc:
10475
10476         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10477
10478         * lib/tempname.c (__gen_tempname): Change attempts_min
10479         into a macro.  Use preprocessor to decide how to initialize
10480         attempts [Coverity CID 67].
10481
10482 2006-09-20  Bruno Haible  <bruno@clisp.org>
10483
10484         * lib/mkdtemp.c: Import from libc.
10485         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10486                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10487                 attempts_min into a macro.  Use preprocessor to decide how to
10488                 initialize attempts [Coverity CID 67].
10489         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10490                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10491                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10492
10493 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10494
10495         * gnulib-tool (func_exit): New function, to allow to pass the
10496         exit status portably through the trap.  Use everywhere.
10497         (--help, --version): Signal a write error.
10498         (trap): catch SIGPIPE, for write errors.
10499         Exit at the end of the trap, with the correct exit status.
10500
10501 2006-09-19  Karl Berry  <karl@gnu.org>
10502
10503         * doc/gnulib.texi: note about the license texinfo files.
10504
10505 2006-09-19  Eric Blake  <ebb9@byu.net>
10506
10507         * gnulib-tool: Avoid space-tab.
10508
10509 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10510
10511         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10512         that prevented coreutils 6.1 from building.  Problem reported
10513         by Petter Reinholdtsen.
10514
10515 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10516
10517         * gnulib-tool (avoidlist): Fix typo that broke options like
10518         --avoid=lock that are used by coreutils bootstrap.
10519
10520 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10521
10522         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10523         more systematically.
10524
10525 2006-09-18  Jim Meyering  <jim@meyering.net>
10526
10527         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10528
10529 2006-09-18  Bruno Haible  <bruno@clisp.org>
10530
10531         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10532
10533 2006-09-18  Bruno Haible  <bruno@clisp.org>
10534
10535         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10536         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10537         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10538         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10539         * m4/gettext.m4: Require autoconf >= 2.52.
10540         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10541         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10542         of gl_cv_header_inttypes_h.
10543
10544 2006-09-18  Bruno Haible  <bruno@clisp.org>
10545
10546         * lib/javaversion.c: Include configmake.h.
10547
10548 2006-09-18  Bruno Haible  <bruno@clisp.org>
10549
10550         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10551         avoid that the while loops be executed in a subshell.
10552
10553 2006-09-18  Bruno Haible  <bruno@clisp.org>
10554
10555         * MODULES.html.sh (func_module): Break long lines.
10556         Suggested by Bruce Korb <bkorb@gnu.org>.
10557
10558 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10559
10560         Speed up by a factor of 1.12.
10561         * gnulib-tool (nl): New variable.
10562         (func_import): Rewrite include directive extraction to only read each
10563         directive once.
10564
10565 2006-09-17  Bruno Haible  <bruno@clisp.org>
10566
10567         * modules/javaversion (Makefile.am): Remove DEFS setting.
10568         (Depends-on): Add configmake, for PKGDATADIR definition.
10569
10570 2006-09-17  Bruno Haible  <bruno@clisp.org>
10571
10572         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10573
10574 2006-09-17  Bruno Haible  <bruno@clisp.org>
10575
10576         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10577         (func_modules_transitive_closure, func_modules_add_dummy,
10578         func_modules_to_filelist, func_import, func_create_testdir,
10579         func_create_megatestdir, ...): Use it wherever possible.
10580         Suggested by Ralf Wildenhues.
10581
10582 2006-09-16  Karl Berry  <karl@gnu.org>
10583
10584         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10585         to avoid sectioning errors.
10586         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10587         [ifinfo]: blank line after @center-ed titles.
10588         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10589         Spell FSF address consistently with others.
10590         (These changes approved by rms.)
10591
10592 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10593
10594         Speed up by a factor of 1.61.
10595         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10596         already checked module names again.
10597
10598 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10599
10600         Speed up by a factor of 1.13.
10601         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10602         for new_files, and the input to func_add_or_update.
10603
10604 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10605
10606         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10607         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10608
10609 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10610
10611         * modules/mkancesdirs (Depends-on): Add fcntl.
10612         * modules/savewd: New file.
10613         * MODULES.html.sh (File system functions): Add savewd.
10614
10615         * modules/configmake (Makefile.am): Add support for the
10616         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10617
10618 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10619
10620         * m4/savewd.m4: New file.
10621
10622 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10623
10624         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10625         (dirchownmod): New arg FD.  All callers changed.
10626         Use FD rather than opening the directory ourself, as opening is
10627         now the caller's responsibility.
10628         * lib/dirchownmod.h: Likewise.
10629         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10630         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10631         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10632         (test_dir): Remove.
10633         (mkancesdirs): Return length of prefix of FILE that has already
10634         been made, or -2 if there is a child doing the work.  Redo
10635         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10636         ".", and treat ".." specially since it might stray back into
10637         already-created areas.  Use a subprocess if necessary.  New arg
10638         WD; all users changed.  MAKE_DIR function should now return 1
10639         if it creates a directory that is not readable.  Return -2 if
10640         a child process is spun off.
10641         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10642         Adjust signature to match code.
10643         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10644         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10645         all users changed.
10646         * lib/savewd.c, lib/savewd.h: New files.
10647
10648 2006-09-15  Jim Meyering  <jim@meyering.net>
10649
10650         * modules/rename-dest-slash: New module.
10651         * MODULES.html.sh (posix_compat): Add it here.
10652
10653         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10654
10655 2006-09-15  Jim Meyering  <jim@meyering.net>
10656
10657         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10658         file.
10659
10660         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10661
10662 2006-09-15  Jim Meyering  <jim@meyering.net>
10663
10664         * lib/rename-dest-slash.c (has_trailing_slash): Use
10665         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10666         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10667         test before testing whether SRC is a directory.
10668         Suggestions from Bruno Haible.
10669
10670         Avoid a warning about an unused variable.
10671         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10672         into the #ifdef block where it's used.
10673
10674         * lib/rename-dest-slash.c: New file.
10675
10676 2006-09-14  Bruno Haible  <bruno@clisp.org>
10677
10678         * lib/allocsa.c: Include <config.h> unconditionally.
10679         * lib/asnprintf.c: Likewise.
10680         * lib/asprintf.c: Likewise.
10681         * lib/c-strcasecmp.c: Likewise.
10682         * lib/c-strcasestr.c: Likewise.
10683         * lib/c-strncasecmp.c: Likewise.
10684         * lib/c-strstr.c: Likewise.
10685         * lib/classpath.c: Likewise.
10686         * lib/clean-temp.c: Likewise.
10687         * lib/concatpath.c: Likewise.
10688         * lib/copy-file.c: Likewise.
10689         * lib/csharpcomp.c: Likewise.
10690         * lib/csharpexec.c: Likewise.
10691         * lib/execute.c: Likewise.
10692         * lib/fatal-signal.c: Likewise.
10693         * lib/findprog.c: Likewise.
10694         * lib/fwriteerror.c: Likewise.
10695         * lib/gl_array_list.c: Likewise.
10696         * lib/gl_array_oset.c: Likewise.
10697         * lib/gl_avltree_list.c: Likewise.
10698         * lib/gl_avltree_oset.c: Likewise.
10699         * lib/gl_avltreehash_list.c: Likewise.
10700         * lib/gl_carray_list.c: Likewise.
10701         * lib/gl_linked_list.c: Likewise.
10702         * lib/gl_linkedhash_list.c: Likewise.
10703         * lib/gl_list.c: Likewise.
10704         * lib/gl_oset.c: Likewise.
10705         * lib/gl_rbtree_list.c: Likewise.
10706         * lib/gl_rbtree_oset.c: Likewise.
10707         * lib/gl_rbtreehash_list.c: Likewise.
10708         * lib/imaxabs.c: Likewise.
10709         * lib/imaxdiv.c: Likewise.
10710         * lib/javacomp.c: Likewise.
10711         * lib/javaexec.c: Likewise.
10712         * lib/javaversion.c: Likewise.
10713         * lib/linebreak.c: Likewise.
10714         * lib/localcharset.c: Likewise.
10715         * lib/lock.c: Likewise.
10716         * lib/mbchar.c: Likewise.
10717         * lib/mbswidth.c: Likewise.
10718         * lib/mkdtemp.c: Likewise.
10719         * lib/pipe.c: Likewise.
10720         * lib/printf-args.c: Likewise.
10721         * lib/printf-parse.c: Likewise.
10722         * lib/progname.c: Likewise.
10723         * lib/progreloc.c: Likewise.
10724         * lib/readlink.c: Likewise.
10725         * lib/sh-quote.c: Likewise.
10726         * lib/stpcpy.c: Likewise.
10727         * lib/stpncpy.c: Likewise.
10728         * lib/strcasecmp.c: Likewise.
10729         * lib/strcasestr.c: Likewise.
10730         * lib/strcspn.c: Likewise.
10731         * lib/striconv.c: Likewise.
10732         * lib/strncasecmp.c: Likewise.
10733         * lib/strnlen1.c: Likewise.
10734         * lib/strstr.c: Likewise.
10735         * lib/strtok_r.c: Likewise.
10736         * lib/tls.c: Likewise.
10737         * lib/tmpdir.c: Likewise.
10738         * lib/unicodeio.c: Likewise.
10739         * lib/unsetenv.c: Likewise.
10740         * lib/vasnprintf.c: Likewise.
10741         * lib/vasprintf.c: Likewise.
10742         * lib/wait-process.c: Likewise.
10743         * lib/xallocsa.c: Likewise.
10744         * lib/xsetenv.c: Likewise.
10745         * lib/xstriconv.c: Likewise.
10746
10747 2006-09-13  Simon Josefsson  <jas@extundo.com>
10748
10749         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10750         that internally, suggested by Ralf Wildenhues
10751         <Ralf.Wildenhues@gmx.de>.
10752
10753 2006-09-13  Simon Josefsson  <jas@extundo.com>
10754
10755         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10756         @LIBOBJS@.
10757         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10758
10759 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10760
10761         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10762         longer worry about uses that don't define HAVE_CONFIG_H.
10763         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10764         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10765         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10766         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10767         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10768         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10769         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10770         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10771         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10772         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10773         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10774         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10775         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10776         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10777         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10778         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10779         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10780         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10781         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10782         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10783         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10784         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10785         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10786         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10787         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10788         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10789         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10790         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10791         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10792         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10793         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10794         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10795         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10796         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10797         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10798         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10799         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10800         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10801         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10802         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10803         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10804         Likewise.
10805
10806 2006-09-13  Eric Blake  <ebb9@byu.net>
10807
10808         * lib/getopt.c: Fix typo in last commit.
10809
10810 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10811
10812         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10813         dgettext.
10814
10815 2006-09-12  Jim Meyering  <jim@meyering.net>
10816
10817         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10818         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10819         Reported by Nelson H. F. Beebe.
10820
10821 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10822
10823         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10824         program_invocation_name and program_invocation_short_name are
10825         initialized.
10826         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10827         and program_invocation_short_name to argp.h, so they are visible
10828         to user programs.
10829         * lib/argp.h: Likewise
10830
10831 2006-09-10  Bruno Haible  <bruno@clisp.org>
10832
10833         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10834         m4/inttypes_h.m4, m4/uintmax_t.m4.
10835
10836 2006-09-10  Bruno Haible  <bruno@clisp.org>
10837
10838         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10839         gl_AC_TYPE_UINTMAX_T.
10840
10841 2006-09-10  Bruno Haible  <bruno@clisp.org>
10842
10843         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10844
10845 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10846
10847         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10848         convention.  Text proposed by Bruno Haible.
10849         (struct argp_option): Document the use of N_() wrappers.
10850
10851         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10852         '\v', and translate the two parts separately, instead of feeding
10853         the whole string to gettext.  This allows to exclude
10854         '\v' from the strings visible to the translator by writing doc
10855         strings as N_("..") "\v" N_("..").
10856
10857 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10858
10859         * config/srclist.txt: Undo latest change; the bug was fixed.
10860
10861 2006-09-09  Bruno Haible  <bruno@clisp.org>
10862
10863         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10864         assignments if building a library without libtool.
10865         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10866         in func_emit_lib_Makefile_am.
10867         (func_import): When building a static library libfoo.a, arrange to
10868         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10869         (func_create_testdir): Likewise.
10870         * modules/gc (configure.ac, Makefile.am): If building statically,
10871         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10872         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10873         * modules/striconv (configure.ac, Makefile.am): Likewise.
10874         Based on a suggestion by Ralf Wildenhues.
10875
10876 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10877
10878         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10879         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10880         Also:
10881
10882         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10883         Add year_2050_test to catch glibc bug 2821
10884         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10885
10886         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10887         Prefer #ifdef to #if.
10888
10889         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10890         Return from 'main' instead of calling 'exit'.
10891
10892 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10893
10894         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10895         returned the maximum time_t value rather than (time_t) -1.
10896         Problem originally reported by William Bardwell
10897         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10898
10899         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10900         Moved to here ...
10901         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10902         ... from here.
10903
10904 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10905
10906         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10907         2821 is fixed.
10908
10909 2006-09-08  Jim Meyering  <jim@meyering.net>
10910
10911         Don't make generated files read-only.  That would bother too many
10912         people.  However, do retain the ability to work when targets are
10913         read-only: remove the destination and temporary files before writing
10914         them (when generated via sed or echo), or by using the -f option for
10915         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10916         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10917         * modules/byteswap, modules/configmake, modules/fcntl:
10918         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10919         * modules/localcharset, modules/netinet_in, modules/poll:
10920         * modules/stdbool, modules/stdint, modules/sys_select:
10921         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10922
10923 2006-09-08  Jim Meyering  <jim@meyering.net>
10924
10925         Avoid new build failure on FreeBSD 6.0.
10926         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10927         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10928         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10929
10930 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10931
10932         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10933
10934 2006-09-07  Jim Meyering  <jim@meyering.net>
10935
10936         Fix global typo in last change: use chmod u-w, not chmod u-x.
10937         Spotted by Paul Eggert and Bruce Korb.
10938         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10939         * modules/byteswap, modules/configmake, modules/fcntl:
10940         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10941         * modules/localcharset, modules/netinet_in, modules/poll:
10942         * modules/stdbool, modules/stdint, modules/sys_select:
10943         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10944
10945 2006-09-06  Jim Meyering  <jim@meyering.net>
10946
10947         Make generated files be read-only.
10948         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10949         Ensure that each generated file is now read-only.
10950         * modules/argz: Likewise.
10951         * modules/arpa_inet: Likewise.
10952         * modules/byteswap: Likewise.
10953         * modules/configmake: Likewise.
10954         * modules/fcntl: Likewise.
10955         * modules/fnmatch: Likewise.
10956         * modules/getopt: Likewise.
10957         * modules/glob: Likewise.
10958         * modules/inttypes: Likewise.
10959         * modules/netinet_in: Likewise.
10960         * modules/poll: Likewise.
10961         * modules/stdbool: Likewise.
10962         * modules/stdint: Likewise.
10963         * modules/sys_select: Likewise.
10964         * modules/sys_socket: Likewise.
10965         * modules/sys_stat: Likewise.
10966         * modules/sysexits: Likewise.
10967         * modules/localcharset: Same as above, but continue using temporary
10968         file named "t-$@" (why different?) rather than the "$@-t" used
10969         everywhere else.
10970
10971         * modules/sysexits (Makefile.am): Replace literal occurrences
10972         of "sysexit.h" more readable, and more consistent, "$@".
10973
10974 2006-09-06  Bruno Haible  <bruno@clisp.org>
10975
10976         * modules/striconv: New file.
10977         * modules/xstriconv: New file.
10978         * MODULES.html.sh (Internationalization functions): Add striconv,
10979         xstriconv.
10980
10981 2006-09-06  Bruno Haible  <bruno@clisp.org>
10982
10983         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10984         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10985         not using libtool correctly.
10986
10987 2006-09-06  Bruno Haible  <bruno@clisp.org>
10988
10989         * lib/striconv.h: New file.
10990         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10991         iconvstring.c.
10992         * lib/xstriconv.h: New file.
10993         * lib/xstriconv.c: New file.
10994
10995 2006-09-06  Bruno Haible  <bruno@clisp.org>
10996
10997         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10998         lib_..._LDFLAGS.
10999
11000 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11001
11002         * lib/argz_.h: Sync from Libtool.
11003
11004         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11005                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11006
11007         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11008
11009 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11010
11011         * modules/trim: New file.
11012
11013 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11014
11015         * lib/trim.h: New file.
11016         * lib/trim.c: New file.
11017
11018 2006-09-05  Bruno Haible  <bruno@clisp.org>
11019
11020         * MODULES.html.sh (String handling): Add trim.
11021
11022 2006-09-04  Karl Berry  <karl@gnu.org>
11023
11024         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11025         until next release.
11026
11027 2006-09-03  Bruno Haible  <bruno@clisp.org>
11028
11029         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11030         correctly.
11031
11032 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11033
11034         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11035         not gl_GETLOADAVG.  Omit unneeded semicolons.
11036         Problems reported by Ralf Wildenhues in
11037         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11038         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11039         at the end, which is the usual gnulib style.
11040
11041         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11042         of doing all the work ourselves.
11043         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11044         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11045
11046 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11047
11048         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11049         Problem reported by Ralf Wildenhues in
11050         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11051
11052         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11053         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11054
11055 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11056
11057         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11058         yesterday's patch by changing test -n to test -z.
11059
11060 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11061
11062         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11063         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11064         the former is now obsolescent.
11065
11066         * modules/chdir-long (Depends-on): Add fcntl.
11067
11068 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11069
11070         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11071         obsolescent, and programs should use gnulib instead.
11072         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11073         but with prefixes changed.
11074
11075 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11076
11077         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11078         or stdbool.h, because they might not exist while configuring.
11079
11080         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11081         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11082         does that for us.
11083         (O_DIRECTORY): Remove.
11084
11085 2006-08-31  Eric Blake  <ebb9@byu.net>
11086
11087         * gnulib-tool: Don't let emacs change spaces to TAB.
11088
11089 2006-08-31  Bruno Haible  <bruno@clisp.org>
11090
11091         * gnulib-tool: When calling func_import more than once, do it in a
11092         subshell.
11093         Reported by Eric Blake <ebb9@byu.net>.
11094
11095 2006-08-31  Bruno Haible  <bruno@clisp.org>
11096
11097         * gnulib-tool (nl): Remove variable.
11098         (sed_transform_lib_file): Use more robust test for config-h module.
11099         (func_import): Fix typo in 2006-08-25 patch.
11100
11101 2006-08-31  Bruno Haible  <bruno@clisp.org>
11102
11103         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11104         specified, augment Makefile.am variables instead of assigning them.
11105
11106 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11107
11108         Work around a bug in both the Linux and SunOS 64-bit kernels:
11109         nanosleep mishandles sleeps for longer than 2**31 seconds.
11110         Problem reported by Frank v Waveren in
11111         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11112         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11113         Check for nanosleep bug.
11114         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11115
11116 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11117
11118         Work around a bug in both the Linux and SunOS 64-bit kernels:
11119         nanosleep mishandles sleeps for longer than 2**31 seconds.
11120         Problem reported by Frank v Waveren in
11121         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11122         * lib/nanosleep.c (BILLION): New constant.
11123         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11124         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11125         implementation.
11126
11127 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11128
11129         * modules/nanosleep (Depends-on): Add gettime.
11130
11131 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11132         and Simon Josefsson  <jas@extundo.com>
11133         and Oskar Liljeblad  <oskar@osk.mine.nu>
11134
11135         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11136         * gnulib-tool (func_import): New license type 'unmodifiable license
11137         text'.
11138         * modules/fdl: Use it.  Longer description.
11139         * module/gpl, module/lgpl: New files.
11140
11141 2006-08-30  Jim Meyering  <jim@meyering.net>
11142
11143         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11144         shadowing the parameter.
11145
11146 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11147
11148         Sync from Libtool:
11149
11150         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11151
11152         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11153         sharing with gnulib.  Report by Eric Blake.
11154
11155 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11156
11157         * modules/isapipe: New file.
11158         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11159
11160 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11161
11162         * modules/configmake (Makefile.am): Add a comment, and omit
11163         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11164         by Bruno Haible.
11165
11166 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11167
11168         * m4/isapipe.m4: New file.
11169
11170 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11171
11172         * lib/isapipe.c, lib/isapipe.h: New files.
11173
11174 2006-08-29  Jim Meyering  <jim@meyering.net>
11175
11176         * modules/configmake (Makefile.am): Make configmake.h depend on
11177         Makefile.  Otherwise, a stale configmake.h could hang around.
11178
11179 2006-08-29  Eric Blake  <ebb9@byu.net>
11180
11181         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11182         resolution of upstream bug 3044.
11183
11184 2006-08-29  Bruno Haible  <bruno@clisp.org>
11185
11186         * modules/localcharset (Depends-on): Add configmake.
11187         (Makefile.am): Remove setting of LIBDIR through DEFS.
11188
11189 2006-08-29  Bruno Haible  <bruno@clisp.org>
11190
11191         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11192         defined.
11193
11194 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11195
11196         * modules/fcntl: New file.
11197         * modules/chdir-safer (Depends-on): Add fcntl.
11198         * modules/fts: Likewise.
11199         * modules/mkdir-p: Likewise.
11200
11201         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11202         This undoes the most recent change, since we're now addressing the
11203         problem in a different way.
11204
11205         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11206         into output, since the output might be called Makefile.am even
11207         if $makefile_name is something different.
11208         (func_import): Use $makefile_am rather than
11209         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11210         empty.
11211
11212         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11213
11214 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11215
11216         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11217         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11218         recent change to stdint.m4, since we're now addressing the problem in a
11219         different way.
11220
11221 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11222
11223         * m4/fcntl_h.m4: New file.
11224
11225 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11226
11227         * lib/fcntl_.h: New file.
11228         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11229         the fcntl module.
11230         * lib/dirchownmod.c: Likewise.
11231         * lib/fts.c: Likewise.
11232
11233         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11234         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11235         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11236         just before including <inttypes.h>, to avoid circular inclusion.
11237
11238 2006-08-28  Jim Meyering  <jim@meyering.net>
11239
11240         * doc/visibility.texi: Actually read and correct the grammar of the
11241         sentence affected by yesterday's change.
11242
11243 2006-08-28  Eric Blake  <ebb9@byu.net>
11244
11245         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11246         needs wrapper.
11247
11248 2006-08-28  Eric Blake  <ebb9@byu.net>
11249
11250         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11251
11252 2006-08-28  Eric Blake  <ebb9@byu.net>
11253
11254         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11255
11256 2006-08-28  Bruno Haible  <bruno@clisp.org>
11257
11258         * modules/c-strstr: New file, from GNU gettext.
11259         * MODULES.html.sh (String handling): Add c-strstr.
11260
11261 2006-08-28  Bruno Haible  <bruno@clisp.org>
11262
11263         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11264         macros.
11265         Reported by Eric Blake.
11266
11267 2006-08-28  Bruno Haible  <bruno@clisp.org>
11268
11269         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11270         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11271         * lib/vasprintf.c: Include errno.h, limits.h.
11272         (EOVERFLOW): New fallback definition.
11273         (vasprintf): Test here whether the string length is > INT_MAX.
11274         * lib/vsnprintf.c: Include errno.h, limits.h.
11275         (EOVERFLOW): New fallback definition.
11276         (vsnprintf): Fix bug when generated string was too long for the buffer.
11277         Test here whether the string length is > INT_MAX.
11278
11279 2006-08-28  Bruno Haible  <bruno@clisp.org>
11280
11281         * lib/inttypes_.h (SCNX*): Remove definitions.
11282         Reported by Eric Blake.
11283
11284 2006-08-28  Bruno Haible  <bruno@clisp.org>
11285
11286         * lib/c-strstr.h: New file, from GNU gettext.
11287         * lib/c-strstr.c: New file, from GNU gettext.
11288
11289 2006-08-28  Bruno Haible  <bruno@clisp.org>
11290
11291         * gnulib-tool: Reorder some statements.
11292
11293 2006-08-28  Bruno Haible  <bruno@clisp.org>
11294
11295         * gnulib-tool: New option --makefile-name.
11296         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11297         $makefile_name.
11298         (func_import): Write $makefile_name to the cache file, and read it from
11299         there unless explicitly specified. Use $makefile_name as file name
11300         instead of Makefile.am. Adjust the recommendations accordingly.
11301
11302 2006-08-28  Bruno Haible  <bruno@clisp.org>
11303
11304         * gnulib-tool (func_verify_module): Check against misapplying patch.
11305
11306 2006-08-28  Bruno Haible  <bruno@clisp.org>
11307
11308         * gnulib-tool (func_relativize, func_relconcat): New functions.
11309         Give an error if --local-dir is given with --update.
11310         Remove trailing slashes from $local_gnulib_dir.
11311         (func_import): Store the relativized $local_gnulib_dir in
11312         gnulib-cache.m4, and read it from there if not specified explicitly.
11313
11314 2006-08-28  Bruno Haible  <bruno@clisp.org>
11315
11316         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11317         is the current directory. Respect also $local_gnulib_dir.
11318
11319 2006-08-28  Bruno Haible  <bruno@clisp.org>
11320             Simon Josefsson  <jas@extundo.com>
11321
11322         BeOS portability.
11323         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11324
11325 2006-08-27  Jim Meyering  <jim@meyering.net>
11326
11327         * doc/visibility.texi: Remove duplicate word: "pointer".
11328
11329 2006-08-26  Bruno Haible  <bruno@clisp.org>
11330
11331         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11332         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11333         (Makefile.am): Create inttypes.h from inttypes_.h.
11334         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11335
11336         * modules/imaxabs: New file.
11337
11338         * modules/imaxdiv: New file.
11339
11340 2006-08-26  Bruno Haible  <bruno@clisp.org>
11341
11342         * m4/inttypes.m4: New file.
11343         * m4/_inttypes_h.m4: Remove file.
11344         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11345         PRI_MACROS_BROKEN.
11346         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11347
11348         * m4/imaxabs.m4: New file.
11349
11350         * m4/imaxdiv.m4: New file.
11351
11352 2006-08-26  Bruno Haible  <bruno@clisp.org>
11353
11354         * lib/inttypes_.h: New file.
11355         * lib/inttypes.h: Remove file.
11356         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11357
11358         * lib/imaxabs.c: New file.
11359
11360         * lib/imaxdiv.c: New file.
11361
11362 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11363
11364         New config-h module, so that "make" output needn't be cluttered
11365         by -DHAVE_CONFIG_H.
11366         * MODULES.html.sh (Support for building libraries and executables):
11367         Add config-h.
11368         * modules/config-h: New file.
11369         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11370         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11371         the config-h module is used.
11372
11373         New configmake module, so that "make" output needn't be cluttered
11374         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11375         * MODULES.html.sh (Support for building libraries and executables):
11376         Add configmake.
11377         * modules/configmake: New file.
11378
11379 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11380
11381         * m4/config-h.m4: New file.
11382
11383 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11384
11385         * config/srclist.txt: Add elisp-comp.
11386
11387 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11388
11389         * MODULES.html.sh (Support for building libraries and executables):
11390         Add elisp-comp.
11391         * build-aux/elisp-comp: New file.
11392         * modules/elisp-comp: New file.
11393
11394 2006-08-24  Bruno Haible  <bruno@clisp.org>
11395
11396         * gnulib-tool (func_create_testdir): Use non-default values of
11397         sourcebase and m4base.
11398
11399 2006-08-24  Bruno Haible  <bruno@clisp.org>
11400
11401         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11402         HTML structure.
11403
11404 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11405
11406         * modules/openat (Depends-on): Add lchown.
11407
11408 2006-08-23  Bruno Haible  <bruno@clisp.org>
11409
11410         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11411         of gl_LOCK_EARLY instead of gl_LOCK.
11412
11413 2006-08-23  Bruno Haible  <bruno@clisp.org>
11414
11415         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11416         on OSF/1 to no.
11417         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11418
11419 2006-08-23  Bruno Haible  <bruno@clisp.org>
11420
11421         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11422         as unusable.
11423
11424         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11425         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11426         (gl_LOCK): New macro.
11427
11428 2006-08-22  Simon Josefsson  <jas@extundo.com>
11429
11430         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11431         to md5 module.
11432
11433 2006-08-22  Simon Josefsson  <jas@extundo.com>
11434
11435         * MODULES.html.sh: Add "Support for maintaining and release
11436         projects".
11437
11438         * build-aux/gnupload: New file, from coreutils.
11439
11440 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11441
11442         Avoid the need for AC_LIBSOURCES in m4 macros.
11443         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11444         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11445         * modules/check-version (EXTRA_DIST): Add check-version.h.
11446         * modules/crc (EXTRA_DIST): Add crc.h.
11447         * modules/des (EXTRA_DIST): Add des.h.
11448         * modules/gc (EXTRA_DIST): Add gc.h.
11449         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11450         * modules/getline (EXTRA_DIST): Add getline.h.
11451         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11452         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11453         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11454         * modules/md2 (EXTRA_DIST): Add md2.h.
11455         * modules/md4 (EXTRA_DIST): Add md4.h.
11456         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11457         * modules/read-file (EXTRA_DIST): Add read-file.h.
11458         * modules/readline (EXTRA_DIST): Add readline.h.
11459         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11460         rijndael-api-fst.h.
11461
11462 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11463
11464         * m4/rijndael.m4 (gl_ARCFOUR):
11465         * m4/arctwo.m4 (gl_ARCTWO):
11466         * m4/check-version.m4 (gl_CHECK_VERSION):
11467         * m4/crc.m4 (gl_CRC):
11468         * m4/des.m4 (gl_DES):
11469         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11470         * m4/gc.m4 (gl_GC):
11471         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11472         * m4/getline.m4 (gl_FUNC_GETLINE):
11473         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11474         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11475         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11476         * m4/md2.m4 (gl_MD2):
11477         * m4/md4.m4 (gl_MD4):
11478         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11479         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11480         * m4/readline.m4 (gl_FUNC_READLINE):
11481         * m4/rijndael.m4 (gl_RIJNDAEL):
11482         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11483         to get the necessary .h files and whatnot.
11484
11485 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11486
11487         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11488         gnulib rather than the other way around.
11489         * config/srclistvars.sh (COREUTILS): Remove.
11490
11491 2006-08-22  Jim Meyering  <jim@meyering.net>
11492
11493         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11494
11495         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11496
11497 2006-08-22  Eric Blake  <ebb9@byu.net>
11498
11499         * modules/regexprops-generic: New file.
11500         * MODULES.html.sh (Support for building documentation): List it.
11501
11502 2006-08-22  Eric Blake  <ebb9@byu.net>
11503
11504         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11505         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11506         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11507         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11508
11509 2006-08-22  Bruno Haible  <bruno@clisp.org>
11510
11511         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11512         and lib_LTLIBRARIES like the other lib_* variables.
11513
11514 2006-08-22  Bruno Haible  <bruno@clisp.org>
11515
11516         * build-aux/x-to-1.in: New file, from GNU gettext.
11517
11518 2006-08-22  Bruno Haible  <bruno@clisp.org>
11519
11520         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11521         <utmpx.h> exists.
11522
11523 2006-08-22  Bruno Haible  <bruno@clisp.org>
11524
11525         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11526         <utmpx.h> exists.
11527
11528 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11529
11530         BeOS portability.
11531         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11532         exist.
11533         Problem reported by Bruno Haible.
11534
11535 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11536
11537         Avoid the need for AC_LIBSOURCES in m4 macros.
11538         * modules/acl (EXTRA_DIST): Add acl.h.
11539         * modules/argmatch (Files): Add m4/argmatch.m4.
11540         (configure.ac): Add gl_ARGMATCH.
11541         (EXTRA_DIST): Renamed from lib_SOURCES, for
11542         consistency with the other modules.  Remove argmatch.c.
11543         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11544         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11545         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11546         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11547         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11548         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11549         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11550         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11551         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11552         * modules/closeout (EXTRA_DIST): Add closeout.h.
11553         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11554         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11555         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11556         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11557         dirname.h; remove basename.c and stripslash.c.
11558         * modules/exclude (EXTRA_DIST): Add exclude.h.
11559         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11560         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11561         * modules/file-type (EXTRA_DIST): Add file-type.h.
11562         * modules/filemode (EXTRA_DIST): Add filemode.h.
11563         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11564         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11565         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11566         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11567         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11568         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11569         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11570         * modules/getdate (EXTRA_DIST): Add getdate.c.
11571         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11572         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11573         * modules/getpass (EXTRA_DIST): Add getpass.h.
11574         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11575         * modules/group-member (EXTRA_DIST): Add group-member.h.
11576         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11577         * modules/hash (EXTRA_DIST): Add hash.h.
11578         * modules/human (EXTRA_DIST): Add human.h.
11579         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11580         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11581         * modules/lchown (EXTRA_DIST): Add lchown.h.
11582         * modules/long-options (EXTRA_DIST): Add long-options.h.
11583         * modules/lstat (EXTRA_DIST): Add lstat.h.
11584         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11585         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11586         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11587         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11588         * modules/memxor (EXTRA_DIST): Add memxor.h.
11589         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11590         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11591         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11592         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11593         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11594         * modules/physmem (EXTRA_DIST): Add physmem.h.
11595         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11596         * modules/posixver (EXTRA_DIST): Add posixver.h.
11597         * modules/quote (EXTRA_DIST): Add quote.h.
11598         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11599         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11600         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11601         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11602         regex_internal.h regexec.c.
11603         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11604         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11605         * modules/same (EXTRA_DIST): Add same.h.
11606         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11607         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11608         * modules/savedir (EXTRA_DIST): Add savedir.h.
11609         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11610         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11611         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11612         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11613         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11614         * modules/strdup (EXTRA_DIST): Add strdup.h.
11615         * modules/strftime (EXTRA_DIST): Add strftime.h.
11616         * modules/strndup (EXTRA_DIST): Add strndup.h.
11617         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11618         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11619         * modules/time_r (EXTRA_DIST): Add time_r.h.
11620         * modules/timespec (EXTRA_DIST): Add timespec.h.
11621         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11622         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11623         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11624         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11625         * modules/userspec (EXTRA_DIST): Add userspec.h.
11626         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11627         * modules/utimens (EXTRA_DIST): Add utimens.h.
11628         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11629         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11630         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11631         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11632         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11633         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11634         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11635         * modules/yesno (EXTRA_DIST): Add yesno.h.
11636
11637 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11638
11639         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11640
11641         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11642         * m4/dev-ino.m4, same-inode.m4: Remove.
11643
11644         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11645         * m4/acl.m4 (AC_FUNC_ACL):
11646         * m4/backupfile.m4 (gl_BACKUPFILE):
11647         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11648         * m4/canon-host.m4 (gl_CANON_HOST):
11649         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11650         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11651         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11652         * m4/cloexec.m4 (gl_CLOEXEC):
11653         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11654         * m4/closeout.m4 (gl_CLOSEOUT):
11655         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11656         * m4/dirname.m4 (gl_DIRNAME):
11657         * m4/exclude.m4 (gl_EXCLUDE):
11658         * m4/exitfail.m4 (gl_EXITFAIL):
11659         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11660         * m4/file-type.m4 (gl_FILE_TYPE):
11661         * m4/filemode.m4 (gl_FILEMODE):
11662         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11663         * m4/fpending.m4 (gl_FUNC_FPENDING):
11664         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11665         * m4/fts.m4 (gl_FUNC_FTS):
11666         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11667         * m4/getdate.m4 (gl_GETDATE):
11668         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11669         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11670         * m4/getpass.m4 (gl_FUNC_GETPASS):
11671         * m4/gettime.m4 (gl_GETTIME):
11672         * m4/getugroups.m4 (gl_GETUGROUPS):
11673         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11674         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11675         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11676         * m4/hash.m4 (gl_HASH):
11677         * m4/idcache.m4 (gl_IDCACHE):
11678         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11679         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11680         * m4/long-options.m4 (gl_LONG_OPTIONS):
11681         * m4/lstat.m4 (gl_FUNC_LSTAT):
11682         * m4/md5.m4 (gl_MD5):
11683         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11684         * m4/memcoll.m4 (gl_MEMCOLL):
11685         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11686         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11687         * m4/memxor.m4 (gl_MEMXOR):
11688         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11689         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11690         * m4/modechange.m4 (gl_MODECHANGE):
11691         * m4/mountlist.m4 (gl_MOUNTLIST):
11692         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11693         * m4/openat.m4 (gl_FUNC_OPENAT):
11694         * m4/pathmax.m4 (gl_PATHMAX):
11695         * m4/physmem.m4 (gl_PHYSMEM):
11696         * m4/posixtm.m4 (gl_POSIXTM):
11697         * m4/posixver.m4 (gl_POSIXVER):
11698         * m4/quote.m4 (gl_QUOTE):
11699         * m4/quotearg.m4 (gl_QUOTEARG):
11700         * m4/readtokens.m4 (gl_READTOKENS):
11701         * m4/readutmp.m4 (gl_READUTMP):
11702         * m4/regex.m4 (gl_REGEX):
11703         * m4/safe-read.m4 (gl_SAFE_READ):
11704         * m4/safe-write.m4 (gl_SAFE_WRITE):
11705         * m4/same.m4 (gl_SAME):
11706         * m4/save-cwd.m4 (gl_SAVE_CWD):
11707         * m4/savedir.m4 (gl_SAVEDIR):
11708         * m4/settime.m4 (gl_SETTIME):
11709         * m4/sha1.m4 (gl_SHA1):
11710         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11711         * m4/stat-macros.m4 (gl_STAT_MACROS):
11712         * m4/stat-time.m4 (gl_STAT_TIME):
11713         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11714         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11715         * m4/strdup.m4 (gl_FUNC_STRDUP):
11716         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11717         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11718         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11719         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11720         * m4/time_r.m4 (gl_TIME_R):
11721         * m4/timespec.m4 (gl_TIMESPEC):
11722         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11723         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11724         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11725         * m4/userspec.m4 (gl_USERSPEC):
11726         * m4/utimecmp.m4 (gl_UTIMECMP):
11727         * m4/utimens.m4 (gl_UTIMENS):
11728         * m4/xalloc.m4 (gl_XALLOC):
11729         * m4/xgetcwd.m4 (gl_XGETCWD):
11730         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11731         * m4/xreadlink.m4 (gl_XREADLINK):
11732         * m4/xstrtod.m4 (gl_XSTRTOD):
11733         * m4/yesno.m4 (gl_YESNO):
11734         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11735         to get the necessary .h files and whatnot.
11736
11737 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11738             Bruno Haible  <bruno@clisp.org>
11739
11740         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11741         /bin/sh understanding of '!' conditional negation.
11742
11743 2006-08-21  Jim Meyering  <jim@meyering.net>
11744
11745         * modules/openat (Depends-on): Really alphabetize.
11746
11747         * modules/acl (Depends-on): Add error and quote.
11748
11749         * check-module (find_included_lib_files): Add at-func.c to the
11750         ok-to-include-more-than-once white list.
11751
11752         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11753
11754 2006-08-21  Bruno Haible  <bruno@clisp.org>
11755
11756         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11757         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11758         Reported by Martin Lambers <marlam@marlam.de>.
11759
11760 2006-08-21  Bruno Haible  <bruno@clisp.org>
11761
11762         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11763         specify an installation location, don't emit a noinst_LIBRARIES or
11764         noinst_LTLIBRARIES assignment.
11765
11766 2006-08-21  Bruno Haible  <bruno@clisp.org>
11767
11768         BeOS portability.
11769         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11770         BeOS has mbrtowc() but no <wctype.h>.
11771
11772 2006-08-21  Bruno Haible  <bruno@clisp.org>
11773
11774         BeOS portability.
11775         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11776         exist.
11777
11778 2006-08-21  Bruno Haible  <bruno@clisp.org>
11779
11780         BeOS portability.
11781         * lib/mbchar.h: Include <wctype.h> only if it exists.
11782
11783 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11784
11785         Remove files that are no longer needed by their respective modules.
11786         * m4/obstack.m4: Remove.
11787         * m4/strerror_r.m4: Remove.
11788         * m4/uint32_t.m4: Remove.
11789         * m4/uintptr_t.m4: Remove.
11790         * m4/ullong_max.m4: Remove.
11791         * m4/xstrtoimax.m4: Remove.
11792         * m4/xstrtoumax.m4: Remove.
11793
11794         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11795         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11796         dependencies now capture this.
11797
11798         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11799         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11800         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11801         * m4/human.m4 (gl_HUMAN): Likewise.
11802         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11803         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11804
11805         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11806
11807         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11808         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11809         stdint.
11810         * m4/human.m4 (gl_HUMAN): Likewise.
11811         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11812         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11813         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11814         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11815         * m4/xstrtol (gl_XSTRTOL): Likewise.
11816
11817         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11818         AC_TYPE_LONG_LONG_INT.
11819         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11820         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11821         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11822         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11823
11824         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11825         on stdbool.
11826
11827         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11828         (gl_PREREQ_XSTRTOUL): Remove.
11829
11830         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11831
11832         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11833         mode.
11834
11835 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11836
11837         Add and change modules to make it easier for coreutils to use
11838         gnulib-tool.
11839         * modules/backupfile (Files): Remove m4/d-ino.m4.
11840         (Depends-on): Add d-ino.
11841         * modules/cycle-check (Depends-on): Add stdint.
11842         (lib_SOURCES): Add cycle-check.h.
11843         * modules/d-ino: New module.
11844         * modules/d-type: New module.
11845         * modules/error (Files): Remove m4/strerror_r.m4.
11846         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11847         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11848         m4/inttypes_h.m4, m4/uintmax_t.m4.
11849         (Depends-on): Add stdint.
11850         (lib_SOURCES): Add fsusage.h.
11851         * modules/getcwd (Files): Remove d-ino.m4.
11852         (Depends-on): Add d-ino.
11853         * modules/getndelim2 (Depends-on): Add stdint.
11854         * modules/glob (Files): Remove m4/d-type.m4.
11855         (Depends-on): Add d-type.
11856         * modules/host-os: New module.
11857         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11858         m4/inttypes_h.m4, m4/uintmax_t.m4.
11859         * Depends-on: Add stdint.
11860         (lib_SOURCES): Add human.h.
11861         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11862         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11863         m4/uintmax_t.m4, m4/ulonglong.m4.
11864         (Depends-on): Add stdint.
11865         (EXTRA_DIST): Add inttostr.h.
11866         * modules/lchmod: New module.
11867         * modules/link-follow: New module.
11868         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11869         (Depends-on): Add lchmod.
11870         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11871         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11872         (Depends-on): Add stdint.
11873         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11874         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11875         (Depends-on): Add stdint.
11876         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11877         * modules/perl: New module.
11878         * modules/regex (Depends-on): Add stdint.
11879         * modules/rmdir-errno: New module.
11880         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11881         m4/intmax_t.m4.
11882         (Depends-on): Add stdint.
11883         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11884         m4/uintmax_t.m4.
11885         (Depends-on): Add stdint.
11886         * modules/unlink-busy: New module.
11887         * modules/utimecmp (Depends-on): Add stdint.
11888         * modules/uptime: New module.
11889         * modules/winsz-ioctl: New module.
11890         * modules/winsz-termios: New module.
11891         * modules/xnanosleep (Depends-on): Add nanosleep.
11892         * modules/ullong_max: Remove.
11893         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11894         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11895         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11896         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11897         (Depends-on): Add inttypes.
11898         (lib_SOURCES): Add xstrtol.h.
11899         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11900         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11901         * MODULES.html.sh: Move 'assert' into the assert section.
11902         Move 'dummy' into the linking section.
11903         Remove ullong_max.
11904         Add section for compatibility checks for POSIX:2001 functions,
11905         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11906         winsz-ioctl, and winsz-termios into it.
11907         Add lchmod.
11908         Add top-level Misc section and put host-os, perl, and uptime
11909         into it.
11910
11911 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11912
11913         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11914         now assume the stdint module.  Do not include inttypes.h.
11915         * lib/fsusage.h: Likewise.
11916         * lib/getndelim2.c: Likewise.
11917         * lib/human.h: Likewise.
11918         * lib/inttostr.h: Likewise.
11919         * lib/obstack.c: Likewise.
11920         * lib/regex_internal.h: Likewise.
11921         * lib/tempname.c: Likewise.
11922         * lib/utimecmp.c: Likewise.
11923         * lib/xstrtol.h: Likewise.
11924
11925         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11926
11927         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11928         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11929         * lib/xtime.h: Likewise.
11930
11931 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11932
11933         * modules/openat (Files): Add lib/fchmodat.c.
11934         Fixes problem reported by Jay Youngman.
11935
11936 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11937
11938         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11939         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11940
11941 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11942             Bruno Haible  <bruno@clisp.org>
11943
11944         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11945         and is a script that invokes bison. Tighten the code. Add comments.
11946
11947 2006-08-18  Jim Meyering  <jim@meyering.net>
11948
11949         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11950         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11951         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11952         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11953
11954 2006-08-18  Bruno Haible  <bruno@clisp.org>
11955
11956         * modules/bison-i18n: New file.
11957         * MODULES.html.sh (Internationalization functions): Add it.
11958
11959 2006-08-18  Bruno Haible  <bruno@clisp.org>
11960
11961         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11962         sys/statvfs.h. When getmntinfo was found, check its declaration and
11963         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11964
11965 2006-08-18  Bruno Haible  <bruno@clisp.org>
11966
11967         * m4/bison-i18n.m4: New file, from bison.
11968
11969 2006-08-18  Bruno Haible  <bruno@clisp.org>
11970
11971         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11972         (ME_DUMMY): Treat "kernfs" as a dummy.
11973         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11974
11975 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11976
11977         Update from coreutils.
11978
11979         2006-08-15  Jim Meyering  <jim@meyering.net>
11980
11981         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11982
11983         2006-01-17  Jim Meyering  <jim@meyering.net>
11984
11985         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11986
11987         2006-01-11  Jim Meyering  <jim@meyering.net>
11988
11989         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11990         Check for the lchmod function.
11991
11992 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11993
11994         Update from coreutils.
11995
11996         * lib/__fpending.h: Add copyright notice.
11997         * lib/fprintftime.h: Likewise.
11998         * lib/savedir.c: Use (C) in copyright notice.
11999         * lib/savedir.h: Likewise.
12000
12001         2006-08-15  Jim Meyering  <jim@meyering.net>
12002
12003         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12004         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12005         in support of the EXPECTED_ERRNO macro.
12006         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12007         definitions.  Instead, define the appropriate symbols and include
12008         "at-func.c".
12009         * lib/mkdirat.c (mkdirat): Likewise.
12010         * lib/fchmodat.c (fchmodat): Likewise.
12011         (ENOSYS): Remove definition.
12012         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12013         it.  Don't include "unistd--.h" -- it wasn't ever used.
12014
12015         2006-01-17  Jim Meyering  <jim@meyering.net>
12016
12017         Rewrite fts.c not to change the current working directory,
12018         by using openat, fstatat, fdopendir, etc..
12019
12020         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12021         (HAVE_OPENAT_SUPPORT): Define.
12022         [_LIBC] (fchdir): Don't undef or define; no longer used.
12023         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12024         Now, this `function' always succeeds, and consumes its file descriptor
12025         parameter -- so callers must not close such FDs.  Update callers.
12026         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12027         (diropen): Add parameter, SP.  Adjust all callers.
12028         Implement using diropen_fd, rather than open.
12029         (fts_open): Initialize new member, fts_cwd_fd.
12030         Remove fts_rft-setting code.
12031         (fts_close): Close fts_cwd_fd, if necessary.
12032         (__opendir2): Define in terms of opendir or opendirat,
12033         depending on whether the FST_NOCHDIR flag is set.
12034         (fts_build): Since fts_safe_changedir consumes its FD, and since
12035         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12036         and close the dup'd file descriptor upon failure.
12037         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12038         (fts_safe_changedir): Tweak semantics to reflect that this function
12039         now calls cwd_advance_fd and hence consumes its FD argument.
12040         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12041         [struct FTS] (fts_rft): Remove now-unused member.
12042         [struct FTS] (fts_cycle.state): Improve comment.
12043
12044         * lib/openat.c (openat_needs_fchdir): New function.
12045         * lib/openat.h (openat_needs_fchdir): Declare it.
12046
12047 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12048
12049         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12050         Problem and fix reported by Pádraig Brady in
12051         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12052
12053 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12054
12055         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12056
12057 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12058
12059         * lib/memcoll.c (memcoll): Optimize for the common case where the
12060         arguments are bytewise equal.
12061
12062 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12063
12064         * doc/regexprops-generic.texi: Add a copyright notice.
12065
12066 2006-08-15  Bruno Haible  <bruno@clisp.org>
12067
12068         * modules/tmpdir (License): Change to LGPL.
12069
12070 2006-08-15  Bruno Haible  <bruno@clisp.org>
12071
12072         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12073         module.
12074
12075 2006-08-14  Simon Josefsson  <jas@extundo.com>
12076
12077         * config/srclist.txt: Add gnupload.
12078
12079 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12080
12081         Change copyright notice from LGPL 2 to GPL 2, since that's the
12082         standard form used in the gnulib repository.
12083         * tests/test-lock.c: Likewise.
12084         * tests/test-stdint.c: Likewise.
12085         * tests/test-tls.c: Likewise.
12086
12087         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12088         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12089         Add copyright notice.
12090
12091         * check-module: Add copyright notice.  Output a copyright
12092         notice if "--version" is specified.
12093         * modules/COPYING: New file.
12094         * tests/test-getaddrinfo.c: Add copyright notice.
12095         * tests/test-verify.c: Likewise.
12096
12097 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12098
12099         Change copyright notice from LGPL 2 to GPL 2, since that's the
12100         standard form used in the gnulib repository.
12101         * lib/lock.c: LGPL -> GPL.
12102         * lib/lock.h: Likewise.
12103         * lib/strnlen1.c: Likewise.
12104         * lib/strnlen1.h: Likewise.
12105         * lib/tls.c: Likewise.
12106         * lib/tls.h: Likewise.
12107         * lib/tmpdir.c: Likewise.
12108
12109         * lib/TODO: Remove; this belongs only in coreutils.
12110
12111 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12112
12113         Add copyright notices to long-enough files that lack them, since
12114         otherwise the files aren't clearly free.  Use the same notice that
12115         getdate.texi already uses.
12116         * doc/alloca-opt.texi: Add copyright notice.
12117         * doc/alloca.texi: Likewise.
12118         * doc/ctime.texi: Likewise.
12119         * doc/functions.texi: Likewise.
12120         * doc/gcd.texi: Likewise.
12121         * doc/gnulib-tool.texi: Likewise.
12122         * doc/inet_ntoa.texi: Likewise.
12123         * doc/visibility.texi: Likewise.
12124
12125         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12126         * doc/quote.texi: Add copyright notice.
12127
12128         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12129         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12130         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12131         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12132         is now obsolete, and give a pointer to the Sun list.
12133         Add copyright notice.
12134
12135 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12136
12137         * config/srclistvars.sh: Add copyright notice.
12138
12139 2006-08-14  Eric Blake  <ebb9@byu.net>
12140
12141         Import the following change from libc:
12142
12143         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12144
12145         Upstream bug 2997.
12146         * lib/misc/error.c: Add space between program name and message if file
12147         name is missing.
12148
12149 2006-08-12  Karl Berry  <karl@gnu.org>
12150
12151         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12152         remove, these originate in gnulib now.
12153
12154 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12155
12156         * doc/Makefile (standards.info standards.html standards.dvi):
12157         Also depend on make-stds.texi.
12158
12159 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12160
12161         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12162         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12163
12164         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12165         in wchar_t.  Problem reported by Eric Blake.
12166
12167         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12168         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12169         Also, help the compiler to keep LEN in a register.
12170
12171 2006-08-11  Eric Blake  <ebb9@byu.net>
12172
12173         * users.txt: Sort.  Add tar.
12174
12175 2006-08-11  Bruno Haible  <bruno@clisp.org>
12176
12177         * users.txt: New file.
12178
12179 2006-08-11  Bruno Haible  <bruno@clisp.org>
12180
12181         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12182         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12183
12184 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12185
12186         * modules/snprintf (Depends-on): Remove minmax.
12187         (Maintainer): Add self and Bruno.
12188
12189 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12190
12191         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12192         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12193         (EOVERFLOW): Define if the system does not.
12194         Do not include "minmax.h"; it wasn't used.
12195         (snprintf): Don't assume size_t promotes to an unsigned type.
12196         Fix bug when generated string was too long for the buffer: the
12197         buffer's contents are supposed to be the initial prefix of the
12198         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12199         exceeds INT_MAX; do the check ourselves.
12200
12201         Import the following changes from libc:
12202
12203         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12204
12205         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12206         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12207         set wc to the byte which couldn't be converted.
12208         (re_string_reconstruct): Don't clear valid_raw_len before calling
12209         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12210         tip_context using re_string_context_at.
12211
12212         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12213
12214         * lib/posix/regex.h: g++ still cannot handled [restrict].
12215
12216         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12217
12218         * lib/posix/regex.h: Remove special handling for VMS.
12219
12220 2006-08-10  Jim Meyering  <jim@meyering.net>
12221
12222         * modules/same-inode: New module.
12223         * modules/dev-ino: New module.
12224         * modules/cycle-check: Depend on these modules, rather than simply
12225         including their .h files.
12226         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12227         required via m4/cycle-check.m4.
12228         * modules/same: Depend on new same-inode module, rather than
12229         including same-inode.h.
12230         * modules/chdir-safer: New file.
12231
12232         * modules/chown (Depends-on): Add stat-macros.
12233
12234 2006-08-10  Jim Meyering  <jim@meyering.net>
12235
12236         * m4/cycle-check.m4: New file.
12237         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12238         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12239
12240 2006-08-10  Eric Blake  <ebb9@byu.net>
12241
12242         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12243         in from original proposal.
12244
12245 2006-08-10  Eric Blake  <ebb9@byu.net>
12246         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12247
12248         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12249         namespace.
12250
12251 2006-08-10  Bruno Haible  <bruno@clisp.org>
12252
12253         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12254         as well.
12255
12256 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12257
12258         Sync from coreutils.
12259
12260         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12261
12262         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12263         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12264
12265 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12266
12267         * modules/restrict: Remove; no longer needed now that we assume
12268         Autoconf 2.59 or later.
12269         * MODULES.html.sh: Remove 'restrict'.
12270         * modules/argp (Depends-on): Remove 'restrict'.
12271         * modules/base64 (Depends-on): Likewise.
12272         * modules/gc (Depends-on): Likewise.
12273         * modules/getaddrinfo (Depends-on): Likewise.
12274         * modules/glob (Depends-on): Likewise.
12275         * modules/inet_ntop (Depends-on): Likewise.
12276         * modules/inet_pton (Depends-on): Likewise.
12277         * modules/memxor (Depends-on): Likewise.
12278         * modules/regex (Depends-on): Likewise.
12279         * modules/strtok_r (Depends-on): Likewise.
12280         * modules/time_r (Depends-on): Likewise.
12281
12282 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12283
12284         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12285         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12286         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12287         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12288         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12289         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12290         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12291         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12292
12293         Merge from coreutils.
12294         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12295         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12296         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12297         * m4/time_r.m4 (gl_TIME_R): Likewise.
12298
12299 2006-08-09  Karl Berry  <karl@gnu.org>
12300
12301         * config/srclist.txt: no more gettext-tools, per Bruno.
12302
12303 2006-08-08  Eric Blake  <ebb9@byu.net>
12304
12305         * modules/verror: New module.
12306         * MODULES.html.sh: Document it.
12307
12308 2006-08-08  Eric Blake  <ebb9@byu.net>
12309
12310         * lib/verror.h, lib/verror.c: New files.
12311
12312 2006-08-08  Eric Blake  <ebb9@byu.net>
12313
12314         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12315         verror_at_line output complies with GNU Coding Standards even when
12316         file is NULL.
12317
12318 2006-08-07  Bruno Haible  <bruno@clisp.org>
12319
12320         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12321         versions of AIX.
12322         Reported by Ralf Wildenhues.
12323
12324 2006-08-07  Bruno Haible  <bruno@clisp.org>
12325
12326         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12327         in an AC_DEFUN. Needed so that the autoconf snippets can use
12328         AC_REQUIRE.
12329
12330 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12331
12332         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12333         Initialize pkgdata_DATA.
12334         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12335         overriding it.
12336
12337 2006-08-06  Eric Blake  <ebb9@byu.net>
12338
12339         * lib/error.h: Fold in some upstream changes from glibc.
12340         * lib/error.c: Likewise.
12341
12342 2006-08-04  Bruno Haible  <bruno@clisp.org>
12343
12344         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12345         Make the mostlyclean-local rule depend on mostlyclean-generic.
12346         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12347
12348 2006-07-31  Bruno Haible  <bruno@clisp.org>
12349
12350         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12351         <stdlib.h>, <string.h>.
12352
12353 2006-07-30  Bruno Haible  <bruno@clisp.org>
12354
12355         * modules/readlink (License): Change to LGPL.
12356
12357 2006-07-30  Bruno Haible  <bruno@clisp.org>
12358
12359         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12360         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12361         set PKGDATADIR to point to it.
12362
12363 2006-07-30  Bruno Haible  <bruno@clisp.org>
12364
12365         * modules/csharpexec (configure.ac): Comment out macro invocation.
12366         * modules/javaexec (configure.ac): Likewise.
12367         * modules/javacomp-script (configure.ac): Likewise.
12368
12369         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12370
12371 2006-07-30  Bruno Haible  <bruno@clisp.org>
12372
12373         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12374         linked-list.
12375
12376 2006-07-30  Bruno Haible  <bruno@clisp.org>
12377
12378         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12379
12380 2006-07-30  Bruno Haible  <bruno@clisp.org>
12381
12382         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12383         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12384         get removed.
12385
12386 2006-07-29  Bruno Haible  <bruno@clisp.org>
12387
12388         Make it possible for gnulib-tool to work with locally modified or
12389         augmented gnulib repositories.
12390         * gnulib-tool (func_usage): Document --local-dir option.
12391         (local_gnulib_dir): New variable.
12392         Handle --local-dir option.
12393         (func_lookup_file): New function.
12394         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12395         (func_get_description, func_get_filelist, func_get_description,
12396         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12397         func_get_automake_snippet, func_get_include_directive,
12398         func_get_license, func_get_maintainer): Use func_lookup_file.
12399         (func_import, func_create_testdir): Use func_lookup_file.
12400
12401 2006-07-29  Bruno Haible  <bruno@clisp.org>
12402
12403         * modules/setenv (Depends-on): Add unistd.
12404
12405 2006-07-29  Bruno Haible  <bruno@clisp.org>
12406
12407         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12408
12409 2006-07-29  Bruno Haible  <bruno@clisp.org>
12410
12411         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12412
12413 2006-07-29  Bruno Haible  <bruno@clisp.org>
12414
12415         * gnulib-tool (import, update): If there is no Makefile.am, look at
12416         aclocal.m4, instead of bailing out.
12417
12418 2006-07-29  Bruno Haible  <bruno@clisp.org>
12419
12420         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12421         Categorize the options by when they are useful.
12422
12423 2006-07-29  Bruno Haible  <bruno@clisp.org>
12424
12425         * gnulib-tool (func_usage): Document option --no-libtool.
12426         Handle option --no-libtool.
12427         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12428         for changed semantics of $libtool variable.
12429         (func_import): Likewise. If libtool is not used, show this through
12430         an option --no-libtool.
12431         (func_create_testdir): Update.
12432
12433 2006-07-29  Bruno Haible  <bruno@clisp.org>
12434
12435         * gnulib-tool (func_import): Extend error message about missing
12436         --doc-base.
12437
12438 2006-07-29  Bruno Haible  <bruno@clisp.org>
12439
12440         * gnulib-tool (func_import): Don't create the $docbase directory if
12441         there is no file to store there.
12442
12443 2006-07-29  Bruno Haible  <bruno@clisp.org>
12444
12445         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12446         relevant, look for configure.ac there, not in the current directory.
12447         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12448
12449 2006-07-29  Bruno Haible  <bruno@clisp.org>
12450
12451         * gnulib-tool (SORT): New variable.
12452         (func_usage): Undocument --assume-autoconf option.
12453         Remove --assume-autoconf option handling.
12454         (autoconf_minversion): Determine from the contents of configure.ac.
12455         (func_import): Remove autoconf_minversion handling.
12456         Suggested by Eric Blake.
12457
12458 2006-07-29  Bruno Haible  <bruno@clisp.org>
12459
12460         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12461
12462 2006-07-29  Bruno Haible  <bruno@clisp.org>
12463
12464         * config/srclist.txt (*setenv.[ch]): Remove rules.
12465
12466 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12467
12468         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12469
12470 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12471
12472         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12473         arpa/inet.h.
12474
12475 2006-07-28  Simon Josefsson  <jas@extundo.com>
12476
12477         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12478         * modules/inet_pton (Depends-on): Likewise.
12479
12480 2006-07-28  Simon Josefsson  <jas@extundo.com>
12481
12482         * m4/netinet_in_h.m4: New file.
12483
12484 2006-07-28  Simon Josefsson  <jas@extundo.com>
12485
12486         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12487         #include's.
12488
12489 2006-07-28  Simon Josefsson  <jas@extundo.com>
12490
12491         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12492         #include's.
12493
12494 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12495
12496         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12497         setgid on directories only if they set these bits.
12498         * lib/modechange.h: Remove obsolete comment about masks.
12499
12500 2006-07-28  Eric Blake  <ebb9@byu.net>
12501
12502         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12503         macro expansion.
12504
12505 2006-07-28  Bruno Haible  <bruno@clisp.org>
12506
12507         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12508
12509 2006-07-28  Bruno Haible  <bruno@clisp.org>
12510
12511         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12512
12513 2006-07-28  Bruno Haible  <bruno@clisp.org>
12514
12515         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12516         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12517         Define fallbacks.
12518         Avoids link error on FreeBSD 4.x.
12519         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12520
12521         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12522         encoding.
12523         * lib/mbswidth.c (iswcntrl): Likewise.
12524
12525 2006-07-27  Bruno Haible  <bruno@clisp.org>
12526
12527         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12528         test.
12529
12530 2006-07-27  Bruno Haible  <bruno@clisp.org>
12531
12532         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12533         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12534         defined.
12535
12536 2006-07-26  Eric Blake  <ebb9@byu.net>
12537
12538         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12539
12540 2006-07-26  Eric Blake  <ebb9@byu.net>
12541
12542         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12543         like mingw that lack mkstemp.
12544         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12545         avoid compilation warning on mingw.
12546
12547 2006-07-26  Bruno Haible  <bruno@clisp.org>
12548
12549         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12550         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12551         INT_FAST*_MIN, INTPTR_MIN.
12552
12553 2006-07-25  Bruno Haible  <bruno@clisp.org>
12554
12555         * modules/version-etc (Depends-on): Add stdarg.
12556
12557 2006-07-25  Bruno Haible  <bruno@clisp.org>
12558
12559         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12560         complex commands.
12561
12562 2006-07-25  Bruno Haible  <bruno@clisp.org>
12563
12564         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12565         defined in <stdarg.h> or config.h.
12566
12567 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12570         (gl_STDIO_SAFER): Remove.
12571
12572 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12573
12574         * MODULES.html.sh (File stream based Input/Output):
12575         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12576         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12577         * modules/fopen-safer, modules/tmpfile-safer: New files.
12578         * modules/stdio-safer: Remove.
12579
12580 2006-07-24  Bruno Haible  <bruno@clisp.org>
12581
12582         * modules/tmpdir: New file.
12583         * MODULES.html.sh (File system functions): Add it.
12584
12585 2006-07-24  Bruno Haible  <bruno@clisp.org>
12586
12587         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12588         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12589
12590 2006-07-24  Bruno Haible  <bruno@clisp.org>
12591
12592         * modules/clean-temp: New file.
12593
12594 2006-07-24  Bruno Haible  <bruno@clisp.org>
12595
12596         * m4/tmpdir.m4: New file, from GNU gettext.
12597
12598 2006-07-24  Bruno Haible  <bruno@clisp.org>
12599
12600         * lib/tmpdir.h: New file, from GNU gettext.
12601         * lib/tmpdir.c: New file, from GNU gettext.
12602
12603 2006-07-24  Bruno Haible  <bruno@clisp.org>
12604
12605         * lib/clean-temp.h: New file, from GNU gettext.
12606         * lib/clean-temp.c: New file, from GNU gettext.
12607
12608 2006-07-23  Eric Blake  <ebb9@byu.net>
12609
12610         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12611         (Depends-on): Add binary-io.
12612
12613 2006-07-23  Eric Blake  <ebb9@byu.net>
12614
12615         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12616
12617 2006-07-23  Eric Blake  <ebb9@byu.net>
12618
12619         * lib/tmpfile-safer.c: New file.
12620         * lib/stdio-safer.h (fopen_safer): Add prototype.
12621         * lib/stdio--.h (tmpfile): Make safer.
12622
12623 2006-07-23  Bruno Haible  <bruno@clisp.org>
12624
12625         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12626         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12627         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12628         gl_linked_remove_at): Use it.
12629
12630 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12631         and Simon Josefsson <jas@extundo.com>
12632
12633         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12634
12635         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12636
12637 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12638
12639         * modules/close-stream: New file.
12640         * modules/closeout (Description): Make it clear that it exits
12641         with a diagnostic on error.
12642         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12643         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12644
12645 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12646
12647         * m4/close-stream.m4: New file.
12648
12649 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12650
12651         * lib/close-stream.c, lib/close-stream.h: New files.
12652
12653 2006-07-22  Bruno Haible  <bruno@clisp.org>
12654
12655         Merge from GNU gettext 0.15.
12656
12657         2006-05-01  Bruno Haible  <bruno@clisp.org>
12658
12659                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12660
12661         2006-07-22  Bruno Haible  <bruno@clisp.org>
12662
12663                 * modules/javaversion: New file.
12664                 * MODULES.html.sh (Java): Add javaversion.
12665
12666         2006-03-12  Bruno Haible  <bruno@clisp.org>
12667
12668                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12669
12670         2005-12-04  Bruno Haible  <bruno@clisp.org>
12671
12672                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12673                 (untested).
12674
12675         2006-06-21  Bruno Haible  <bruno@clisp.org>
12676
12677                 Avoid warnings from recent versions of mcs.
12678                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12679                 -o, -L, -r any more. Use options documented since mcs-1.0
12680                 instead. Similarly for -g.
12681
12682         2005-12-04  Bruno Haible  <bruno@clisp.org>
12683
12684                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12685                 .resources, not .resource.
12686
12687         2005-07-09  Bruno Haible  <bruno@clisp.org>
12688
12689                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12690                 add a .dll suffix.
12691                 Reported by Mark Junker <mjscod@gmx.de>.
12692
12693         2006-07-22  Bruno Haible  <bruno@clisp.org>
12694
12695                 * modules/gettext: Upgrade to gettext-0.15.
12696                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12697                 m4/visibility.m4.
12698                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12699
12700 2006-07-22  Bruno Haible  <bruno@clisp.org>
12701
12702         Merge from GNU gettext 0.15.
12703
12704         2006-03-25  Bruno Haible  <bruno@clisp.org>
12705
12706                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12707
12708         2006-07-21  Bruno Haible  <bruno@clisp.org>
12709
12710                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12711                 "1.1".
12712
12713         2006-05-09  Bruno Haible  <bruno@clisp.org>
12714
12715                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12716                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12717                 for the conftestver execution.
12718
12719         2006-05-01  Bruno Haible  <bruno@clisp.org>
12720
12721                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12722                 optional target-version argument. Verify that the compiler
12723                 groks source of the specified source-version, or add -source
12724                 option as necessary. Verify that the compiler produces
12725                 bytecode in the specified target-version, or add -target and
12726                 -source options as necessary. Make the result of the test
12727                 available as variable CONF_JAVAC. Also log error output in
12728                 config.log.
12729
12730         2006-03-11  Bruno Haible  <bruno@clisp.org>
12731
12732                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12733
12734         2006-05-09  Bruno Haible  <bruno@clisp.org>
12735
12736                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12737                 CLASSPATH_SEPARATOR to a semicolon.
12738
12739         2006-03-12  Bruno Haible  <bruno@clisp.org>
12740
12741                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12742                 available as variable CONF_JAVA, for subsequent autoconf
12743                 tests. Also log error output in config.log.
12744
12745         2006-07-19  Bruno Haible  <bruno@clisp.org>
12746
12747                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12748                 that getline works on glibc2 systems. Needed to avoid trouble
12749                 in relocatable.c.
12750                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12751
12752         2005-12-04  Bruno Haible  <bruno@clisp.org>
12753
12754                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12755                 launcher (untested).
12756
12757         2005-12-04  Bruno Haible  <bruno@clisp.org>
12758
12759                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12760
12761         2006-07-22  Bruno Haible  <bruno@clisp.org>
12762
12763                 * gettext.m4: Update from GNU gettext-0.15.
12764                 * nls.m4: Likewise.
12765                 * po.m4: Likewise.
12766                 * inttypes-pri.m4: Likewise.
12767                 * inttypes-h.m4: Renamed from inttypes.m4.
12768                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12769
12770 2006-07-22  Bruno Haible  <bruno@clisp.org>
12771
12772         Merge from GNU gettext 0.15.
12773
12774         2005-07-05  Bruno Haible  <bruno@clisp.org>
12775
12776                 * printf-args.c (printf_fetchargs): Work around broken
12777                 definition of wint_t on mingw.
12778
12779         2005-02-12  Bruno Haible  <bruno@clisp.org>
12780
12781                 * xallocsa.h: Add extern "C" for C++.
12782
12783         2006-05-17  Bruno Haible  <bruno@clisp.org>
12784
12785                 Cygwin portability.
12786                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12787
12788         2006-04-30  Bruno Haible  <bruno@clisp.org>
12789
12790                 * progreloc.c: Include <mach-o/dyld.h> if available.
12791                 (find_executable): Use _NSGetExecutablePath when possible.
12792
12793         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12794
12795                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12796                 function.
12797
12798         2005-12-29  Bruno Haible  <bruno@clisp.org>
12799
12800                 * progreloc.c (set_program_name_and_installdir): Fix
12801                 compilation error.
12802
12803         2005-12-04  Bruno Haible  <bruno@clisp.org>
12804
12805                 Cygwin portability.
12806                 * progreloc.c: Include <windows.h> also on Cygwin.
12807                 (find_executable): Add support for Cygwin.
12808                 (set_program_name_and_installdir): Handle also platforms with
12809                 nonempty EXEEXT.
12810
12811         2006-07-11  Bruno Haible  <bruno@clisp.org>
12812
12813                 * javacomp.c: Fix a comment.
12814                 Reported by Jim Meyering.
12815
12816         2006-04-30  Bruno Haible  <bruno@clisp.org>
12817
12818                 * javacomp.h (compile_java_class): Add source_version,
12819                 target_version arguments.
12820                 * javacomp.c: Rewritten to choose only a compiler that
12821                 respects the specified source_version and target_version.
12822
12823         2006-06-27  Bruno Haible  <bruno@clisp.org>
12824
12825                 Assume correct S_ISDIR macro.
12826                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12827
12828         2006-07-22  Bruno Haible  <bruno@clisp.org>
12829
12830                 * javaversion.h: New file, from GNU gettext.
12831                 * javaversion.c: New file, from GNU gettext.
12832                 * javaversion.java: New file, from GNU gettext.
12833                 * javaversion.class: New file, from GNU gettext.
12834
12835         2006-05-17  Bruno Haible  <bruno@clisp.org>
12836
12837                 Cygwin portability.
12838                 * javaexec.c (execute_java_class): Test for jview program
12839                 also on Cygwin.
12840
12841         2006-04-09  Bruno Haible  <bruno@clisp.org>
12842
12843                 * fatal-signal.c: Don't include string.h.
12844                 (at_fatal_signal): Use a copying loop instead of memcpy.
12845
12846         2005-12-04  Bruno Haible  <bruno@clisp.org>
12847
12848                 * csharpexec.c: Add support for 'clix' launcher (untested).
12849                 (execute_csharp_using_sscli): New function.
12850                 (execute_csharp_program): Call it.
12851
12852         2006-06-21  Bruno Haible  <bruno@clisp.org>
12853
12854                 Avoid warnings from recent versions of mcs.
12855                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12856                 -o, -L, -r any more. Use options documented since mcs-1.0
12857                 instead. Similarly for -g.
12858
12859         2005-07-09  Bruno Haible  <bruno@clisp.org>
12860
12861                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12862                 add a .dll suffix.
12863                 Reported by Mark Junker <mjscod@gmx.de>.
12864
12865         2006-06-17  Bruno Haible  <bruno@clisp.org>
12866
12867                 * config.charset: Update for NetBSD 3.0.
12868
12869         2006-05-17  Bruno Haible  <bruno@clisp.org>
12870
12871                 Cygwin portability.
12872                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12873
12874         2006-05-16  Bruno Haible  <bruno@clisp.org>
12875
12876                 * localcharset.c [CYGWIN]: Include <windows.h>.
12877                 (get_charset_aliases): For Cygwin, return the same CPxxx
12878                 aliases list as under WIN32.
12879                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12880                 the environment variables. Fall back to GetACP().
12881
12882         2006-04-05  Bruno Haible  <bruno@clisp.org>
12883
12884                 * config.charset: Update Juan Manuel Guerrero's address.
12885
12886         2005-02-12  Bruno Haible  <bruno@clisp.org>
12887
12888                 * allocsa.h: Add extern "C" for C++.
12889
12890         2005-02-10  Bruno Haible  <bruno@clisp.org>
12891
12892                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12893                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12894
12895         2006-07-22  Bruno Haible  <bruno@clisp.org>
12896
12897                 * gettext.h: Update to GNU gettext-0.15.
12898
12899 2006-07-22  Bruno Haible  <bruno@clisp.org>
12900
12901         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12902         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12903         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12904
12905 2006-07-21  Eric Blake  <ebb9@byu.net>
12906
12907         * modules/stdlib-safer: New file.
12908         * MODULES.html.sh (File stream based Input/Output): Add
12909         stdlib-safer.
12910
12911 2006-07-21  Eric Blake  <ebb9@byu.net>
12912
12913         * lib/stdlib-safer.h: New file from coreutils, required by
12914         stdlib--.h.
12915
12916 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12917
12918         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12919
12920 2006-07-20  Bruno Haible  <bruno@clisp.org>
12921
12922         * gnulib-tool: Recognize new option --assume-autoconf.
12923         (autoconf_minversion): New variable.
12924         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12925
12926 2006-07-20  Bruno Haible  <bruno@clisp.org>
12927
12928         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12929
12930 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12931
12932         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12933         Reindent and repaginate.
12934
12935 2006-07-19  Derek Price  <derek@ximbiot.com>
12936
12937         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12938         Correct grammar.
12939
12940 2006-07-17  Bruno Haible  <bruno@clisp.org>
12941
12942         * modules/list: New file.
12943         * modules/array-list: New file.
12944         * modules/carray-list, modules/carray-list-tests: New files.
12945         * modules/linked-list, modules/linked-list-tests: New files.
12946         * modules/avltree-list, modules/avltree-list-tests: New files.
12947         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12948         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12949         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12950         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12951         * modules/oset: New file.
12952         * modules/array-oset: New file.
12953         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12954         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12955         * tests/test-carray_list.c: New file.
12956         * tests/test-linked_list.c: New file.
12957         * tests/test-avltree_list.c: New file.
12958         * tests/test-rbtree_list.c: New file.
12959         * tests/test-linkedhash_list.c: New file.
12960         * tests/test-avltreehash_list.c: New file.
12961         * tests/test-rbtreehash_list.c: New file.
12962         * tests/test-avltree_oset.c: New file.
12963         * tests/test-rbtree_oset.c: New file.
12964         * MODULES.html.sh (Container data structures): New section.
12965
12966 2006-07-17  Bruno Haible  <bruno@clisp.org>
12967
12968         * m4/gl_list.m4: New file.
12969
12970 2006-07-17  Bruno Haible  <bruno@clisp.org>
12971
12972         * lib/gl_list.h: New file.
12973         * lib/gl_list.c: New file.
12974         * lib/gl_array_list.h: New file.
12975         * lib/gl_array_list.c: New file.
12976         * lib/gl_carray_list.h: New file.
12977         * lib/gl_carray_list.c: New file.
12978         * lib/gl_linked_list.h: New file.
12979         * lib/gl_linked_list.c: New file.
12980         * lib/gl_anylinked_list1.h: New file.
12981         * lib/gl_anylinked_list2.h: New file.
12982         * lib/gl_avltree_list.h: New file.
12983         * lib/gl_avltree_list.c: New file.
12984         * lib/gl_anyavltree_list1.h: New file.
12985         * lib/gl_anyavltree_list2.h: New file.
12986         * lib/gl_rbtree_list.h: New file.
12987         * lib/gl_rbtree_list.c: New file.
12988         * lib/gl_anyrbtree_list1.h: New file.
12989         * lib/gl_anyrbtree_list2.h: New file.
12990         * lib/gl_anytree_list1.h: New file.
12991         * lib/gl_anytree_list2.h: New file.
12992         * lib/gl_linkedhash_list.h: New file.
12993         * lib/gl_linkedhash_list.c: New file.
12994         * lib/gl_anyhash_list1.h: New file.
12995         * lib/gl_anyhash_list2.h: New file.
12996         * lib/gl_avltreehash_list.h: New file.
12997         * lib/gl_avltreehash_list.c: New file.
12998         * lib/gl_rbtreehash_list.h: New file.
12999         * lib/gl_rbtreehash_list.c: New file.
13000         * lib/gl_anytreehash_list1.h: New file.
13001         * lib/gl_anytreehash_list2.h: New file.
13002
13003         * lib/gl_oset.h: New file.
13004         * lib/gl_oset.c: New file.
13005         * lib/gl_array_oset.h: New file.
13006         * lib/gl_array_oset.c: New file.
13007         * lib/gl_avltree_oset.h: New file.
13008         * lib/gl_avltree_oset.c: New file.
13009         * lib/gl_rbtree_oset.h: New file.
13010         * lib/gl_rbtree_oset.c: New file.
13011         * lib/gl_anytree_oset.h: New file.
13012
13013 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13014
13015         * m4/mkancesdirs.m4: New file.
13016         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13017         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13018         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13019         it.
13020
13021 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13022
13023         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13024         * lib/mkancesdirs.h: New files.
13025         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13026         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13027         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13028         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13029         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13030         callers changed.  Revamp internals significantly, by not
13031         attempting to create directories that are temporarily more
13032         permissive than the final results.  Do not attempt to use
13033         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13034         This removes some race conditions, fixes some bugs, and simplifies
13035         things.  Use new dirchownmod function to do owner and mode changes.
13036         * lib/mkdir-p.h: Likewise.
13037         * lib/modechange.c (octal_to_mode): New function.
13038         (struct mode_change): New member mentioned.
13039         (make_node_op_equals): New arg mentioned.  All callers changed.
13040         (mode_compile): Keep track of which mode bits the user has explicitly
13041         mentioned.
13042         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13043         New arg PMODE_BITS, to keep track of which mode bits the user
13044         mentioned; it treats S_ISUID and S_ISGID speciall.
13045         All callers changed.
13046         * lib/modechange.h: Likewise.
13047
13048 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13049
13050         * MODULES.html.sh: Add mkancestors.
13051         * modules/mkancesdirs: New module.
13052         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13053         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13054         The chdir-safer and afs files are now orphans; I'll remove them
13055         unless someone speaks up.
13056         Add lib/dirchownmod.c, lib/dirchownmod.h.
13057         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13058         Add lchown, mkancesdirs.
13059         (Maintainer): Add self.
13060
13061 2006-07-15  Karl Berry  <karl@gnu.org>
13062
13063         * gnulib-tool: help message wording/arrangement.
13064
13065 2006-07-14  Simon Josefsson  <jas@extundo.com>
13066
13067         * doc/gnulib.texi (Libtool and Windows): New section.
13068
13069 2006-07-12  Simon Josefsson  <jas@extundo.com>
13070
13071         * modules/gendocs (License): Fix license, approved by Karl.
13072
13073 2006-07-12  Eric Blake  <ebb9@byu.net>
13074
13075         * MODULES.html.sh: Add gendocs.
13076
13077 2006-07-11  Eric Blake  <ebb9@byu.net>
13078
13079         * modules/fdl: New module, to install doc/fdl.texi.
13080         * MODULES.html.sh: Add new section for documentation modules.
13081         * gnulib-tool: Avoid space-tab.
13082         (--doc-base): New option, to manage files from doc.
13083
13084 2006-07-11  Eric Blake  <ebb9@byu.net>
13085
13086         * m4/absolute-header.m4: Fix comments to match recent change.
13087
13088 2006-07-11  Eric Blake  <ebb9@byu.net>
13089
13090         * gnulib-tool: List --doc-base before --tests-base.
13091
13092 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13093
13094         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13095
13096 2006-07-11  Bruno Haible  <bruno@clisp.org>
13097
13098         * README: Mention where to put documentation.
13099
13100 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13101
13102         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13103
13104 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13105
13106         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13107         to stdint.m4.
13108
13109 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13110
13111         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13112         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13113         "no/such/file/stdint.h" when there is no such file, so that
13114         the resulting C code can be parsed by dodgy compilers.
13115         Problems reported by Bob Proulx.
13116
13117 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13118
13119         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13120         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13121         macros into the GNU _D_EXACT_NAMLEN.
13122         * lib/savedir.c:  Likewise.
13123         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13124
13125 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13126         and Paul Eggert  <eggert@cs.ucla.edu>
13127
13128         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13129         * m4/savedir.m4:
13130         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13131         macros into the GNU _D_EXACT_NAMLEN.
13132
13133 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13134
13135         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13136         around the absolute name, to work around a problem with the HP-UX
13137         11.23 native C compiler, reported by Bob Proulx.
13138
13139 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13140
13141         * doc/maintain.texi, make-stds.texi: Sync from
13142         <http://savannah.gnu.org/projects/gnustandards>.
13143
13144 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13145
13146         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13147
13148 2006-07-09  Jim Meyering  <jim@meyering.net>
13149
13150         * m4/glob.m4: Remove a doubled word in a comment.
13151
13152 2006-07-09  Jim Meyering  <jim@meyering.net>
13153
13154         * lib/argp-pv.c: Remove a doubled word in a comment.
13155         * lib/check-version.c (check_version): Likewise.
13156         * lib/javacomp.c (compile_java_class): Likewise.
13157
13158 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13159
13160         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13161         for the benefit of people using Autoconf 2.60.  If you want to
13162         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13163         (or m4/onceonly.m4, if pre-2.57) manually.
13164
13165 2006-07-08  Jim Meyering  <jim@meyering.net>
13166
13167         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13168         comment.
13169         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13170         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13171         comment.
13172
13173 2006-07-08  Jim Meyering  <jim@meyering.net>
13174
13175         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13176
13177 2006-07-07  Simon Josefsson  <jas@extundo.com>
13178
13179         * tests/test-crc.c: Change expected crc value, the test vector
13180         were probably computed using the old broken crc.c?
13181
13182 2006-07-06  Simon Josefsson  <jas@extundo.com>
13183
13184         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13185         now the canonical place for the M4 file).
13186
13187         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13188         from the sys_socket dependency now.
13189
13190         * modules/inet_pton (Files): Ditto.
13191
13192         * modules/inet_ntop (Files): Ditto.
13193
13194 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13195
13196         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13197         not gl_PREREQ_GETUSERSHELL.
13198
13199 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13200
13201         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13202         with only one argument, for Autoconf 2.60.
13203         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13204         expand to nothing, so add a shell command to avoid syntax error.
13205         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13206
13207 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13208
13209         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13210
13211 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13212
13213         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13214         no longer needed.  Check for isblank decl.
13215         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13216         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13217         of existence.
13218
13219 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13220
13221         * lib/getloadavg.c: Use __VMS, not VMS.
13222         * lib/getopt.c: Likewise.
13223         * lib/getpagesize.h: Likewise.
13224         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13225         and probably does not work.
13226
13227 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13228
13229         * lib/.cppi-disable: Add wcwidth.
13230         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13231         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13232         (ISGRAPH): Remove.  All uses changed to isgraph.
13233         (FOLD) [!defined _LIBC]: Remove special case.
13234         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13235         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13236         HAVE_ISBLANK.
13237         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13238         case.
13239
13240 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13241
13242         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13243         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13244         brackets.  Other minor changes to suppress some compiler
13245         warnings.
13246
13247 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13248         and Paul Eggert  <eggert@cs.ucla.edu>
13249
13250         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13251         of invoking obsolescent AC_HEADER_DIRENT macro.
13252         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13253         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13254         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13255         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13256         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13257         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13258         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13259         * m4/readdir.m4: Remove; no longer needed.
13260
13261 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13262         and Paul Eggert  <eggert@cs.ucla.edu>
13263
13264         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13265         Don't worry about this obsolete case any more.
13266         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13267         directories.
13268         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13269         worry about this obsolete case any more.
13270         * lib/fts.c: Likewise.
13271         * lib/getcwd.c: Likewise.
13272         * lib/glob.h: Likewise.
13273         * lib/savedir.c: Likewise.
13274
13275 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13276
13277         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13278         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13279         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13280         needed.
13281         All uses removed.
13282         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13283         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13284         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13285         needed.
13286         * m4/getdate.m4 (gl_GETDATE): Likewise.
13287         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13288         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13289         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13290         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13291         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13292         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13293         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13294         needed.
13295
13296 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13297
13298         * lib/memcasecmp.c: Include <limits.h>.
13299         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13300         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13301         Don't assume isdigit succeeds only on '0' through '9'.
13302
13303 2006-07-05  Eric Blake  <ebb9@byu.net>
13304
13305         * modules/getaddrinfo (Depends-on): Add snprintf.
13306
13307 2006-07-05  Eric Blake  <ebb9@byu.net>
13308
13309         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13310         to avoid 'header present but could not be compiled' on cygwin.
13311
13312 2006-07-05  Eric Blake  <ebb9@byu.net>
13313
13314         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13315         missing from netdb.h.
13316         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13317
13318 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13319
13320         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13321         no longer needed.
13322         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13323         * m4/getdate.m4 (gl_GETDATE): Likewise.
13324         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13325         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13326         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13327         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13328         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13329
13330 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13331
13332         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13333         All uses of is_space replaced by isspace.
13334         * lib/exit.h: Don't talk about STDC_HEADERS.
13335         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13336         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13337         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13338         replaced by isprint etc.
13339         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13340         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13341         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13342         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13343         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13344         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13345
13346 2006-07-05  Bruno Haible  <bruno@clisp.org>
13347
13348         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13349         the function exists, before testing against AIX.
13350         Reported by Martin Lambers <marlam@marlam.de>.
13351
13352 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13353
13354         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13355         From Mark D. Baushke.
13356
13357 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13358
13359         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13360         to the absolute name, not just one, to bypass Sun C 5.8's
13361         "warning: #include of /usr/include/... may be non-portable".
13362
13363 2006-07-04  Eric Blake  <ebb9@byu.net>
13364
13365         * modules/dirname-tests: New test module.
13366         * tests/test-dirname.c: New file, replacing dirname.c
13367         TEST_DIRNAME section that was recently deleted.
13368
13369 2006-07-04  Bruno Haible  <bruno@clisp.org>
13370
13371         Assume ANSI C header files and <ctype.h> functions.
13372         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13373         (mbsnwidth): Use isprint, iscntrl instead.
13374
13375 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13376
13377         Merge from coreutils.
13378         * MODULES.html.sh: Add xstrtold.
13379         * modules/xstrtold: New file.
13380         * modules/cycle-check (Files): Add lib/same-inode.h.
13381         * modules/dirname (Files): Add m4/double-slash-root.m4.
13382         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13383         * modules/mkdir-p (Files): Add lib/same-inode.h.
13384         * modules/same (Files): Add lib/same-inode.h.
13385
13386 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13387
13388         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13389         This is to keep the terminology clean; POSIX talks about
13390         "absolute pathnames", not "full pathnames", but the GNU
13391         Coding Standards say to use "path" for something else;
13392         so use "absolute" to keep both sides happy.
13393         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13394         Set gl_absolute_header, not gl_full_header_path.
13395         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13396         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13397         All uses changed.
13398
13399         Merge from coreutils.
13400
13401         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13402
13403         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13404         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13405         want to require the building of c-strtod.o.
13406         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13407         needs -lm directly.
13408         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13409
13410         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13411
13412         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13413         --as-needed option if available.  Problem reported by Albert Chin in
13414         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13415         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13416         cc merely issues a bunch of annoying warnings for --as-needed
13417         (this problem was reported by Bob Proulx).  Also, try linking with
13418         -lm to detect a bug in binutils 2.16 (this problem was reported
13419         by Ralf Wildenhues).
13420
13421         2006-06-18  Jim Meyering  <jim@meyering.net>
13422
13423         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13424         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13425         macro.
13426         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13427         also check for glibc-2.4's abort-inducing bug.
13428
13429         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13430         Low-probability clean-up should be to use rmdir to get rid of
13431         the just-created directory, not unlink.
13432
13433         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13434         configure fail, and request a bug report to inform us about it.
13435         Add a comment that, barring reports to the contrary, in 2007 we'll
13436         assume ftruncate is universally available.
13437
13438         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13439
13440         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13441
13442         2006-03-12  Jim Meyering  <jim@meyering.net>
13443
13444         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13445         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13446         * m4/same.m4 (gl_SAME): Likewise.
13447         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13448
13449         2006-03-11  Eric Blake  <ebb9@byu.net>
13450
13451         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13452         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13453         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13454         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13455
13456 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13457
13458         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13459         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13460         reported by Mark D. Baushke, one in
13461         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13462
13463         Merge from coreutils.
13464
13465         * lib/.cppi-disable: Add stdint_.h.
13466         * lib/.cvsignore: Add stdint.h.
13467
13468         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13469
13470         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13471         both double and long double versions.
13472         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13473         * lib/xstrtold.c: New file.
13474         * lib/xstrtod.h (xstrtold): New decl.
13475
13476         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13477
13478         * lib/filemode.c (setst): Remove.
13479         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13480         (arguably) clearer, and the generated code is a bit smaller on my
13481         Debian GNU/Linux stable x86 host.
13482
13483         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13484
13485         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13486         Assume that filemode.h includes sys/types.h and sys/stat.h.
13487         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13488         (ftypelet): Reorder to put common cases first, for efficiency.
13489         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13490         to do 'M'.
13491         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13492         of 10, for compatibility with FreeBSD.  All callers changed.
13493         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13494         types that can't be deduced solely from st_mode.  First arg is now a
13495         const pointer.
13496         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13497         (strmode): Renamed from mode_string.
13498         (filemodestring): New decl.
13499         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13500         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13501         needed.
13502         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13503
13504         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13505
13506         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13507         fsusage.h now does that.  Include fsusage.h first, to test interface.
13508         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13509         at most one method (the old code could have generated decls that
13510         didn't conform to C89, not that this was ever exercised).
13511         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13512
13513         2006-03-19  Jim Meyering  <jim@meyering.net>
13514
13515         Work even in a chroot where d_ino values for entries in "/"
13516         don't match the stat.st_ino values for the same names.
13517         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13518         number, iterate through all entries again, using lstat instead.
13519         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13520         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13521
13522         * lib/getcwd.c (__getcwd): Clarify a comment.
13523         Use memcpy in place of a call to strcpy.
13524
13525         2006-03-12  Jim Meyering  <jim@meyering.net>
13526
13527         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13528         matches that of the current directory (which we're about to chdir ".."
13529         out of), then save the dev-ino of the parent, instead.
13530
13531         * lib/same-inode.h (SAME_INODE): New file/macro.
13532         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13533         Include "same-inode.h", instead.
13534         * lib/same.c: Likewise.
13535         * lib/cycle-check.h: Include "same-inode.h".
13536         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13537         * lib/cycle-check.c (SAME_INODE): Remove definition.
13538         * lib/root-dev-ino.h: Include "same-inode.h".
13539
13540         2006-03-11  Eric Blake  <ebb9@byu.net>
13541
13542         * lib/same.c (same_name): s/base_name/last_component/
13543         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13544         * lib/filenamecat.c (file_name_concat): Likewise.
13545
13546         2006-03-11  Eric Blake  <ebb9@byu.net>,
13547                     Paul Eggert  <eggert@cs.ucla.edu>
13548
13549         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13550         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13551         drive prefix.
13552         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13553         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13554         (last_component): New method.
13555         * lib/dirname.c (dir_len): Determine when drive letters need a
13556         subsequent slash.  Preserve // when it is special.
13557         (dir_name): Don't append dot when drive letter is absolute.
13558         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13559         * lib/basename.c (base_name): New semantics - malloc the result.
13560         Preserve // when it is special.  Preserve relative files that look
13561         like drive letters.
13562         (base_len): Preserve // when it is special.
13563         (last_component): New method, similar to old base_name semantics.
13564         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13565         base_name.  Strip redundant slashes from ///.
13566
13567 2006-07-03  Jim Meyering  <jim@meyering.net>
13568
13569         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13570         macro is used before the first cycle_check call.
13571
13572 2006-07-03  Eric Blake  <ebb9@byu.net>
13573
13574         * modules/dirname (Depends-on): Add xstrndup.
13575
13576 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13577
13578         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13579         test cases, so that config.log is a bit easier to follow.
13580
13581 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13582
13583         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13584         both are 64 bits, since this seems to be the tradition, and this
13585         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13586         we ever run into a host that prefers long long to long in this
13587         case, we'll need another configure-time test.  Problem reported by
13588         Jim Meyering.
13589
13590 2006-07-02  Eric Blake  <ebb9@byu.net>
13591
13592         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13593
13594 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13595
13596         * modules/inttypes (Depends-on): No longer depends on stdint.
13597         * modules/stdint (Description): Say more about assumptions.
13598         Say that the fast types might differ.  Say macros are used.
13599         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13600         (Makefile.am): Revise list of substituted symbols to match
13601         new stdint.m4.
13602         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13603         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13604         * tests/test-stdint.c (verify_same_types)
13605         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13606         the code conforms to C99/C89.
13607         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13608         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13609
13610 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13611
13612         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13613         but fix a bug, by requiring at least 64 bits.
13614         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13615         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13616         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13617         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13618
13619         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13620         changes.  Make 2.59 a prerequisite.  Check and substitute for
13621         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13622         inttypes.h.  Do not use special include files; just use the
13623         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13624         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13625         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13626         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13627         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13628         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13629         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13630         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13631         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13632         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13633         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13634         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13635         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13636         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13637         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13638         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13639         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13640         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13641         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13642         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13643         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13644         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13645         not check for things that C99 does not require, e.g., int8_t.  If
13646         a test isn't needed unless <stdint.h> isn't working, and is
13647         unlikely to be needed for any other reason, then don't do it
13648         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13649         size_t, since we assume C89 freestanding at least.  Do not check
13650         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13651         the right thing even if the types are not defined.  Instead use:
13652         (gl_STDINT_TYPE_PROPERTIES): New macro.
13653         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13654         testing whether <sys/types.h> clashes, as Autoconf does this for
13655         us now.  All uses removed.
13656         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13657         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13658         (gl_CHECK_TYPE_SAME):
13659         Remove; no longer needed.
13660         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13661         exists, since we'll return 0 anyway in that case.
13662         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13663
13664 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13665
13666         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13667         possible collision with system files.
13668         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13669         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13670         WCHAR_MIN and WCHAR_MAX in this case.
13671         (<stddef.h>): Do not include; no longer needed.
13672         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13673         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13674         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13675         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13676         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13677         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13678         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13679         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13680         !defined(__c99))]: Include in this case too, since it's harmless
13681         now.
13682         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13683         dangerous to do so.
13684         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13685         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13686         (_STDINT_MIN, _STDINT_MAX): New macros.
13687         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13688         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13689         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13690         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13691         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13692         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13693         macros, not typedefs; this simplifies things quite a bit.
13694         Use long int for all types narrower than int64_t.
13695         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13696         Define in terms of long long int or int64_t or long int,
13697         not int64_t or int32_t.  This saves some compile-time testing.
13698         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13699         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13700         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13701         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13702         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13703         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13704         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13705         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13706         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13707         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13708         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13709         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13710         undef any previous version and define our own version, for
13711         simplicity and consistency with the new macros for types.
13712         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13713         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13714         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13715         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13716         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13717         @WINT_T_SUFFIX@ to keep things simple here.
13718         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13719         Simplify by assuming typical 8/16/32/64 host, since we're
13720         already doing that elsewhere anyway.
13721         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13722         and assume long long int is 64 bits if available.  This
13723         speeds up 'configure'.
13724
13725 2006-07-01  Eric Blake  <ebb9@byu.net>
13726
13727         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13728         Reported by Andreas Buening.
13729
13730 2006-07-01  Eric Blake  <ebb9@byu.net>
13731
13732         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13733
13734 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13735
13736         * lib/getaddrinfo.c: fixed typo
13737
13738 2006-06-29  Jim Meyering  <jim@meyering.net>
13739
13740         * modules/strftime (Maintainer): Add my name, since with the
13741         FPRINTFTIME changes strftime.c has forked from glibc.
13742
13743 2006-06-29  Eric Blake  <ebb9@byu.net>
13744
13745         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13746
13747 2006-06-29  Eric Blake  <ebb9@byu.net>
13748
13749         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13750
13751 2006-06-29  Eric Blake  <ebb9@byu.net>
13752
13753         * lib/stat_.h: New file.
13754
13755 2006-06-29  Eric Blake  <ebb9@byu.net>
13756
13757         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13758         unused static function.
13759
13760 2006-06-29  Eric Blake  <ebb9@byu.net>
13761
13762         * doc/functions.texi (Function Portability): Document missing lstat
13763         on mingw.
13764
13765 2006-06-29  Eric Blake  <ebb9@byu.net>
13766
13767         * MODULES.html.sh: Add sys_stat.
13768         * modules/sys_stat: New module.
13769         * modules/mkstemp (Depends-on): Add sys_stat.
13770
13771 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13772
13773         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13774
13775 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13776
13777         * m4/c-bs-a.m4: Removed.
13778
13779 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13780
13781         * lib/strftime.c: Assume strftime() exists.
13782
13783 2006-06-29  Derek Price  <derek@ximbiot.com>
13784
13785         * modules/c-bs-a: Removed - \a is C89.
13786         * MODULES.html.sh: Remove c-bs-a.
13787
13788 2006-06-29  Bruno Haible  <bruno@clisp.org>
13789
13790         * modules/wcwidth (License): Change to LGPL.
13791
13792 2006-06-28  Simon Josefsson  <jas@extundo.com>
13793
13794         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13795         on _WIN32.
13796
13797         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13798         getnameinfo.
13799
13800 2006-06-28  Simon Josefsson  <jas@extundo.com>
13801
13802         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13803
13804 2006-06-28  Simon Josefsson  <jas@extundo.com>
13805
13806         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13807         functions there.  It will succeed on Windows XP, but on Windows
13808         2000 and (presumably) earlier, it will fail, and use the internal
13809         re-implementation.
13810         (use_win32_p): New function.
13811         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13812         Support AI_NUMERICSERV to disable getservbyname.
13813         (getnameinfo): New function, only supports
13814         NI_NUMERICHOST|NI_NUMERICSERV for now.
13815
13816         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13817         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13818         getnameinfo.
13819
13820 2006-06-28  Eric Blake  <ebb9@byu.net>
13821
13822         * modules/wcwidth: New file.
13823         * modules/mbchar (Depends-on): Add wcwidth.
13824         * modules/mbswidth (Depends-on): Add wcwidth.
13825         * MODULES.html.sh: Add wcwidth.
13826
13827 2006-06-28  Eric Blake  <ebb9@byu.net>
13828
13829         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13830         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13831
13832 2006-06-28  Eric Blake  <ebb9@byu.net>
13833
13834         * lib/xvasprintf.h: Fix comments.
13835
13836 2006-06-28  Eric Blake  <ebb9@byu.net>
13837
13838         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13839         * lib/mbswidth.c (wcwidth): Move from here...
13840         * lib/wcwidth.h: ...to this new file.
13841
13842 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13843
13844         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13845
13846         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13847         it's obsolete.
13848         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13849
13850 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13851
13852         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13853         Autoconf 2.60 says this stuff was obsolete.
13854
13855 2006-06-28  Bruno Haible  <bruno@clisp.org>
13856
13857         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13858
13859 2006-06-28  Bruno Haible  <bruno@clisp.org>
13860
13861         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13862         gt_TYPE_WCHAR_T.
13863
13864 2006-06-28  Bruno Haible  <bruno@clisp.org>
13865
13866         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13867         declaration for wcwidth.
13868         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13869
13870 2006-06-28  Bruno Haible  <bruno@clisp.org>
13871
13872         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13873         (mkdir): Define using _mkdir.
13874
13875 2006-06-28  Bruno Haible  <bruno@clisp.org>
13876
13877         * lib/getaddrinfo.h: Fix POSIX URL.
13878         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13879         _WIN32.
13880         (use_win32_p): Make static.
13881         (getaddrinfo): Reject service name if it is empty or does not consist
13882         solely of decimal digits, or if its value is > 65535.
13883         (getnameinfo): Remove useless casts.
13884
13885 2006-06-27  Simon Josefsson  <jas@extundo.com>
13886
13887         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13888         Eggert and Martin Lambers.
13889
13890 2006-06-27  Simon Josefsson  <jas@extundo.com>
13891
13892         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13893         Eggert and Martin Lambers.
13894
13895 2006-06-27  Bruno Haible  <bruno@clisp.org>
13896
13897         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13898         result to 0, not to empty.
13899         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13900
13901 2006-06-27  Bruno Haible  <bruno@clisp.org>
13902
13903         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13904
13905 2006-06-26  Simon Josefsson  <jas@extundo.com>
13906
13907         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13908         present.
13909
13910 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13911
13912         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13913         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13914         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13915
13916 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13917
13918         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13919
13920 2006-06-26  Bruno Haible  <bruno@clisp.org>
13921
13922         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13923
13924 2006-06-26  Bruno Haible  <bruno@clisp.org>
13925
13926         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13927
13928 2006-06-26  Bruno Haible  <bruno@clisp.org>
13929
13930         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13931         SGI C compiler in pre-C99 mode.
13932         Suggested by Mark D. Baushke and Larry Jones.
13933
13934 2006-06-26  Bruno Haible  <bruno@clisp.org>
13935
13936         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13937         WCHAR_MAX.
13938         Reported by Mark D. Baushke and Larry Jones.
13939
13940 2006-06-26  Bruno Haible  <bruno@clisp.org>
13941
13942         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13943         in pre-C99 mode.
13944         Suggested by Mark D. Baushke and Larry Jones.
13945
13946 2006-06-23  Simon Josefsson  <jas@extundo.com>
13947             Bruno Haible  <bruno@clisp.org>
13948
13949         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13950         Emit mostlyclean-local rule.
13951         (func_emit_tests_Makefile_am): Likewise.
13952         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13953
13954 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13955
13956         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13957
13958 2006-06-23  Bruno Haible  <bruno@clisp.org>
13959
13960         * tests/test-stdint.c: Update to match ISO C 99 Technical
13961         Corrigendum 1.
13962
13963 2006-06-23  Bruno Haible  <bruno@clisp.org>
13964
13965         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13966
13967 2006-06-23  Bruno Haible  <bruno@clisp.org>
13968
13969         * lib/stdint_.h: Treat IRIX like OpenBSD.
13970
13971 2006-06-23  Bruno Haible  <bruno@clisp.org>
13972
13973         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13974         ISO C 99 Technical Corrigendum 1.
13975
13976 2006-06-22  Simon Josefsson  <jas@extundo.com>
13977
13978         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13979         MinGW.
13980
13981 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13982
13983         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13984         needed.  Some compiler complained about some of them.  Problem reported
13985         by Larry Jones in
13986         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13987
13988 2006-06-21  Simon Josefsson  <jas@extundo.com>
13989
13990         * tests/test-getaddrinfo.c: New file.
13991
13992         * modules/getaddrinfo-tests: New file.
13993
13994         * MODULES.html.sh: Add inet_pton.
13995
13996         * modules/inet_pton: New file.
13997
13998 2006-06-21  Simon Josefsson  <jas@extundo.com>
13999
14000         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14001         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14002         of using the (limited) gnulib implementation on Windows XP.
14003
14004         * m4/inet_pton.m4: New file.
14005
14006 2006-06-21  Simon Josefsson  <jas@extundo.com>
14007
14008         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14009         variable.
14010
14011         * lib/socket_.h: Don't define WINVER.
14012
14013         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14014         slightly modified to work in gnulib.
14015
14016 2006-06-21  Simon Josefsson  <jas@extundo.com>
14017
14018         * doc/gnulib.texi (Windows sockets): Add.
14019
14020 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14021
14022         * lib/read-file.c (fread_file): Start with buffer allocation of
14023         0 bytes rather than 1 byte; this simplifies the code.
14024         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14025         code to free buffer and save/restore errno.
14026         (internal_read_file): Remove unused local.
14027
14028 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14029
14030         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14031         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14032         Problem reported by Denis Excoffier in
14033         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14034
14035 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14036
14037         * modules/sys_socket, modules/socklen: Include sys/types since
14038         FreeBSD 4.x's sys/socket.h needs it.
14039
14040 2006-06-19  Simon Josefsson  <jas@extundo.com>
14041
14042         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14043
14044 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14045
14046         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14047
14048 2006-06-19  Bruno Haible  <bruno@clisp.org>
14049
14050         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14051         and FULL_PATH_INTTYPES_H in angle brackets.
14052         Reported by Mark D. Baushke <mdb@gnu.org>.
14053
14054 2006-06-17  Eric Blake  <ebb9@byu.net>
14055
14056         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14057         errno.
14058
14059 2006-06-17  Bruno Haible  <bruno@clisp.org>
14060
14061         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14062         <sys/inttypes.h>.
14063
14064 2006-06-17  Bruno Haible  <bruno@clisp.org>
14065
14066         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14067         whether errno is declared. Assume <errno.h> declares errno.
14068
14069 2006-06-17  Bruno Haible  <bruno@clisp.org>
14070
14071         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14072
14073 2006-06-17  Bruno Haible  <bruno@clisp.org>
14074
14075         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14076         problem on Solaris 2.5.1.
14077
14078 2006-06-16  Eric Blake  <ebb9@byu.net>
14079
14080         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14081         * lib/unicodeio.c [!defined errno]: Likewise.
14082         * lib/strtol.c [!defined errno]: Likewise.
14083         * lib/strtod.c [!defined errno]: Likewise.
14084
14085 2006-06-15  Eric Blake  <ebb9@byu.net>
14086
14087         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14088
14089 2006-06-15  Eric Blake  <ebb9@byu.net>
14090
14091         * config/srclist.txt (ssize_t.m4): Lose sync.
14092
14093 2006-06-15  Bruno Haible  <bruno@clisp.org>
14094
14095         * modules/stdint (Files): Include m4/full-header-path.m4,
14096         m4/size_max.m4, m4/wchar_t.m4.
14097         (Makefile.am): Many more substitutions.
14098         * modules/stdint-tests: New file.
14099         * tests/test-stdint.c: New file.
14100
14101 2006-06-15  Bruno Haible  <bruno@clisp.org>
14102
14103         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14104         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14105         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14106         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14107         gl_CHECK_TYPE_SAME): New macros.
14108
14109 2006-06-15  Bruno Haible  <bruno@clisp.org>
14110
14111         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14112
14113 2006-06-15  Bruno Haible  <bruno@clisp.org>
14114
14115         * lib/stdint_.h: Rewritten to be fully auto-configured.
14116         Fixes bug on HP-UX/IA64.
14117
14118 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14119
14120         * lib/getdate.y (__attribute__): Don't define if already defined.
14121         Problem reported by Larry Jones.
14122         * lib/utimens.c (__attribute__): Likewise.
14123
14124 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14125
14126         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14127         reported by Andreas Schwab.
14128
14129 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14130             Bruno Haible  <bruno@clisp.org>
14131
14132         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14133         check for the declaration of strnlen and a run test that exposes the
14134         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14135         rpl_strndup.
14136
14137 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14138             Bruno Haible  <bruno@clisp.org>
14139
14140         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14141
14142 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14143
14144         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14145         compile test, for Tru64 4.0D.
14146
14147 2006-05-28  Karl Berry  <karl@gnu.org>
14148
14149         * config/srclist.txt (printf-args.c): lose sync.
14150
14151 2006-05-26  Martin Lambers  <marlam@marlam.de>
14152
14153         * lib/getpass.c: Updates the test for the native W32 API, and adds
14154         missing includes, thus fixing compilation warnings.
14155
14156 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14157
14158         * lib/exclude.c (exclude_fnmatch): New function.
14159         (excluded_file_name): Call exclude_fnmatch.
14160         * lib/exclude.h (excluded_file_name): New prototype
14161
14162 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14163
14164         * lib/tempname.c (small_open, large_open): New macros.
14165         (__open, __open64) [!_LIBC]: Remove.
14166         (__gen_tempname): Use small_open and large_open instead of __open
14167         and __open64.  This fixes a portability bug on HP-UX 11.11i
14168         reported by Simon Wing-Tang in
14169         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14170
14171 2006-05-24  Bruno Haible  <bruno@clisp.org>
14172
14173         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14174         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14175         Reported by Thorsten Maerz <torte@netztorte.de> via
14176         Aaron Stone <aaron@serendipity.cx>.
14177
14178 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14179
14180         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14181         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14182         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14183         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14184         not really conditional on the cache.
14185         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14186
14187 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14188
14189         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14190         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14191         (my_usleep): Don't mishandle maximum value.
14192
14193 2006-05-19  Jim Meyering  <jim@meyering.net>
14194
14195         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14196
14197 2006-05-17  Bruno Haible  <bruno@clisp.org>
14198
14199         Cygwin portability.
14200         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14201
14202 2006-05-17  Bruno Haible  <bruno@clisp.org>
14203
14204         * lib/stdint_.h: Fix recognition of Cygwin.
14205
14206 2006-05-15  Bruno Haible  <bruno@clisp.org>
14207
14208         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14209         on libtool patch by Ralf Wildenhues.
14210
14211 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14212
14213         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14214         test for C99 conformance; (bool) 0.5 is an integer constant
14215         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14216         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14217
14218 2006-05-11  Simon Josefsson  <jas@extundo.com>
14219
14220         * m4/xvasprintf.m4: Fix obvious typo.
14221
14222 2006-05-11  Jim Meyering  <jim@meyering.net>
14223
14224         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14225         James Lemley.
14226
14227 2006-05-10  Simon Josefsson  <jas@extundo.com>
14228
14229         * lib/md4.c: Typo fix, update copyright years.
14230         (K1, K2): Don't use L because it turn computations into 64-bit on
14231         64-bit platforms.
14232
14233 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14234
14235         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14236         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14237         unwanted sign propagation, e.g., on hosts with 64-bit int.
14238         There still are some problems with reeelly weird theoretical hosts
14239         (e.g., 33-bit int) but it's not worth worrying about now.
14240         * lib/sha1.c (rol): Likewise.
14241         (K1, K2, K3, K4): Remove unnecessary L suffix.
14242
14243 2006-05-10  Bruno Haible  <bruno@clisp.org>
14244
14245         * lib/des.c: Cast to avoid warnings.
14246
14247 2006-05-09  Bruno Haible  <bruno@clisp.org>
14248
14249         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14250         (Depends-on): Depend also on xsize, stdarg.
14251         (configure.ac): Add gl_XVASPRINTF.
14252
14253 2006-05-09  Bruno Haible  <bruno@clisp.org>
14254
14255         * m4/xvasprintf.m4: New file.
14256
14257 2006-05-09  Bruno Haible  <bruno@clisp.org>
14258
14259         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14260         (EOVERFLOW): Define fallback value.
14261         (xstrcat): New function.
14262         (xvasprintf): Recognize the special case of a string concatenation.
14263
14264 2006-05-08  Eric Blake  <ebb9@byu.net>
14265
14266         * gnulib-tool (func_version): Base copyright year on CVS date.
14267         (func_emit_copyright_notice): New function.
14268         (func_emit_lib_Makefile_am): Use it.
14269         (func_emit_tests_Makefile_am): Likewise.
14270         (func_import): Likewise.
14271
14272 2006-05-08  Bruno Haible  <bruno@clisp.org>
14273
14274         * modules/stdarg: New file.
14275         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14276
14277 2006-05-08  Bruno Haible  <bruno@clisp.org>
14278
14279         * m4/stdarg.m4: New file, from GNU gettext.
14280
14281 2006-05-08  Bruno Haible  <bruno@clisp.org>
14282
14283         * config/srclist.txt (build-aux/config.rpath): different from latest
14284         release.
14285
14286 2006-05-08  Bruno Haible  <bruno@clisp.org>
14287
14288         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14289
14290 2006-05-05  Jim Meyering  <jim@meyering.net>
14291
14292         * m4/warning.m4: New file, derived from bison's file by the same name.
14293
14294 2006-05-03  Bruno Haible  <bruno@clisp.org>
14295
14296         * lib/stdint_.h: Shorter URL.
14297         * lib/inttypes.h: Likewise.
14298
14299 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14300
14301         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14302
14303 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14304
14305         * lib/verify.h: Document the internals better.  Most of this change
14306         was written by Bruno Haible.
14307
14308 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14309
14310         * doc/verify.texi: New file, partly based on a proposal by
14311         Bruno Haible.
14312
14313 2006-05-02  Bruno Haible  <bruno@clisp.org>
14314
14315         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14316         test from here...
14317         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14318
14319 2006-04-29  Bruno Haible  <bruno@clisp.org>
14320
14321         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14322         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14323
14324 2006-04-29  Bruno Haible  <bruno@clisp.org>
14325
14326         * gnulib-tool: Make --update option actually work.
14327
14328 2006-04-29  Bruno Haible  <bruno@clisp.org>
14329
14330         * doc/gcd.texi: New file.
14331         * doc/gnulib.texi: Include it.
14332
14333 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14334
14335         * lib/getdate.y (get_date): When adding relative date, start with the
14336         initial time, not with the result of the first mktime call.
14337
14338 2006-04-25  Bruno Haible  <bruno@clisp.org>
14339
14340         * gnulib-tool (func_import): Output the include directives in three
14341         blocks, sorted separately.
14342         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14343
14344 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14345
14346         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14347         to define main with arguments, for C++.  Reported by Eric Blake.
14348         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14349         Prefer 'int main ()' to 'int main (void)', for C++.
14350         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14351         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14352         for 'main', for C99 and C++.
14353
14354 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14355
14356         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14357         Don't assume that exit status -1 is valid.
14358         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14359         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14360         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14361         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14362         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14363         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14364         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14365         functions can be used without declaring them, or that you can
14366         exit with status -1.
14367         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14368
14369 2006-04-24  Karl Berry  <karl@gnu.org>
14370
14371         * config/srclist.txt (longdouble.m4): sync lost.
14372
14373 2006-04-24  Eric Blake  <ebb9@byu.net>
14374
14375         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14376
14377 2006-04-24  Bruno Haible  <bruno@clisp.org>
14378
14379         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14380         poll() implementation in AIX.
14381         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14382
14383 2006-04-24  Bruno Haible  <bruno@clisp.org>
14384
14385         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14386         assigned exactly once.
14387
14388 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14389             Bruno Haible  <bruno@clisp.org>
14390
14391         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14392         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14393         for AM_CPPFLAGS.
14394
14395 2006-04-23  Bruno Haible  <bruno@clisp.org>
14396
14397         * modules/copy-file: Depend on unistd.
14398         * modules/execute: Likewise.
14399         * modules/fatal-signal: Likewise.
14400         * modules/findprog: Likewise.
14401         * modules/mkdtemp : Likewise.
14402         * modules/pipe: Likewise.
14403         * modules/wait-process: Likewise.
14404
14405 2006-04-23  Bruno Haible  <bruno@clisp.org>
14406
14407         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14408         condition was already detected.
14409         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14410
14411 2006-04-23  Bruno Haible  <bruno@clisp.org>
14412
14413         * lib/copy-file.c: Include <unistd.h> unconditionally.
14414         * lib/execute.c: Likewise.
14415         * lib/fatal-signal.c: Likewise.
14416         * lib/findprog.c: Likewise.
14417         * lib/mkdtemp.c: Likewise.
14418         * lib/pipe.h: Likewise.
14419         * lib/pipe.c: Likewise.
14420         * lib/wait-process.h: Likewise.
14421
14422 2006-04-23  Bruno Haible  <bruno@clisp.org>
14423
14424         * gnulib-tool (func_usage): Fix --import description. Document
14425         --update.
14426         (func_import): Create temporary file in a temporary directory, if
14427         --dry-run is specified. Silence errors from 'grep' when there are no
14428         m4 files in $m4dir.
14429         (func_create_testdir): Silence errors from 'grep' when there are no
14430         m4 files in $m4dir.
14431         Reported by Karl Berry <karl@freefriends.org>.
14432
14433 2006-04-20  Bruno Haible  <bruno@clisp.org>
14434
14435         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14436         one argument, so that the code will be portable to Autoconf 2.60.
14437         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14438         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14439         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14440
14441 2006-04-19  Derek Price  <derek@ximbiot.com>
14442             Eric Blake  <ebb9@byu.net>
14443
14444         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14445         rather than "/full/path.h".  Update comment to match.  Shorten &
14446         generalize m4_translit call via AS_TR_CPP.
14447
14448 2006-04-19  Derek Price  <derek@ximbiot.com>
14449             Eric Blake  <ebb9@byu.net>
14450
14451         * lib/inttypes.h: Correct grammar in comment.
14452
14453 2006-04-18  Derek Price  <derek@ximbiot.com>
14454             Paul Eggert  <eggert@cs.ucla.edu>
14455
14456         * modules/inttypes: New file.
14457         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14458
14459 2006-04-18  Derek Price  <derek@ximbiot.com>
14460             Paul Eggert  <eggert@cs.ucla.edu>
14461
14462         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14463         New files.
14464
14465 2006-04-18  Derek Price  <derek@ximbiot.com>
14466             Paul Eggert  <eggert@cs.ucla.edu>
14467
14468         * lib/inttypes.h: New file.
14469         * lib/strtoimax.c: Assume <inttypes.h>.
14470
14471 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14472
14473         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14474         isn't mounted.  Problem reported by Kir Kolyshkin.
14475
14476 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14477
14478         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14479         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14480         Derek R. Price.
14481         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14482         implementation.
14483
14484 2006-04-12  Eric Blake  <ebb9@byu.net>
14485
14486         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14487         is now done automatically by the corresponding Autoconf macro.
14488
14489 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14490
14491         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14492         time_r.h.
14493
14494 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14495
14496         Merge regex changes from libc, removing some of our
14497         POSIX-conformance changes that were rejected and redoing them in a
14498         less-intrusive way.
14499
14500         * lib/regcomp.c (re_compile_internal, init_dfa):
14501         Length arg is now size_t, not Idx.  All uses changed.
14502         (peek_token): Forward decl now says internal_function.
14503         (__re_error_msgid, __re_error_msgid_idx):
14504         Now static rather than extern with attribute_hidden.
14505         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14506         For some reason libc prefers K&R style defns for external functions.
14507         (regerror) [!defined _LIBC]: Likewise.
14508         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14509         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14510         (build_range_exp, build_collating_symbol):
14511         Use K&R-style defn.
14512         (re_compile_fastmap): Use '\0' to memset, not 0.
14513         (utf8_sb_map): Make the calculations more obvious.
14514         (init_dfa, parse_bracket_exp, build_charclass_op):
14515         Call calloc and cast result, as glibc does.
14516         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14517         (build_range_exp, build_collating_symbol):
14518         Now internal functions.
14519
14520         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14521
14522         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14523         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14524         Don't depend on VMS; depend on __VMS instead, for POSIX
14525         namespace cleanness.
14526         (regoff_t): Define to ssize_t, not long int.
14527
14528         Remove the REG_ macros named below.  Instead, make the old names
14529         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14530         __USE_GNU_REGEX.
14531         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14532         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14533         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14534         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14535         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14536         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14537         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14538         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14539         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14540         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14541         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14542         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14543         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14544         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14545         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14546         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14547         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14548         (REG_NREGS):
14549         Remove.  All uses replaced by the old RE_* names.
14550         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14551         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14552         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14553         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14554         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14555         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14556         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14557         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14558         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14559         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14560         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14561         Don't bother having these macros be independent of each others'
14562         values, since they no longer exist in the POSIX name space.
14563
14564         Rename the following member names back to their old names,
14565         unless !__USE_GNU_REGEX.  All uses changed back.
14566         (buffer): Renamed from re_buffer.
14567         (allocated): Renamed from re_allocated.
14568         (used): Renamed from re_used.
14569         (syntax): Renamed from re_syntax.
14570         (fastmap): Renamed from re_fastmap.
14571         (translate): Renamed from re_translate.
14572         (can_be_null): Renamed from re_can_be_null.
14573         (regs_allocated): Renamed from re_regs_allocated.
14574         (fastmap_accurate): Renamed from re_fastmap_accurate.
14575         (no_sub): Renamed from re_no_sub.
14576         (not_bol): Renamed from re_not_bol.
14577         (not_eol): Renamed from re_not_eol.
14578         (newline_anchor): Renamed from re_newline_anchor.
14579         (num_regs): Renamed from rm_num_regs.
14580         (start): Renamed from rm_start.
14581         (end): Renamed from rm_end.
14582
14583         (free_state): Move up a bit.
14584
14585         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14586         #define to be empty.
14587         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14588         when that is what is intended.
14589         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14590         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14591         (MAX): New macro.
14592         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14593         All uses changed back to re_malloc, etc.  It's now the caller's
14594         responsibility to check for overflow; all callers changed.
14595         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14596         (re_x2nrealloc): Remove.
14597         (free_state): Remove decl.
14598
14599         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14600         (re_set_registers, re_exec):
14601         Use K&R-style defn.
14602
14603         2006-01-31  Roland McGrath  <roland@redhat.com>
14604
14605         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14606         Reported by Mike Frysinger <vapier@gentoo.org>.
14607
14608         2006-01-15  Andreas Jaeger  <aj@suse.de>
14609
14610         [BZ #1950]
14611         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14612         build_wcs_upper_buffer change.
14613         (build_wcs_upper_buffer): Change return type.
14614
14615         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14616
14617         * lib/regex_internal.h: Include <stdint.h> if available.
14618
14619         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14620
14621         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14622
14623         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14624
14625         * lib/regcomp.c: Adjust for changed secondary hash function.
14626
14627         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14628
14629         * lib/regex.h: Pretty printing.
14630         Clean up namespace a bit.
14631
14632         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14633
14634         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14635         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14636
14637         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14638                     Ulrich Drepper  <drepper@redhat.com>
14639
14640         [BZ #1302]
14641         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14642         changed.
14643         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14644
14645         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14646
14647         [BZ #281]
14648         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14649         * lib/regcomp.c: Remove unnecessary uses of
14650         unsigned RE_TRANSLATE_TYPE.
14651         * lib/regex_internal.h: Likewise.
14652         * lib/regex_internal.c: Likewise.
14653         * lib/regexec.c: Likewise.
14654         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14655
14656         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14657
14658         * lib/regexec.c (find_recover_state): Remove unnecessary
14659         initialization.
14660         (transit_state_bkref): Make DFA a const pointer.
14661         (get_subexp): Likewise.
14662         (check_arrival): Likewise.
14663         (update_cur_sifted_state): Likewise.
14664         (re_search_internal): Likewise.
14665         (prune_impossible_nodes): Likewise.
14666         (acquire_init_state_context): Likewise.
14667         (proceed_next_node): Likewise.
14668         (set_regs): Likewise.
14669         (free_fail_stack_return): Likewise.
14670         (check_arrival_expand_ecl): Mark DFA parameter as const.
14671         (check_arrival_expand_ecl_sub): Likewise.
14672         (check_subexp_limits): Likewise.
14673         (sub_epsilon_src_nodes):  Likewise.
14674         (add_epsilon_src_nodes):  Likewise.
14675         (merge_state_array): Likewise.
14676         (update_regs): Likewise.
14677         (build_trtable): Likewise.
14678         (sift_states_backward): Mark MCTX parameter as const.
14679         (build_sifted_states): Likewise.
14680         (update_cur_sifted_state): Likewise.
14681         (sift_states_mkref): Likewise.
14682         (check_arrival_expand_ecl): Mark eclosure as const.
14683         (check_dst_limits_calc_pos_1): Likewise.
14684         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14685         pointer.
14686
14687         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14688
14689         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14690         (transit_state_sb): Likewise.
14691         (transit_state_mb): Likewise.
14692         (sift_states_iter_mb): Likewise.
14693         (check_arrival_add_next_nodes): Likewise.
14694         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14695         [_LIBC] (re_search_2_stub): Use mempcpy.
14696
14697         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14698         mbrtowc for very simple UTF-8 case.
14699
14700         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14701         a pointer-to-const.
14702         (re_acquire_state_context): Likewise.
14703         * lib/regex_internal.h: Adjust prototypes.
14704
14705         * lib/regex.c: Prevent using C++ compilers.
14706
14707         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14708         (re_acquire_state_context): Likewise.
14709
14710 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14711
14712         * modules/regex (Depends-on): Add ssize_t.
14713
14714 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14715
14716         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14717         translation table.
14718
14719 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14720
14721         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14722
14723 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14724             Bruno Haible  <bruno@clisp.org>
14725
14726         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14727         <sys/types.h> and <inttypes.h>.
14728
14729 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14730
14731         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14732         `__error_t_defined', so argp.h will not typedef the former.
14733
14734 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14735
14736         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14737         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14738         glibc names.  Even if glibc is changed to conform to POSIX, the
14739         traditional names will be available anyway, since regex depends on
14740         the extensions module.  Also, fix a longstanding typo in the
14741         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14742         reported by Emanuele Giaquinta.  Also, change sense of cached
14743         variable, so that the message makes sense.
14744
14745 2006-03-24  Simon Josefsson  <jas@extundo.com>
14746
14747         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14748         including some doc fixes.
14749         (base64_encode_alloc): Fix +1 bug on allocation failures.
14750
14751 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14752
14753         * lib/base64.c (base64_encode): Do not read past end of array with
14754         unsanitized input on systems with CHAR_BIT > 8.
14755
14756 2006-03-24  Eric Blake  <ebb9@byu.net>
14757
14758         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14759
14760 2006-03-22  Karl Berry  <karl@gnu.org>
14761
14762         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14763         * config/srclistvars.sh (COREUTILS): new var.
14764
14765 2006-03-17  Jim Meyering  <jim@meyering.net>
14766
14767         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14768         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14769
14770 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14771
14772         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14773         no longer needs it.  Instead, check that regoff_t is as least
14774         as wide as ptrdiff_t.
14775
14776         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14777         so that our regex.h stays compatible with the installed regex.
14778         This is helpful for installers who configure --without-included-regex.
14779         Problem reported by Emanuele Giaquinta.
14780
14781 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14782
14783         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14784         Typedef to long int, not to off_, as POSIX will likely change
14785         in that direction.
14786
14787 2006-03-15  Eric Blake  <ebb9@byu.net>
14788
14789         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14790
14791 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14792
14793         * lib/argp-help.c (validate_uparams): Fix typo
14794         * lib/argp-parse.c (argp_default_options): Consistently begin help
14795         messages with a lowercase letter.
14796
14797 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14798
14799         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14800         overrun buffers and shouldn't be used (much as gets shouldn't be
14801         used).
14802         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14803
14804 2006-03-08  Simon Josefsson  <jas@extundo.com>
14805
14806         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14807         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14808
14809 2006-03-08  Simon Josefsson  <jas@extundo.com>
14810
14811         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14812         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14813
14814 2006-03-08  Simon Josefsson  <jas@extundo.com>
14815
14816         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14817         signal that configure disabled the device.
14818
14819 2006-03-08  Simon Josefsson  <jas@extundo.com>
14820
14821         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14822         languages.
14823
14824 2006-03-07  Simon Josefsson  <jas@extundo.com>
14825
14826         * modules/getopt (Depends-on): Add unistd.
14827
14828         * modules/unistd: New file.
14829
14830 2006-03-07  Simon Josefsson  <jas@extundo.com>
14831
14832         * modules/gc-random: New file.
14833
14834 2006-03-07  Simon Josefsson  <jas@extundo.com>
14835
14836         * m4/unistd_h.m4: New file.
14837
14838 2006-03-07  Simon Josefsson  <jas@extundo.com>
14839
14840         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14841         test to be side-effect free by storing the result in the cache
14842         variable gl_cv_lib_readline, and moving the assignment of
14843         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14844         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14845
14846 2006-03-07  Simon Josefsson  <jas@extundo.com>
14847
14848         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14849         error on missing devices (the functions will return an error).
14850
14851         * m4/gc.m4: Move random stuff to gc-random.m4
14852
14853 2006-03-07  Simon Josefsson  <jas@extundo.com>
14854
14855         * lib/unistd_.h: New file.
14856
14857 2006-03-07  Simon Josefsson  <jas@extundo.com>
14858
14859         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14860
14861 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14862
14863         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14864         Problem reported by Juan Manuel Guerrero.
14865
14866 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14867
14868         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14869         the unistd module.
14870         * lib/getlogin_r.c: Likewise.
14871         * lib/getlogin_r.h: Likewise.
14872         * lib/glob.c: Likewise.
14873         * lib/pagealign_alloc.c: Likewise.
14874         * lib/unistd_.h: Remove; no longer needed.
14875
14876 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14877
14878         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14879         Add unistd.
14880         * modules/c-stack (Depends-on): Add unistd.
14881         * modules/getlogin_r: Likewise.
14882         * modules/glob: Likewise.
14883         * modules/pagealign_alloc: Likewise.
14884         * modules/unistd (Files): Remove lib/unistd_.h.
14885         (EXTRA_DIST): Remove.
14886         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14887         need unistd_.h.
14888         (MOSTLYCLEANFILES): Remove unistd.h-t.
14889
14890 2006-03-03  Simon Josefsson  <jas@extundo.com>
14891
14892         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14893
14894 2006-03-03  Simon Josefsson  <jas@extundo.com>
14895
14896         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14897         libidn and bison.
14898
14899 2006-03-03  Simon Josefsson  <jas@extundo.com>
14900
14901         * build-aux/maint.mk: Add indent target.
14902
14903 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14904
14905         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14906         our replacement poll.h in any case, to avoid a differing
14907         declaration from a system header.  Seen on AIX.
14908
14909 2006-03-01  Simon Josefsson  <jas@extundo.com>
14910
14911         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14912         <kasal@ucw.cz>.
14913
14914 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14915
14916         * modules/gettime (Depends-on): Add extensions module.
14917         * modules/nanosleep (Depends-on): Likewise.
14918         * modules/settime (Depends-on): Likewise.
14919
14920 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14921
14922         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14923         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14924         pedantically.
14925         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14926         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14927
14928         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14929         not "==".  Reported by Ralf Wildenhues.
14930
14931 2006-03-01  Karl Berry  <karl@gnu.org>
14932
14933         * doc/Copyright/request-*: new files, synced from gnuorg.
14934
14935 2006-03-01  Karl Berry  <karl@gnu.org>
14936
14937         * config/srclist.txt (Copyright/*): new entries.
14938
14939 2006-02-28  Simon Josefsson  <jas@extundo.com>
14940
14941         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14942
14943 2006-02-27  Simon Josefsson  <jas@extundo.com>
14944
14945         * lib/base64.h: Indent #define's.  From Jim Meyering
14946         <jim@meyering.net>.
14947
14948 2006-02-27  Jim Meyering  <jim@meyering.net>
14949
14950         Revert the change of 2006-02-24, so these files can continue
14951         to be sync'd from gettext.
14952         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14953         of `config.h'.
14954
14955 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14956
14957         * modules/intprops: New file.
14958         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14959         Add intprops.
14960         * modules/getloadavg (Files): Remove lib/intprops.h.
14961         (Depends-on): Add intprops.
14962         * modules/human: Likewise.
14963         * modules/inttostr: Likewise.
14964         * modules/openat: Likewise.
14965         * modules/sig2str: Likewise.
14966         * modules/userspec: Likewise.
14967         * modules/utimecmp: Likewise.
14968         * modules/xnanosleep: Likewise.
14969         * modules/xstrtol: Likewise.
14970
14971 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14972
14973         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14974         * modules/lock-tests (TESTS): Use $(EXEEXT).
14975         * modules/tls-tests: Likewise.
14976         * modules/argp-tests: Likewise.
14977         (check_PROGRAMS): New var, replacing...
14978         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14979
14980 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14981
14982         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14983         `config.h'.
14984
14985 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14986
14987         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14988
14989 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14990
14991         Sync from coreutils.
14992         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14993         gl_CHDIR_SAFER.
14994
14995 2006-02-22  Jim Meyering  <jim@meyering.net>
14996
14997         Sync from coreutils.
14998         * m4/chdir-safer.m4: New file.
14999
15000 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15001
15002         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15003         AT_FDCWD exceeds INT_MAX.
15004         * lib/openat.h (AT_FDCWD): Likewise.
15005
15006 2006-02-17  Eric Blake  <address@hidden>
15007
15008         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15009
15010 2006-02-16  Simon Josefsson  <jas@extundo.com>
15011
15012         * modules/getaddrinfo (Depends-on): Add sys_socket.
15013
15014 2006-02-15  Simon Josefsson  <jas@extundo.com>
15015
15016         * build-aux/maint.mk: Add dsyntax-check rule.
15017
15018 2006-02-15  Eric Blake  <ebb9@byu.net>
15019
15020         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15021         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15022         'present but cannot compile' warnings on cygwin.
15023         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15024         use ws2tcpip.h if sys/socket.h works.
15025         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15026         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15027
15028 2006-02-14  Simon Josefsson  <jas@extundo.com>
15029
15030         * modules/maintainer-makefile (Files): Rename.
15031
15032         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15033         and (the local) Makefile.cfg to maint-cfg.mk.
15034
15035         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15036         to the latter.
15037
15038         * modules/maintainer-makefile: New module.
15039
15040         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15041         severaly stripped to make it possible to build it up from scratch
15042         with reliable tests.
15043
15044         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15045         fixes to permit overriding the default actions when configure and
15046         makefile are not available.
15047
15048 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15049
15050         Sync from coreutils.
15051         * modules/lstat (Depends-on): Don't depend on xalloc.
15052         (License): Change from GPL to LGPL, since this is now simply a
15053         replacement for a libc function.
15054
15055 2006-02-14  Jim Meyering  <jim@meyering.net>
15056
15057         Sync from coreutils.
15058
15059         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15060         failure on deficient systems, and simplify gnulib lgpl dependencies.
15061         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15062         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15063
15064         * lib/xalloc-die.c: Remove unused definition of N_.
15065
15066 2006-02-14  Jim Meyering  <jim@meyering.net>
15067
15068         Sync from coreutils.
15069         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15070         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15071         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15072         double-quote uses of that variable, to accommodate the rare case in
15073         which getmntent is available in none of the libraries checked.  This
15074         happens at least on FreeBSD 5.0.
15075
15076 2006-02-13  Simon Josefsson  <jas@extundo.com>
15077
15078         * gnulib-tool (Usage): Fix --import, from
15079         karl@freefriends.org (Karl Berry).
15080
15081 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15082
15083         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15084
15085 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15086
15087         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15088         "autoupdate" on 2005-12-12.
15089
15090 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15091
15092         * modules/closeout (Depends-on): Remove atexit.
15093
15094 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15095
15096         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15097         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15098
15099 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15100
15101         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15102         __EXTENSIONS__ if this causes compilation to fail.  Problem
15103         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15104         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15105
15106 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15107
15108         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15109         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15110         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15111         All uses changed.
15112
15113 2006-01-26  Simon Josefsson  <jas@extundo.com>
15114
15115         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15116         prototype is visible on mingw32.
15117
15118         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15119         for mingw32.
15120
15121         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15122         mingw32).
15123
15124 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15125
15126         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15127         attempt to open for write; this always fails, at least on POSIX
15128         hosts.  This reinstates the 2006-01-09 change, which was
15129         inadvertently removed.
15130
15131 2006-01-26  Bruno Haible  <bruno@clisp.org>
15132
15133         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15134         Reported by Paul Eggert.
15135
15136 2006-01-26  Bruno Haible  <bruno@clisp.org>
15137             Paul Eggert  <eggert@cs.ucla.edu>
15138
15139         * lib/stdbool_.h (_Bool)
15140         [(! (defined __cplusplus || defined __BEOS__)
15141           && !defined __GNUC__
15142           && !(defined __HP_cc || defined __xlc__
15143                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15144                || defined __sgi))]:
15145         #define to signed char in these cases too; this simplifies
15146         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15147         etc., separately) and makes it more conservative.
15148
15149 2006-01-25  Simon Josefsson  <jas@extundo.com>
15150
15151         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15152         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15153         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15154
15155 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15156
15157         * lib/argp-namefrob.h: Bugfix. Remove stray #
15158
15159 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15160
15161         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15162         so that we test the test.
15163         Check for yet another HP-UX cc bug involving *bool |= bool.
15164
15165 2006-01-25  Karl Berry  <karl@gnu.org>
15166
15167         * config/srclist.txt (vasnprintf.c): sync lost.
15168
15169 2006-01-25  Jim Meyering  <jim@meyering.net>
15170
15171         Sync from the stable (b5) branch of coreutils:
15172
15173         * lib/fts.c (fts_children): Don't let close() clobber errno from
15174         failed fchdir().
15175
15176         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15177         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15178         a dangling symlink.  That can also happen at least for ELOOP.
15179         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15180         FYI, this bug predates the inclusion of fts.c in coreutils.
15181
15182         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15183         in their own block, so pre-c99 compilers don't object.
15184
15185         Avoid the double-free (first in fts_read, second in fts_close) that
15186         would occur when an `active' directory is made inaccessible (e.g.,
15187         via chmod a-x) during a traversal.
15188         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15189         before returning.  Reproduce this failure by
15190         mkdir -p a/b; cd a; chmod a-x . b
15191         Reported by Stavros Passas.
15192
15193 2006-01-25  Jim Meyering  <jim@meyering.net>
15194
15195         * lib/fileblocks.c: Remove more useless parentheses.
15196         * lib/readutmp.h: Likewise.
15197
15198 2006-01-25  Bruno Haible  <bruno@clisp.org>
15199
15200         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15201         warnings.
15202         Reported by Paul Eggert.
15203
15204 2006-01-25  Bruno Haible  <bruno@clisp.org>
15205
15206         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15207         rid of a trap command. For Solaris sh.
15208         Reported by Mark D. Baushke <mdb@gnu.org>.
15209
15210 2006-01-24  Simon Josefsson  <jas@extundo.com>
15211
15212         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15213         Bruno.
15214
15215 2006-01-24  Karl Berry  <karl@gnu.org>
15216
15217         * config/srclist.txt (argp-namefrob.h): sync lost.
15218
15219 2006-01-24  Jim Meyering  <jim@meyering.net>
15220
15221         * modules/openat (Files): Add lib/intprops.h.
15222         From Mark D. Baushke.
15223
15224 2006-01-24  Jim Meyering  <jim@meyering.net>
15225
15226         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15227         Reported by Mark D. Baushke.
15228
15229 2006-01-24  Jim Meyering  <jim@meyering.net>
15230
15231         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15232
15233 2006-01-24  Bruno Haible  <bruno@clisp.org>
15234
15235         * modules/strnlen (Maintainer): Change from glibc to all.
15236
15237 2006-01-24  Bruno Haible  <bruno@clisp.org>
15238
15239         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15240         Patch by Paul Eggert.
15241
15242 2006-01-24  Bruno Haible  <bruno@clisp.org>
15243
15244         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15245         already has it.
15246         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15247         2005-11-26.
15248
15249         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15250         'signed char' to avoid problems with the built-in _Bool type.
15251         Reported by Paul Eggert on 2005-11-26.
15252
15253 2006-01-24  Bruno Haible  <bruno@clisp.org>
15254
15255         * gnulib-tool (func_import): Avoid constructing complicated sed
15256         expressions inside backquote.
15257         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15258
15259 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15260
15261         These changes imported from libc.
15262         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15263         test and two separate function calls.
15264         * lib/strndup.c (__strndup): Add libc_hidden_def.
15265
15266 2006-01-23  Simon Josefsson  <jas@extundo.com>
15267
15268         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15269         Remove the test_*_SOURCES variable: automake infers it by default.
15270         * modules/tls-tests: Likewise.
15271
15272 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15273
15274         Work around porting bugs reported by Dieter in
15275         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15276         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15277         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15278         Include "getopt.h" first, to check interface.
15279         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15280         !HAVE_DECL_GETENV.
15281         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15282         (__strndup): Revert to K&R-style function dfns, the glibc style.
15283         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15284         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15285         Include strnlen.h first, to get prototype properly.
15286         (strnlen): Renamed from __strnlen.
15287         Remove weak alias.
15288
15289 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15290
15291         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15292
15293 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15294
15295         * config/srclist.txt: Adjust to reflect glibc reorganization.
15296         This affects only comments.
15297
15298 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15299
15300          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15301          Reported by Bruce Korb <bkorb@gnu.org>.
15302
15303 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15304
15305         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15306         to pacify gcc -Wswitch-default.
15307
15308 2006-01-22  Bruno Haible  <bruno@clisp.org>
15309
15310         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15311         temporary buffer for sprintf, take into account the precision also
15312         for 'd', 'i', 'u', 'o', 'x', 'X'.
15313
15314 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15315
15316         * modules/argp-tests: New module
15317         * tests/test-argp.c: New file
15318         * tests/test-argp-2.sh: New file
15319
15320 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15321
15322         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15323         (__argp_base_name): Removed
15324         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15325         typo.
15326         (__argp_base_name): Provide macro definition or extern declaration
15327         depending on the configuration
15328
15329 2006-01-20  Simon Josefsson  <jas@extundo.com>
15330
15331         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15332
15333 2006-01-20  Simon Josefsson  <jas@extundo.com>
15334
15335         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15336
15337 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15338
15339         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15340         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15341         Suggested by Bruno Haible.
15342
15343 2006-01-20  Karl Berry  <karl@gnu.org>
15344
15345         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15346         until changes propagate, I guess.
15347
15348 2006-01-19  Simon Josefsson  <jas@extundo.com>
15349
15350         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15351
15352 2006-01-19  Simon Josefsson  <jas@extundo.com>
15353
15354         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15355
15356 2006-01-19  Simon Josefsson  <jas@extundo.com>
15357
15358         * gnulib-tool: Set check_PROGRAMS.
15359
15360         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15361         modules/des-tests, modules/gc-arcfour-tests,
15362         modules/gc-arctwo-tests, modules/gc-des-tests,
15363         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15364         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15365         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15366         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15367         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15368         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15369         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15370         test_*_SOURCES.
15371
15372 2006-01-18  Simon Josefsson  <jas@extundo.com>
15373
15374         * modules/socklen (Depends-on): Depend on sys_socket.
15375
15376 2006-01-18  Simon Josefsson  <jas@extundo.com>
15377
15378         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15379         modules/des-tests, modules/gc-arcfour-tests,
15380         modules/gc-arctwo-tests, modules/gc-des-tests,
15381         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15382         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15383         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15384         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15385         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15386         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15387         $(EXEEXT) to automake TESTS variable, for mingw32.
15388
15389 2006-01-17  Simon Josefsson  <jas@extundo.com>
15390
15391         * modules/socklen (Include): Need sys/socket.h.
15392
15393 2006-01-17  Bruno Haible  <bruno@clisp.org>
15394
15395         * modules/ssize_t (Include): Add <sys/types.h>.
15396
15397 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15398
15399         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15400         it's not portable and it doesn't work with cross-compiles.
15401         Problem reported by Bruno Haible.  Fix missing-$ typo in
15402         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15403         -zignore from being used with Sun's C compiler.
15404
15405 2006-01-12  Simon Josefsson  <jas@extundo.com>
15406
15407         * lib/base64.c: Fix warning, reported by Bruno Haible
15408         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15409
15410 2006-01-12  Bruno Haible  <bruno@clisp.org>
15411
15412         * modules/ldd: New file.
15413         * build-aux/ldd.sh.in: New file.
15414         * MODULES.html.sh (Support for building libraries and executables): Add
15415         ldd.
15416
15417 2006-01-12  Bruno Haible  <bruno@clisp.org>
15418
15419         * m4/ldd.m4: New file.
15420
15421 2006-01-12  Bruno Haible  <bruno@clisp.org>
15422
15423         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15424         endless loop while replacing $auxdir with build-aux.
15425
15426 2006-01-11  Simon Josefsson  <jas@extundo.com>
15427
15428         * lib/stdint_.h (SIZE_MAX): Add missing (.
15429
15430 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15431
15432         Sync from coreutils.
15433         * lib/md5.c: Fix commentary typos.
15434         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15435         * lib/md5.h (__attribute__): Remove; unused.
15436         * lib/sha1.c: Fix commentary to match md5 better.
15437         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15438         so that we don't need to worry about alignment.  All uses changed.
15439         This merges the 2005-10-28 md5 change into sha1.
15440
15441 2006-01-11  Jim Meyering  <jim@meyering.net>
15442
15443         Sync from coreutils.
15444         * lib/md5.c (OP): Fix spacing.
15445
15446 2006-01-11  Bruno Haible  <bruno@clisp.org>
15447
15448         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15449         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15450         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15451
15452 2006-01-11  Bruno Haible  <bruno@clisp.org>
15453
15454         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15455         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15456         the "early" section as well.
15457
15458 2006-01-11  Bruno Haible  <bruno@clisp.org>
15459
15460         Avoid "ar: no archive members specified" error on MacOS X.
15461         * gnulib-tool (func_modules_add_dummy): New function.
15462         (func_import, func_create_testdir): Invoke it.
15463
15464 2006-01-11  Bruno Haible  <bruno@clisp.org>
15465
15466         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15467         with $auxdir in AC_CONFIG_FILES statements.
15468
15469 2006-01-11  Bruno Haible  <bruno@clisp.org>
15470
15471         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15472         Initialize also noinst_HEADERS to empty.
15473
15474 2006-01-11  Bruno Haible  <bruno@clisp.org>
15475
15476         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15477         variables.
15478         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15479         autoreconf.
15480
15481 2006-01-11  Bruno Haible  <bruno@clisp.org>
15482
15483         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15484         overridable by the user.
15485         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15486
15487 2006-01-10  Simon Josefsson  <jas@extundo.com>
15488
15489         * modules/sys_socket: New file.
15490
15491 2006-01-10  Simon Josefsson  <jas@extundo.com>
15492
15493         * m4/sys_socket_h.m4: New file.
15494
15495 2006-01-10  Simon Josefsson  <jas@extundo.com>
15496
15497         * lib/socket_.h: New file.
15498
15499 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15500
15501         * modules/readutmp (Maintainer): Add myself.
15502
15503 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15504
15505         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15506         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15507         People who are still concerned with buggy memcmp implementations
15508         can invoke gl_FUNC_MEMCMP themselves.
15509
15510 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15511
15512         * lib/regex_internal.h (BITSET_WORD_BITS):
15513         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15514         preprocessor mishandles large unsigned values as if they were signed.
15515         Problem reported by Claudio Fontana in
15516         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15517
15518 2006-01-10  Jim Meyering  <jim@meyering.net>
15519
15520         Avoid the double-free (first in fts_read, second in fts_close) that
15521         would occur when an `active' directory is made inaccessible (e.g.,
15522         via chmod a-x) during a traversal.
15523         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15524         before returning.  Reproduce this failure by
15525         mkdir -p a/b; cd a; chmod a-x . b
15526         Reported by Stavros Passas.
15527
15528         Sync from coreutils.
15529         * lib/sha1.c: Tweak grammar in a comment.
15530
15531 2006-01-10  Jim Meyering  <jim@meyering.net>
15532
15533         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15534         Patch by Joerg Sonnenberger.
15535
15536 2006-01-10  Bruno Haible  <bruno@clisp.org>
15537
15538         * modules/readutmp: Depend on module free.
15539         * modules/strtok_r: Depend on module restrict.
15540
15541 2006-01-10  Bruno Haible  <bruno@clisp.org>
15542
15543         * modules/gettext (configure.ac): Add an invocation of
15544         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15545
15546 2006-01-10  Bruno Haible  <bruno@clisp.org>
15547
15548         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15549         Reported by Werner Lemberg <wl@gnu.org>.
15550
15551 2006-01-10  Bruno Haible  <bruno@clisp.org>
15552
15553         * lib/localcharset.c: Update from GNU gettext.
15554
15555 2006-01-10  Bruno Haible  <bruno@clisp.org>
15556
15557         * lib/argp.h (__const): Remove macro. Use const instead.
15558         * lib/argp-fmtstream.h (__const): Likewise.
15559         * lib/glob_.h (__const): Remove macro.
15560         * lib/glob-libc.h: Use const instead of __const.
15561
15562 2006-01-10  Bruno Haible  <bruno@clisp.org>
15563
15564         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15565         variable.
15566         Needed to avoid an automake error regarding the 'gettext' module.
15567
15568 2006-01-09  Simon Josefsson  <jas@extundo.com>
15569
15570         * modules/inet_ntop (Depends-on): Add restrict.
15571
15572 2006-01-09  Simon Josefsson  <jas@extundo.com>
15573
15574         * modules/gc-rijndael-tests (License): Put under LGPL.
15575
15576         * modules/gc-des-tests (License): Likewise.
15577
15578         * modules/gc-arcfour-tests (License): Likewise.
15579
15580         * modules/gc-arctwo-tests (License): Likewise.
15581
15582         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15583
15584         * modules/gc-hmac-sha1-tests (Files): Likewise.
15585
15586         * modules/gc-hmac-md5-tests (License): Likewise.
15587
15588         * modules/gc-sha1-tests (License): Likewise.
15589
15590         * modules/gc-md5-tests (License): Likewise.
15591
15592         * modules/gc-md4-tests (License): Likewise.
15593
15594         * modules/gc-md2-tests (License): Likewise.
15595
15596         * modules/gc-tests (License): Likewise.
15597
15598         * modules/des-tests (License): Likewise.
15599
15600         * modules/md4-tests (License): Likewise.
15601
15602         * modules/md2-tests (License): Likewise.
15603
15604 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15605
15606         Sync from coreutils:
15607
15608         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15609         * modules/lib-ignore: New file.
15610         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15611         chdir-safer.m4, lchmod.m4.
15612         * modules/openat: Add mkdirat.c, openat-priv.h.
15613
15614 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15615
15616         Sync from coreutils.
15617         * m4/lib-ignore.m4: New file.
15618         * m4/lchmod.m4: New file.
15619
15620 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15621
15622         Sync from coreutils.
15623         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15624         for write access: POSIX says that must fail.
15625         * lib/fts.c (diropen): Likewise.
15626         * lib/save-cwd.c (save_cwd): Likewise.
15627         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15628         well, for minor improvements on hosts that lack O_DIRECTORY.
15629         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15630         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15631         Fall back on chown if open failed with EACCES.
15632
15633         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15634         Report an error at compile-time if only a 1-second nominal clock
15635         resolution is found.
15636
15637         * lib/lchmod.h: New file.
15638         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15639         (make_dir_parents): Use lchown rather than chown, and
15640         lchmod rather than chmod.
15641
15642         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15643         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15644         "proc" reported by n0dalus.
15645
15646         * lib/mountlist.c: Include <limits.h>.
15647         (dev_from_mount_options)
15648         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15649         New function.  It no longer assumes "dev=" has the System V meaning
15650         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15651         (read_file_system_list)
15652         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15653         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15654         dev= in that case.
15655
15656         * lib/posixtm.h (PDS_PRE_2000): New macro.
15657         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15658         allow_century.  All usages changed.  Reject dates outside the range
15659         1969-1999 if PDS_PRE_2000 is used.
15660
15661 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15662
15663         Sync from coreutils.
15664         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15665         (Time of day items): Mention the possibility of leap seconds.
15666         Problem reported by Dr. David Alan Gilbert.
15667
15668 2006-01-09  Jim Meyering  <jim@meyering.net>
15669
15670         Sync from coreutils.
15671
15672         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15673
15674         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15675
15676         * lib/modechange.c (mode_compile): Reject an invalid mode string
15677         that starts with an octal digit.  From Andreas Gruenbacher.
15678
15679         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15680         and dup to open_safer and dup_safer, respectively.
15681         (openat_permissive): Fix typo in comment.
15682
15683         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15684         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15685         (_): Remove; no longer needed.
15686         (openat): Renamed from rpl_openat; no need for rpl_openat
15687         since openat.h renames openat for us.
15688         Replace most of the body with a call to openat_permissive,
15689         to avoid duplicate code.
15690         Port to (probably hypothetical) environments were mode_t is
15691         wider than int.
15692         (openat_permissive): Require mode arg, so that we can check
15693         types better.  Put it just after flags.  Change cwd failure
15694         indicator from pointer-to-bool to pointer-to-errno-value.
15695         All callers changed.
15696         Invoke openat_save_fail and/or openat_restore_fail if
15697         cwd_errno is null, so that openat can call us.
15698         (openat_permissive, fdopendir, fstatat, unlinkat):
15699         Simplify errno handling to avoid some duplicate code,
15700         as it's OK to set errno on success.
15701         * lib/openat.h: Revamp code so that function macros depend on
15702         __OPENAT_PREFIX only, not also on AT_FDCWD.
15703         (openat_ro): Remove.  Caller changed to use openat_permissive.
15704         (openat_permissive): Now a macro, if not a function.
15705         (openat_restore_fail, openat_save_fail): Now always functions,
15706         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15707
15708         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15709         and openat.c.
15710         * lib/mkdirat.c: Include openat-priv.h.
15711         Remove definitions of macros defined therein.
15712         * lib/openat.c: Likewise.
15713
15714         * lib/mkdirat.c (mkdirat): New file and function.
15715         * lib/openat.h (mkdirat): Declare.
15716
15717         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15718
15719         * lib/openat.h (openat_permissive): Declare.
15720         (openat_ro): Define.
15721
15722         * lib/openat.c (EXPECTED_ERRNO): New macro.
15723         (openat_permissive): New function -- used in remove.c rewrite.
15724         (all functions): Set errno just before returning, only if there
15725         was an actual failure.
15726         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15727
15728         Emulate openat-family functions using Linux's procfs, if possible.
15729         Idea and some code based on Ulrich Drepper's glibc changes.
15730
15731         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15732         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15733         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15734         before falling back on save_cwd and restore_cwd.
15735         (fdopendir, fstatat, unlinkat): Likewise.
15736
15737         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15738         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15739
15740         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15741         as second argument to va_arg.  Otherwise, some versions of gcc
15742         warn that `if this code is reached, the program will abort'.
15743
15744 2006-01-09  Jim Meyering  <jim@meyering.net>
15745
15746         Sync from coreutils.
15747         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15748         Require openat-priv.h.
15749
15750 2006-01-09  Bruno Haible  <bruno@clisp.org>
15751
15752         * modules/strnlen (Include): Use strnlen.h.
15753
15754 2006-01-09  Bruno Haible  <bruno@clisp.org>
15755
15756         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15757
15758 2006-01-09  Bruno Haible  <bruno@clisp.org>
15759
15760         * lib/sysexit_.h (EX_OK): New macro.
15761         Suggested by Martin Lambers <marlam@marlam.de>.
15762
15763 2006-01-09  Bruno Haible  <bruno@clisp.org>
15764
15765         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15766         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15767
15768 2006-01-09  Bruno Haible  <bruno@clisp.org>
15769
15770         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15771         numbers.
15772
15773 2006-01-09  Bruno Haible  <bruno@clisp.org>
15774
15775         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15776         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15777         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15778         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15779
15780 2006-01-09  Bruno Haible  <bruno@clisp.org>
15781
15782         * build-aux/javacomp.sh.in: New file, moved from lib/.
15783         * modules/javacomp-script (Files): Update.
15784         (configure.ac): Add AC_CONFIG_FILES invocation.
15785         (EXTRA_DIST): Remove variable.
15786
15787         * build-aux/javaexec.sh.in: New file, moved from lib/.
15788         * modules/javaexec (Files): Update.
15789         (configure.ac): Add AC_CONFIG_FILES invocation.
15790         (EXTRA_DIST): Remove javaexec.sh.in.
15791
15792         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15793         * modules/csharpcomp-script (Files): Update.
15794         (configure.ac): Add AC_CONFIG_FILES invocation.
15795         (EXTRA_DIST): Remove variable.
15796
15797         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15798         * modules/csharpexec (Files): Update.
15799         (configure.ac): Add AC_CONFIG_FILES invocation.
15800         (EXTRA_DIST): Remove csharpexec.sh.in.
15801
15802 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15803
15804         Sync from coreutils.
15805
15806         Add POSIX ACL support
15807         * lib/acl.h (copy_acl, set_acl): Add declarations.
15808         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15809         systems other than Linux.
15810         (chmod_or_fchmod): New function: use fchmod when possible,
15811         and chmod otherwise.
15812         (file_has_acl): Add a POSIX ACL implementation, with a
15813         Linux-specific subcase.
15814         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15815         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15816         acls are unsupported.
15817         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15818         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15819         are unsupported.
15820
15821 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15822
15823         Sync from coreutils.
15824         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15825
15826 2006-01-07  Bruno Haible  <bruno@clisp.org>
15827
15828         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15829         gl_EARLY.
15830
15831 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15832
15833         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15834         Problem reported for Mingw by Mark Junker.
15835
15836 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15837
15838         * README: Gnulib normally doesn't generate a tarball.
15839
15840 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15841
15842         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15843         long int, not int, for nanosecond counts, so that people who are
15844         used to POSIX struct timespec won't be surprised.  Reported by Jim
15845         Meyering.
15846
15847 2005-12-28  Bruno Haible  <bruno@clisp.org>
15848
15849         * build-aux/config.rpath: Update from GNU gettext.
15850
15851 2005-12-16  Jim Meyering  <jim@meyering.net>
15852
15853         * modules/fprintftime: New module.
15854         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15855
15856 2005-12-16  Jim Meyering  <jim@meyering.net>
15857
15858         * m4/fprintftime.m4: New file.
15859
15860 2005-12-16  Jim Meyering  <jim@meyering.net>
15861
15862         * lib/fprintftime.c, lib/fprintftime.h: New files.
15863
15864 2005-12-15  Simon Josefsson  <jas@extundo.com>
15865
15866         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15867         new m4/socklen.m4.
15868
15869 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15870
15871         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15872         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15873
15874 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15875
15876         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15877         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15878         struct uparams is valid. Fall back to the default values if it is
15879         not.
15880
15881 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15882
15883         * modules/argp (Files): Add argp-pin.c
15884         (Depends-on): dirname
15885         (lib_SOURCES): Add argp-pin.c
15886
15887 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15888
15889         * m4/argp.m4:  Check if program_invocation_name and
15890         program_invocation_short_name are declared and define appropriate
15891         macros if they are not.
15892
15893 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15894
15895         * lib/argp-help.c (__argp_base_name): New function
15896         (__argp_short_program_name): Rewrite using __argp_base_name
15897         * lib/argp-namefrob.h: Define program_invocation_name and
15898         program_invocation_short_name if requested
15899         (__argp_base_name): Add prototype
15900         * lib/argp-parse.c (argp_def): Use gettext wrappers
15901         (argp_default_parser): Use __argp_base_name
15902         * lib/argp-pin.c: New file. Defines program_invocation_name and
15903         program_invocation_short_name on systems that lack them.
15904
15905 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15906
15907         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15908         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15909         porting problem reported by Georg Schwarz in
15910         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15911
15912 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15913
15914         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15915         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15916         porting problem reported by Georg Schwarz in
15917         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15918
15919 2005-12-05  Bruno Haible  <bruno@clisp.org>
15920
15921         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15922         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15923         Reported by Mark Junker <mjscod@gmx.de>.
15924
15925 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15926
15927         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15928         Use implementation from Albert Chin, with some
15929         comments/corrections by Stepan Kasal and myself.
15930
15931 2005-12-02  Bruno Haible  <bruno@clisp.org>
15932
15933         * gnulib-tool (func_import): Accept GPLed build tool modules when
15934         --lgpl is given.
15935         * modules/csharpcomp-script: New file.
15936         * modules/csharpcomp: Depend on it.
15937         * modules/javacomp-script: New file.
15938         * modules/javacomp: Depend on it.
15939         Suggested by Simon Josefsson.
15940
15941 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15942
15943         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15944         statement, to work around an HP-UX 10.20 compiler bug reported by
15945         Peter O'Gorman.
15946
15947 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15948
15949         * modules/savedir (Depends-on): Add openat.
15950
15951 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15952
15953         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15954         (uintmax_t) [defined uintmax_t]: Do not declare.
15955         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15956         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15957         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15958         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15959         sake of portability to weird hosts that C allows (though we don't
15960         know of any practical examples).
15961
15962         * lib/savedir.h (fdsavedir): New decl.
15963         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15964         contains most of the former guts of savedir.
15965         (savedir): Use savedirstream.
15966         Include "openat.h".
15967
15968 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15969
15970         * modules/obstack (Files): Add m4/ulonglong.m4.
15971         Problem reported by Davide Angelocola.
15972
15973 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15974
15975         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15976         coreutils no longer futzes with rounding modes.
15977
15978 2005-11-14  Jim Meyering  <jim@meyering.net>
15979
15980         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15981         replacement of mkstemp.
15982
15983 2005-11-10  Simon Josefsson  <jas@extundo.com>
15984
15985         * lib/readline.c: Remove EOL.
15986
15987 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15988
15989         * modules/gethrxtime (Depends-on): Add gettime.
15990
15991 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15992
15993         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15994         or gettimeofday; no longer needed.
15995
15996 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15997
15998         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15999         time business.
16000         (gethrxtime) [! (HAVE_NANOUPTIME
16001         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16002         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16003         our own approximation.
16004
16005 2005-11-08  Eric Blake  <ebb9@byu.net>
16006
16007         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16008
16009 2005-11-08  Eric Blake  <ebb9@byu.net>
16010
16011         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16012
16013 2005-11-04  Bruno Haible  <bruno@clisp.org>
16014
16015         * gnulib-tool: Implement --update mode.
16016
16017 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16018
16019         Fix porting problem reported by Theodoros V. Kalamatianos.
16020         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16021         Don't assume that futimes failing means we must fail.
16022
16023 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16024
16025         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16026         variables to suggest the intended function of the PATH_MAX check.
16027
16028 2005-10-30  Kean Johnston  <jkj@sco.com>
16029
16030         Trivial changes to support SCO systems.
16031         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16032         as PATH_MAX.
16033         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16034         where __ptr is null when no I/O is pending.
16035
16036 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16037
16038         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16039         leave errno alone.  Problem reported by Dmitry V. Levin.
16040
16041 2005-10-28  Simon Josefsson  <jas@extundo.com>
16042
16043         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16044         Test more.
16045
16046         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16047
16048         * modules/md2, modules/md2-tests: New files.
16049
16050 2005-10-28  Simon Josefsson  <jas@extundo.com>
16051
16052         * m4/inet_ntop.m4: More tests.
16053
16054         * m4/gc-md2.m4, md2.m4: New file.
16055
16056 2005-10-28  Simon Josefsson  <jas@extundo.com>
16057
16058         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16059         "restrict" keywords, as per POSIX.  Protect the function
16060         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16061         Don't use K&R prototypes.  Check the sprintf return values.
16062         Re-define EAFNOSUPPORT if not present.  Indent.
16063
16064         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16065         suggested by Bruno Haible <bruno@clisp.org>.
16066
16067         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16068
16069         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16070
16071         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16072         libgcrypt).
16073
16074         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16075
16076         * lib/md2.h, lib/md2.c: New files.
16077
16078 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16079
16080         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16081         errno alone.  Problem reported by Frederic Jolliton.
16082
16083 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16084
16085         * modules/verify (License): Change from GPL to LGPL.  This is a
16086         tiny module and there are apparently near-equivalents that are
16087         under the BSD license.
16088
16089 2005-10-24  Simon Josefsson  <jas@extundo.com>
16090
16091         * modules/sha1: Relicense to LGPL.
16092
16093 2005-10-24  Simon Josefsson  <jas@extundo.com>
16094
16095         * lib/md4.h: Shrink buffer size, now that we changed the type.
16096
16097 2005-10-23  Simon Josefsson  <jas@extundo.com>
16098
16099         * gnulib-tool (func_import): Fix --tests-base.
16100
16101 2005-10-22  Simon Josefsson  <jas@extundo.com>
16102
16103         * modules/arcfour (Depends-on): Need stdint.
16104
16105 2005-10-22  Simon Josefsson  <jas@extundo.com>
16106
16107         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16108         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16109
16110 2005-10-22  Simon Josefsson  <jas@extundo.com>
16111
16112         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16113         suggested by Bruno Haible <bruno@clisp.org>.
16114
16115 2005-10-22  Simon Josefsson  <jas@extundo.com>
16116
16117         * lib/crc.h: Include stddef.h, for size_t.
16118
16119 2005-10-22  Simon Josefsson  <jas@extundo.com>
16120
16121         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16122         arcfour_context struct (simplify test vector testing in GNU
16123         Shishi).
16124
16125 2005-10-21  Simon Josefsson  <jas@extundo.com>
16126
16127         * modules/des, modules/des-tests: New files.
16128
16129         * modules/gc-des, modules/gc-des-tests: New files.
16130
16131         * tests/test-des.c, tests/test-gc-des.c: New file.
16132
16133 2005-10-21  Simon Josefsson  <jas@extundo.com>
16134
16135         * modules/arctwo, modules/arctwo-tests: New files.
16136
16137         * tests/test-arctwo.c: New file.
16138
16139         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16140
16141         * tests/test-gc-arctwo.c: New file.
16142
16143 2005-10-21  Simon Josefsson  <jas@extundo.com>
16144
16145         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16146         Bruno Haible <bruno@clisp.org>.
16147
16148         * m4/gc-des.m4: New file.
16149
16150 2005-10-21  Simon Josefsson  <jas@extundo.com>
16151
16152         * m4/arctwo.m4: New file.
16153
16154         * m4/gc-arctwo.m4: New file.
16155
16156 2005-10-21  Simon Josefsson  <jas@extundo.com>
16157
16158         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16159         block.
16160
16161 2005-10-21  Simon Josefsson  <jas@extundo.com>
16162
16163         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16164         <bruno@clisp.org>.
16165
16166         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16167
16168         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16169         Bruno Haible <bruno@clisp.org>.
16170
16171         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16172         <bruno@clisp.org>.
16173
16174 2005-10-21  Simon Josefsson  <jas@extundo.com>
16175
16176         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16177
16178 2005-10-21  Simon Josefsson  <jas@extundo.com>
16179
16180         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16181
16182 2005-10-21  Simon Josefsson  <jas@extundo.com>
16183
16184         * lib/des.h, lib/des.c: New files.
16185
16186         * lib/gc-gnulib.c: Support DES.c
16187
16188 2005-10-21  Simon Josefsson  <jas@extundo.com>
16189
16190         * lib/arctwo.h, lib/arctwo.c: New files.
16191
16192         * lib/gc-gnulib.c: Support ARCTWO.
16193
16194 2005-10-21  Simon Josefsson  <jas@extundo.com>
16195
16196         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16197         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16198
16199 2005-10-21  Simon Josefsson  <jas@extundo.com>
16200
16201         * gnulib-tool (func_import, func_create_testdir): Define automake
16202         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16203         Makefile.am snippet),
16204         suggested by Bruno Haible <bruno@clisp.org>.
16205
16206         * modules/gc (Makefile.am): Use it.
16207
16208 2005-10-21  Bruno Haible  <bruno@clisp.org>
16209
16210         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16211         patch.
16212
16213 2005-10-19  Simon Josefsson  <jas@extundo.com>
16214
16215         * tests/test-gc-rijndael.c: New file.
16216
16217         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16218
16219 2005-10-19  Simon Josefsson  <jas@extundo.com>
16220
16221         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16222         interface too.
16223
16224 2005-10-19  Simon Josefsson  <jas@extundo.com>
16225
16226         * tests/test-gc-arcfour.c: New file.
16227
16228         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16229
16230 2005-10-19  Simon Josefsson  <jas@extundo.com>
16231
16232         * modules/gc-md4, modules/gc-md4-tests: New file.
16233
16234         * tests/test-gc-md4.c: New file.
16235
16236 2005-10-19  Simon Josefsson  <jas@extundo.com>
16237
16238         * m4/gc-md4.m4: New file.
16239
16240 2005-10-19  Simon Josefsson  <jas@extundo.com>
16241
16242         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16243         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16244         <kasal@ucw.cz>.
16245
16246 2005-10-19  Simon Josefsson  <jas@extundo.com>
16247
16248         * m4/gc-arcfour.m4: New file.
16249
16250         * m4/gc-rijndael.m4: New file.
16251
16252 2005-10-19  Simon Josefsson  <jas@extundo.com>
16253
16254         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16255
16256 2005-10-19  Simon Josefsson  <jas@extundo.com>
16257
16258         * lib/gc-gnulib.c: Support ARCFOUR.
16259
16260 2005-10-19  Simon Josefsson  <jas@extundo.com>
16261
16262         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16263         support.
16264
16265         * lib/gc.h: Add ECB enum type.
16266
16267         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16268
16269 2005-10-18  Simon Josefsson  <jas@extundo.com>
16270
16271         * tests/test-md5.c: New file.
16272
16273         * modules/md5-tests: New file.
16274
16275 2005-10-18  Simon Josefsson  <jas@extundo.com>
16276
16277         * tests/test-md4.c: New file.
16278
16279         * modules/md4, modules/md4-tests: New files.
16280
16281 2005-10-18  Simon Josefsson  <jas@extundo.com>
16282
16283         * m4/md4.m4: New file.
16284
16285 2005-10-18  Simon Josefsson  <jas@extundo.com>
16286
16287         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16288
16289 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16290
16291         * gnulib-tool (func_create_testdir): Omit the second check whether
16292         BUILT_SOURCES in nonempty.
16293
16294 2005-10-17  Simon Josefsson  <jas@extundo.com>
16295
16296         * tests/test-rijndael.c: New file.
16297
16298 2005-10-17  Simon Josefsson  <jas@extundo.com>
16299
16300         * modules/sha1: Depend on stdint instead of md5.
16301
16302         * modules/md5: Depend on stdint, remove uint32_t.
16303
16304 2005-10-17  Simon Josefsson  <jas@extundo.com>
16305
16306         * modules/gc-sha1-tests: New file.
16307
16308         * tests/test-gc-sha1.c: New file.
16309
16310 2005-10-17  Simon Josefsson  <jas@extundo.com>
16311
16312         * m4/md5.m4: Remove call to uint32_t.m4.
16313
16314 2005-10-17  Simon Josefsson  <jas@extundo.com>
16315
16316         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16317
16318         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16319         md5.h.
16320
16321         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16322
16323         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16324
16325 2005-10-17  Simon Josefsson  <jas@extundo.com>
16326
16327         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16328
16329 2005-10-17  Simon Josefsson  <jas@extundo.com>
16330
16331         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16332
16333 2005-10-17  Simon Josefsson  <jas@extundo.com>
16334
16335         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16336
16337         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16338
16339 2005-10-17  Bruno Haible  <bruno@clisp.org>
16340
16341         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16342         that it can also be used in a test.
16343
16344 2005-10-16  Bruno Haible  <bruno@clisp.org>
16345
16346         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16347         TESTS_ENVIRONMENT, so that individual tests can augment it.
16348
16349         * gnulib-tool (func_create_testdir): Use an intermediate target for
16350         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16351         macros, like $(ALLOCA_H), which cannot be passed through the command
16352         line.
16353
16354 2005-10-15  Simon Josefsson  <jas@extundo.com>
16355
16356         * modules/rijndael-tests: New file.
16357
16358         * modules/rijndael: New file.
16359
16360 2005-10-15  Simon Josefsson  <jas@extundo.com>
16361
16362         * m4/rijndael.m4: New file.
16363
16364 2005-10-15  Simon Josefsson  <jas@extundo.com>
16365
16366         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16367
16368         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16369
16370 2005-10-14  Simon Josefsson  <jas@extundo.com>
16371
16372         * tests/test-arcfour.c: New file.
16373
16374         * modules/arcfour, modules/arcfour-tests: New files.
16375
16376 2005-10-14  Simon Josefsson  <jas@extundo.com>
16377
16378         * m4/arcfour.m4: New file.
16379
16380 2005-10-14  Simon Josefsson  <jas@extundo.com>
16381
16382         * lib/arcfour.h, lib/arcfour.c: New files.
16383
16384 2005-10-14  Roland McGrath  <roland@redhat.com>
16385
16386         Import from libc.  [BZ #1331]
16387         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16388         macro argument.
16389         Reported by Matej Vela <vela@debian.org>.
16390
16391 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16392
16393         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16394         include <wchar.h>; no longer needed.
16395
16396 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16397
16398         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16399
16400 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16401         and  Ulrich Drepper  <drepper@redhat.com>
16402
16403         Import from libc.
16404         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16405         instead of inline stream orientation test and two separate
16406         function calls.  Pay no attention to USE_IN_LIBIO.
16407
16408 2005-10-13  Simon Josefsson  <jas@extundo.com>
16409
16410         * modules/gc-hmac-md5-tests: New file.
16411
16412         * tests/test-gc-hmac-sha1.c: New file.
16413
16414         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16415
16416         * modules/gc-hmac-md5-tests: New file.
16417
16418         * tests/test-gc-md5.c: New file.
16419
16420         * modules/gc-md5-tests: New file.
16421
16422 2005-10-13  Simon Josefsson  <jas@extundo.com>
16423
16424         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16425         Move memory allocation outside of loop.
16426
16427 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16428
16429         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16430         intermediate directory is in a read-only file system.  Problem
16431         reported by Eric Blake.
16432
16433 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16434
16435         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16436
16437 2005-10-12  Simon Josefsson  <jas@extundo.com>
16438
16439         * tests/test-hmac-sha1.c: New file.
16440
16441         * modules/hmac-sha1-tests: New file.
16442
16443         * modules/hmac-sha1: New file.
16444
16445 2005-10-12  Simon Josefsson  <jas@extundo.com>
16446
16447         * modules/gc-sha1: New file.
16448
16449 2005-10-12  Simon Josefsson  <jas@extundo.com>
16450
16451         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16452
16453         * tests/test-gc-pbkdf2-sha1.c: New file.
16454
16455 2005-10-12  Simon Josefsson  <jas@extundo.com>
16456
16457         * modules/gc-md5, modules/gc-hmac-md5: New files.
16458
16459         * modules/gc (Files): Remove md5, memxor and hmac files.
16460
16461 2005-10-12  Simon Josefsson  <jas@extundo.com>
16462
16463         * m4/gc-pbkdf2-sha1.m4: New file.
16464
16465         * m4/gc-hmac-sha1.m4: New file.
16466
16467         * m4/gc-sha1: New file.
16468
16469         * m4/hmac-sha1.m4: New file.
16470
16471 2005-10-12  Simon Josefsson  <jas@extundo.com>
16472
16473         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16474
16475         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16476
16477 2005-10-12  Simon Josefsson  <jas@extundo.com>
16478
16479         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16480         suggested by Bruno Haible <bruno@clisp.org>.
16481
16482 2005-10-12  Simon Josefsson  <jas@extundo.com>
16483
16484         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16485
16486 2005-10-12  Simon Josefsson  <jas@extundo.com>
16487
16488         * lib/gc-pbkdf2-sha1.c: New file.
16489
16490         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16491
16492 2005-10-12  Simon Josefsson  <jas@extundo.com>
16493
16494         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16495
16496         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16497
16498 2005-10-12  Simon Josefsson  <jas@extundo.com>
16499
16500         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16501         GC_USE_HMAC_MD5, respectively.
16502
16503         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16504         (gc_md5): Fix typo.
16505
16506         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16507
16508         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16509
16510         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16511
16512 2005-10-12  Bruno Haible  <bruno@clisp.org>
16513
16514         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16515         Reported by Stepan Kasal <kasal@ucw.cz>.
16516
16517 2005-10-11  Simon Josefsson  <jas@extundo.com>
16518
16519         * tests/test-crc.c: New file.
16520
16521         * modules/crc, modules/crc-tests: New files.
16522
16523 2005-10-11  Simon Josefsson  <jas@extundo.com>
16524
16525         * m4/crc.m4: New file.
16526
16527 2005-10-11  Simon Josefsson  <jas@extundo.com>
16528
16529         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16530
16531         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16532
16533         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16534
16535 2005-10-11  Simon Josefsson  <jas@extundo.com>
16536
16537         * lib/crc.h, lib/crc.c: New files.
16538
16539         * lib/gc.h (gc_hash_buffer): Add doc.
16540
16541 2005-10-11  Bruno Haible  <bruno@clisp.org>
16542
16543         * modules/c-strcasestr: New file.
16544         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16545
16546 2005-10-11  Bruno Haible  <bruno@clisp.org>
16547
16548         * modules/c-strcase: New file.
16549         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16550
16551 2005-10-11  Bruno Haible  <bruno@clisp.org>
16552
16553         * lib/strcasecmp.c: Include limits.h.
16554         (strcasecmp): Avoid integer overflow on exotic platforms.
16555         * lib/strncasecmp.c: Include limits.h.
16556         (strncasecmp): Avoid integer overflow on exotic platforms.
16557         Reported by Paul Eggert.
16558
16559 2005-10-11  Bruno Haible  <bruno@clisp.org>
16560
16561         * lib/c-strcasestr.h: New file, from GNU gettext.
16562         * lib/c-strcasestr.c: New file, from GNU gettext.
16563
16564 2005-10-11  Bruno Haible  <bruno@clisp.org>
16565
16566         * lib/c-strcase.h: New file, from GNU gettext.
16567         * lib/c-strcasecmp.c: New file, from GNU gettext.
16568         * lib/c-strncasecmp.c: New file, from GNU gettext.
16569
16570 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16571
16572         * modules/mempcpy (License): GPL -> LGPL.
16573         * modules/strchrnul (License): Likewise.
16574         * modules/sysexits (License): Likewise.
16575
16576 2005-10-08  Simon Josefsson  <jas@extundo.com>
16577
16578         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16579
16580 2005-10-07  Simon Josefsson  <jas@extundo.com>
16581
16582         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16583
16584 2005-10-06  Simon Josefsson  <jas@extundo.com>
16585
16586         * tests/test-hmac-md5.c: New file.
16587
16588         * modules/hmac-md5-tests: New file.
16589
16590         * modules/hmac-md5: New file.
16591
16592 2005-10-06  Simon Josefsson  <jas@extundo.com>
16593
16594         * m4/hmac-md5.m4: New file.
16595
16596         * m4/memxor.m4: Require gl_C_RESTRICT.
16597
16598 2005-10-06  Simon Josefsson  <jas@extundo.com>
16599
16600         * lib/memxor.c (memxor): Avoid casts and warnings.
16601
16602 2005-10-06  Simon Josefsson  <jas@extundo.com>
16603
16604         * lib/hmac-md5.c: New file.
16605
16606         * lib/hmac.h: New file.
16607
16608 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16609
16610         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16611         promotes to int, not unsigned int, to catch the AIX 5.3
16612         compiler bug.
16613
16614 2005-10-05  Simon Josefsson  <jas@extundo.com>
16615
16616         * modules/memxor: New file.
16617
16618         * modules/iconv (Files): Move config.rpath to havelib, it is used
16619         there.
16620
16621         * modules/havelib (Files): Add config.rpath.
16622
16623 2005-10-05  Simon Josefsson  <jas@extundo.com>
16624
16625         * m4/memxor.m4: New file.
16626
16627 2005-10-05  Simon Josefsson  <jas@extundo.com>
16628
16629         * lib/memxor.c (memxor): Fix compiler error.
16630
16631         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16632         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16633
16634         * lib/memxor.h, lib/memxor.c: New files.
16635
16636         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16637         we assume all systems have it, suggested by Jim Meyering
16638         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16639         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16640         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16641         same reasons.
16642
16643 2005-10-05  Simon Josefsson  <jas@extundo.com>
16644
16645         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16646
16647 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16648
16649         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16650         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16651         needed, since the source code now assumes these .h files.
16652
16653 2005-10-05  Derek Price  <derek@ximbiot.com>
16654
16655         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16656
16657 2005-10-05  Bruno Haible  <bruno@clisp.org>
16658
16659         * modules/stdint (License): Change to LGPL.
16660
16661 2005-10-04  Simon Josefsson  <jas@extundo.com>
16662
16663         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16664         D. Baushke" <mdb@gnu.org>.
16665
16666 2005-10-04  Bruno Haible  <bruno@clisp.org>
16667
16668         * lib/verify.h (verify_true): Provide alternative definition for C++.
16669
16670 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16671
16672         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16673         (SSIZE_MAX): New macro, if not already defined.
16674         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16675         than 2 GiB.
16676
16677 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16678
16679         Sync from coreutils.
16680         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16681         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16682         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16683         ULLONG_MAX doesn't work with 2.7.2.1.
16684
16685 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16686
16687         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16688         From Ben Pfaff.
16689
16690         * modules/exclude (Depends-on): Depend on verify.
16691         * modules/strtoimax (Depends-on): Likewise.
16692         * modules/utimecmp (Depends-on): Likewise.
16693
16694 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16695
16696         * lib/exclude.c: Include verify.h.
16697         (verify): Remove.  All callers changed to use verify.h's version.
16698         * lib/strtoimax.c: Likewise.
16699         * lib/utimecmp.c: Likewis.e
16700
16701         Sync from coreutils.
16702         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16703         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16704         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16705         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16706         bother returning ENOSYS if settimeofday or stime fails; just let
16707         them return whatever errno they want to return.
16708         * lib/utimens.c: Include unistd.h, for dup2.
16709         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16710         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16711
16712 2005-10-02  Jim Meyering  <jim@meyering.net>
16713
16714         Sync from coreutils.
16715         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16716         from glibc-2.2.5 that fails for read-only files.
16717
16718 2005-10-02  Jim Meyering  <jim@meyering.net>
16719
16720         Sync from coreutils.
16721         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16722         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16723         `#if HAVE_CONFIG_H'.
16724         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16725         Remove AT_FDCWD test.
16726         Do not consume the fd unless successful.
16727         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16728         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16729         block, so that we don't even try to compile it if settimeofday is
16730         available.  This works around a compilation failure on OSF1 V5.1,
16731         due to stime requiring a `long int*' while tv_sec is `int'.
16732
16733 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16734
16735         Sync from coreutils.
16736         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16737         against `yes', rather than just testing for nonempty.
16738
16739 2005-10-01  Simon Josefsson  <jas@extundo.com>
16740
16741         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16742         and Darwin.
16743
16744         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16745         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16746         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16747         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16748         Check if struct addrinfo is declared.
16749
16750 2005-10-01  Simon Josefsson  <jas@extundo.com>
16751
16752         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16753         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16754         AI_* and EAI_* definitions.  Protect function declarations.
16755
16756 2005-10-01  Jim Meyering  <jim@meyering.net>
16757
16758         Sync from coreutils.
16759
16760         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16761         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16762         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16763         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16764         in the inet and nsl libraries.  Required on Solaris 5.7.
16765
16766 2005-10-01  Jim Meyering  <jim@meyering.net>
16767
16768         Sync from coreutils.
16769         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16770         in the inet and nsl libraries.  Required on Solaris 5.7.
16771
16772 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16773
16774         * lib/getdelim.c (getdelim): Remove unused variables.
16775
16776 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16777
16778         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16779         so that the code works even with ancient cpp.  Portability problem
16780         with GCC 2.7.2.1 reported by Thomas M.Ott.
16781
16782 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16783
16784         * modules/regex (Depends-on): Add strcase.
16785
16786         * modules/gethostname (Licence): Change from GPL to LGPL, since
16787         gethostname.c is a trivial implementation of a standard library
16788         function.
16789         * modules/poll (License): Change from GPL to LGPL, since it's
16790         derived from LGPL code.
16791
16792 2005-09-27  Jim Meyering  <jim@meyering.net>
16793
16794         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16795         HAVE_CONFIG_H.
16796
16797         * lib/intprops.h (signed_type_or_expr__): Define.
16798         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16799         for unsigned types.
16800
16801 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16802
16803         * lib/verify.h (verify_expr): Remove, replacing with:
16804         (verify_true): New macro that returns true instead of void.
16805         (verify_type__): Remove.
16806         (verify): Use verify_true rather than verify_type__.
16807
16808 2005-09-26  Bruno Haible  <bruno@clisp.org>
16809
16810         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16811         is necessary.
16812         (lib_SOURCES): Remove mbchar.c.
16813         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16814         (Files): Add m4/mbrtowc.m4.
16815         * modules/mbiter: Likewise.
16816         * modules/mbuiter: Likewise.
16817
16818 2005-09-26  Bruno Haible  <bruno@clisp.org>
16819
16820         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16821         compile mbchar.c if they are not both present.
16822         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16823         * m4/mbiter.m4 (gl_MBITER): Likewise.
16824         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16825         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16826         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16827
16828 2005-09-25  Jim Meyering  <jim@meyering.net>
16829
16830         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16831         also uses socklen_t.
16832
16833 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16834
16835         * lib/utimens.c (ENOSYS): Define if not already defined.
16836         (futimens): Support having a null PATH if the file descriptor
16837         is nonnegative.
16838
16839         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16840         Remove.
16841         (__attribute): Define to empty unless GCC 3.1 or later.
16842         This works around a core dump on OpenBSD 3.4, which has GCC
16843         2.95.3, which dumps core when given __attribute__(()).  It also
16844         simplifies other tests, since we really don't want to bother with
16845         worrying about which ancient version of GCC supported what.
16846         Original problem reported by Yoann Vandoorselaere, with part of
16847         the fix suggested by Derek Price.
16848
16849 2005-09-24  Jim Meyering  <jim@meyering.net>
16850
16851         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16852         so we can once again use a positive bitfield width of 1 -- now we
16853         don't have to explain why we were using a bitfield width of 2.
16854
16855 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16856
16857         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16858         and similarly for the other external symbols.  Problem reported
16859         by James Gallager.
16860
16861         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16862         bug reported by Jim Meyering.
16863
16864         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16865         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16866         not needed, since socklen is a prerequisite module.
16867
16868 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16869
16870         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16871         Problem reported by Eric Blake.
16872         (getaddrinfo): Initialize se so that it's not garbage.
16873         Redo internal storage allocation so that it doesn't make unportable
16874         assumptions about alignment.
16875         Fix a memory leak.
16876
16877         * lib/utimens.c (futimens): Use futimesat if available.
16878         Prefer it to futimes since it doesn't have the futimes bug.
16879
16880         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16881         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16882         Instead, declare a function that returns a pointer to an array,
16883         and use verify_type__ to declare the size of the array.
16884         Problem and germ of a solution reported by Bruno Haible.
16885         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16886         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16887
16888 2005-09-23  Jim Meyering  <jim@meyering.net>
16889
16890         Sync from coreutils.
16891         Correct build failure (socklen_t not defined) on at least
16892         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16893         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16894
16895 2005-09-23  Jim Meyering  <jim@meyering.net>
16896
16897         * modules/getaddrinfo (Depends-on): Add socklen.
16898
16899 2005-09-23  Bruno Haible  <bruno@clisp.org>
16900
16901         * tests/test-verify.c: New file.
16902
16903 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16904
16905         Sync from coreutils.
16906
16907         * modules/argmatch (Depends-on): Add verify.
16908         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16909         unistd-safer.
16910         * modules/save-cwd (Depends-on): Likewise.
16911
16912         * modules/openat (Files): Add lib/openat-die.c.
16913         (Depends-on): Remove error, exitfail.
16914         Add dirname.
16915
16916         * modules/verify: New file.
16917         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16918         with "verify" module.
16919
16920 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16921
16922         Sync from coreutils.
16923
16924         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16925         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16926         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16927         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16928         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16929         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16930         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16931         Don't bother checking for string.h, stdlib.h, unistd.h.
16932         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16933         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16934         module's job.
16935         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16936         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16937
16938         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16939         (gl_GETDATE): Use it.
16940
16941         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16942
16943 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16944
16945         Sync from coreutils.
16946
16947         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16948         stat-time.h.
16949         * lib/argmatch.h: Include verify.h
16950         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16951         (ARGMATCH_ASSERT): Remove; unused.
16952         * lib/canonicalize.c: Assume STDC_HEADERS.
16953         * lib/exclude.c: Include "strcase.h".
16954         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16955         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16956         and stdio-safer.h.
16957         (getusershell): Call fopen, not fopen_safer.
16958         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16959         Do not include unistd-safer.h.
16960         (save_cwd): Don't call fd_safer; no longer needed
16961         now that we include fcntl--.h.
16962
16963         * lib/getdate.y (relative_time): New type.
16964         (RELATIVE_TIME_0): New constant.
16965         (parser_control): Use relative_time instead of doing it ourselves.
16966         (%union): Add new relative_time rel member.
16967         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16968         Now typeless.
16969         (relunit, relunit_snumber): Now of type rel.
16970         (zone, rel, relunit, get_date): Adjust to above changes.
16971
16972         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16973         Do not include unistd-safer.h.
16974         (getloadavg): Don't call fd_safer; no longer needed
16975         now that we include fcntl--.h.
16976
16977         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16978         (make_dir_parents): Treat ENOSYS like EEXIST.
16979
16980         Improve quality of diagnostics on restore_cwd failure.
16981         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16982         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16983         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16984         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16985         each time through the loop.  Do not diagnose restore_cwd failure;
16986         that is the caller's job (and perhaps the caller does not care).
16987
16988         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16989         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16990         If the file already exists but is not a directory, don't bother
16991         to try to make its parents.
16992         Close potential file descriptor leak if we can't chdir("/") (!).
16993         Don't always return true if chdir($PWD) fails; return true only
16994         if the requested action was done successfully (except for the
16995         chdir($PWD)).
16996         Don't log final directory unless we actually made it.
16997         Refactor to avoid duplicate code to fix up permissions.
16998         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16999
17000         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17001         to make it a bit faster and (I hope) clearer.
17002         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17003         Fix bug in formats like %2N.
17004
17005         * lib/verify.h: New file.
17006
17007 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17008
17009         Sync from coreutils.
17010         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17011
17012 2005-09-22  Jim Meyering  <jim@meyering.net>
17013
17014         Sync from coreutils.
17015
17016         * m4/lstat.m4 (gl_FUNC_LSTAT):
17017         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17018         Remove obsolete comment.
17019         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17020         * m4/xstrtod.m4: Likewise.
17021
17022         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17023
17024 2005-09-22  Jim Meyering  <jim@meyering.net>
17025
17026         Sync from coreutils.
17027
17028         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17029
17030         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17031         the .tm_year member, since otherwise gcc-4.0 would now warn about
17032         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17033
17034         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17035         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17036
17037         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17038         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17039         when run in a time zone for which daylight savings time is in effect
17040         for the starting date.
17041
17042         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17043         stop us from restricting permissions of just-created absolute-named
17044         directories.
17045         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17046         to restore initial working directory.
17047         * lib/mkdir-p.c (make_dir_parents): New parameter:
17048         different_working_dir, to tell caller if/when we change the working
17049         directory and are unable to return to the initial one.
17050         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17051         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17052         `return false'.  This fixes a bug introduced on 2004-07-30.
17053
17054         * lib/openat.c (fdopendir): Be sure to close the supplied
17055         file descriptor before returning.  This makes our replacement
17056         implementation a little closer to Solaris's, where fdopendir
17057         ties the file descriptor to the returned DIR* pointer.
17058         * lib/openat.c (unlinkat): New function.
17059         * lib/openat.h (unlinkat): Add prototype.
17060         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17061         (openat_restore_fail): Rename from openat_restore_die.
17062         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17063
17064         Provide an alternative to exiting immediately upon save_cwd or
17065         restore_cwd failure.  Now, an application can arrange e.g.,
17066         to perform a longjump in that case.
17067         * lib/openat.c: Include dirname.h.
17068         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17069         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17070         and openat_restore_die rather than calling error directly.
17071         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17072
17073         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17074         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17075         define.
17076
17077         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17078         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17079                             int utc, int nanoseconds);
17080         Background:
17081         date should not have to allocate a megabyte of virtual memory to
17082         handle a format argument like +%1048575T.  When implemented with
17083         strftime, it must allocate such a buffer, use strftime to fill it
17084         in, print it, then free it.
17085         With fprintftime, it simply prints everything and exits.
17086         With no need for memory allocation, that's one fewer way to fail.
17087         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17088         optional field width, not before, so we accept %9:z, not %:9z.
17089         (my_strftime): Be sure to use L_('x') for literals.
17090
17091         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17092         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17093         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17094         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17095         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17096         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17097         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17098         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17099         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17100         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17101         * lib/xgethostname.c, lib/xreadlink.c:
17102         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17103
17104         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17105         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17106         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17107         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17108         and don't include <sys/file.h>).
17109
17110 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17111
17112         Sync from coreutils.
17113
17114         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17115         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17116         [!LDAV_DONE]: Avoid unused variable warning.
17117
17118 2005-09-21  Bruno Haible  <bruno@clisp.org>
17119
17120         * lib/unicodeio.h (unicode_to_mb): New declaration.
17121
17122 2005-09-20  Derek Price  <derek@ximbiot.com>
17123
17124         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17125         getaddrinfo.h.
17126
17127 2005-09-20  Bruno Haible  <bruno@clisp.org>
17128
17129         * gnulib-tool: Remove trailing slashes from the values specified for
17130         --source-base, --m4-base, --tests-base, --aux-dir.
17131         Suggested by Simon Josefsson <jas@extundo.com>.
17132
17133 2005-09-20  Bruno Haible  <bruno@clisp.org>
17134
17135         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17136         func_modules_to_filelist, func_import, func_create_testdir): Make all
17137         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17138         change when gnulib-tool is invoked in a different locale.
17139
17140 2005-09-19  Simon Josefsson  <jas@extundo.com>
17141
17142         * m4/socklen.m4: Fix typo.
17143
17144 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17145
17146         Use a consistent style for including <config.h>.
17147         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17148         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17149         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17150         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17151         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17152         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17153         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17154         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17155         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17156         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17157         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17158         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17159         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17160         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17161         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17162         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17163         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17164         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17165         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17166         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17167         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17168         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17169         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17170         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17171         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17172         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17173         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17174         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17175         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17176         lib/xstrtoumax.c, lib/yesno.c:
17177         Standardize inclusion of config.h.
17178         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17179         lib/inttostr.h:  Removed inclusion of config.h from header files.
17180         * lib/inttostr.c:  Adjusted in-tree users.
17181         * lib/timespec.h: Remove superfluous warning to include config.h.
17182         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17183         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17184         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17185         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17186         config.h with HAVE_CONFIG_H.
17187
17188 2005-09-19  Jim Meyering  <jim@meyering.net>
17189
17190         * modules/pathmax (License): Change to LGPL.
17191
17192 2005-09-19  Derek Price  <derek@ximbiot.com>
17193
17194         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17195
17196 2005-09-19  Bruno Haible  <bruno@clisp.org>
17197
17198         * gnulib-tool (import): Provide default for --tests-base.
17199
17200 2005-09-19  Bruno Haible  <bruno@clisp.org>
17201
17202         * doc/quote.texi: New file, extracted from gnulib.texi.
17203         * doc/ctime.texi: New file, extracted from gnulib.texi.
17204         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17205         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17206         * doc/gnulib.texi: Include them.
17207
17208 2005-09-18  Bruno Haible  <bruno@clisp.org>
17209
17210         Portability fix.
17211         * gnulib-tool (func_readlink): New function.
17212         (func_ln_if_changed): Use it.
17213
17214 2005-09-18  Bruno Haible  <bruno@clisp.org>
17215
17216         * gnulib-tool: Support --with-tests also with --import.
17217         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17218         (func_import): Use variables $testsbase and $inctests. Emit a
17219         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17220         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17221         SUBDIRS += $testsdir.
17222         (func_create_testdir): Update.
17223
17224 2005-09-18  Bruno Haible  <bruno@clisp.org>
17225
17226         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17227         instead of $dry_run.
17228         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17229         (func_ln_if_changed): Don't handle dry-run here.
17230         (func_import): In dry-run mode, detect more precisely which actions
17231         would be performed, and don't use "...ing" verbs.
17232
17233 2005-09-18  Bruno Haible  <bruno@clisp.org>
17234
17235         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17236         (func_import): Use join on two temporary files instead of three nested
17237         loops, in order to determine which files are new or old.
17238
17239 2005-09-18  Bruno Haible  <bruno@clisp.org>
17240
17241         * gnulib-tool (func_import): Comment out code that spits out the
17242         new files with --dry-run.
17243
17244 2005-09-18  Bruno Haible  <bruno@clisp.org>
17245
17246         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17247
17248 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17249
17250         * lib/stat-time.h: New file.
17251         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17252         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17253         in a different way.
17254         (timespec_cmp): New function.
17255         * lib/utimecmp.c: Include stat-time.h.
17256         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17257         members exist, not on the obsolescent ST_MTIM_NSEC.
17258         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17259
17260 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17261
17262         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17263
17264 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17265
17266         * MODULES.html.sh (File system functions): Add stat-time.
17267         * modules/stat-time: New file.
17268         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17269         is now done in a different way, by the stat-time module.
17270         * modules/utimecmp (Depends-on): Add stat-time.
17271
17272 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17273
17274         * m4/st_mtim.m4: Remove.  Superseded by...
17275         * m4/stat-time.m4: New file.
17276         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17277         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17278
17279 2005-09-15  Derek Price  <derek@ximbiot.com>
17280
17281         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17282
17283 2005-09-15  Derek Price  <derek@ximbiot.com>
17284
17285         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17286         * lib/regex_internal.c: Ditto, using this...
17287         (__GNUC_PREREQ): ...new macro.
17288         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17289         using...
17290         (__GNUC_PREREQ): ...this new macro.
17291
17292         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17293
17294 2005-09-15  Derek Price  <derek@ximbiot.com>
17295             Paul Eggert  <eggert@cs.ucla.edu>
17296
17297         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17298         changes, consolidating in...
17299         * lib/regex_internal.h: ...this file.
17300
17301 2005-09-13  Jim Meyering  <jim@meyering.net>
17302
17303         * lib/canon-host.c: Filter through gnu indent and reword comments
17304         slightly.
17305         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17306
17307 2005-09-13  Derek Price  <derek@ximbiot.com>
17308
17309         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17310         failure.
17311         Reported by Jim Meyering  <jim@meyering.net>.
17312
17313 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17314
17315         * lib/base64.c: Typo.
17316         (base64_encode): Put b64str in initialized data section.
17317
17318 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17319
17320         Merge glibc and coreutils changes into gnulib, plus a few
17321         extra fixes.
17322         * lib/md5.c: Use #error rather than a string.
17323         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17324         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17325         (__attribute__): Define to empty for non recent-GCC.
17326         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17327         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17328         Renamed from their non-__ counterparts, with new macros replacing
17329         them if not _LIBC.  Add __THROW attribute.
17330         (rol): Remove.
17331         (struct md5_ctx): Align buffer if using GCC.
17332         * lib/sha1.h (struct sha1_ctx): Likewise.
17333         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17334         The old name was backwards.
17335         (NOTSWAP): Remove; not used.
17336         (rol): New macro, moved here from md5.h.
17337         (sha1_process_block): Remove a FIXME that doesn't make sense.
17338
17339 2005-09-12  Derek Price  <derek@ximbiot.com>
17340
17341         Return usable errors from canon-host.
17342         * lib/canon-host.h: New file.
17343         * lib/canon-host.c (canon_host): Wrap...
17344         (canon_host_r): ...this new function, which now relies exclusively on
17345         getaddrinfo.
17346         (ch_strerror): New function.
17347         (last_cherror): New global.
17348         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17349         interface.
17350         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17351         void *.
17352         (freeaddrinfo): Free ai->ai_canonname when set.
17353
17354 2005-09-12  Derek Price  <derek@ximbiot.com>
17355
17356         Make canon-host require getaddrinfo.
17357         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17358         AC_LIBSOURCE canon-host.h.  Call...
17359         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17360         gl_GETADDRINFO.
17361         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17362
17363 2005-09-12  Derek Price  <derek@ximbiot.com>
17364
17365         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17366         LGPL.
17367         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17368
17369 2005-09-12  Derek Price  <derek@ximbiot.com>
17370
17371         * lib/gai_strerror.c: Include config.h when available.  Include
17372         getaddrinfo.h before other headers to test interface.
17373         Reported by Larry Jones <lawrence.jones@ugs.com>.
17374
17375 2005-09-12  Derek Price  <derek@ximbiot.com>
17376             Paul Eggert  <eggert@cs.ucla.edu>
17377
17378         * modules/glob (Files): Add glob-libc.h.
17379
17380 2005-09-12  Derek Price  <derek@ximbiot.com>
17381             Paul Eggert  <eggert@cs.ucla.edu>
17382
17383         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17384         glob_.h, glob-libc.h.
17385         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17386
17387 2005-09-12  Derek Price  <derek@ximbiot.com>
17388             Paul Eggert  <eggert@cs.ucla.edu>
17389
17390         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17391         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17392         protecting things that should be done only in gnulib contexts.
17393         * lib/glob_.h: New file, containing only the glob things needed for
17394         gnulib.
17395         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17396         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17397         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17398         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17399         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17400         and to respect the namespace rules better.
17401
17402 2005-09-08  Simon Josefsson  <jas@extundo.com>
17403
17404         * modules/socklen: New file.
17405
17406 2005-09-08  Simon Josefsson  <jas@extundo.com>
17407
17408         * m4/socklen.m4: New file.
17409
17410 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17411
17412         * modules/utimens (Files): Add m4/utimbuf.m4, since
17413         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17414         Reported by Sergey Poznyakoff.
17415
17416 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17417
17418         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17419         definitions, since that's the preferred style in glibc.
17420         Fix a minor spacing issue, and update copyright notice to match
17421         glibc's.
17422
17423 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17424
17425         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17426
17427 2005-09-06  Simon Josefsson  <jas@extundo.com>
17428
17429         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17430         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17431
17432 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17433
17434         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17435         warning.
17436
17437 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17438
17439         * config/srclist.txt: Add glibc bug 1302.
17440
17441 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17442
17443         Change bitset word type from unsigned int to unsigned long int,
17444         as this has better performance on typical 64-bit hosts.
17445         Port bitset code to hosts with unusual word sizes.
17446         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17447         (build_collating_symbol):
17448         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17449         argument is a bitset.  This is merely a style issue, but it makes
17450         it clearer that an entire array is expected.
17451         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17452         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17453         Port to the case where bitset_word is not the same as unsigned int.
17454         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17455         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17456         Likewise.
17457         * lib/regexec.c (check_dst_limits_calc_pos_1,
17458         check_subexp_matching_top):
17459         (build_trtable, group_nodes_into_DFAstates):
17460         Likewise.
17461         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17462         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17463         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17464         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17465         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17466         * lib/regcomp.c (optimize_subexps, lower_subexp):
17467         Work even if bitset_word has holes in its bitwise representation.
17468         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17469         * lib/regexec.c (check_dst_limits_calc_pos_1,
17470         check_subexp_matching_top):
17471         Likewise.
17472         * lib/regex_internal.c (re_string_reconstruct):
17473         Don't assume UCHAR_MAX == 255.
17474         * lib/regex_internal.h (bitset_set_all): Likewise.
17475         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17476         All uses changed.
17477         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17478         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17479         All uses changed.
17480         (BITSET_WORD_MAX): New macro.
17481         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17482         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17483         (bitset_empty, bitset_copy):
17484         Prefer sizeof (bitset) to multiplying it out ourselves.
17485         (bitset_not_merge): Remove; unused.
17486         (bitset_contain): Return bool, not unsigned int with one bit on.
17487         All callers changed.
17488         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17489         alignment than re_node_set; do this by defining a new internal
17490         type struct dests_alloc and using it to allocate memory.
17491
17492 2005-09-05  Bruno Haible  <bruno@clisp.org>
17493
17494         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17495         links.
17496
17497 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17498
17499         * modules/size_max (Makefile.am): Add size_max.h
17500
17501 2005-09-04  Derek Price  <derek@ximbiot.com>
17502
17503         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17504
17505 2005-09-03  Simon Josefsson  <jas@extundo.com>
17506
17507         * gnulib-tool: Fix typo.
17508
17509 2005-09-03  Simon Josefsson  <jas@extundo.com>
17510
17511         * config/srclist.txt: Add glibc bug 1293.
17512
17513 2005-09-03  Derek Price  <derek@ximbiot.com>
17514
17515         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17516         From Larry Jones <lawrence.jones@ugs.com>.
17517
17518 2005-09-02  Simon Josefsson  <jas@extundo.com>
17519
17520         * modules/socklen: New file.
17521
17522 2005-09-02  Simon Josefsson  <jas@extundo.com>
17523
17524         * modules/havelib: New module.
17525
17526         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17527         Use havelib.
17528
17529 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17530
17531         Check for arithmetic overflow when calculating sizes, to prevent
17532         some buffer-overflow issues.  These patches are conservative, in the
17533         sense that when I couldn't determine whether an overflow was possible,
17534         I inserted a run-time check.
17535         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17536         macros.
17537         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17538         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17539         (re_xnrealloc, re_x2nrealloc): New inline functions.
17540         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17541         parse_bracket_exp):
17542         (build_equiv_class, build_charclass): Check for arithmetic overflow
17543         in size expression calculations.
17544         * lib/regex_internal.c (re_string_realloc_buffers):
17545         (build_wcs_upper_buffer, re_node_set_add_intersect):
17546         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17547         (re_dfa_add_node, register_state): Likewise.
17548         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17549         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17550         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17551         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17552
17553 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17554
17555         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17556         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17557
17558 2005-09-02  Bruno Haible  <bruno@clisp.org>
17559
17560         Support for lib vs. lib64 distinction on biarch platforms.
17561         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17562         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17563         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17564
17565 2005-09-02  Bruno Haible  <bruno@clisp.org>
17566
17567         * gnulib-tool (import): In the other first-use case, provide defaults
17568         as well.
17569
17570 2005-09-02  Bruno Haible  <bruno@clisp.org>
17571
17572         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17573         patches not yet found in the latest gettext release.
17574
17575 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17576
17577         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17578         to avoid a collision with bits/local_lim.h in glibc.
17579         All uses changed.  Problem reported by Dmitry V. Levin in
17580         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17581
17582         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17583         bugs in int versus size_t comparisons.
17584         (re_string_context_at): Fix bug where the code assumed that
17585         Idx is signed.
17586
17587         Use bool where appropriate.
17588         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17589         All callers changed.
17590         (calc_eclosure_iter): Likewise, for ROOT arg.
17591         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17592         (build_charclass_op): Likewise, for NON_MATCH arg.
17593         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17594         (re_string_construct_common): Likewise, for ICASE arg.
17595         * lib/regexec.c (re_search_2_stub, re_search_stub):
17596         Likewise, for RET_LEN arg.
17597         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17598         (set_regs): Likewise, for FL_BACKTRACK arg.
17599         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17600         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17601         (calc_eclosure_iter, parse_bracket_exp):
17602         Use bool for internal variables that are booleans.
17603         * lib/regexec.c (re_search_internal, check_matching,
17604         proceed_next_node):
17605         (set_regs, build_sifted_states, sift_states_bkref):
17606         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17607         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17608         (find_collation_sequence_value):
17609         Likewise.
17610         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17611         (re_node_set_compare):
17612         Return bool, not int. All callers changed.
17613         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17614         (build_trtable, check_node_accept): Likewise.
17615         * lib/regex_internal.h: Include stdbool.h.
17616
17617         Fix bugs uncovered when converting to bool.
17618         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17619         failure instead of charging ahead blindly.
17620         * lib/regex_internal.c (register_state): Likewise.
17621         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17622         for freeing internal storage.
17623         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17624         bitset pieces used as boolean, to avoid undefined behavior
17625         on hosts that do int overflow checking.
17626
17627 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17628
17629         * config/srclist.txt: Add glibc bugs 1285-1287.
17630
17631 2005-09-01  Jim Meyering  <jim@meyering.net>
17632
17633         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17634         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17635         Require gl_STAT_MACROS, too.
17636
17637 2005-09-01  Bruno Haible  <bruno@clisp.org>
17638
17639         * gnulib-tool (import): In the first-use case, provide defaults.
17640
17641 2005-09-01  Bruno Haible  <bruno@clisp.org>
17642
17643         * gnulib-tool (func_import): Remove the .tmp files.
17644
17645 2005-09-01  Bruno Haible  <bruno@clisp.org>
17646
17647         * gnulib-tool (func_import): Fix handling of symbolic links.
17648
17649 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17650
17651         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17652         old glibc regex code mishandles strings longer than 2**31 bytes.
17653         This patch fixes this when the regex code is used in gnulib
17654         (i.e., outside glibc).
17655
17656         This patch should not affect the use of the regex code inside
17657         glibc.  No doubt this problem also needs to be handled for glibc
17658         as well, but the result will be an incompatible change to the
17659         glibc ABI, and the old ABI will have to be supported too.  That
17660         can be the the subject for another patch.
17661
17662         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17663         governing whether the rest of this patch is active.  By default,
17664         the macro is disabled and the patch has no effect.
17665         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17666         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17667         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17668         (re_match_2, re_set_registers): Use the new types.
17669         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17670         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17671         New macros.
17672         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17673         (re_string_context_at, bin_tree_t, re_dfastate_t):
17674         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17675         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17676         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17677         (re_string_char_size_at, re_string_wchar_at):
17678         (re_string_elem_size_at):
17679         Use the new types and macros to port to 64-bit hosts.
17680         Use unsigned types for internal values, so that the code
17681         mostly works even for arrays larger than SSIZE_MAX.
17682         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17683         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17684         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17685         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17686         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17687         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17688         (calc_inveclosure, parse_dup_op, build_range_exp):
17689         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17690         (fetch_number, create_token_tree, mark_opt_subexp):
17691         Likewise.
17692         * lib/regex_internal.c (re_string_construct_common,
17693         create_ci_newstate):
17694         (create_cd_newstate, re_string_allocate, re_string_construct):
17695         (re_string_realloc_buffers, build_wcs_upper_buffer):
17696         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17697         (re_string_reconstruct, re_string_peek_byte_case):
17698         (re_string_fetch_byte_case, re_string_context_at):
17699         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17700         (re_node_set_init_copy, re_node_set_add_intersect):
17701         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17702         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17703         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17704         (re_acquire_state, re_acquire_state_context, register_state):
17705         Likewise.
17706         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17707         search_cur_bkref_entry):
17708         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17709         (re_search_internal, re_search_2_stub, re_search_stub)
17710         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17711         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17712         (update_cur_sifted_state, check_dst_limits):
17713         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17714         (check_subexp_limits, sift_states_bkref, merge_state_array):
17715         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17716         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17717         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17718         (expand_bkref_cache, check_node_accept_bytes):
17719         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17720         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17721         (acquire_init_state_context, check_halt_node_context):
17722         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17723         (sift_states_backward, clean_state_log_if_needed):
17724         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17725         (find_recover_state, transit_state_sb, transit_state_mb):
17726         (transit_state_bkref, build_trtable, match_ctx_clean):
17727         Likewise.
17728         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17729         to work around an assumption that REG_MISSING is negative.
17730
17731         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17732         (seek_collating_symbol_entry) [defined _LIBC]:
17733         (lookup_collation_sequence_value) [defined _LIBC]:
17734         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17735         Use prototypes rather than old-style function definitions.
17736         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17737         (transit_state_sb) [0]:
17738         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17739
17740         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17741         rm_eo.
17742
17743         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17744         (optimize_subexps, lower_subexp):
17745         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17746         since the signed shift might overflow.  Use 1u<<31 instead.
17747         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17748         Likewise.
17749         * lib/regexec.c (check_dst_limits_calc_pos_1,
17750         check_subexp_matching_top): Likewise.
17751
17752         * lib/regcomp.c (optimize_subexps, lower_subexp):
17753         Use CHAR_BIT rather than 8, for clarity.
17754         * lib/regexec.c (check_dst_limits_calc_pos_1):
17755         (check_subexp_matching_top): Likewise.
17756         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17757         have to worry about portability issues when shifting it left.
17758         Remove no-longer-needed test for table_size > 0.
17759         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17760         in a word, as the resulting behavior is undefined.
17761         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17762         in one case, a <= should have been an <, and in another case the
17763         whole test was missing.
17764         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17765         the standard name CHAR_BIT.
17766         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17767         this is not true on one's complement and signed-magnitude hosts.
17768
17769         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17770         next_last_offset.
17771         (struct re_dfa_t): Remove unused member states_alloc.
17772         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17773
17774 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17775
17776         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17777         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17778         and large-file glibc and in 32-bit large-file Solaris.
17779
17780 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17781
17782         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17783         lengths fit in regoff_t; this isn't true if regoff_t is the same
17784         width as size_t.
17785         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17786         (= START + RANGE) instead of RANGE.  This avoids overflow
17787         problems when regoff_t is the same width as size_t.
17788         All callers changed.
17789         (re_search_2_stub): Check for overflow when adding the
17790         sizes of the two strings.
17791         (re_search_stub): Check for overflow when adding START
17792         to RANGE; if it occurs, substitute the extreme value.
17793
17794 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17795
17796         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17797
17798 2005-08-31  Jim Meyering  <jim@meyering.net>
17799
17800         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17801         a pointer-to-const.
17802         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17803         (register_state): Likewise.
17804         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17805         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17806         (group_nodes_into_DFAstates): Likewise.
17807
17808 2005-08-31  Jim Meyering  <jim@meyering.net>
17809
17810         * check-module: Add a FIXME comment.
17811
17812 2005-08-31  Eric Blake  <ebb9@byu.net>
17813
17814         * modules/unistd-safer (Files): Add unistd--.h.
17815         * modules/stdio-safer (Files): Add stdio--.h.
17816
17817 2005-08-31  Derek Price  <derek@ximbiot.com>
17818
17819         * lib/getdelim.c (getdelim): Return EOF on EOF.
17820         Reported by Larry Jones <lawrence.jones@ugs.com>.
17821
17822 2005-08-31  Bruno Haible  <bruno@clisp.org>
17823
17824         Avoid unnecessary diffs in the generated lib/Makefile.am.
17825         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17826         the generated files.
17827         (func_import): Don't set cmd.
17828
17829 2005-08-31  Bruno Haible  <bruno@clisp.org>
17830
17831         * lib/strstr.c: Include <stddef.h>, for NULL.
17832         * lib/strcasestr.c: Likewise.
17833         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17834
17835 2005-08-31  Bruno Haible  <bruno@clisp.org>
17836
17837         * gnulib-tool: New option --macro-prefix.
17838         (func_import): Use macro_prefix.
17839         (import): Handle option --macro-prefix.
17840
17841 2005-08-31  Bruno Haible  <bruno@clisp.org>
17842
17843         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17844         Also use new variables cached_lgpl, cached_libtool.
17845
17846 2005-08-31  Bruno Haible  <bruno@clisp.org>
17847
17848         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17849         always instantiating them.
17850
17851 2005-08-31  Bruno Haible  <bruno@clisp.org>
17852
17853         * gnulib-tool (func_import): Read the previous cached settings
17854         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17855         earlier added by gnulib but are now dropped. Warn when a gnulib file
17856         overwrites a non-gnulib file.
17857
17858 2005-08-31  Bruno Haible  <bruno@clisp.org>
17859
17860         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17861         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17862         projects that don't keep autogenerated files in CVS. Put into
17863         actioncmd only the specified modules, not the transitive closure.
17864
17865 2005-08-31  Bruno Haible  <bruno@clisp.org>
17866
17867         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17868         Create directories that shall be filled.
17869         (import): Don't look for gl_* macros in configure.ac. Recurse across
17870         all directories containing a gnulib-cache.m4 files, if meaningful.
17871
17872 2005-08-31  Bruno Haible  <bruno@clisp.org>
17873
17874         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17875         (import): Set seen_libtool when we see gl_LIBTOOL.
17876
17877 2005-08-31  Bruno Haible  <bruno@clisp.org>
17878
17879         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17880         declaration macro definitions from generated gnulib.m4.
17881
17882 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17883
17884         * lib/iconvme.h: Add prototype for iconv_alloc.
17885
17886 2005-08-29  Simon Josefsson  <jas@extundo.com>
17887
17888         * lib/iconvme.c: Fix errno.
17889
17890 2005-08-29  Bruno Haible  <bruno@clisp.org>
17891
17892         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17893         that it works when the directory contains spaces.
17894
17895 2005-08-29  Bruno Haible  <bruno@clisp.org>
17896
17897         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17898
17899 2005-08-29  Bruno Haible  <bruno@clisp.org>
17900
17901         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17902         Emit more advice.
17903
17904 2005-08-29  Bruno Haible  <bruno@clisp.org>
17905         and Stepan Kasal  <kasal@ucw.cz>
17906
17907         * check-module: If more parameters are given, check each of them
17908         separately; add more exceptions, as noted by Jim Meyering.
17909         (check_module): New procedure.
17910         (%exempt_header): Now contains all exceptions.
17911
17912 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17913
17914         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17915
17916 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17917
17918         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17919
17920 2005-08-28  Bruno Haible  <bruno@clisp.org>
17921
17922         * m4/gnulib-tool.m4: New file.
17923
17924 2005-08-27  Jim Meyering  <jim@meyering.net>
17925
17926         * modules/unistd-safer (Files): Add pipe-safer.c.
17927         * modules/fcntl-safer (Files): Add creat-safer.c.
17928
17929 2005-08-27  Jim Meyering  <jim@meyering.net>
17930
17931         * m4/stdlib-safer.m4: New file.  From coreutils.
17932         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17933         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17934         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17935         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17936         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17937
17938 2005-08-27  Jim Meyering  <jim@meyering.net>
17939
17940         * lib/fopen-safer.c: Merge minor changes from coreutils.
17941         * lib/dup-safer.c: Likewise.
17942         * lib/fd-safer.c: Likewise.
17943
17944         Merge from coreutils.
17945         * lib/stdio--.h: New file.
17946         * lib/stdlib--.h: New file.
17947         * lib/mkstemp-safer.c: New file.
17948
17949         GNU tar needs these.
17950         * lib/pipe-safer.c: New file.
17951         * lib/creat-safer.c: New file.
17952         * lib/fcntl--.h (creat): Define to creat_safer.
17953         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17954         * lib/unistd--.h (pipe): Define to pipe_safer.
17955         * lib/unistd-safer.h: Declare pipe_safer.
17956
17957 2005-08-26  Simon Josefsson  <jas@extundo.com>
17958
17959         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17960         Haible <bruno@clisp.org>.
17961
17962 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17963
17964         * lib/regex_internal.h: Remove all references to
17965         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17966         or better.
17967         (bitset_not, bitset_merge, bitset_not_merge):
17968         (bitset_mask, re_string_allocate, re_string_construct):
17969         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17970         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17971         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17972         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17973         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17974         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17975         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17976         (re_acquire_state_context):
17977         Remove unnecessary forward decls.
17978         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17979         Put __attribute at function definition,
17980         now that the function decl has been removed.
17981         * lib/regex_internal.c (re_string_peek_byte_case):
17982         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17983         Likewise.
17984
17985 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17986
17987         * m4/regex.m4: Add AC_PREREQ(2.50).
17988         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17989
17990 2005-08-25  Simon Josefsson  <jas@extundo.com>
17991
17992         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17993         __fsetlocking.
17994
17995 2005-08-25  Simon Josefsson  <jas@extundo.com>
17996
17997         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17998         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17999         GLIBC specific code.
18000
18001 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18002
18003         Make regex safe for g++.  This fixes one real bug (an "err"
18004         that should have been "*err").  g++ problem reported by
18005         Sam Steingold.
18006         * lib/regex_internal.h (re_calloc): New macro, consistent with
18007         re_malloc etc.  All callers of calloc changed to use re_calloc.
18008         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18009         not int.  All callers changed.
18010         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18011         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18012         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18013         (find_recover_state): Change "err" to "*err"; this fixes what
18014         appears to be a real bug.
18015         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18016         versus int.
18017
18018 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18019
18020         * modules/regex (Depends-on): Add malloc, since the code
18021         assumes that !malloc(0) means failure.
18022
18023 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18024
18025         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18026
18027         alloca modernization/simplification for regex.
18028         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18029         needs to be at the start of the file, and can be moved into
18030         regex_internal.h and simplified.
18031         * lib/regex_internal.h: Include <alloca.h>.
18032         (__libc_use_alloca) [!defined _LIBC]: New macro.
18033         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18034         now works outside glibc.
18035
18036 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18037
18038         * config/srclist.txt: Add glibc bugs 1241, 1245.
18039
18040 2005-08-25  Jim Meyering  <jim@meyering.net>
18041
18042         * lib/open-safer.c: Include <config.h>.
18043         Otherwise, we'd lose LARGEFILE support in any file using
18044         e.g. "fcntl--.h"
18045
18046 2005-08-25  Bruno Haible  <bruno@clisp.org>
18047
18048         * m4/minmax.m4: Require autoconf 2.52.
18049         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18050         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18051         alternatives of translit over the alphabet.
18052         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18053
18054 2005-08-24  Simon Josefsson  <jas@extundo.com>
18055
18056         * tests/test-getpass.c: New file.
18057
18058 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18059
18060         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18061         for GNU regex features.
18062
18063 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18064
18065         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18066         * lib/regex.h (regerror): Likewise.
18067
18068         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18069         requires this.  (The code never needed it.)
18070
18071         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18072         All uses of recently-renamed identifiers changed to use the new,
18073         POSIX-compliant names.  The code will build and run just fine
18074         without these changes, but it's better to eat our own dog food
18075         and use the standard-conforming names.
18076
18077         * lib/regex.h: Fix a multitude of POSIX name space violations.
18078         These changes have an effect only for programs that define
18079         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18080         do not change anything for programs compiled in the normal way.
18081         Also, there is no effect on the ABI.
18082
18083         (_REGEX_SOURCE): New macro.
18084         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18085         defined and _GNU_SOURCE is not; this fixes a name space violation.
18086
18087         Rename the following macros to obey POSIX requirements.
18088         The old names are still visible as macros if _REGEX_SOURCE is defined.
18089         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18090         RE_BACKSLASH_ESCAPE_IN_LISTS.
18091         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18092         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18093         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18094         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18095         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18096         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18097         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18098         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18099         (REG_INTERVALS): renamed from RE_INTERVALS.
18100         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18101         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18102         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18103         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18104         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18105         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18106         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18107         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18108         RE_UNMATCHED_RIGHT_PAREN_ORD.
18109         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18110         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18111         (REG_DEBUG): renamed from RE_DEBUG.
18112         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18113         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18114         unusual, since we can't clash with the POSIX REG_ICASE.
18115         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18116         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18117         (REG_NO_SUB): renamed from RE_NO_SUB.
18118         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18119         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18120         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18121         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18122         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18123         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18124         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18125         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18126         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18127         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18128         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18129         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18130         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18131         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18132         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18133         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18134         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18135         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18136         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18137         (REG_FIXED): Renamed from REGS_FIXED.
18138         (REG_NREGS): Renamed from RE_NREGS.
18139
18140         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18141         of other REG_* macros, since POSIX says the user is allowed to
18142         #undef these macros selectively.
18143
18144         (reg_errcode_t): Update comment stating what other tables need
18145         to be consistent.
18146
18147         Rename the following enum values to obey POSIX requirements.
18148         The old names are still visible as macros.
18149         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18150         is not defined, since GNU is supposed to be a superset of POSIX as
18151         much as possible, and since we want reg_errcode_t to be a signed
18152         type for implementation consistency.
18153         (_REG_NOERROR): Renamed from REG_NOERROR.
18154         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18155         (_REG_BADPAT): Renamed from REG_BADPAT.
18156         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18157         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18158         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18159         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18160         (_REG_EBRACK): Renamed from REG_EBRACK.
18161         (_REG_EPAREN): Renamed from REG_EPAREN.
18162         (_REG_EBRACE): Renamed from REG_EBRACE.
18163         (_REG_BADBR): Renamed from REG_BADBR.
18164         (_REG_ERANGE): Renamed from REG_ERANGE.
18165         (_REG_ESPACE): Renamed from REG_ESPACE.
18166         (_REG_BADRPT): Renamed from REG_BADRPT.
18167         (_REG_EEND): Renamed from REG_EEND.
18168         (_REG_ESIZE): Renamed from REG_ESIZE.
18169         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18170         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18171         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18172         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18173         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18174
18175         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18176         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18177         changed.  But support the old name if the new one is not defined
18178         and if _REGEX_SOURCE.
18179
18180         Change the following member names in struct re_pattern_buffer.
18181         The old names are still supported if !_REGEX_SOURCE.
18182         The new names are always supported, regardless of _REGEX_SOURCE.
18183         (re_buffer): Renamed from buffer.
18184         (re_allocated): Renamed from allocated.
18185         (re_used): Renamed from used.
18186         (re_syntax): Renamed from syntax.
18187         (re_fastmap): Renamed from fastmap.
18188         (re_translate): Renamed from translate.
18189         (re_can_be_null): Renamed from can_be_null.
18190         (re_regs_allocated): Renamed from regs_allocated.
18191         (re_fastmap_accurate): Renamed from fastmap_accurate.
18192         (re_no_sub): Renamed from no_sub.
18193         (re_not_bol): Renamed from not_bol.
18194         (re_not_eol): Renamed from not_eol.
18195         (re_newline_anchor): Renamed from newline_anchor.
18196
18197         Change the following member names in struct re_registers.
18198         The old names are still supported if !_REGEX_SOURCE.
18199         The new names are always supported, regardless of _REGEX_SOURCE.
18200         (rm_num_regs): Renamed from num_regs.
18201         (rm_start): Renamed from start.
18202         (rm_end): Renamed from end.
18203
18204         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18205         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18206         Prepend __ to parameter names.
18207
18208         Undo yesterday's changes.
18209
18210 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18211
18212         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18213         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18214         lib/regex.c.
18215
18216 2005-08-24  Jim Meyering  <jim@meyering.net>
18217
18218         Sync from coreutils.
18219         * m4/fcntl-safer.m4: New file.
18220
18221         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18222         and object files for this module.
18223
18224 2005-08-24  Jim Meyering  <jim@meyering.net>
18225
18226         Sync from coreutils.
18227         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18228
18229 2005-08-24  Jim Meyering  <jim@meyering.net>
18230
18231         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18232         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18233
18234 2005-08-24  Jim Meyering  <jim@meyering.net>
18235
18236         * modules/fcntl-safer: New module.
18237         * modules/fts (Depends-on): Add fcntl-safer.
18238         * MODULES.html.sh (File descriptor based Input/Output):
18239         Add fcntl-safer.
18240
18241 2005-08-24  Bruno Haible  <bruno@clisp.org>
18242
18243         Support for unit test modules.
18244         * modules/README: Mention tests modules.
18245         * modules/TEMPLATE-TESTS: New file.
18246         * gnulib-tool: New options --extract-tests-module, --with-tests and
18247         --tests-base (unused for the moment).
18248         (testsbase, inctests): New variables.
18249         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18250         (func_verify_module): Exclude TEMPLATE-TESTS.
18251         (func_verify_nontests_module, func_verify_tests_module): New functions.
18252         (func_get_dependencies): Add implicit dependency for tests modules.
18253         (func_get_tests_module): New function.
18254         (func_modules_transitive_closure): When --with-tests was specified,
18255         include the unit tests as well, unless explicitly avoided.
18256         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18257         (func_emit_tests_Makefile_am): New function.
18258         (func_create_testdir): When --with-tests was specified, emit a
18259         tests/ directory.
18260         * MODULES.html.sh (Future developments): Update.
18261
18262 2005-08-24  Bruno Haible  <bruno@clisp.org>
18263
18264         * modules/tls-tests: New file.
18265         * tests/test-tls.c: New file, from GNU gettext.
18266
18267 2005-08-24  Bruno Haible  <bruno@clisp.org>
18268
18269         * modules/lock-tests: New file.
18270         * tests/test-lock.c: New file, from GNU gettext.
18271
18272 2005-08-24  Bruno Haible  <bruno@clisp.org>
18273
18274         * lib/lock.h: Add multiple inclusion guard.
18275         * lib/tls.h: Add multiple inclusion guard.
18276
18277 2005-08-24  Bruno Haible  <bruno@clisp.org>
18278
18279         * gnulib-tool: Add support for the --aux-dir option to
18280         --create-testdir, --create-megatestdir, --test, --megatest.
18281         (func_create_testdir, func_create_megatestdir): Optionally emit a
18282         AC_CONFIG_AUX_DIR directive.
18283         (create-testdir, create-megatestdir, test, megatest): Provide a
18284         default value for $auxdir.
18285
18286 2005-08-24  Bruno Haible  <bruno@clisp.org>
18287
18288         * gnulib-tool (import): Use compound statement instead of subshell
18289         where possible.
18290
18291 2005-08-24  Bruno Haible  <bruno@clisp.org>
18292
18293         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18294
18295 2005-08-24  Bruno Haible  <bruno@clisp.org>
18296
18297         * gnulib-tool (func_version): Update.
18298
18299 2005-08-24  Bruno Haible  <bruno@clisp.org>
18300
18301         * gnulib-tool (func_import, func_create_testdir,
18302         func_create_megatestdir): Quote all autoconf macro arguments.
18303
18304 2005-08-24  Bruno Haible  <bruno@clisp.org>
18305
18306         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18307         option --force, because --force causes the aclocal.m4 of each
18308         subdirectory to be newer than the corresponding config.h.in.
18309
18310 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18311
18312         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18313         All contents moved to gl_REGEX.
18314         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18315         assume that it does.
18316
18317 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18318
18319         * lib/regex.h (REG_NOSYS)
18320         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18321         Define, since POSIX requires it as of 2001.
18322         (_REG_ENOSYS)
18323         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18324         New private symbol, used to keep the enum signed in all cases.
18325         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18326         Youngman in
18327         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18328
18329         * lib/regex_internal.c (re_string_skip_chars, register_state):
18330         (calc_state_hash):
18331         Remove forward decls; no longer needed now that we use prototypes.
18332         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18333         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18334         (clean_state_log_if_needed): Likewise.
18335
18336 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18337
18338         * config/srclist.txt: Add glibc bugs 1231-1233.
18339
18340 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18341
18342         Fix problems reported by Sam Steingold in
18343         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18344         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18345         assumed that reg_errcode_t is a signed type, which is not
18346         necessarily true if _XOPEN_SOURCE is not defined.
18347         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18348         since some compilers warn about it otherwise.
18349
18350 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18351
18352         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18353         (init_word_char, create_initial_state, duplicate_node_closure):
18354         (fetch_token, peek_token_bracket, build_range_exp):
18355         (build_collating_symbol): Remove forward decls; no longer needed
18356         now that we use prototypes.
18357
18358         * lib/regcomp.c:
18359         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18360         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18361         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18362         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18363         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18364         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18365         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18366         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18367         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18368         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18369         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18370         (build_charclass, build_charclass_op, fetch_number, create_tree):
18371         (create_token_tree, mark_opt_subexp, duplicate_tree):
18372         Use prototypes rather than old-style definitions.
18373
18374         * lib/regex_internal.c:
18375         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18376         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18377         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18378         (re_string_reconstruct, re_string_peek_byte_case):
18379         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18380         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18381         (re_node_set_init_copy, re_node_set_add_intersect):
18382         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18383         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18384         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18385         (re_acquire_state, re_acquire_state_context, register_state):
18386         (create_ci_newstate, create_cd_newstate, free_state):
18387         Likewise.
18388         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18389         re_search_2):
18390         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18391         (re_search_internal, prune_impossible_nodes):
18392         (acquire_init_state_context, check_matching, static):
18393         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18394         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18395         (update_regs, sift_states_backward, build_sifted_states):
18396         (clean_state_log_if_needed, merge_state_array):
18397         (update_cur_sifted_state, add_epsilon_src_nodes):
18398         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18399         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18400         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18401         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18402         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18403         (check_arrival, check_arrival_add_next_nodes):
18404         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18405         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18406         (check_node_accept_bytes, check_node_accept, extend_buffers):
18407         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18408         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18409         (sift_ctx_init):
18410         Likewise.
18411
18412         * lib/regex_internal.h:
18413         (re_string_allocate, re_string_construct, re_string_reconstruct):
18414         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18415         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18416         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18417         (re_string_context_at, re_string_peek_byte_case):
18418         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18419         is defined, since we now use prototypes always.
18420
18421         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18422         C89 or better.  All uses removed.
18423
18424 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18425
18426         * config/srclist.txt: Add glibc bugs 1220-1227.
18427
18428 2005-08-20  Jim Meyering  <jim@meyering.net>
18429
18430         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18431         of unused local, dfa.
18432
18433 2005-08-20  Bruno Haible  <bruno@clisp.org>
18434
18435         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18436
18437 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18438
18439         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18440         (re_node_set_insert_last, re_dfa_add_node):
18441         Rename local variables to avoid GCC shadowing warnings.
18442
18443 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18444
18445         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18446         [defined lint]: Suppress bogus uninitialized-variable warnings.
18447
18448         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18449         and let the caller return REG_ESPACE if out of space.  This
18450         removes an uninitialied-variable warning with GCC 4.0.1, and also
18451         avoids taking the address of a local variable.  All callers
18452         changed.
18453
18454 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18455
18456         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18457         $LIBCSRC/posix/regexec.c.
18458         Add glibc bug 1217 for regcomp.c.
18459
18460 2005-08-19  Jim Meyering  <jim@meyering.net>
18461
18462         * lib/regexec.c (proceed_next_node): Redo local variables to
18463         avoid GCC shadowing warnings.
18464
18465 2005-08-18  Bruno Haible  <bruno@clisp.org>
18466
18467         * lib/strstr.c (strstr): Fix return value in multibyte case.
18468         * lib/strcasestr.c (strcasestr): Likewise.
18469
18470 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18471
18472         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18473
18474 2005-08-17  Jim Meyering  <jim@meyering.net>
18475
18476         Make the %s format (seconds since the epoch) work for a negative
18477         number and when used with a zero-padded field width, e.g. %015s.
18478
18479         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18480         label so that it precedes the code to set `digits'.  Otherwise,
18481         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18482         print `00-22'.  Now, it prints `-0022', as it should.
18483
18484 2005-08-17  Bruno Haible  <bruno@clisp.org>
18485
18486         * modules/strstr (Files): Add m4/mbrtowc.m4.
18487         (Depends-on): Add mbuiter.
18488
18489 2005-08-17  Bruno Haible  <bruno@clisp.org>
18490
18491         * modules/strcasestr: New file.
18492         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18493         strcasestr.
18494
18495 2005-08-17  Bruno Haible  <bruno@clisp.org>
18496
18497         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18498
18499 2005-08-17  Bruno Haible  <bruno@clisp.org>
18500
18501         * modules/mbuiter: New file.
18502         * MODULES.html.sh (Extended multibyte and wide character utilities):
18503         Add mbuiter.
18504
18505 2005-08-17  Bruno Haible  <bruno@clisp.org>
18506
18507         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18508         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18509
18510 2005-08-17  Bruno Haible  <bruno@clisp.org>
18511
18512         * m4/strcasestr.m4: New file.
18513
18514 2005-08-17  Bruno Haible  <bruno@clisp.org>
18515
18516         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18517         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18518
18519 2005-08-17  Bruno Haible  <bruno@clisp.org>
18520
18521         * lib/strcasestr.h: New file.
18522         * lib/strcasestr.c: New file.
18523
18524 2005-08-17  Bruno Haible  <bruno@clisp.org>
18525
18526         * lib/strcasecmp.c: Use mbuiter.h.
18527
18528 2005-08-17  Bruno Haible  <bruno@clisp.org>
18529
18530         * lib/mbuiter.h: New file.
18531
18532 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18533
18534         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18535         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18536         and gl_GETOPT are both invoked via different paths (as happens
18537         with GNU tar CVS because it uses both argp and getopt), the former
18538         wins.
18539
18540 2005-08-16  Bruno Haible  <bruno@clisp.org>
18541
18542         * modules/tls: New file.
18543         * MODULES.html.sh (Multithreading): Add tls.
18544
18545 2005-08-16  Bruno Haible  <bruno@clisp.org>
18546
18547         * modules/strnlen1: New file.
18548         * MODULES.html.sh (String handling): Add strnlen1.
18549
18550 2005-08-16  Bruno Haible  <bruno@clisp.org>
18551
18552         * modules/strcase (Files): Add m4/mbrtowc.m4.
18553         (Depends-on): Add strnlen1, mbchar.
18554
18555 2005-08-16  Bruno Haible  <bruno@clisp.org>
18556
18557         * modules/mbiter: New file.
18558         * MODULES.html.sh (Extended multibyte and wide character utilities):
18559         Add mbiter.
18560
18561 2005-08-16  Bruno Haible  <bruno@clisp.org>
18562
18563         * modules/mbfile: New file.
18564         * MODULES.html.sh (Extended multibyte and wide character utilities):
18565         Add mbfile.
18566
18567 2005-08-16  Bruno Haible  <bruno@clisp.org>
18568
18569         * modules/mbchar: New file.
18570         * MODULES.html.sh (Extended multibyte and wide character utilities):
18571         New section.
18572
18573 2005-08-16  Bruno Haible  <bruno@clisp.org>
18574
18575         * m4/tls.m4: New file, from GNU gettext.
18576
18577 2005-08-16  Bruno Haible  <bruno@clisp.org>
18578
18579         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18580         always.
18581         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18582
18583 2005-08-16  Bruno Haible  <bruno@clisp.org>
18584
18585         * m4/mbiter.m4: New file.
18586
18587 2005-08-16  Bruno Haible  <bruno@clisp.org>
18588
18589         * m4/mbfile.m4: New file.
18590
18591 2005-08-16  Bruno Haible  <bruno@clisp.org>
18592
18593         * m4/mbchar.m4: New file.
18594
18595 2005-08-16  Bruno Haible  <bruno@clisp.org>
18596
18597         * lib/tls.h: New file, from GNU gettext.
18598         * lib/tls.c: New file, from GNU gettext.
18599
18600 2005-08-16  Bruno Haible  <bruno@clisp.org>
18601
18602         * lib/strnlen1.h: New file.
18603         * lib/strnlen1.c: New file.
18604
18605 2005-08-16  Bruno Haible  <bruno@clisp.org>
18606
18607         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18608         (mbi_init): Update.
18609         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18610         NUL byte, not after it.
18611
18612 2005-08-16  Bruno Haible  <bruno@clisp.org>
18613
18614         * lib/strcase.h (strcasecmp): Add note in comments.
18615         * lib/strncasecmp.c: Use code from strcasecmp.c.
18616         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18617         (strcasecmp): Work correctly in multibyte locales.
18618
18619 2005-08-16  Bruno Haible  <bruno@clisp.org>
18620
18621         * lib/mbiter.h: New file.
18622
18623 2005-08-16  Bruno Haible  <bruno@clisp.org>
18624
18625         * lib/mbfile.h: New file.
18626
18627 2005-08-16  Bruno Haible  <bruno@clisp.org>
18628
18629         * lib/mbchar.h: New file.
18630         * lib/mbchar.c: New file.
18631
18632 2005-08-16  Bruno Haible  <bruno@clisp.org>
18633
18634         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18635         the valid ones. Makes the comparison operations transitive:
18636         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18637         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18638
18639 2005-08-15  Simon Josefsson  <jas@extundo.com>
18640
18641         * modules/ssize_t (License): Change to 'unlimited'.
18642
18643         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18644
18645 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18646
18647         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18648         Add comments for each pending glibc patch.
18649
18650 2005-08-15  Bruno Haible  <bruno@clisp.org>
18651
18652         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18653         __cplusplus is defined.
18654
18655 2005-08-14  Jim Meyering  <jim@meyering.net>
18656
18657         Sync from coreutils.
18658
18659         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18660         Use the hash-table-based cycle-detection code not just when
18661         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18662         Reported by James Youngman in
18663         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18664         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18665         FTS_TIGHT_CYCLE_CHECK.
18666         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18667         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18668         once again.
18669         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18670         * lib/fts.c (fd_safer): Remove decl.
18671         Include fcntl--.h rather than unistd-safer.h
18672         (fts_safe_changedir): Don't call fd_safer; no longer needed
18673         now that we include fcntl--.h.
18674
18675 2005-08-12  Simon Josefsson  <jas@extundo.com>
18676
18677         * modules/getndelim2: Use ssize_t module.
18678         * modules/getnline: Likewise.
18679         * modules/safe-read: Likewise.
18680         * modules/xreadlink: Likewise.
18681
18682         * modules/ssize_t: New file.
18683
18684 2005-08-12  Simon Josefsson  <jas@extundo.com>
18685
18686         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18687
18688 2005-08-12  Simon Josefsson  <jas@extundo.com>
18689
18690         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18691         ssize_t.
18692
18693 2005-08-12  Simon Josefsson  <jas@extundo.com>
18694
18695         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18696         readline, getdelim and check_version.
18697         (Support for systems lacking ISO C 99: Sizes of integer types):
18698         Add size_max.
18699
18700 2005-08-12  Bruno Haible  <bruno@clisp.org>
18701
18702         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18703
18704 2005-08-11  Simon Josefsson  <jas@extundo.com>
18705
18706         * modules/readline: New file.
18707
18708         * modules/strnlen (Files): Add strnlen.h.
18709
18710 2005-08-11  Simon Josefsson  <jas@extundo.com>
18711
18712         * m4/readline.m4: New file.
18713
18714 2005-08-11  Simon Josefsson  <jas@extundo.com>
18715
18716         * lib/readline.h, readline.c: New file.
18717
18718 2005-08-11  Simon Josefsson  <jas@extundo.com>
18719
18720         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18721         gl_AVOID.
18722
18723 2005-08-11  Bruno Haible  <bruno@clisp.org>
18724
18725         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18726
18727 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18728
18729         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18730
18731 2005-08-10  Simon Josefsson  <jas@extundo.com>
18732
18733         * tests/test-iconvme.c: New file.
18734
18735 2005-08-10  Simon Josefsson  <jas@extundo.com>
18736
18737         * m4/strnlen.m4: New file.
18738
18739         * m4/strndup.m4: Don't check for strnlen declaration, done in
18740         strnlen.m4.
18741
18742 2005-08-10  Simon Josefsson  <jas@extundo.com>
18743
18744         * lib/strndup.c: Use strnlen.h.
18745
18746         * lib/strnlen.h: New file.
18747
18748 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18749
18750         * README: Typos.
18751
18752 2005-08-02  Simon Josefsson  <jas@extundo.com>
18753
18754         * modules/readline: New file.
18755
18756 2005-08-02  Simon Josefsson  <jas@extundo.com>
18757
18758         * modules/getdelim: New file.
18759
18760         * modules/getline: Rewrite, don't use getndelim2.
18761
18762 2005-08-02  Simon Josefsson  <jas@extundo.com>
18763
18764         * m4/getline.m4: Separate out getdelim stuff into separate module.
18765
18766         * m4/getdelim.m4: New file.
18767
18768 2005-08-02  Simon Josefsson  <jas@extundo.com>
18769
18770         * lib/getline.h, getline.c: Rewrite.
18771
18772         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18773
18774 2005-07-31  Bruno Haible  <bruno@clisp.org>
18775
18776         * lib/lock.h (gl_lock_initializer): New macro.
18777         (gl_lock_define_initialized): Use it.
18778         (gl_rwlock_initializer): New macro.
18779         (gl_rwlock_define_initialized): Use it.
18780         (gl_recursive_lock_initializer): New macro.
18781         (gl_recursive_lock_define_initialized): Use it.
18782
18783 2005-07-30  Karl Berry  <karl@gnu.org>
18784
18785         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18786         Report from Ben Pfaff, regarding getopt.
18787
18788 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18789
18790         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18791         normal way.
18792         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18793         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18794         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18795         (gl_GETOPT): Use the new macros.  Most of the implementation
18796         is moved to the new macros.  This is for programs like Emacs
18797         that don't want all the functionality of gl_GETOPT.
18798
18799 2005-07-26  Bruno Haible  <bruno@clisp.org>
18800
18801         * m4/lock.m4: Update from GNU gettext.
18802
18803 2005-07-26  Bruno Haible  <bruno@clisp.org>
18804
18805         * lib/lock.h: Update from GNU gettext.
18806         * lib/lock.c: Update from GNU gettext.
18807
18808 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18809
18810         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18811         obsolescent AC_TRY_RUN.  Include the default includes files, for
18812         'exit'.
18813
18814 2005-07-24  Bruno Haible  <bruno@clisp.org>
18815
18816         * modules/visibility: New file.
18817         * MODULES.html.sh (Misc): Add visibility.
18818
18819 2005-07-24  Bruno Haible  <bruno@clisp.org>
18820
18821         * m4/visibility.m4: New file.
18822
18823 2005-07-24  Bruno Haible  <bruno@clisp.org>
18824
18825         * doc/visibility.texi: New file.
18826
18827 2005-07-22  Bruno Haible  <bruno@clisp.org>
18828
18829         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18830         $(ALLOCA_H), redundant through BUILT_SOURCES.
18831         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18832         redundant through BUILT_SOURCES.
18833         * modules/byteswap (Makefile.am): Remove explicit dependency on
18834         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18835         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18836         $(FNMATCH_H), redundant through BUILT_SOURCES.
18837         * modules/getopt (Makefile.am): Remove explicit dependency on
18838         $(GETOPT_H), redundant through BUILT_SOURCES.
18839         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18840         redundant through BUILT_SOURCES.
18841         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18842         redundant through BUILT_SOURCES.
18843         * modules/stdbool (Makefile.am): Remove explicit dependency on
18844         $(STDBOOL_H), redundant through BUILT_SOURCES.
18845         * modules/stdint (Makefile.am): Remove explicit dependency on
18846         $(STDINT_H), redundant through BUILT_SOURCES.
18847         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18848         Remove explicit dependency on $(SYSEXITS_H).
18849         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18850
18851 2005-07-18  Simon Josefsson  <jas@extundo.com>
18852
18853         * lib/check-version.c (check_version): Accept identical versions too.
18854
18855 2005-07-18  Bruno Haible  <bruno@clisp.org>
18856
18857         * modules/lock: New file.
18858         * MODULES.html.sh (Multithreading): New section.
18859
18860 2005-07-18  Bruno Haible  <bruno@clisp.org>
18861
18862         * m4/lock.m4: New file, from GNU gettext.
18863
18864 2005-07-18  Bruno Haible  <bruno@clisp.org>
18865
18866         * lib/lock.h: New file, from GNU gettext.
18867         * lib/lock.c: New file, from GNU gettext.
18868
18869 2005-07-18  Bruno Haible  <bruno@clisp.org>
18870
18871         * lib/lock.h (gl_once_t): New type.
18872         (gl_once_define, gl_once): New macros.
18873         * lib/lock.c (fresh_once): New variable.
18874         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18875         functions.
18876
18877 2005-07-16  Simon Josefsson  <jas@extundo.com>
18878
18879         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18880         workaround, suggested by Bruno.
18881
18882 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18883
18884         * modules/xalloc (Depends-on): Add xalloc-die.
18885         * modules/xvasprintf (Depends-on): Add xalloc-die.
18886
18887 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18888
18889         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18890         with a minor change.
18891
18892 2005-07-15  Bruno Haible  <bruno@clisp.org>
18893
18894         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18895         When using lib/poll.c, define poll as rpl_poll.
18896
18897 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18898
18899         * modules/argp (Depends-on): Remove unlocked-io.
18900
18901 2005-07-14  Derek Price  <derek@ximbiot.com>
18902
18903         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18904         for glob symlink bug.
18905
18906 2005-07-14  Bruno Haible  <bruno@clisp.org>
18907
18908         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18909         Instead, test for *_unlocked function declarations directly.
18910
18911 2005-07-11  Simon Josefsson  <jas@extundo.com>
18912
18913         * modules/size_max: New file.
18914
18915         * modules/xsize: Depend on size_max module for size_max.m4.
18916
18917 2005-07-11  Simon Josefsson  <jas@extundo.com>
18918
18919         * lib/size_max.h: New file.
18920
18921 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18922
18923         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18924         copyright symbol and the year.
18925         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18926         (version_etc_va): Use parameterized copyright notice.
18927         Reword to conform to the current GNU coding standards.
18928
18929 2005-07-11  Karl Berry  <karl@gnu.org>
18930
18931         * doc/gnulib.texi (Quoting): new node.
18932         (Initial import): more info, from Patrice.
18933
18934 2005-07-11  Bruno Haible  <bruno@clisp.org>
18935
18936         * gnulib-tool (func_usage): Document option --avoid.
18937         (Command line options): Handle --avoid.
18938         (func_acceptable): New function.
18939         (func_modules_transitive_closure): Use it.
18940
18941 2005-07-11  Bruno Haible  <bruno@clisp.org>
18942
18943         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18944         Reported by Jim Meyering.
18945
18946 2005-07-10  Bruno Haible  <bruno@clisp.org>
18947
18948         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18949         Needed when size_t is smaller than 'unsigned int'.
18950         Reported by Paul Eggert.
18951
18952 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18953
18954         * modules/argp (Depends-on): Add unlocked-io
18955
18956 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18957
18958         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18959         block of defines.
18960
18961 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18962
18963         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18964         fix now.
18965
18966 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18967         and Paul Eggert  <eggert@cs.ucla.edu>
18968
18969         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18970         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18971
18972 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18973
18974         * modules/regex (Files): Add lib/regex_internal.c,
18975         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18976         (Depends-on): Add extensions.
18977         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18978
18979 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18980
18981         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18982         pathconf.
18983         * m4/same.m4 (gl_SAME): Likewise.
18984         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18985
18986         * m4/regex.m4: Adjust to new libc regex implementation.
18987         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18988         all the .c and .h parts of (the new) regex.
18989         Quote the m4 stuff better.
18990         Check for RE_ICASE bug of old gnulib.
18991         Check for REG_STARTEND of recent libc.
18992         Rename local variables from jm_* to gl_*.
18993         Quote operand of "test -f".
18994         Say "recent enough" version of libc, not "version 2".
18995         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18996         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18997         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18998         Remove check for btowc, isascii.
18999         Require AM_LANGINFO_CODESET.
19000
19001 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19002
19003         * lib/regex.c, regex.h: Sync from libc.
19004         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19005         * lib/regexec.c:
19006         New files, synced from libc, except that regex_internal.h
19007         currently has a small porting fix.
19008
19009 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19010
19011         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19012         regex_internal.c, regexec.c.
19013         Add regex_internal.h too, but as a comment, since the libc version
19014         is currently broken in gnulib mode.
19015
19016 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19017
19018         Support programs like Emacs that use gnulib but not gettext.
19019         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19020         * modules/gettext-h: New file.
19021         * modules/gettext (Files): Remove lib/gettext.h.
19022         (Depends-on): Add gettext-h.
19023         (Makefile.am): Remove lib_SOURCES.
19024         * modules/argmatch, modules/c-stack, modules/closeout:
19025         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19026         * modules/execute, modules/file-type, modules/getaddrinfo:
19027         * modules/getopt, modules/human, modules/javacomp:
19028         * modules/javaexec, modules/mkdir-p, modules/obstack:
19029         * modules/openat, modules/pagealign_alloc, modules/pipe:
19030         * modules/quotearg, modules/regex, modules/rpmatch:
19031         * modules/unicodeio, modules/userspec, modules/version-etc:
19032         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19033         * modules/xsetenv:
19034         Depend on gettext-h, not gettext.
19035
19036 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19037
19038         * gnulib-tool (func_import): Add support for 'public domain' license.
19039         * modules/alloca, modules/atexit, modules/memmove:
19040         Now public domain, not GPL.
19041         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19042         * modules/realloc, modules/strerror, modules/strtod:
19043         Now LGPL, not GPL.
19044
19045 2005-07-05  Bruno Haible  <bruno@clisp.org>
19046
19047         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19048         autoconf CVS. Needed for mingw.
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         * modules/strftime (Depends-on): Remove dependency on tzset.
19054
19055 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         Remove the dependency of the strftime module on the tzset module.
19058         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19059         gl_FUNC_TZSET_CLOBBER.
19060
19061 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19062
19063         Remove the dependency of the strftime module on the tzset module.
19064         * lib/strftime.c (my_strftime)
19065         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19066         Copy the input structure, to work around some of the bug with
19067         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19068         Solaris releases, you should also use the tzset module, but we won't
19069         require it as a dependency any more since we don't want LGPLed code
19070         to depend on GPLed code.
19071
19072 2005-07-02  Jim Meyering  <jim@meyering.net>
19073
19074         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19075         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19076         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19077         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19078
19079 2005-07-02  Jim Meyering  <jim@meyering.net>
19080
19081         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19082
19083 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19084
19085         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19086         declares only 'struct timespec;' (!).
19087
19088 2005-07-01  Jim Meyering  <jim@meyering.net>
19089
19090         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19091         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19092         * lib/save-cwd.c, tempname.c:
19093         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19094         and don't include <sys/file.h>).
19095
19096 2005-06-29  Jim Meyering  <jim@meyering.net>
19097
19098         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19099         type name.  Use the variable name instead.
19100         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19101         Likewise.
19102
19103 2005-06-28  Simon Josefsson  <jas@extundo.com>
19104
19105         * modules/check-version (Files): Add check-version.m4.
19106
19107 2005-06-28  Simon Josefsson  <jas@extundo.com>
19108
19109         * m4/check-version.m4: New file, suggested by Jim Meyering
19110         <jim@meyering.net>.
19111
19112 2005-06-28  Simon Josefsson  <jas@extundo.com>
19113
19114         * lib/check-version.h, lib/check-version.c: New files.
19115
19116 2005-06-28  Simon Josefsson  <jas@extundo.com>
19117
19118         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19119         collision with global variable.  Better indentation.  Don't
19120         increment buffer pointer beyond buffer end.  Based on comments
19121         from Paul Eggert <eggert@cs.ucla.edu>.
19122
19123         * lib/base64.h: Indent.
19124
19125 2005-06-28  Simon Josefsson  <jas@extundo.com>
19126
19127         * doc/gnulib.texi (Library version handling): New section.
19128
19129 2005-06-28  Jim Meyering  <jim@meyering.net>
19130
19131         * check-module (find_included_lib_files): Hard-code another
19132         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19133         but modules/fts-lgpl (correctly) does not list those files.
19134
19135         * modules/canonicalize (Files): Add lib/pathmax.h.
19136
19137 2005-06-25  Simon Josefsson  <jas@extundo.com>
19138
19139         * modules/check-version: New file.
19140
19141 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19142
19143         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19144         initializer of struct addrinfo, as an indication that we don't
19145         care how many members the structure has.
19146
19147 2005-06-24  Derek Price  <derek@ximbiot.com>
19148         and Bruno Haible  <bruno@clisp.org>
19149
19150         Remove stat module & update lstat.
19151         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19152         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19153         * m4/stat.m4: Remove this file.
19154
19155 2005-06-24  Derek Price  <derek@ximbiot.com>
19156         and Bruno Haible  <bruno@clisp.org>
19157
19158         Remove stat module & update lstat.
19159         * lib/stat.c: Remove this file...
19160         (slash_aware_lstat): ...moving this content and its support...
19161         * lib/lstat.c (rpl_lstat): ...into here.
19162         * lib/lstat.h: New file.
19163
19164 2005-06-24  Derek Price  <derek@ximbiot.com>
19165         and Bruno Haible  <bruno@clisp.org>
19166
19167         Remove stat module & update lstat.
19168         * config/srclist.txt (libc sources): Remove stat.
19169
19170 2005-06-24  Derek Price  <derek@ximbiot.com>
19171         and Bruno Haible  <bruno@clisp.org>
19172
19173         Remove stat module & update lstat.
19174         * MODULES.html.sh (stat): Remove.
19175         * MODULES.html: Regenerated.
19176         * modules/lstat (Description): Correct function name.
19177         (Files): Add "lstat.h".
19178         (Depends-on): Remove stat, add xalloc, stat-macros.
19179         * modules/stat: Remove this file.
19180         (Include): Add "lstat.h", remove <sys/stat.h>.
19181
19182 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19183
19184         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19185         (ranged_convert): Don't save conversion in a temporary struct.
19186         This causes a warning with GCC 4.0.0, and anyway in the typical
19187         case it's not worth the extra 100 bytes or so of code.
19188         (ranged_convert, __mktime_internal): When calling a function via a
19189         pointer P, use P () rather than (*P) (), as we now assume C89 or
19190         better.
19191
19192 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19193
19194         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19195         "who -r" failed to give output.  Problem reported by Tim Waugh.
19196
19197         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19198         (xcalloc): Use it to avoid needless tests.
19199         Problem reported by Jim Meyering.
19200
19201 2005-06-20  Derek Price  <derek@ximbiot.com>
19202
19203         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19204         unnecessary for Autoconfs > 2.59c.
19205
19206 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19207
19208         * lib/argp.h (__option_is_short): Check upper limit of
19209         __key. Isprint() requires its argument to have the value
19210         of an unsigned char or EOF.
19211
19212 2005-06-16  Jim Meyering  <jim@meyering.net>
19213
19214         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19215         when either N or S is zero.
19216
19217 2005-06-16  Derek Price  <derek@ximbiot.com>
19218
19219         * m4/bison.m4: Declare YACC & YFLAGS precious.
19220
19221 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19222
19223         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19224         multibyte string or pattern, fall back on unibyte matching.
19225         Problem reported by James Youngman.
19226
19227 2005-06-08  Bruno Haible  <bruno@clisp.org>
19228
19229         * modules/csharpcomp: New file.
19230         * MODULES.html.sh (C#): Add csharpcomp.
19231
19232 2005-06-08  Bruno Haible  <bruno@clisp.org>
19233
19234         * m4/csharpcomp.m4: New file, from GNU gettext.
19235
19236 2005-06-08  Bruno Haible  <bruno@clisp.org>
19237
19238         * lib/csharpcomp.h: New file, from GNU gettext.
19239         * lib/csharpcomp.c: New file, from GNU gettext.
19240         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19241
19242 2005-06-08  Bruno Haible  <bruno@clisp.org>
19243
19244         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19245         warning on mingw.
19246
19247 2005-06-07  Derek Price  <derek@ximbiot.com>
19248
19249         Sync from CVS.
19250         * lib/glob_.h: Indent nested #ifdef.
19251
19252 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19253
19254         Sync from coreutils.
19255         Use "file name" when talking about file names, instead of "filename"
19256         or "path", as per the GNU coding standards.
19257         * lib/mkdir-p.c: Renamed from makepath.c.
19258         (make_dir_parents): Renamed from make_path.  All callers changed.
19259         * lib/mkdir-p.h: Likewise.  All includers changed.
19260         * lib/filenamecat.c: Renamed from path-concat.c.
19261         (file_name_concat): Renamed from path_concat.  All callers changed.
19262         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19263         * lib/filenamecat.h: Likewise.  All includers changed.
19264         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19265         in comments or local variable names.
19266         * lib/basename.c: Likewise.
19267         * lib/canonicalize.c, canonicalize.h: Likewise.
19268         * lib/dirname.c, dirname.h: Likewise.
19269         * lib/euidaccess.c: Likewise.
19270         * lib/exclude.c: Likewise
19271         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19272         * lib/fsusage.c, fsuage.h: Likewise.
19273         * lib/fts.c, fts_.h: Likewise.
19274         * lib/getcwd.c: Likewise.
19275         * lib/getloadavg.c: Likewise.
19276         * lib/mkstemp.c: Likewise.
19277         * lib/mountlist.c, mountlist.h: Likewise.
19278         * lib/openat.c, openat.h: Likewise.
19279         * lib/readlink-stub.c: Likewise.
19280         * lib/readutmp.c, readutmp.h: Likewise.
19281         * lib/rename.c: Likewise.
19282         * lib/rmdir.c: Likewise.
19283         * lib/same.c: Likewise.
19284         * lib/savedir.c: Likewise.
19285         * lib/stripslash.c: Likewise.
19286         * lib/tempname.c: Likewise.
19287         * lib/xreadlink.c: Likewise.
19288         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19289         All uses changed.
19290         * lib/exclude.h: Likewise.
19291
19292         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19293         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19294         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19295         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19296         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19297         files have been getting away with it for years (MORE/BSD 4.3
19298         is extinct now).
19299         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19300         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19301
19302         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19303         Define to 256, not 255, as per modern POSIX.
19304
19305 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19306
19307         Sync from coreutils.
19308         Use "file name" when talking about file names, instead of "filename"
19309         or "path", as per the GNU coding standards.
19310         * MODULES.html.sh: mkdir-p renamed from makepath.
19311         filenamecat renamed from path-concat.
19312         * modules/filenamecat: Renamed from modules/path-concat.
19313         (Files): filenamecat.h and filenamecat.c renamed from
19314         path-concat.h and path-concat.c.
19315         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19316         (Include): filenamecat.h, not path-concat.h.
19317         * modules/mkdir-p: Renamed from modules/makepath.
19318         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19319         makepath.c.
19320         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19321         (Include): mkdir-p.h, not makepath.h.
19322
19323 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19324
19325         Sync from coreutils.
19326         * m4/mkdir-p.m4: Renamed from makepath.m4.
19327         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19328         Rename files from makepath.c to mkdir-p.c, and from
19329         makepath.h to mkdir-p.h.
19330         * m4/filenamecat.m4: Renamed from path-concat.m4.
19331         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19332         Rename files from path-concat.c to filenamecat.c,
19333         and from path-concat.h to filenamecat.h.
19334         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19335         "file name" in local variables or comments.
19336         * m4/rename.m4: Likewise.
19337
19338 2005-06-01  Bruno Haible  <bruno@clisp.org>
19339
19340         * modules/csharpexec: New file.
19341         * MODULES.html.sh (C#): New section.
19342
19343 2005-06-01  Bruno Haible  <bruno@clisp.org>
19344
19345         * m4/csharp.m4: New file, from GNU gettext.
19346         * m4/csharpexec.m4: New file, from GNU gettext.
19347
19348 2005-06-01  Bruno Haible  <bruno@clisp.org>
19349
19350         * lib/csharpexec.h: New file, from GNU gettext.
19351         * lib/csharpexec.c: New file, from GNU gettext.
19352         * lib/csharpexec.sh.in: New file, from GNU gettext.
19353
19354 2005-05-31  Derek Price  <derek@ximbiot.com>
19355             Paul Eggert  <eggert@cs.ucla.edu>
19356
19357         Sync from cvs.
19358         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19359
19360 2005-05-31  Derek Price  <derek@ximbiot.com>
19361             Paul Eggert  <eggert@cs.ucla.edu>
19362
19363         Sync from cvs.
19364         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19365
19366 2005-05-29  Derek Price  <derek@ximbiot.com>
19367
19368         * config/srclist.txt (glob_.h, glob.c): Add these files.
19369
19370 2005-05-29  Derek Price  <derek@ximbiot.com>
19371
19372         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19373         * modules/glob: New file.
19374         * modules/getlogin_r: Add link to POSIX spec in description.
19375
19376 2005-05-29  Derek Price  <derek@ximbiot.com>
19377             Paul Eggert  <eggert@cs.ucla.edu>
19378
19379         * m4/glob.m4: New file.
19380
19381 2005-05-29  Derek Price  <derek@ximbiot.com>
19382             Paul Eggert  <eggert@cs.ucla.edu>
19383
19384         * lib/glob_.h, lib/glob.c: New files.
19385
19386 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19387
19388         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19389         * modules/fts-lgpl (Depends-on): Remove gettext.
19390
19391 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19392
19393         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19394         and don't require gt_INTTYPES_PRI.
19395
19396 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19397
19398         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19399
19400         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19401         the configuration hassle isn't worth it.
19402         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19403         (LONGEST_MODIFIER, PRIuMAX): Remove.
19404
19405 2005-05-27  Bruno Haible  <bruno@clisp.org>
19406
19407         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19408
19409 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19410
19411         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19412         _POSIX_PTHREAD_SEMANTICS for Solaris.
19413
19414 2005-05-25  Derek Price  <derek@ximbiot.com>
19415
19416         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19417
19418 2005-05-25  Derek Price  <derek@ximbiot.com>
19419             Paul Eggert  <eggert@cs.ucla.edu>
19420
19421         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19422         * lib/getlogin_r.c, getlogin_r.h: New files.
19423
19424 2005-05-25  Bruno Haible  <bruno@clisp.org>
19425             Derek Price  <derek@ximbiot.com>
19426
19427         * lib/getlogin_r.h: Simplify API documentation.
19428
19429 2005-05-23  Derek Price  <derek@ximbiot.com>
19430
19431         * modules/minmax (Files): Add m4/minmax.m4.
19432         (configure.ac): Add gl_MINMAX.
19433
19434 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19435
19436         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19437         so that unistd-safer.h (GPL'ed code) need not be included.
19438
19439 2005-05-22  Bruno Haible  <bruno@clisp.org>
19440
19441         * m4/minmax.m4: New file.
19442         Based on a patch by Derek Price <derek@ximbiot.com>.
19443
19444 2005-05-22  Bruno Haible  <bruno@clisp.org>
19445
19446         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19447         (INT64_MIN): Fix definition.
19448         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19449
19450         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19451         NEED_SIGNED_INT_TYPES.
19452
19453         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19454         HAVE_SYSTEM_INTTYPES.
19455
19456 2005-05-22  Bruno Haible  <bruno@clisp.org>
19457
19458         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19459         Also include <sys/param.h> if it defines MIN, MAX.
19460         Based on a patch by Derek Price <derek@ximbiot.com>.
19461
19462 2005-05-21  Jim Meyering  <jim@meyering.net>
19463
19464         * modules/fts (Files): Add m4/inttypes-pri.m4.
19465         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19466
19467 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19468
19469         New fts module.
19470         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19471         (setup_dir, free_dir): New functions.
19472         (enter_dir, leave_dir): Define trivial
19473         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19474         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19475         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19476         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19477         Move to fts-cycle.c.
19478         (fts_open): Use setup_dir.
19479         (fts_close): Use free_dir.
19480         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19481         This adds a label and some gotos, but the alternatives were messier.
19482         Check for memory allocation failure when entering a dir.
19483         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19484         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19485         (FTS): New member fts_cycle, that is a union that contains the
19486         old active_dir_ht and cycle_state.  All uses changed to mention
19487         fts_cycle.ht and fts_cycle.state.
19488         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19489         fts.c, with the following changes:
19490         (setup_dir, free_dir): New functions.
19491         (enter_dir): Now returns bool.  Return true if successful, false
19492         if memory exhausted.  All callers changed.
19493         Do not bother partly cleaning up on
19494         memory allocation failure; that is free_dir's job.
19495         However, free ad if hash_insert fails, to avoid memory leak.
19496         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19497         fts->fts_options to see which union member to use.
19498
19499 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19500
19501         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19502         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19503
19504 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19505
19506         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19507
19508 2005-05-20  Jim Meyering  <jim@meyering.net>
19509
19510         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19511         Now a macro, to pacify GCC.
19512
19513 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19514
19515         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19516         of -1.
19517
19518 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19519
19520         * lib/chown.c (rpl_chown): Return -1 on failure.
19521
19522 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19523
19524         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19525         Don't check for stddef.h.
19526         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19527         don't use its results.
19528         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19529         since we include them unconditionally.  Don't require
19530         AM_STDBOOL_H, since stdbool is a prerequisite.
19531         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19532         since we assume C89 or better.
19533         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19534         as we don't use their results.
19535         Don't check for fchdir, memmove, memset, strrchr, as we use
19536         them unconditionally.
19537         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19538         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19539
19540 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19541
19542         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19543         Include <stddef.h> unconditionally, since we assume C89 now.
19544         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19545         * lib/fts.c: Include fts_.h first, to check interface.
19546         Do not include intprops.h; no longer needed.
19547         Include cycle-check.h and hash.h, since fts_.h no longer does.
19548         Remove unnecessary casts of closedir to void.
19549         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19550         decide whether to decrement nlinks.
19551         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19552         (FTS): Use struct hash_table * instead of Hash_table, so that
19553         we no longer need to include hash.h here.
19554
19555 2005-05-18  Jim Meyering  <jim@meyering.net>
19556
19557         * modules/dirfd (License): Change to LGPL.  Most of the code
19558         is already in the public domain.
19559
19560 2005-05-18  Jim Meyering  <jim@meyering.net>
19561
19562         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19563         Reported by Yoann Vandoorselaere.
19564
19565 2005-05-17  Jim Meyering  <jim@meyering.net>
19566
19567         * m4/fts.m4: New file, from coreutils.
19568
19569 2005-05-17  Jim Meyering  <jim@meyering.net>
19570
19571         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19572
19573 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19574
19575         Sync from coreutils.
19576         * m4/unlinkdir.m4: New file.
19577
19578 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19579
19580         Sync from coreutils.
19581         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19582         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19583         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19584         White space changes only.
19585         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19586         special.
19587         * lib/yesno.c: Include getline.h, not ctype.h.
19588         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19589         Use getline to remove arbitrary restriction on response length.
19590
19591 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19592
19593         * config/srclist-update: Spell out "Street" in FSF postal
19594         mail address; this is the style the FSF seems to prefer.
19595
19596         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19597         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19598         this updates FSF postal mail address.
19599
19600         Sync from coreutils.
19601         * modules/unlinkdir: New file.
19602         * modules/yesno (Depends-on): Add getline.
19603         * MODULES.html.sh (File system functions): Add unlinkdir.
19604
19605 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19606
19607         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19608         lib/strsep.h:
19609         Change the initial comment to refer to GPL, not LGPL.
19610         gnulib-tool will change it to LGPL as needed.
19611
19612         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19613         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19614         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19615         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19616         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19617         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19618         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19619         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19620         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19621         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19622         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19623         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19624         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19625         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19626         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19627         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19628         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19629         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19630         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19631         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19632         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19633         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19634         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19635         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19636         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19637         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19638         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19639         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19640         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19641         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19642         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19643         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19644         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19645         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19646         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19647         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19648         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19649         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19650         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19651         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19652         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19653         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19654         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19655         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19656         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19657         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19658         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19659         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19660         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19661         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19662         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19663         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19664         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19665         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19666         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19667         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19668         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19669         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19670         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19671         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19672         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19673         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19674         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19675         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19676         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19677         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19678         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19679         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19680         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19681         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19682         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19683         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19684         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19685         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19686         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19687         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19688         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19689         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19690         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19691         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19692         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19693         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19694         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19695         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19696         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19697         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19698         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19699         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19700         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19701         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19702         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19703         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19704         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19705         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19706         lib/yesno.c, lib/yesno.h:
19707         Update FSF postal mail address.
19708
19709 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19710
19711         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19712         tests/test-memmem.c, tests/test-stpncpy.c:
19713         Update FSF postal mail address.
19714
19715 2005-05-13  Bruno Haible  <bruno@clisp.org>
19716
19717         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19718         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19719         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19720         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19721         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19722         Add support for 64-bit integers in the MSVC compiler.
19723
19724 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19725
19726         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19727
19728 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19729
19730         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19731
19732 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19733
19734         * doc/getdate.texi (General date syntax): Don't say that date
19735         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19736         Problem reported by Nic Ferrier.
19737
19738 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19739
19740         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19741         specified in ai_socktype. Fix invalid ai_protocol
19742         check. ai_protocol is usually set to 0 or depending on
19743         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19744         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19745         ai_socktype / ai_protocol in the returned addrinfo structure.
19746
19747 2005-05-10  Simon Josefsson  <jas@extundo.com>
19748
19749         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19750         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19751
19752 2005-05-10  Karl Berry  <karl@gnu.org>
19753
19754         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19755         (from http://www.gnu.org/licenses).
19756         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19757         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19758         fdl.texi suffices.
19759
19760 2005-05-10  Karl Berry  <karl@gnu.org>
19761
19762         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19763         (COPYING.DOC): remove.
19764
19765         * config/srclist-update: new FSF address.
19766
19767 2005-05-10  Derek Price  <derek@ximbiot.com>
19768
19769         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19770         possible.
19771
19772 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19773             Bruno Haible  <bruno@clisp.org>
19774
19775         * modules/inet_ntop: New file.
19776         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19777         inet_ntop.
19778
19779 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19780             Bruno Haible  <bruno@clisp.org>
19781
19782         * m4/inet_ntop.m4: New file.
19783
19784 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19785             Bruno Haible  <bruno@clisp.org>
19786
19787         * lib/inet_ntop.h: New file.
19788         * lib/inet_ntop.c: New file, from glibc with modifications.
19789
19790 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19791
19792         * modules/time_r (License): Change to LGPL.
19793         * modules/extensions (License): Change to LGPL.  Actually,
19794         the license is more permissive than that, but currently gnulib-tool
19795         doesn't know how to handle more-permissive licenses.
19796
19797         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19798         Problem reported by Dave Love.
19799
19800 2005-05-08  Jim Meyering  <jim@meyering.net>
19801
19802         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19803         blank.
19804
19805 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19806
19807         * modules/argmatch (Depends-on): Add stdbool.
19808         * modules/backupfile (Depends-on): Likewise.
19809         * modules/chdir-long (Depends-on): Likewise.
19810         * modules/closeout (Depends-on): Likewise.
19811         * modules/cycle-check (Depends-on): Likewise.
19812         * modules/dirname (Depends-on): Likewise.
19813         * modules/fnmatch (Depends-on): Likewise.
19814         * modules/fsusage (Depends-on): Likewise.
19815         * modules/fwriteerror (Depends-on): Likewise.
19816         * modules/getcwd (Depends-on): Likewise.
19817         * modules/getloadavg (Depends-on): Likewise.
19818         * modules/hard-locale (Depends-on): Likewise.
19819         * modules/makepath (Depends-on): Likewise.
19820         * modules/mountlist (Depends-on): Likewise.
19821         * modules/nanosleep (Depends-on): Likewise.
19822         * modules/posixtm (Depends-on): Likewise.
19823         * modules/quotearg (Depends-on): Likewise.
19824         * modules/readtokens (Depends-on): Likewise.
19825         * modules/readtokens0 (Depends-on): Likewise.
19826         * modules/readutmp (Depends-on): Likewise.
19827         * modules/save-cwd (Depends-on): Likewise.
19828         * modules/strftime (Depends-on): Likewise.
19829         * modules/userspec (Depends-on): Likewise.
19830         * modules/utimecmp (Depends-on): Likewise.
19831         * modules/xgetcwd (Depends-on): Likewise.
19832         * modules/xnanosleep (Depends-on): Likewise.
19833         * modules/xstrtod (Depends-on): Likewise.
19834         * modules/yesno (Depends-on): Likewise.
19835
19836 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19837
19838         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19839         needless checks.
19840
19841 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19842
19843         Merge from coreutils.  Among other things,
19844         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19845         * lib/fd-safer.c: New file.
19846         * lib/fcntl-safer.h, open-safer.c: Remove.
19847         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19848         * lib/dup-safer.c: Include unistd-safer.h first.
19849         Don't include errno.h.
19850         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19851         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19852         * lib/file-type.c: Rely on file-type.h change.
19853         * lib/getloadavg.c: Include unistd-safer.h.
19854         (getloadavg): Use safer open.
19855         * lib/getusershell.c: Include "stdio-safer.h".
19856         (getusershell): Use safer fopen.
19857         * lib/long-options.c (long_options): Use NULL rather than 0.
19858         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19859         'free'.
19860         * lib/modechange.c: Likewise.
19861         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19862         (MODE_DONE): New constant.
19863         (struct mode_change): Remove 'next' member.
19864         (make_node_op_equals): New function; like the old one of the
19865         same name, except it allocates an array.
19866         (mode_compile, mode_create_from_ref): Use it.
19867         (mode_compile): Allocate result as an array, not a linked list.
19868         Parse octal string ourself, so that we catch mistakes like "+0".
19869         (mode_adjust): Arg is an array, not a linked list.
19870         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19871         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19872         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19873         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19874         Remove.  This is now stat-macros.h's job.
19875         (talloc): Remove.  All callers replaced by xalloc, so that
19876         our invokers don't have to worry about reporting memory failures.
19877         (make_node_op_equals): Remove.
19878         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19879         New constants.
19880         (struct mode_change): Moved here from modechange.h.
19881         (mode_append_entry): Remove.
19882         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19883         apps to have incorrect behavior.  Use simpler algorithm for head
19884         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19885         Detect more invalid usages rather than having somewhat-random behavior.
19886         Don't insert an "a=" action, as that leads to incorrect behavior.
19887         (mode_compile, mode_create_from_ref): Return NULL on error instead
19888         of an enum, since now there's only one way to have an error.  All
19889         callers changed.
19890         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19891         at the correct time.  Simplify calculation of "+u" and its ilk.
19892         Don't mishandle "+X".
19893         (mode_free): Remove "register" and localize decls.
19894         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19895         (struct mode_change): Move to modechange.c; callers don't
19896         need to see this stuff.
19897         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19898         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19899         (mode_change, mode_adjust): Reflect the new signatures noted above.
19900         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19901         that might redefine system include files.
19902         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19903         (my_usleep): Use NULL rather than (void *) 0.
19904         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19905         Use siginterrupt to specify that system calls should be interrupted.
19906         (rpl_nanosleep): Move initialization of suspended closer to call of
19907         my_usleep.
19908         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19909         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19910         (desirable_utmp_entry): New function.
19911         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19912         using x2nrealloc, to simplify logic.
19913         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19914         size calculation.  Do not assume utmp file is a regular file.
19915         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19916         (READ_UTMP_CHECK_PIDS): New constant.
19917         * lib/save-cwd.c: Include unistd-safer.h.
19918         (save_cwd): Use fd_safer.
19919         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19920         [!_LIBC] Include "stat-macros.h" instead.
19921         * lib/unistd-safer.h (fd_safer): New decl.
19922
19923 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19924
19925         * modules/getloadavg (Depends-on): Add unistd-safer.
19926         * modules/getusershell (Depends-on): Add stdio-safer.
19927         * modules/lstat (Depends-on): Remove xalloc.
19928         * modules/mkstemp (Depends-on): Add stat-macros.
19929         * modules/modechange (Depends-on): Remove xstrtol.
19930         Add stat-macros, xalloc.
19931         * modules/save-cwd (Depends-on): Add unistd-safer.
19932         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19933         * modules/unistd-safer (Files): Add lib/fd-safer.c
19934         (Makefile.am): Remove lib_SOURCES.
19935
19936         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19937         Remove fcntl-safer; unistd-safer supersedes it.
19938
19939 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19940
19941         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19942         AC_HEADER_STAT.
19943         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19944         (gl_PREREQ_CHOWN): Remove.
19945         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19946         it.  Don't require AC_HEADER_STAT.
19947         (gl_PREREQ_LSTAT): Remove.
19948         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19949         Don't require AC_HEADER_STAT.
19950         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19951         (gl_PREREQ_RMDIR): Remove.
19952         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19953         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19954         the stat-macros module a prerequisite.
19955         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19956         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19957         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19958         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19959         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19960         variable names.
19961         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19962         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19963         variable prefixes.
19964         * m4/fcntl-safer.m4: Remove.
19965         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19966         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19967         Invoke gl_PREREQ_FD_SAFER.
19968         (gl_PREREQ_FD_SAFER): New macro.
19969         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19970         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19971         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19972         Remove duplicate call to AC_LIBOBJ(readutmp).
19973         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19974
19975         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19976         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19977
19978 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19979
19980         * MODULES.html.sh (Misc): Add byteswap.
19981
19982 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19983
19984         * modules/getcwd (Depends-on): Add extensions.
19985         * modules/openat (Depends-on): Likewise.
19986
19987 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19988
19989         * modules/byteswap: New file.
19990
19991 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19992
19993         * m4/byteswap.m4: New file.
19994
19995 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19996
19997         * lib/byteswap_.h: New file.
19998
19999 2005-04-25  Karl Berry  <karl@gnu.org>
20000
20001         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20002
20003 2005-04-25  Albert Chin  <china@thewrittenword.com>
20004
20005         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20006         Toolkit C bug.
20007
20008 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20009
20010         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20011         (func_ln_if_changed) Remove forcibly for no error message
20012         in case file does not exist.
20013
20014 2005-04-19  Simon Josefsson  <jas@extundo.com>
20015
20016         * gnulib-tool (Options): Make --symlink mean --symbolic.
20017
20018 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20019
20020         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20021
20022 2005-04-16  Simon Josefsson  <jas@extundo.com>
20023
20024         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20025
20026 2005-04-15  Simon Josefsson  <jas@extundo.com>
20027
20028         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20029
20030 2005-04-15  Simon Josefsson  <jas@extundo.com>
20031
20032         * gnulib-tool: Rename --symlink to --symbolic.
20033
20034 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20035
20036         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20037         symbolic links to files instead of copying/moving.  Add --aux-dir,
20038         specifying directory relative --dir where auxiliary build tools
20039         are placed.
20040
20041 2005-04-14  Bruno Haible  <bruno@clisp.org>
20042
20043         * modules/allocsa (License): Change to LGPL.
20044         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20045
20046 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20047
20048         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20049         that "UTC +1 second" continues to work.  Problem reported
20050         by Dmitry V. Levin.
20051         (relunit_snumber): New rule.
20052         (relunit): Use it.
20053
20054 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20055
20056         * lib/getdate.y (universal_time_zone_table): New constant.
20057         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20058         universal_time_zone_table.
20059         (lookup_zone): Prefer universal_time_zone_table to
20060         local_time_zone_table, so that "GMT" time stamps are allowed in
20061         London during the summer.  Problem reported by Ian Abbott.
20062
20063 2005-04-12  Jim Meyering  <jim@meyering.net>
20064
20065         * lib/human.c (humblock): Set *options even when returning due to
20066         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20067         warning from gcc-4.
20068
20069 2005-04-09  Jim Meyering  <jim@meyering.net>
20070
20071         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20072         -Wuninitialized: initialize tm0.tm_year.
20073
20074 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20075
20076         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20077         count, since there's no maximum.  All uses changed.
20078         Add member dsts_seen.
20079         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20080         not being INT_MAX.
20081         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20082         Use pc_rels_seen to decide whther a date is absolute.
20083
20084         * lib/getdate.y (number): Don't overwrite year.
20085         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20086         check.
20087
20088 2005-04-02  Simon Josefsson  <jas@extundo.com>
20089
20090         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20091         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20092
20093 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20094
20095         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20096         where no absolute path name can be longer than PATH_MAX.
20097
20098 2005-03-27  Jim Meyering  <jim@meyering.net>
20099
20100         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20101
20102 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20103
20104         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20105         "one's complement" -> "ones' complement" in comment, as per Knuth.
20106         "value of type" -> "type or expression" in comment.
20107         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20108
20109 2005-03-26  Jim Meyering  <jim@meyering.net>
20110
20111         Comment nits.
20112         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20113         Correct typos: s/or/of/.
20114
20115 2005-03-26  Jim Meyering  <jim@meyering.net>
20116
20117         * modules/check-include-files: Move to ../ and rename to...
20118         * check-module: ...this.
20119
20120 2005-03-25  Jim Meyering  <jim@meyering.net>
20121
20122         * modules/xvasprintf (Files): Add xalloc.h.
20123
20124 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20125
20126         * modules/gettext (Files): config/config.rpath ->
20127         build-aux/config.rpath
20128         * modules/iconv (Files): Likewise.
20129         Problem reported by Oskar Liljeblad.
20130
20131 2005-03-23  Jim Meyering  <jim@meyering.net>
20132
20133         * modules/check-include-files: New script to check for
20134         missing dependencies, multiple includes, etc.
20135
20136         * modules/c-strtold (Depends-on): Add xalloc.
20137         * modules/c-strtod (Depends-on): Add xalloc.
20138         * modules/hash (Depends-on): Add xalloc.
20139         (Files): Remove lib/xalloc.h.
20140
20141         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20142         * modules/userspec (Files): Add lib/inttostr.h.
20143
20144 2005-03-23  Jim Meyering  <jim@meyering.net>
20145
20146         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20147
20148 2005-03-22  Jim Meyering  <jim@meyering.net>
20149
20150         * modules/stat-macros: New module.
20151         * modules/canonicalize, modules/euidaccess, modules/file-type,
20152         * modules/filemode, modules/lchown, modules/makepath,
20153         * modules/rmdir, modules/stat: Depend on new stat-macros module
20154         rather than listing lib/stat-macros.h manually.
20155         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20156
20157 2005-03-22  Jim Meyering  <jim@meyering.net>
20158
20159         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20160
20161 2005-03-22  Bruno Haible  <bruno@clisp.org>
20162
20163         * config/srclist.txt: Replace target directory 'config' with
20164         'build-aux'.
20165         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20166         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20167         ../build-aux/.
20168
20169 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20170
20171         * modules/chdir-long (Depends-on): Add mempcpy.
20172
20173         * modules/acl, modules/backupfile, modules/c-strtod,
20174         modules/c-strtold, modules/canon-host, modules/canonicalize,
20175         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20176         modules/exclude, modules/exitfail, modules/file-type,
20177         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20178         modules/getdate, modules/getline, modules/getpagesize,
20179         modules/getpass, modules/getugroups, modules/group-member,
20180         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20181         modules/inttostr, modules/long-options, modules/makepath,
20182         modules/md5, modules/memcasecmp, modules/memcoll,
20183         modules/modechange, modules/mountlist, modules/path-concat,
20184         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20185         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20186         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20187         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20188         modules/strftime, modules/strndup, modules/strverscmp,
20189         modules/timespec, modules/unlocked-io, modules/userspec,
20190         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20191         modules/yesno:
20192         Remove lib_SOURCES line from Makefile.am section, as this is now
20193         done automatically by the corresponding Autoconf macro.
20194
20195 2005-03-21  Jim Meyering  <jim@meyering.net>
20196
20197         Changes imported from coreutils.
20198
20199         * lib/cycle-check.c: Don't include xalloc.h.
20200
20201         * lib/path-concat.c: Don't include assert.h.
20202         (path_concat): Remove assertion that would have triggered
20203         for ABASE starting with more than one slash.
20204         Reported by Andreas Schwab.
20205
20206         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20207         properly when ABASE is an absolute file name.
20208         Correct the description of this function.
20209         Include <assert.h>.
20210         Add an assertion and a test driver.
20211         This fixes a bug introduced on 2004-07-02.
20212         Andreas Schwab reported the resulting failure of cp --parents:
20213         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20214
20215 2005-03-21  Jim Meyering  <jim@meyering.net>
20216
20217         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20218         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20219
20220 2005-03-21  Jim Meyering  <jim@meyering.net>
20221         and  Paul Eggert  <eggert@cs.ucla.edu>
20222
20223         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20224         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20225         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20226         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20227         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20228         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20229         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20230         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20231         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20232         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20233         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20234         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20235         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20236         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20237         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20238         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20239         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20240         for these modules.
20241
20242 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20243
20244         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20245         (which shouldn't happen), generate nothing instead of returning 0
20246         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20247
20248 2005-03-16  Bruno Haible  <bruno@clisp.org>
20249
20250         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20251         HAVE_LONGLONG_64BIT.
20252
20253 2005-03-16  Bruno Haible  <bruno@clisp.org>
20254
20255         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20256         HAVE_LONGLONG_64BIT.
20257
20258 2005-03-16  Bruno Haible  <bruno@clisp.org>
20259
20260         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20261         HAVE_LONGLONG_64BIT.
20262
20263 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20264
20265         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20266         reliably distinguish strftime failure from empty output on POSIX
20267         hosts.
20268
20269 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20270
20271         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20272         (iconv_string): Don't guess a size-zero buffer, as that might cause
20273         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20274         result would be 'too large', where 'too large' is (heuristically)
20275         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20276         overflow concerns.  This will prevent some unwanted malloc failures
20277         when the inputs are very large.
20278
20279 2005-03-15  Karl Berry  <karl@gnu.org>
20280
20281         * config/srclist.txt (config.rpath): from gettext.
20282         * config/config.rpath: update.
20283
20284 2005-03-15  Bruno Haible  <bruno@clisp.org>
20285
20286         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20287         to 'negate'.
20288
20289         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20290         variable.
20291
20292         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20293         results.
20294
20295 2005-03-14  Simon Josefsson  <jas@extundo.com>
20296
20297         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20298         <fx@gnu.org>.
20299
20300 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20301
20302         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20303         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20304         intprops.h.
20305         * lib/strtol.c: Likewise.
20306
20307 2005-03-14  Jim Meyering  <jim@meyering.net>
20308
20309         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20310         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20311         to be nonzero so that we (and caller) can detect the difference
20312         between a valid zero-length expansion and an error return, even
20313         when the underlying strftime fails before writing anything into
20314         that location.
20315
20316 2005-03-14  Bruno Haible  <bruno@clisp.org>
20317
20318         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20319         Update from GNU gettext 0.14.3.
20320
20321 2005-03-10  Jim Meyering  <jim@meyering.net>
20322
20323         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20324
20325 2005-03-10  Jim Meyering  <jim@meyering.net>
20326
20327         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20328         so that this module works on systems without fchdir.
20329
20330 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20331
20332         Factor int-properties macros into a single file, except for
20333         glibc-related files.
20334         * lib/intprops.h: New file.
20335         * lib/getloadavg.c: Include it instead of limits.h.
20336         (INT_STRLEN_BOUND): Remove.
20337         * lib/human.c: Include intprops.h.
20338         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20339         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20340         302/1000.
20341         * lib/inttostr.h: Include intprops.h instead of limits.h.
20342         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20343         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20344         for consistency with intprops.h.
20345         (time_t_is_integer, twos_complement_arithmetic): Use them.
20346         * lib/sig2str.h: Include <signal.h>, intprops.h.
20347         (INT_STRLEN_BOUND): Remove.
20348         * lib/strftime.c (TYPE_SIGNED): Remove.
20349         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20350         * lib/strtol.c: Adjust comments to match intprops.h.
20351         * lib/userspec.c: Include intprops.h.
20352         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20353         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20354         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20355         instead of rolling our own expressions.
20356         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20357
20358         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20359         instead of int.
20360         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20361         the right thing even if adding 1900 would overflow.  Similarly
20362         for tm_mon + 1 and tm_yday + 1.
20363         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20364         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20365         (DO_SIGNED_NUMBER): New macro.
20366         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20367
20368 2005-03-07  Bruno Haible  <bruno@clisp.org>
20369
20370         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20371
20372 2005-03-07  Bruno Haible  <bruno@clisp.org>
20373
20374         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20375
20376 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20377
20378         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20379         (func_import): Only replace files via --import when they have actually
20380         changed.
20381
20382 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20383
20384         * m4/mmap-anon.m4: New file.
20385         * m4/pagealign_alloc.m4: New file.
20386
20387 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20388             Bruno Haible  <bruno@clisp.org>
20389
20390         * modules/pagealign_alloc: New file.
20391         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20392
20393 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20394             Bruno Haible  <bruno@clisp.org>
20395
20396         * lib/pagealign_alloc.h: New file.
20397         * lib/pagealign_alloc.c: New file.
20398
20399 2005-03-03  Bruno Haible  <bruno@clisp.org>
20400
20401         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20402         Use an all-permissive copyright notice, recommended by RMS.
20403
20404 2005-03-02  Bruno Haible  <bruno@clisp.org>
20405
20406         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20407         of AIX, the replacement has to be done only after <string.h> is
20408         included, therefore not in config.h. stpncpy.h does the replacement,
20409         and stpncpy.c uses it.
20410
20411 2005-03-02  Bruno Haible  <bruno@clisp.org>
20412
20413         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20414         stpncpy.c uses it.
20415
20416 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20417
20418         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20419         The workaround isn't strictly needed for POSIX conformance, and
20420         it's too much of a pain to configure and maintain.  We'll ask
20421         people to fix their kernels instead.
20422         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20423         (NANOSLEEP_BUG_WORKAROUND): Remove.
20424         (xnanosleep): Remove the workaround.
20425
20426 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20427
20428         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20429         Reported by Derek Price.
20430         (Include): Add "timespec.h".
20431
20432         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20433
20434 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20435
20436         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20437         to detect nanosleep bug.
20438
20439 2005-03-01  Bruno Haible  <bruno@clisp.org>
20440
20441         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20442
20443 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20444
20445         * modules/gethrxtime: New file.
20446         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20447         (Depends-on): Add gethrxtime.
20448         (configure.ac): Add gl_XNANOSLEEP.
20449         (Makefile.am): Remove lib_SOURCES line.
20450
20451 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20452
20453         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20454         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20455
20456 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20457
20458         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20459         * lib/timespec.h (gettime): Return void, since it always
20460         succeeds now.  All uses changed.
20461         * lib/gettime.c (gettime) Likewise.
20462         [HAVE_NANOTIME]: Prefer nanotime.
20463         Assume gettimeofday succeeds, as POSIX requires.
20464         Assime time () succeeds, since other code already does.
20465         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20466         (timespec_subtract): Remove.
20467         (NANOSLEEP_BUG_WORKAROUND): New constant.
20468         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20469         things considerably.  Use it only on GNU/Linux hosts, since the
20470         workaround shouldn't be needed elsewhere.
20471
20472 2005-02-24  Bruno Haible  <bruno@clisp.org>
20473
20474         * modules/gettext (Files): Add m4/glibc2.m4.
20475
20476 2005-02-24  Bruno Haible  <bruno@clisp.org>
20477
20478         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20479         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20480         * m4/progtest.m4:
20481         Update from GNU gettext 0.14.2.
20482         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20483
20484 2005-02-24  Bruno Haible  <bruno@clisp.org>
20485
20486         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20487         * lib/config.charset: Update from GNU gettext 0.14.2.
20488
20489 2005-02-24  Bruno Haible  <bruno@clisp.org>
20490
20491         * lib/gettext.h: Update from GNU gettext 0.14.2.
20492
20493 2005-02-23  Simon Josefsson  <jas@extundo.com>
20494
20495         * m4/iconvme.m4: New file.
20496
20497 2005-02-23  Jim Meyering  <jim@meyering.net>
20498
20499         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20500         change.
20501         Thanks to Bruno Haible for catching it.
20502
20503 2005-02-22  Simon Josefsson  <jas@extundo.com>
20504
20505         * modules/iconvme: New file.
20506
20507         * MODULES.html.sh: Add iconvme.
20508
20509 2005-02-22  Simon Josefsson  <jas@extundo.com>
20510
20511         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20512
20513 2005-02-22  Simon Josefsson  <jas@extundo.com>
20514
20515         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20516
20517 2005-02-22  Jim Meyering  <jim@meyering.net>
20518
20519         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20520         s/ifndef/ifdef/.
20521
20522 2005-02-20  Neil Conway  <neilc@samurai.com>
20523
20524         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20525         returned by OSX/Darwin if the specified buffer is not large
20526         enough for the hostname.
20527
20528 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20529
20530         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20531         pass it to _help, otherwise the latter coredumps trying to
20532         dereference state.root_argp.
20533
20534 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20535
20536         * modules/chdir-long (Depends-on): Add memrchr.
20537         * modules/memrchr (Files): Add lib/memrchr.h.
20538         (Include): "memrchr.h".
20539
20540 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20541
20542         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20543
20544 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20545
20546         * lib/memrchr.h: New file.
20547         * lib/chdir-long.c: Include it.
20548         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20549         Don't bother including stddef.h.
20550
20551 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20552
20553         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20554         inclusion.
20555         Include <sys/types.h>, for dev_t.
20556         (ME_DUMMY, ME_REMOTE): Move from here....
20557         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20558         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20559         Dmitry V. Levin.
20560         Include mountlist.h first, to test the interface.
20561
20562 2005-01-29  Bruno Haible  <bruno@clisp.org>
20563
20564         * lib/progname.c (program_name): Initialize.
20565         Needed when linking statically on MacOS X.
20566
20567 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20568
20569         Sync from coreutils.
20570         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20571         (Depends-on): Add c-strtod.
20572         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20573
20574 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20575
20576         Sync from coreutils.
20577         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20578
20579         Remove files that are specific to coreutils.
20580         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20581
20582 2005-01-28  Bruno Haible  <bruno@clisp.org>
20583
20584         * modules/javacomp: New file.
20585         * MODULES.html.sh (Java): Add javacomp.
20586
20587 2005-01-28  Bruno Haible  <bruno@clisp.org>
20588
20589         * m4/javacomp.m4: New file, from GNU gettext.
20590
20591 2005-01-28  Bruno Haible  <bruno@clisp.org>
20592
20593         * lib/javacomp.sh.in: New file, from GNU gettext.
20594         * lib/javacomp.h: New file, from GNU gettext.
20595         * lib/javacomp.c: New file, from GNU gettext.
20596
20597 2005-01-26  Simon Josefsson  <jas@extundo.com>
20598
20599         * lib/gai_strerror.c: Use GPL in header.
20600
20601 2005-01-26  Bruno Haible  <bruno@clisp.org>
20602
20603         * modules/javaexec: New file.
20604         * MODULES.html.sh (Java): Add javaexec.
20605
20606 2005-01-26  Bruno Haible  <bruno@clisp.org>
20607
20608         * m4/javaexec.m4: New file, from GNU gettext.
20609
20610 2005-01-26  Bruno Haible  <bruno@clisp.org>
20611
20612         * lib/javaexec.sh.in: New file, from GNU gettext.
20613         * lib/javaexec.h: New file, from GNU gettext.
20614         * lib/javaexec.c: New file, from GNU gettext.
20615
20616 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20617
20618         * modules/lchown (Depends-on): Remove lchown.h
20619
20620 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20621
20622         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20623         must be defined if the header file was not found, in order
20624         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20625
20626 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20627
20628         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20629         initializers for struct pentry_state.
20630         (__argp_error): Check return value of __asprintf
20631         (__argp_failure): Translate error message
20632
20633         * lib/argp-parse.c: Removed braces around the expansion of N_()
20634
20635 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20636
20637         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20638         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20639         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20640         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20641         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20642         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20643         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20644         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20645         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20646         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20647         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20648         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20649         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20650         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20651         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20652         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20653         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20654         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20655         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20656         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20657         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20658         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20659         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20660         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20661         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20662         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20663         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20664         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20665         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20666         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20667         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20668         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20669         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20670         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20671         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20672         Use an all-permissive copyright notice, recommended by RMS.
20673
20674 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20675
20676         * modules/chdir-long (Depends-on): Remove mempcpy.
20677
20678 2005-01-21  Jim Meyering  <jim@meyering.net>
20679
20680         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20681         same value as for Solaris 9.
20682
20683         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20684         component length.  This included changing the parameter to be
20685         of type `char *' rather than `char const *'.
20686         * lib/chdir-long.h (chdir_long): Update prototype.
20687
20688         * lib/openat.c (fdopendir, fstatat): New functions.
20689         * lib/openat.h: Include headers required for use of DIR and struct
20690         stat.
20691         [AT_SYMLINK_NOFOLLOW]: Define.
20692         (fdopendir, fstatat): Add prototypes.
20693
20694 2005-01-21  Bruno Haible  <bruno@clisp.org>
20695
20696         * modules/classpath: New file.
20697         * MODULES.html.sh (Java): Add classpath.
20698
20699 2005-01-21  Bruno Haible  <bruno@clisp.org>
20700
20701         * lib/classpath.h: New file, from GNU gettext.
20702         * lib/classpath.c: New file, from GNU gettext.
20703
20704 2005-01-20  Simon Josefsson  <jas@extundo.com>
20705
20706         * modules/version-etc-fsf: New file.
20707
20708 2005-01-20  Simon Josefsson  <jas@extundo.com>
20709
20710         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20711         * lib/version-etc.c: Remove version_etc_copyright.
20712         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20713         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20714
20715 2005-01-20  Simon Josefsson  <jas@extundo.com>
20716
20717         * lib/base64.h (isbase64): Add.
20718
20719         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20720         using a unsigned prototype, don't inline.
20721         (base64_decode): Use it.
20722
20723 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20724
20725         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20726         it.
20727
20728 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20729
20730         * lib/save-cwd.c (save_cwd): Remove code to support the case
20731         where fchdir is missing or flaky.
20732
20733 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20734
20735         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20736
20737 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20738
20739         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20740         AC_LIBSOURCES now does this.
20741         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20742         with new ullong_max module.
20743
20744 2005-01-19  Bruno Haible  <bruno@clisp.org>
20745
20746         * modules/sh-quote: New file.
20747         * MODULES.html.sh (Executing programs): Add sh-quote.
20748
20749 2005-01-19  Bruno Haible  <bruno@clisp.org>
20750
20751         * lib/sh-quote.h: New file, from GNU gettext.
20752         * lib/sh-quote.c: New file, from GNU gettext.
20753
20754 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20755
20756         Merge from coreutils.
20757         * m4/ullong_max.m4: New file.
20758         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20759         (gl_MACROS): Assume localeconv exists.
20760
20761 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20762
20763         Merge changes from coreutils, as described below in several
20764         changelogs dated today.
20765
20766         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20767         (O_DIRECTORY): Remove; not needed here, since "." must be
20768         a directory.  All uses removed.
20769         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20770         universal on Suns, and we also need to test for IRIX.
20771         Revamp code to use 'if' rather than '#if'.
20772         Avoid unnecessary comparison of cwd->desc to 0.
20773
20774         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20775         for known valid error numbers rather than observed invalid ones.
20776
20777 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20778
20779         * modules/ullong_max: New file.
20780
20781         * modules/chdir-long, modules/openat: New files.
20782         * modules/save-cwd (Depends-on): Depend on chdir-long.
20783         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20784
20785 2005-01-18  Jim Meyering  <jim@meyering.net>
20786
20787         Merge from coreutils.
20788         * m4/chdir-long.m4, m4/openat.m4: New files.
20789         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20790         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20791         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20792         is sane and DOES follow symlinks.  Besides, testing 20 different
20793         systems found no broken chown implementations.
20794         Prompted by a change in rsync's copy of this macro.
20795         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20796
20797         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20798
20799         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20800         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20801         NULL-means-set-to-current-time semantics.
20802         Remove temporary file immediately, rather than waiting
20803         for configure's at-exit trap code to do it.
20804
20805 2005-01-18  Jim Meyering  <jim@meyering.net>
20806
20807         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20808
20809         * lib/utimens.c (futimens): Account for the fact that futimes
20810         can also fail with errno == ENOSYS or errno == ENOENT.
20811         Patch from Dmitry V. Levin.
20812
20813         Change the name of the robust chdir function from chdir to chdir_long.
20814         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20815         (restore_cwd): Use chdir_long, not chdir.
20816         * lib/chdir-long.c: Renamed from chdir.c.
20817         * lib/chdir-long.h: Renamed from chdir.h.
20818         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20819         Hurd.
20820
20821 2005-01-18  Bruno Haible  <bruno@clisp.org>
20822
20823         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20824         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20825         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20826         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20827         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20828         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20829         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20830         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20831         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20832         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20833         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20834         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20835         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20836         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20837         Use an all-permissive copyright notice, recommended by RMS.
20838
20839 2005-01-18  Bob Proulx  <bob@proulx.com>
20840
20841         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20842         simplify offsetof() macro construct to avoid compile failure with
20843         native HP-UX 11.0 ANSI C compiler.
20844
20845 2005-01-17  Bruno Haible  <bruno@clisp.org>
20846
20847         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20848         redundant because stpncpy.m4 takes care of it.
20849
20850 2005-01-17  Bruno Haible  <bruno@clisp.org>
20851
20852         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20853
20854 2005-01-17  Bruno Haible  <bruno@clisp.org>
20855
20856         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20857         used.
20858
20859 2005-01-17  Bruno Haible  <bruno@clisp.org>
20860
20861         * lib/fwriteerror.h (fwriteerror): Change specification to include
20862         fclose.
20863         * lib/fwriteerror.c: Include <stdbool.h>.
20864         (fwriteerror): At the end, close the file stream. Record whether
20865         stdout was already closed.
20866
20867 2005-01-17  Bruno Haible  <bruno@clisp.org>
20868
20869         * lib/execute.c (environ): Declare if needed.
20870         * lib/pipe.c (environ): Likewise.
20871         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20872
20873 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20874
20875         * modules/argp: Depend on vsnprintf
20876
20877 2005-01-10  Jim Meyering  <jim@meyering.net>
20878
20879         * modules/closeout (Depends-on): Add atexit.
20880
20881 2005-01-06  Bruno Haible  <bruno@clisp.org>
20882
20883         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20884
20885 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20886
20887         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20888         definitions to be after all include files, to avoid collisions.
20889         Problem reported by Bob Proulx.
20890
20891 2005-01-04  Jim Meyering  <jim@meyering.net>
20892
20893         Changes imported from coreutils.
20894         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20895         as the mkstemp template, use a temporary directory and an
20896         8.3-friendly template to avoid trouble on systems like DJGPP.
20897         Reported by Juan M. Guerrero via Stepan Kasal.
20898         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20899         close. Remove the temporary directory right away, rather than waiting
20900         for configure's at-exit trap code to do it.
20901         Suggestion from Stepan Kasal.
20902
20903 2005-01-01  Simon Josefsson  <jas@extundo.com>
20904
20905         * gnulib-tool: Print #include directives when --import'ing.
20906
20907 2004-12-28  Simon Josefsson  <jas@extundo.com>
20908
20909         * tests/test-base64.c: Include required header files.  Remove
20910         unused variables.
20911
20912 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20913
20914         * modules/error (Depends-on): Remove gettext.
20915
20916 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20917
20918         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20919         not needed.  This removes a dependency on the gettext module.
20920         [defined _LIBC]: Do not include <libintl.h>; not needed.
20921
20922 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20923
20924         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20925         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20926
20927 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20928
20929         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20930         HAVE_DECL_STRTOLD.
20931
20932 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20933
20934         * modules/getdate (Depends-on): Remove alloca-opt.
20935
20936 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20937
20938         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20939
20940 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20941
20942         * lib/argp-parse.c: Include <stddef.h>.
20943         (alignof, alignto): New macros.
20944         (parser_init): Don't assume that void * is aligned sufficiently
20945         for struct option.
20946
20947         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20948         need to extend the stack.
20949         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20950         large.
20951
20952 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20953
20954         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20955
20956 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20957
20958         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20959         (2004-10-24) change.  Apparently this was a false alarm.
20960
20961         * modules/getdate: Depend on alloca-opt, not alloca.
20962
20963 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20964
20965         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20966         Remove now-obsolete comment about AIX.
20967         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20968         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20969         (YYMAXDEPTH): New macro.
20970
20971 2004-12-18  Simon Josefsson  <jas@extundo.com>
20972
20973         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20974
20975 2004-12-18  Bruno Haible  <bruno@clisp.org>
20976
20977         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20978
20979 2004-12-18  Bruno Haible  <bruno@clisp.org>
20980
20981         * lib/fatal-signal.c (fatal_signals): Make non-const.
20982         (init_fatal_signals): New function.
20983         (uninstall_handlers, install_handlers): Ignore signals that were set to
20984         SIG_IGN.
20985         (at_fatal_signal): Call init_fatal_signals.
20986         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20987         SIG_IGN.
20988         Reported by Paul Eggert.
20989
20990 2004-12-18  Bruno Haible  <bruno@clisp.org>
20991
20992         * doc/alloca.texi: New file.
20993         * doc/alloca-opt.texi: New file.
20994
20995 2004-12-17  Jim Meyering  <jim@meyering.net>
20996
20997         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20998         Otherwise, install-sh could exit with improper exit status when
20999         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21000
21001 2004-12-16  Simon Josefsson  <jas@extundo.com>
21002
21003         * tests/test-base64.c: Add license.
21004
21005 2004-12-15  Stepan Kasal  <address@hidden>
21006
21007         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21008
21009 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21010
21011         * modules/getcwd (Files): Add m4/d-ino.m4.
21012         Suggested by Mark D. Baushke.
21013
21014 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21015
21016         * lib/getdate.y (textint): New member "negative".
21017         (time_zone_hhmm): New function.
21018         Expect 14 shift-reduce conflicts, not 13.
21019         (o_colon_minutes): New rule.
21020         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21021         (yylex): Set the "negative" member of signed numbers.
21022
21023 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21024
21025         * doc/getdate.texi (Time of day items, Time zone items):
21026         Describe new formats +00:00, UTC+00:00.
21027
21028 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21029
21030         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21031         spurious "-l"s.  Problem reported by Stepan Kasal.
21032
21033 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21034
21035         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21036         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21037
21038 2004-12-04  Simon Josefsson  <jas@extundo.com>
21039
21040         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21041         Vandoorselaere <yoann@prelude-ids.org>.
21042
21043 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21044
21045         Changes imported from coreutils.
21046         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21047         exist.
21048         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21049
21050 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21051
21052         Changes imported from coreutils.
21053         * lib/hard-locale.c: Assume <locale.h> exists.
21054         Include "strdup.h".
21055         (GLIBC_VERSION): New macro.
21056         (hard_locale): Assume setlocale exists.
21057         Rewrite to avoid #ifdef.
21058         Use strdup rather than malloc + strcpy.
21059         * lib/human.c: Assume <locale.h> exists.
21060         (human_readable): Assume localeconv exists.
21061
21062 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21063
21064         * modules/hard-locale (Depends-on): Add strdup.
21065
21066 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21067
21068         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21069         convert T2, not T.  (Imported from libc.)
21070
21071 2004-11-30  Simon Josefsson  <jas@extundo.com>
21072
21073         * modules/restrict (License): Change to LGPL.
21074
21075 2004-11-30  Simon Josefsson  <jas@extundo.com>
21076
21077         * m4/restrict.m4: Add copyright and copying conditions.
21078
21079 2004-11-30  Simon Josefsson  <jas@extundo.com>
21080
21081         * m4/base64.m4: New file.
21082
21083 2004-11-30  Simon Josefsson  <jas@extundo.com>
21084
21085         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21086         base64.
21087
21088         * tests/test-base64.c: New file.
21089
21090         * modules/base64: New file.
21091
21092 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21093
21094         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21095         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21096
21097         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21098
21099 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21100
21101         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21102         (__getcwd.c): Don't restore errno; glibc doesn't.
21103         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21104         first, falling back to our code only if its results look suspicious.
21105         Ensure that the resulting buffer is only as large as necessary.
21106
21107         * lib/readutmp.c: Include readutmp.h first.
21108         Include <errno.h>, since readutmp.h no longer does that.
21109         * lib/readutmp.h: Don't include <errno.h>,
21110         <sys/param.h>, <time.h>; not needed to establish interface.
21111         (errno): Remove decl.
21112         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21113         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21114         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21115
21116 2004-11-28  Simon Josefsson  <jas@extundo.com>
21117
21118         * lib/base64.h, base64.c: New file.
21119
21120 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21121
21122         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21123
21124 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21125
21126         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21127         (Depends-on): Remove pathmax, same.  Add mempcpy.
21128         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21129         (Makefile.am): Append getcwd.h to lib_SOURCES.
21130         (Include): Add getcwd.h.
21131         (Maintainer): Change from Jim Meyering to "all, glibc",
21132         since getdate now uses intended-for-glibc code.
21133         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21134         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21135
21136 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21137
21138         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21139         HP's ANSI C compiler.
21140         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21141         Declaring int functions causes warnings on some modern systems and
21142         shouldn't be needed to compile on ancient ones.
21143         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21144         defined.
21145
21146         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21147         with the following changes.
21148         (__set_errno): Parenthesize properly.
21149         Include <stdbool.h>.
21150         (MIN, MAX, MATCHING_INO): New macros.
21151         (__getcwd): Define with prototype, not K&R form.
21152         Use heuristics to allocate default buffer on stack if possible.
21153         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21154         behavior, and to avoid the PATH_MAX limit when computing
21155         ../../../../...
21156         Use MATCHING_INO to compare inode number to file.
21157         Check for arithmetic overflow in size calculations.
21158         Fix bug in reallocation of dot array that caused getcwd to fail
21159         on directories nested deeper than 75.
21160         Be more careful about saving errno on error.
21161         Do not use realloc; use only free+malloc, as this is a bit
21162         more flexible and avoids a needless copy operation.
21163         Do not inspect st_dev and st_ino for symbolic links; POSIX
21164         doesn't specify the latter.
21165         Check for closedir errors.
21166         Avoid needless casts.
21167         Use "#ifdef weak_alias" around weak_alias, to be like other
21168         glibc code.
21169         The following changes to getcwd.c have effect only when used in
21170         gnulib; they have no effect inside glibc proper.
21171         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21172         as alloca isn't used.
21173         (alloca, __alloca): Likewise.
21174         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21175         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21176         unconditionally, as gnulib assumes C89 or better.
21177         Do not include <sys/param.h>.
21178         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21179         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21180         better.
21181         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21182         Include <dirent.h> in a way that is compatible with modern Autoconf.
21183         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21184         New macros, if not already defined.
21185         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21186         Use "_LIBC", not "defined _LIBC", for consistency.
21187         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21188         a mempcpy module.
21189         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21190         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21191         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21192         credit only to Jim Meyering and adjust the copyright dates.
21193         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21194         <stdlib.h>, <unistd.h>, "pathmax.h".
21195         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21196         (INITIAL_BUFFER_SIZE): Remove.
21197         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21198
21199 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21200
21201         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21202         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21203         Use the _ONCE methods, for efficiency.
21204         Check for fcntl.h.  In test program, include <errno.h>
21205         and <fcntl.h> if available.  Remove old K&R cruft from
21206         test program.  Check for common errors in GNU/Linux,
21207         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21208         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21209         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21210         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21211         name accordingly.
21212         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21213         accommodate new getcwd.c.
21214         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21215         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21216         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21217         that's all we need now.
21218
21219 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21220
21221         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21222         argp-parse.c depends on getopt internals, that means we should
21223         always use our getopt, to be on the safe side.
21224         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21225         order not to spoil the result of an eventual previous invocation
21226         of gl_GETOPT_SUBSTITUTE.
21227
21228 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21229
21230         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21231         redefinition warnings. To avoid them, include the defines
21232         in `#if !defined __need_getopt ... #endif'. The only place
21233         where __getopt_argv_const is used is in definitions
21234         of getopt_long and getopt_long_only below, which are as well
21235         protected by `#ifndef __need_getopt'.
21236         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21237         __need_getopt after including <stdio.h> and <unistd.h> These
21238         headers might have defined it.
21239
21240 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21241
21242         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21243
21244 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21245
21246         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21247         (futimens): New function, which uses futimes if available.
21248         (futimens, utimens): Support timespec==NULL, with same semantics
21249         as utime and utimens.
21250         * lib/utimens.h (futimens): New decl.
21251
21252 2004-11-23  Jim Meyering  <jim@meyering.net>
21253
21254         * lib/getopt_.h: Remove trailing blanks.
21255
21256 2004-11-23  Jim Meyering  <jim@meyering.net>
21257
21258         * lib/__fpending.c: Add comment.
21259
21260 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21261
21262         * modules/canonicalize (Depends-on): Add xreadlink.
21263         Problem reported by James Youngman.
21264
21265 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21266
21267         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21268         New macros.
21269         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21270         optopt): Use them instead of invoking ## directly; otherwise, the
21271         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21272
21273 2004-11-19  Bruno Haible  <bruno@clisp.org>
21274
21275         * lib/strtok_r.c: Move comments from here...
21276         * lib/strtok_r.h: ... to here.
21277
21278 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21279
21280         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21281         implementations that mishandle size_t overflow.
21282
21283 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21284
21285         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21286         might fail.  Problem reported by Yoann Vandoorselaere.
21287         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21288         implementations that mishandle size_t overflow.
21289
21290 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21291
21292         * modules/canon-host (Depends-on): Add strdup.
21293
21294 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21295
21296         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21297
21298 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21299
21300         * lib/canon-host.c: Include "strdup.h".
21301         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21302         Use strdup instead of malloc/strcpy to duplicate strings.
21303
21304         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21305         (human_space_before_unit): New constant.
21306         * lib/human.c (human_readable): Support it.
21307
21308         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21309         (xgetcwd): Set errno correctly when failing.
21310         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21311         the failure is actually due to a PATH_MAX problem.
21312
21313         Further getopt changes to make it more likely that glibc will
21314         buy the changes back.
21315         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21316         (getopt): Use it, so to preserve glibc semantic
21317         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21318         when compiling for libc.
21319         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21320         (getopt_long, getopt_long_only): Use it.
21321
21322         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21323         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21324         (getopt): Argv is now char * const *, as per standard.
21325         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21326         not char *__getopt_argv_const *.
21327         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21328         _getopt_long_only_r): Likewise.
21329         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21330         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21331         _getopt_long_r, _getopt_long_only_r): Likewise.
21332         * lib/getopt_.h (__getopt_argv_const): Remove.
21333         (getopt): Argv is now char * const *, as per standard.
21334
21335         * lib/getdate.y (tORDINAL): New token.
21336         (day, relunit): Allow it for relative times.
21337         (relative_time_table): Use tORDINAL for ordinals.
21338
21339 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21340
21341         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21342         Document that "second" isn't allowed as an ordinal number.
21343
21344 2004-11-16  Jim Meyering  <jim@meyering.net>
21345
21346         * modules/closeout (Depends-on): Add fpending.
21347
21348 2004-11-15  Jim Meyering  <jim@meyering.net>
21349
21350         * lib/closeout.c: Include "__fpending.h" once again.
21351         Include <stdbool.h>.
21352         (close_stdout): Don't fail just because stdout was closed initially,
21353         since some programs don't write to stdout in the normal course of
21354         operation (other than --version and --help), and we don't want this
21355         function to make e.g. `touch file >&-' fail.
21356         But do fail if it was closed and someone has tried to write to it.
21357         E.g., `printf foo >&-' must fail.
21358
21359 2004-11-13  Jim Meyering  <jim@meyering.net>
21360
21361         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21362
21363 2004-11-12  Simon Josefsson  <jas@extundo.com>
21364
21365         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21366         small doc fix is still pending.
21367
21368 2004-11-11  Simon Josefsson  <jas@extundo.com>
21369
21370         * modules/strtok_r: New file.
21371
21372         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21373         strtok_r.
21374
21375 2004-11-11  Simon Josefsson  <jas@extundo.com>
21376
21377         * m4/strtok_r.m4: New file.
21378
21379         * m4/getopt.m4: Replace opterr.
21380
21381 2004-11-11  Simon Josefsson  <jas@extundo.com>
21382
21383         * lib/strtok_r.h, strtok_r.c: New file.
21384
21385 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21386
21387         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21388         of replacing opterr, getopt, etc.  This should handle the
21389         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21390
21391 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21392
21393         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21394         we can stop lying to compilers about the constness of argv when we
21395         are compiled outside glibc.
21396         (getopt, getopt_long, getopt_long_only): Use it.
21397         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21398         _getopt_internal, getopt): Likewise.
21399         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21400         _getopt_long_only_r): Likewise.
21401         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21402         _getopt_long_r, _getopt_long_only_r): Likewise.
21403
21404         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21405         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21406         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21407         the other external symbols.
21408         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21409         declaration, since the above renaming now works around collisions.
21410
21411 2004-11-11  Jim Meyering  <jim@meyering.net>
21412
21413         * lib/linebreak.c: Remove trailing blanks.
21414         * lib/alloca_.h: Likewise.
21415         * lib/acosl.c: Likewise.
21416         * lib/euidaccess.c: Likewise.
21417         * lib/allocsa.h: Likewise.
21418
21419 2004-11-10  Simon Josefsson  <jas@extundo.com>
21420
21421         * m4/getaddrinfo.m4: New file.
21422
21423 2004-11-10  Simon Josefsson  <jas@extundo.com>
21424
21425         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21426
21427 2004-11-10  Simon Josefsson  <jas@extundo.com>
21428
21429         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21430         getaddrinfo.
21431
21432         * modules/getaddrinfo: New file.
21433
21434 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21435
21436         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21437
21438 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21439
21440         * lib/mktime.c (SHR): New macro, which is a portable
21441         substitute for >> that should work even on Crays.
21442         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21443         Problem reported by Mark D. Baushke in
21444         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21445         * lib/getdate.y (SHR): Likewise.
21446         (tm_diff): Use it.
21447         * lib/strftime.c (SHR): Likewise.
21448         (tm_diff): Use it.
21449         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21450         quote_these_too, so that right shifts are well defined.  All uses
21451         changed.
21452
21453 2004-11-10  Jim Meyering  <jim@meyering.net>
21454
21455         Ensure that no close failure goes unreported.
21456         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21457         return early when it seems there's nothing to flush.
21458         Don't include __fpending.h.
21459
21460 2004-11-10  Jim Meyering  <jim@meyering.net>
21461
21462         * modules/closeout (Depends-on): Remove fpending.
21463
21464 2004-11-10  Jim Meyering  <jim@meyering.net>
21465
21466         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21467
21468 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21469
21470         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21471         gl_FUNC_STRFTIME.
21472         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21473         and AC_REQUIRE when possible, to avoid duplicate checks.
21474         Check for <wchar.h>.
21475
21476 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21477
21478         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21479
21480 2004-11-09  Bruno Haible  <bruno@clisp.org>
21481
21482         * m4/sockpfaf.m4: New file.
21483
21484 2004-11-05  Bruno Haible  <bruno@clisp.org>
21485
21486         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21487         Reported by Mark D. Baushke <mdb@cvshome.org>.
21488
21489 2004-11-04  Bruno Haible  <bruno@clisp.org>
21490
21491         2004-09-11  Bruno Haible  <bruno@clisp.org>
21492                 * allocsa.valgrind: New file.
21493         2004-02-06  Bruno Haible  <bruno@clisp.org>
21494                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21495                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21496                 Reported by Christopher Seip <chris.seip@hp.com>.
21497
21498 2004-11-04  Bruno Haible  <bruno@clisp.org>
21499
21500         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21501         (Makefile.am): Distribute it.
21502
21503 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21504
21505         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21506         with errno == ERANGE if the buffer is too small.
21507         Problem reported by Mark D. Baushke.
21508
21509 2004-11-03  Albert Chin  <china@thewrittenword.com>
21510             Paul Eggert  <eggert@cs.ucla.edu>
21511
21512         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21513         equivalent, substitute $ac_type for equivalent type rather than
21514         blindly using uint32_t *always* which won't work if uint32_t is not
21515         available.  Define _UINT32_T to work around typedef of uint32_t if
21516         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21517         2.5.1.
21518
21519 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21520
21521         * m4/jm-macros.m4: Sync from coreutils.
21522         (gl_MACROS): Check for mbrlen, for pathchk.
21523         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21524
21525 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21526
21527         * lib/xreadlink.c (MAXSIZE): New macro.
21528         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21529         size does not exceed MAXSIZE.  Avoid cast.
21530         As suggested by Mark D. Baushke in
21531         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21532         if readlink fails with buffer size just under MAXSIZE, try again
21533         with MAXSIZE.
21534
21535 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21536
21537         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21538
21539 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21540         and  Paul Eggert  <eggert@cs.ucla.edu>
21541
21542         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21543         (get_date): Overparenthesize to avoid GCC warning.
21544
21545 2004-11-02  Bruno Haible  <bruno@clisp.org>
21546
21547         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21548         returns void.
21549
21550 2004-11-02  Bruno Haible  <bruno@clisp.org>
21551
21552         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21553         function returns void.
21554
21555 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21556
21557         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21558         fflush_unlocked, flockfile, funlockfile, funlockfile,
21559         fputs_unlocked, putc_unlocked.
21560
21561 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21562
21563         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21564         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21565         already declared.
21566
21567 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21568
21569         * modules/getdate (Files): Add doc/getdate.texi.
21570         (Depends-on): Add setenv, xalloc.
21571
21572 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21573
21574         * lib/getdate.y: Add support for TZ="foo" within a date string.
21575         Fix some bugs near time_t boundaries.  Reject dates with
21576         out-of-range components, e.g., "Sept 31".
21577         Include <stdlib.h>, "setenv.h", "xalloc.h".
21578         (ISDIGIT_LOCALE): Remove; unused.
21579         Note that the TZ and time functions used here are not reentrant.
21580         (mktime_ok, get_tz): New functions.
21581         (TZBUFSIZE): New constant.
21582         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21583         This requires that we sometimes generate our own TZ="XXX..." setting.
21584
21585 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21586
21587         * doc/getdate.texi: New file, from coreutils with modifications for
21588         the new TZ parsing.
21589
21590 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21591
21592         * lib/mktime.c (not_equal_tm): Remove redundant check.
21593
21594 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21595
21596         * modules/regex (lib_SOURCES): Add regex.c.
21597         Reported by James Youngman in
21598         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21599
21600 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21601
21602         * lib/getdate.y: Use Bison 1.875 features, and some minor
21603         code cleanups.  This change does not affect semantics.
21604         Don't include <stdlib.h>; no longer needed.
21605         Don't include unlocked-io.h; only the "#if TEST" code uses
21606         stdio, and performance isn't crucial there.
21607         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21608         Bison 1.875 features as described below.
21609         All uses of "PC." replaced by "pc->".
21610         (YYSTYPE): Add a forward declaration.
21611         (yylex, yyerror): Use full prototypes in forward decls.
21612         Use "%pure-parser" rather than obsolescent "%pure_parser".
21613         Use %parse-param and %lex-param instead of obsolescent
21614         YYPARSE_PARAM and YYLEX_PARAM.
21615         (meridian_table, month_and_day_table, time_units_table,
21616         relative_time_table, time_zone_table, military_table,
21617         lookup_zone, lookup_word, get_date):
21618         Use NULL instead of 0 where appropriate.
21619         (to_hour): Avoid abort (), to avoid a dependency on
21620         stdlib.h.
21621         (yyerror, yylex): Now accepts parser_control * arg.
21622         (main) [TEST]: Use '\0' rather than 0 for char.
21623
21624 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21625
21626         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21627
21628 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21629
21630         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21631         It's now the caller's responsibility to handle the case where
21632         !HAVE_GETPAGESIZE && !defined getpagesize.
21633
21634         * lib/mktime.c (leapyear): Arg is long int, not int.
21635
21636 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21637
21638         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21639
21640 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21641
21642         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21643         missing.  Problem reported by James Youngman.
21644
21645 2004-10-16  Simon Josefsson  <jas@extundo.com>
21646
21647         * gnulib-tool: Fix comments.  Fix parse problem.
21648         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21649
21650 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21651
21652         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21653         implementation of getopt_long.  Problem reported by Alexander Taler in:
21654         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21655
21656 2004-10-15  Bruno Haible  <bruno@clisp.org>
21657
21658         * gnulib-tool: Untabify. Initialize supplied_libname.
21659         (func_usage): More homogenous output.
21660         (func_modules_transitive_closure, func_modules_to_filelist,
21661         func_emit_lib_Makefile_am): New functions.
21662         (func_import): New function, extracted from big case statement. Use
21663         func_get_license, func_modules_transitive_closure,
21664         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21665         opt_lgpl. Don't use test -a, as it's not portable.
21666         (func_create_testdir): Use func_modules_transitive_closure,
21667         func_modules_to_filelist, func_emit_lib_Makefile_am.
21668
21669 2004-10-15  Bruno Haible  <bruno@clisp.org>
21670
21671         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21672
21673 2004-10-15  Bruno Haible  <bruno@clisp.org>
21674
21675         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21676         the portions belonging to each module.
21677         Suggested by Derek Robert Price <derek@ximbiot.com>.
21678
21679 2004-10-12  Simon Josefsson  <jas@extundo.com>
21680
21681         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21682         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21683         to real functions.
21684
21685 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21686
21687         * modules/vsnprintf: New file.
21688
21689 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21690
21691         * m4/vsnprintf.m4: New file.
21692
21693 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21694
21695         * lib/vsnprintf.h: New file.
21696         * lib/vsnprintf.c: New file.
21697
21698 2004-10-11  Bruno Haible  <bruno@clisp.org>
21699
21700         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21701         vsnprintf.
21702
21703 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21704
21705         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21706
21707 2004-10-07  Bruno Haible  <bruno@clisp.org>
21708
21709         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21710         fits into the provided buffer.
21711
21712 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21713
21714         * lib/diacrit.c, diacrit.h: Add GPL notice.
21715
21716         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21717         notice.
21718         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21719         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21720         This avoids a potential constant-folding bug.
21721
21722 2004-10-05  Bruno Haible  <bruno@clisp.org>
21723
21724         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21725         for the declaration of strsep.
21726
21727 2004-10-05  Bruno Haible  <bruno@clisp.org>
21728
21729         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21730
21731 2004-10-04  Simon Josefsson  <jas@extundo.com>
21732
21733         * modules/memmem: New file.
21734         * tests/test-memmem.c: New file.
21735         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21736
21737 2004-10-04  Simon Josefsson  <jas@extundo.com>
21738
21739         * m4/memmem.m4: New file.
21740
21741 2004-10-04  Simon Josefsson  <jas@extundo.com>
21742
21743         * lib/memmem.h: New file.
21744         * lib/memmem.c: New file, taken from glibc.
21745
21746 2004-10-04  Simon Josefsson  <jas@extundo.com>
21747
21748         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21749         '#ifdef USE_UNLOCKED_IO'.
21750
21751 2004-10-04  Simon Josefsson  <jas@extundo.com>
21752
21753         * config/srclist.txt: Add memmem from glibc.
21754
21755 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21756
21757         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21758
21759         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21760         modules/exclude, modules/getdate, modules/getline,
21761         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21762         modules/getusershell, modules/linebuffer, modules/md5,
21763         modules/mountlist, modules/posixtm, modules/readtokens,
21764         modules/readutmp, modules/regex, modules/sha1,
21765         modules/version-etc, modules/yesno:
21766         Remove dependency on unlocked-io.
21767
21768 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21769
21770         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21771
21772         * m4/unlocked-io.m4: Add copyright notice.
21773         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21774
21775 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21776
21777         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21778         * lib/xmalloc.c (xmemdup): Likewise.
21779         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21780         XFREE): Remove these long-obsolescent macros.
21781         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21782         * lib/xstrdup.c: Remove.
21783
21784         * lib/regex.c (re_comp): Cast gettext return value to char *,
21785         Problem reported by Martin Neitzel via Mark D. Baushke.
21786
21787 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21788
21789         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21790         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21791         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21792         regex.c, sha1.c, version-etc.c, yesno.c:
21793         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21794         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21795         the includer's responsibility.
21796
21797         Sync from coreutils.
21798
21799         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21800         points to the start of a string, as the C Standard says the
21801         resulting behavior is undefined.
21802
21803         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21804         simple -> simple_backups, numbered_existing ->
21805         numbered_existing_backups, numbered -> numbered_backups
21806         to avoid shadowing problems.  All uses changed.
21807         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21808         * lib/backupfile.c (check_extension, numbered_backup):
21809         Rename locals to avoid shadowing 'basename'.
21810         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21811         once.
21812
21813         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21814         * lib/.cvsignore: Add getopt.h.
21815
21816 2004-10-04  Bruno Haible  <bruno@clisp.org>
21817
21818         * modules/README: New file.
21819         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21820         not a module.
21821
21822 2004-10-02  Jim Meyering  <jim@meyering.net>
21823
21824         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21825
21826 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21827
21828         * modules/strsep: New file.
21829
21830 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21831
21832         * m4/strsep.m4: New file.
21833
21834 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21835
21836         * lib/strsep.h: New file.
21837         * lib/strsep.c: New file.
21838
21839 2004-10-01  Simon Josefsson  <jas@extundo.com>
21840
21841         * lib/snprintf.c (snprintf): Handle size==0.
21842
21843 2004-10-01  Simon Josefsson  <jas@extundo.com>
21844             Bruno Haible  <bruno@clisp.org>
21845
21846         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21847         (snprintf): Declare 'args'.
21848
21849 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21850
21851         * lib/snprintf.c: Remove comments as to why each header is needed.
21852
21853 2004-10-01  Bruno Haible  <bruno@clisp.org>
21854
21855         * MODULES.html.sh: Add strsep.
21856
21857 2004-09-30  Simon Josefsson  <jas@extundo.com>
21858
21859         * modules/snprintf: New file.
21860
21861 2004-09-30  Simon Josefsson  <jas@extundo.com>
21862
21863         * m4/snprintf.m4: New file.
21864
21865 2004-09-30  Simon Josefsson  <jas@extundo.com>
21866
21867         * lib/snprintf.h, lib/snprintf.c: New files.
21868
21869 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21870
21871         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21872         (hol_entry_help): Never translate an empty string.
21873         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21874         * lib/argp.h (OPTION_NO_TRANS): New option.
21875
21876 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21877
21878         * modules/argp (Maintainer): Replace Simon Josefsson
21879         by Sergey Poznyakoff.
21880
21881 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21882
21883         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21884         changes merged back into glibc.
21885
21886 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21887
21888         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21889
21890 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21891
21892         * lib/xvasprintf.c: Include xalloc.h.
21893         (xvasprintf): Use xalloc_die, not xmalloc_die.
21894
21895 2004-09-29  Bruno Haible  <bruno@clisp.org>
21896
21897         * modules/alloca-opt: New file, derived from modules/alloca.
21898         * modules/allocsa: Depend on alloca-opt instead of alloca.
21899         * modules/setenv: Likewise.
21900         * modules/vasnprintf: Likewise.
21901         * MODULES.html.sh: Add alloca-opt.
21902
21903 2004-09-28  Simon Josefsson  <jas@extundo.com>
21904
21905         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21906         LGPL, and to replace license template from GPL to LGPL.
21907
21908 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21909
21910         * modules/dummy: Change license to LGPL.
21911
21912 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21913
21914         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21915
21916 2004-09-24  Simon Josefsson  <jas@extundo.com>
21917
21918         * modules/minmax (License): Change from GPL to LGPL.
21919
21920 2004-09-23  Simon Josefsson  <jas@extundo.com>
21921
21922         * gnulib-tool (--import): Typo.
21923
21924 2004-09-23  Simon Josefsson  <jas@extundo.com>
21925
21926         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21927
21928 2004-09-22  Bruno Haible  <bruno@clisp.org>
21929
21930         * modules/*: Add 'License' field.
21931         * gnulib-tool: Accept --extract-license option.
21932         (func_get_license): New function.
21933
21934 2004-09-21  Bruno Haible  <bruno@clisp.org>
21935
21936         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21937         Reported by Simon Josefsson.
21938
21939 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21940
21941         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21942         gl_AC_TYPE_LONG_LONG.
21943
21944 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21945
21946         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21947
21948 2004-09-18  Simon Josefsson  <jas@extundo.com>
21949         and  Paul Eggert  <eggert@cs.ucla.edu>
21950
21951         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21952         calls with autoreconf.  Define GL_LIB.
21953
21954 2004-09-14  Karl Berry  <karl@gnu.org>
21955
21956         * config/srclist.txt: unsync setenv.c, sigh.
21957
21958 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21959
21960         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21961         Problem reported by Bruno Haible in:
21962         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21963
21964 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21965
21966         * config/srclist.txt: Comment out argp-pvh.c.
21967
21968 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21969
21970         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21971         in case some system header has #define'd it.  Problem reported by
21972         Soeren D. Schulze in
21973         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21974
21975 2004-09-09  Karl Berry  <karl@gnu.org>
21976
21977         * regex.[ch]: delete from the root.  These were supposed to be
21978                 synced with emacs cvs, but this has not happened for about
21979                 a year, and anyway nothing else uses emacs regex.[ch].
21980                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21981                 lib/regex[.ch] is untouched.
21982
21983 2004-09-09  Bruno Haible  <bruno@clisp.org>
21984
21985         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21986
21987 2004-09-09  Bruno Haible  <bruno@clisp.org>
21988
21989         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21990         modifications.
21991         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21992
21993 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21994
21995         * modules/xvasprintf: New file.
21996         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21997
21998 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21999
22000         * lib/xvasprintf.h: New file.
22001         * lib/xvasprintf.c: New file.
22002         * lib/xasprintf.c: New file.
22003
22004 2004-09-08  Bruno Haible  <bruno@clisp.org>
22005
22006         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22007
22008 2004-09-08  Bruno Haible  <bruno@clisp.org>
22009
22010         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22011         length is > INT_MAX.
22012         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22013         more.
22014
22015 2004-09-08  Bruno Haible  <bruno@clisp.org>
22016
22017         * lib/stdint_.h: New file, taken from GNU clisp.
22018
22019 2004-09-08  Bruno Haible  <bruno@clisp.org>
22020             Oskar Liljeblad  <oskar@osk.mine.nu>
22021
22022         * modules/stdint: New file.
22023         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22024
22025 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22026
22027         Import from coreutils.
22028         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22029         strings on unbounded length.  alloca's performance benefits aren't
22030         that important here.
22031         (V_STRDUP): Remove.
22032         (parse_with_separator): New function, with most of the internals
22033         of the old parse_user_spec.  Allow user to omit both user and group,
22034         for compatibility with FreeBSD.
22035         Clone only the user name, not the entire spec.
22036         Do not set *uid, *gid unless entirely successful.
22037         Avoid memory leak in some failing cases.
22038         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22039         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22040         (parse_user_spec): Rewrite to use parse_with_separator.
22041
22042 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22043
22044         * modules/userspec: Don't depend on alloca.
22045
22046 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22047
22048         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22049
22050 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22051
22052         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22053         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22054         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22055
22056 2004-08-16  Simon Josefsson  <jas@extundo.com>
22057
22058         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22059         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22060         Add --dry-run for --import.
22061         Let user provided command line parameters override configure.ac
22062         settings.
22063
22064 2004-08-12  Simon Josefsson  <jas@extundo.com>
22065
22066         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22067         as discussed with Paul Eggert in threads rooted at
22068         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22069         and
22070         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22071         Before, the test was empty, and relied on ELIDE_CODE in source
22072         code.)
22073         (gl_PREREQ_GETOPT): New macro.
22074         (gl_GETOPT): Use them.
22075
22076 2004-08-12  Simon Josefsson  <jas@extundo.com>
22077
22078         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22079         * lib/getopt_.h: Renamed from getopt.h.
22080
22081 2004-08-12  Simon Josefsson  <jas@extundo.com>
22082
22083         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22084         Change default library name from libfoo to libgnu.
22085         Now, if you have a configure.ac that says:
22086                 gl_SOURCE_BASE(gl)
22087                 gl_M4_BASE(gl/m4)
22088                 gl_MODULES(error getopt etcetera)
22089                 gl_INIT
22090         you can import all you need by running:
22091                 ../gnulib/gnulib-tool --import
22092
22093         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22094         (Makefile.am): Rewrite, use logic from argz.
22095         (Include): Use <getopt.h> instead of "getopt.h".
22096
22097 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22098
22099         * modules/argp (Files): Add m4/unlocked-io.m4.
22100         (Depends-on): Add extensions.
22101
22102 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22103
22104         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22105         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22106         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22107         Check for program_invocation_name, program_invocation_short_name,
22108         flockfile, funlockfile, features.h, _getopt_long_only_r.
22109
22110 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22111
22112         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22113         its complicated substitute.
22114         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22115         and program_invocation_name.
22116         (__argp_basename) [!_LIBC]: Remove; the only use was
22117         replaced by its body.
22118         (__argp_short_program_name): Change condition from
22119         !defined __argp_short_program_name to
22120         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22121         to match argp-namefrob.h.
22122         (__argp_failure): Don't assume strerror_r returns char *.
22123         * lib/argp-parse.c (N_): Define unconditionally.
22124         (argp_default_options): Fill out initializers with 0 to avoid
22125         gcc warnings.
22126
22127 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22128
22129         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22130         getopt1.c.
22131
22132 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22133
22134         Merge from coreutils.
22135
22136         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22137
22138         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22139         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22140
22141 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22142
22143         Merge from coreutils.
22144
22145         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22146         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22147         for Reliant Unix 5.43.
22148
22149         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22150         (union fooround): Use uintmax_t, not long int.
22151         The rest is a merge from libc:
22152         [defined _LIBC]: Include <shlib-compat.h>.
22153         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22154
22155         * lib/settime.c (settime): Recode to avoid warning with
22156         Sun Forte C 6U2.
22157
22158         * lib/strverscmp.c: Convert to UTF-8.
22159
22160 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22161
22162         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22163         m4/uintmax_t.m4.
22164
22165 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22166
22167         * modules/xalloc-die: New file.
22168         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22169
22170         * modules/md5 (Files): Add m4/uint32_t.m4.
22171         * modules/sha1: Renamed from modules/sha.
22172         (Files):
22173         Rename lib/sha.h to lib/sha1.h.
22174         Rename lib/sha.c to lib/sha1.c.
22175         Rename m4/sha.m4 to m4/sha1.m4.
22176         (lib_SOURCES): Likewise.
22177         (configure.ac): Rename gl_SHA to gl_SHA1.
22178         (Include): sha.h -> sha1.h.
22179
22180 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22181
22182         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22183         * m4/sha1.m4: Renamed from sha.m4.
22184         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22185
22186 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22187
22188         * lib/obstack.h (obstack_empty_p):
22189         Don't assume that chunk->contents is suitably aligned.
22190         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22191         Likewise. Problem reported by Benno in
22192         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22193
22194         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22195         readable.  This could be improved further but it'd take some work.
22196
22197 2004-08-08  Simon Josefsson  <jas@extundo.com>
22198
22199         * modules/xgethostname (Depends-on): Remove exit and error (not
22200         used).
22201
22202         * modules/getpass-gnu: Add getpass.h.
22203         (Depends-on): Add stdbool.
22204         * modules/getpass: Add getpass.h.
22205
22206 2004-08-08  Simon Josefsson  <jas@extundo.com>
22207
22208         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22209         Check getpass declaration.
22210
22211 2004-08-08  Simon Josefsson  <jas@extundo.com>
22212
22213         * lib/xgethostname.c: Don't include error.h (not used).
22214
22215         * lib/getpass.h: Add.
22216         * lib/getpass.c: Include getpass.h first.
22217
22218 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22219
22220         * lib/xalloc-die.c: New file.
22221         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22222         All uses removed.
22223         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22224         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22225         xalloc-die.c.
22226         (_, N_, xalloc_die): Move to xalloc-die.c.
22227         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22228         so that we needn't mess with xalloc_msg_memory_exhausted.
22229
22230         * lib/sha1.h: Renamed from sha.h.
22231         (SHA1_H): Renamed from _SHA_H.
22232         (sha1_ctx): Renamed from sha_ctx.
22233         (sha1_init_ctx): Renamed from sha_init_ctx.
22234         (sha1_process_block): Renamed from sha_process_block.
22235         (sha1_process_bytes): Renamed from sha_process_bytes.
22236         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22237         (sha1_read_ctx): Renamed from sha_read_ctx.
22238         (sha1_stream): Renamed from sha_stream.
22239         (sha1_buffer): Renamed from sha_buffer.
22240         * lib/sha1.c: Likewise; renamed from sha.c.
22241         Do not include <sys/types.h>.
22242         Include <stddef.h> rather than <stdlib.h>.
22243
22244 2004-08-08  Bruno Haible  <bruno@clisp.org>
22245
22246         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22247         FILESYSTEM_PREFIX_LEN.
22248         * lib/progreloc.c: Likewise.
22249         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22250
22251 2004-08-06  Simon Josefsson  <jas@extundo.com>
22252
22253         * modules/progname (Depends-on): Don't depend on stdbool.
22254
22255 2004-08-06  Simon Josefsson  <jas@extundo.com>
22256
22257         * modules/getsubopt: New file.
22258         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22259         getsubopt.
22260
22261 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22262
22263         More merge from coreutils.
22264
22265         * m4/utimens.m4, m4/utimecmp.m4: New files.
22266         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22267         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22268         prereq.m4, sha.m4: Import changes from coreutils.
22269
22270 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22271
22272         More merge from coreutils.
22273         * modules/raise, modules/readtokens0, modules/utimens:
22274         * modules/utimecmp, module/xnanosleep: New files.
22275         * modules/strftime: Add lib/strftime.h.
22276         Change include from <time.h> to "strftime.h".
22277         * modules/yesno: Add lib/yesno.h.
22278         * modules/backupfile: Remove lib/addext.c.
22279         * modules/euidaccess: Add stat-macros.h.
22280         * modules/canonicalize, modules/euidaccess,
22281         modules/filemode, modules/lchown, modules/makepath,
22282         modules/rmdir, modules/stat: Likewise.
22283
22284 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22285
22286         Merge from tar.
22287         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22288         SIZE_MAX is a valid preprocessor constant.
22289         (__argp_basename): Change from "#ifndef _LIBC"
22290         to "#ifndef __argp_short_program_name", so that
22291         we don't compile these functions for tar.
22292
22293         More merges from coreutils.
22294         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22295         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22296         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22297         * lib/addext.c: Remove; no longer needed.
22298         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22299         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22300         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22301         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22302         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22303         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22304         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22305         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22306         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22307         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22308         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22309         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22310         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22311         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22312         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22313         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22314         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22315         Import changes from coreutils.
22316
22317 2004-08-05  Simon Josefsson  <jas@extundo.com>
22318
22319         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22320
22321 2004-08-05  Simon Josefsson  <jas@extundo.com>
22322
22323         * m4/getsubopt.m4: New file.
22324
22325 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22326
22327         Merge from coreutils.
22328
22329         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22330         * m4/getcwd-path-max.m4: New files.
22331
22332         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22333         FILESYSTEM_PREFIX_LEN ->
22334         FILE_SYSTEM_PREFIX_LEN.
22335         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22336         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22337         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22338         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22339
22340         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22341         prerequisite modules now handle the DOS stuff.
22342         Don't check for unistd.h.
22343
22344 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22345
22346         Merge from coreutils.
22347
22348         * lib/.gdb-history: Remove; this doesn't belong here.
22349
22350         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22351         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22352         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22353         * lib/getcwd.c: New files.
22354
22355         * lib/dirname.h: Include <stdbool.h>.
22356         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22357         for consistency with POSIX terminology.  All uses changed.
22358         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22359         (strip_trailing_slashes): Use bool for booleans.
22360         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22361
22362         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22363         sometimes returns a positive errno value even when it succeeds.
22364         (print_errno_message) [!LIBC]: Fall back on strerror if
22365         __strerror_r fails.
22366
22367         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22368         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22369         (longest_relative_suffix): New function.
22370         (path_concat): Use it.  Assume first argument is not NULL.
22371         Port to DOS.  Omit redundant separators.
22372         Report an error instead of returning NULL.
22373         Use mempcpy instead of memcpy.
22374         (xpath_concat): Remove: not declared or used.
22375
22376         * lib/same.h: Include <stdbool.h>
22377         (same_name): Return bool, not int.
22378         * lib/same.c (same_name): Likewise.
22379         (errno): Don't declare; we assume C89 or better now.
22380
22381         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22382         if not already defined.
22383
22384         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22385         * lib/dup-safer.c (errno): Likewise.
22386
22387 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22388
22389         Merge from coreutils.
22390         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22391         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22392         * modules/path-concat: Don't depend on strdup.
22393
22394 2004-08-03  Simon Josefsson  <jas@extundo.com>
22395
22396         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22397         * lib/progname.h: Don't include stdbool.h.
22398
22399 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22400
22401         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22402         * MODULES.html.sh (func_all_modules): Remove fatal.
22403
22404 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22405
22406         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22407
22408 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22409
22410         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22411         working.
22412
22413 2004-08-02  Simon Josefsson  <jas@extundo.com>
22414
22415         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22416         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22417         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22418
22419 2004-08-01  Simon Josefsson  <jas@extundo.com>
22420
22421         * lib/xgetdomainname.c: Include stdlib.h, for free().
22422
22423 2004-07-19  Bruno Haible  <bruno@clisp.org>
22424
22425         * MODULES.html.sh (func_all_modules): Add dummy.
22426
22427 2004-07-16  Simon Josefsson  <jas@extundo.com>
22428
22429         * modules/dummy: New file.
22430
22431 2004-07-16  Simon Josefsson  <jas@extundo.com>
22432
22433         * lib/dummy.c: New file.
22434
22435 2004-07-16  Bruno Haible  <bruno@clisp.org>
22436
22437         * lib/backupfile.h: Add extern "C" for C++.
22438         * lib/closeout.h: Likewise.
22439         * lib/copy-file.h: Likewise.
22440         * lib/findprog.h: Likewise.
22441         * lib/full-write.h: Likewise.
22442         * lib/pathname.h: Likewise.
22443         * lib/progname.h: Likewise.
22444         * lib/stpcpy.h: Likewise.
22445         * lib/stpncpy.h: Likewise.
22446         * lib/strcase.h: Likewise.
22447         * lib/strstr.h: Likewise.
22448         * lib/xalloc.h: Likewise.
22449
22450         * lib/mbswidth.h: Add extern "C" for C++.
22451         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22452
22453 2004-07-13  Robert Millan  <robertmh@gnu.org>
22454
22455         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22456
22457 2004-07-09  Simon Josefsson  <jas@extundo.com>
22458
22459         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22460         failed without this.)
22461
22462 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22463
22464         * modules/chown (Files): Add lib/fchown-stub.c, since
22465         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22466
22467 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22468
22469         * lib/fchown-stub.c: New file.
22470
22471 2004-06-24  Jim Meyering  <jim@meyering.net>
22472
22473         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22474
22475 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22476
22477         * modules/argz: Omit "#include".
22478
22479         * MODULES.html.sh (func_all_modules): Add calloc, to match
22480         2004-06-01 addition of calloc module.
22481
22482 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22483
22484         * m4/argz.m4: New file, which is autoupdated from libtool.
22485
22486 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22487
22488         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22489         libtool.
22490
22491 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22492
22493         * config/srclist-update: Don't insist on "USA." before the
22494         close-comment, as libtool omits the period and puts the */ on a
22495         separate line.
22496         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22497         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22498
22499 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22500
22501         * modules/argz: New file.
22502         * MODULES.html.sh (func_all_modules): Add argz.
22503
22504 2004-06-12  Jim Meyering  <jim@meyering.net>
22505         and  Paul Eggert  <eggert@cs.ucla.edu>
22506
22507         * modules/hash (Files): Add lib/xalloc.h.
22508         * modules/pipe (Depends-on): Add wait-process.
22509         * modules/stat (Depends-on): Add xalloc.
22510         * modules/userspec (Files): Add lib/userspec.h.
22511         * modules/xstrto
22512
22513         Upgrade from gettext-0.13.
22514         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22515         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22516         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22517
22518 2004-06-10  Jim Meyering  <jim@meyering.net>
22519
22520         * lib/calloc.c: New file.
22521
22522 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22523
22524         * lib/getdate.y (yylex): Allow space between sign and number.
22525         Problem reported by Dan Jacobson.
22526
22527 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22528
22529         Merge from coreutils CVS.
22530
22531         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22532         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22533         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22534         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22535         xstrtol.m4: Fix copyright date and/or serial number.
22536
22537         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22538         See if we need an fchown replacement.
22539         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22540         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22541         and use the replacement function if we detect either defect.
22542
22543         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22544         gl_UTIMECMP.
22545
22546 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22547         and  Jim Meyering  <jim@meyering.net>
22548
22549         Merge from coreutils CVS.
22550
22551         * lib/stat-macros.h: New file, with contents from file-type.h
22552         and coreutils' system.h.
22553         * lib/file-type.c: Include "stat-macros.h".
22554         * lib/file-type.h (file_type): Move all macro definitions to new file,
22555         stat-macros.h.
22556
22557         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22558         Wrap old code with this conditional.
22559         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22560         function that does not dereference symlinks.
22561         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22562
22563         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22564         dependency problems.
22565         (xreadlink): Accept new arg SIZE, for efficiency.
22566         All decls and uses changed.
22567         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22568
22569         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22570         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22571
22572         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22573         sysexits.h.
22574
22575 2004-06-01  Jim Meyering  <jim@meyering.net>
22576
22577         * m4/calloc.m4: New file.
22578
22579 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22580
22581         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22582         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22583         Also, fix a typo in a diagnostic.
22584
22585 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22586
22587         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22588         or AC_FUNC_REALLOC.
22589
22590 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22591
22592         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22593         macros to be defined.
22594         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22595         the allocator returns NULL because the requested size is zero.
22596
22597 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22598
22599         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22600         var.  Add comment explaining why libc still defines it.  This
22601         merges the following patch from glibc:
22602         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22603
22604 2004-05-20  Andreas Schwab  <schwab@suse.de>
22605
22606         * m4/free.m4: Replace free if it not known to work, not the other
22607         way round.
22608
22609 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22610
22611         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22612         present in glibc since revision 1.1 of this file.
22613         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22614         obstack_alignment_mask, obstack_alloc, obstack_base,
22615         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22616         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22617         obstack_grow0, obstack_init, obstack_int_grow,
22618         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22619         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22620         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22621         nonexistent functions.
22622
22623 2004-05-18  Karl Berry  <karl@gnu.org>
22624
22625         * config/srclist.txt: break link for vasnprintf.c.
22626
22627 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22628
22629         Port obstack to the AS/400, where pointers are 16 bytes wide and
22630         you cannot cast an integer to a valid pointer.  This patch is
22631         currently waiting to be integrated into glibc; see
22632         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22633
22634         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22635         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22636         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22637         (struct obstack): temp member is now a union of a pointer and
22638         an integer, instead of an integer.  All integer uses changed.
22639         This does not affect the physical layout of struct obstack,
22640         except on hosts (like the AS/400) where the size or alignment of
22641         void * is greater than that of ptrdiff_t.
22642         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22643         __STDC__)]: Store temporary in pointer member of union, not
22644         integer member.
22645         * lib/obstack.c: Include <stddef.h>, for offsetof.
22646         (struct fooalign): Remove; it doesn't need a name.
22647         (union fooround): Change double to long double, and add void *.
22648         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22649         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22650         not a macro.  Hence the values are always int; so remove all
22651         casts-to-int in uses.
22652
22653 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22654
22655         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22656         we can get this patch merged into glibc.
22657
22658 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22659             Paul Eggert  <eggert@cs.ucla.edu>
22660
22661         * m4/argp: Depend on alloca.
22662
22663 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22664             Paul Eggert  <eggert@cs.ucla.edu>
22665
22666         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22667         freecoding.
22668
22669 2004-05-17  Bruno Haible  <bruno@clisp.org>
22670
22671         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22672         precision that consists of a '.' followed by an empty digit string.
22673         Patch by Tor Lillqvist <tml@iki.fi>.
22674
22675 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22676
22677         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22678         for backward compatibility with older code.  We need our own
22679         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22680         it under some other name, and our alloca.h will define it.
22681
22682 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22683             Derek Price  <derek@ximbiot.com>
22684
22685         * lib/alloca.c: Include <alloca.h>, to get our interface.
22686         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22687         include <alloca.h> first.  Use C89 prototype for alloca; this
22688         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22689         Use #elif for simplicity, since we can assume C89 now.
22690         Don't try to source the system alloca.h since it will not be found
22691         and to prevent recursively including its replacement.
22692         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22693         * lib/regex.c: Likewise.
22694
22695 2004-05-16  Derek Price  <derek@ximbiot.com>
22696             Paul Eggert  <eggert@cs.ucla.edu>
22697
22698         getline cleanup.  This changes the getndelim2 API: both order of
22699         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22700         no delimiter).
22701
22702         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22703         interface does that.
22704         (getline): Always use getdelim, so that we don't have two
22705         copies of this code.
22706         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22707         if available.
22708         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22709         (GETNDELIM2_MAXIMUM): New macro.
22710         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22711         instead of the old practice of delim2==0.  All callers changed.
22712         Return -1 on overflow, instead of returning junk.
22713         Do not set *linesize unless allocation succeeds.
22714         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22715         that we include sys/types.h.
22716         * lib/getnline.h: Likewise.
22717         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22718         (getndelim2): Reorder arguments.
22719         * lib/getnline.c (getnline, getndelim):
22720         Don't discard the NMAX argument.
22721         (getnline): Invoke getndelim, to avoid code duplication.
22722         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22723         of (size_t) -1 by callers of the getnline family.
22724
22725 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22726
22727         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22728         Check for gettimeofday.
22729         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22730         Check for settimeofday, stime.
22731
22732 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22733
22734         * lib/nanosleep.c (suspended): Change its type from int to
22735         sig_atomic_t volatile.
22736         (first_call): Make it private to rpl_nanosleep, and have it
22737         be zero initially as that's a bit faster.
22738         (my_usleep): Round up fractional times instead of truncating them,
22739         as this is the usual meaning for 'sleep'.
22740
22741         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22742         doesn't work.
22743         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22744         (ENOSYS): Define if not defined.
22745         (settime): Fall back on stime if it exists and settimeofday fails.
22746         But don't bother with fallbacks if a method fails with errno == EPERM.
22747
22748 2004-05-11  Jim Meyering  <jim@meyering.net>
22749
22750         Prior to this change, the save_cwd caller required read access to the
22751         current directory on most systems (ones with the fchdir function).
22752
22753         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22754         fails, try write-only, and finally, resort to using xgetcwd.
22755
22756 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22757
22758         * lib/obstack.c, obstack.h: Import changes from libc.
22759
22760 2004-04-28  Bruno Haible  <bruno@clisp.org>
22761
22762         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22763         also implicitly appends .exe to executables.
22764         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22765         accepts Windows pathnames.
22766         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22767         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22768         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22769         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22770         Reported by Derek Robert Price <derek@ximbiot.com>.
22771
22772 2004-04-21  Karl Berry  <karl@gnu.org>
22773
22774         * config/srclist.txt (localcharset.c): break sync.
22775
22776 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22777
22778         * m4/host-os.m4: Add a copyright notice.
22779
22780 2004-04-20  Jim Meyering  <jim@meyering.net>
22781
22782         Change UTILS_ to gl_ in AC_DEFINE'd names.
22783         Change utils_- and jm_-prefixed variables, too.
22784         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22785         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22786         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22787
22788         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22789         Don't emit trailing blanks.
22790         Also rename jm_-prefixed variables to have gl_ prefix.
22791
22792         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22793         Also rename jm_-prefixed variables to have gl_ prefix.
22794
22795         * m4/jm-macros.m4: Reflect the renamings.
22796         * m4/prereq.m4: Likewise.
22797
22798 2004-04-20  Jim Meyering  <jim@meyering.net>
22799
22800         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22801         memory.
22802
22803 2004-04-20  Jim Meyering  <jim@meyering.net>
22804             Bruno Haible  <bruno@clisp.org>
22805
22806         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22807         memory when realloc fails.
22808
22809 2004-04-19  Jim Meyering  <jim@meyering.net>
22810
22811         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22812         now that readutmp.c may call `free (0)'.
22813
22814 2004-04-19  Bruno Haible  <bruno@clisp.org>
22815
22816         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22817         * m4/inttypes_h.m4: Likewise.
22818         * m4/stdint_h.m4: Likewise.
22819         * m4/intmax_t.m4: Likewise.
22820         * m4/uintmax_t.m4: Likewise.
22821
22822 2004-04-18  Jim Meyering  <jim@meyering.net>
22823
22824         * m4/prereq.m4: Don't forbid jm_ prefix.
22825
22826         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22827         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22828         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22829         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22830         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22831         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22832         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22833         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22834         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22835         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22836         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22837         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22838         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22839         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22840         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22841         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22842         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22843         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22844         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22845
22846 2004-04-18  Jim Meyering  <jim@meyering.net>
22847
22848         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22849         failure, don't leak memory and do call END_UTMP_ENT.
22850
22851 2004-04-16  Jim Meyering  <jim@meyering.net>
22852
22853         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22854         coreutils' stat program.
22855         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22856
22857 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22858
22859         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22860         C89.
22861         (CHAR_BIT): Remove, since we assume C89.
22862         Include <stdint.h> if available, as per current Autoconf CVS advice.
22863
22864 2004-03-31  Jim Meyering  <jim@meyering.net>
22865
22866         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22867         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22868         * m4/xalloc.m4: Likewise.
22869
22870 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22871
22872         Merge from coreutils.
22873
22874         * m4/inttostr.m4: New file.
22875         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22876         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22877         Require gl_CLOCK_TIME.
22878         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22879
22880 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22881
22882         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22883         not bool, to be more consistent with Unix conventions.
22884         Suggested by Bruno Haible.
22885
22886         Merge from coreutils.
22887
22888         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22889         * lib/umaxtostr.c: New files.
22890
22891         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22892         the usual <time.h> dance.
22893         (get_date): Change signature to support fractional time stamps.
22894         All callers changed.
22895         * lib/getdate.y: Include "getdate.h" first, as we can now
22896         assume C89 and don't need to worry about 'const'.
22897         Similarly, include "unlocked-io.h" near start, not in middle.
22898         Include <limits.h>.
22899         (textint.value): Use long int rather than int.
22900         (textint.digits): Use size_t rather than int.
22901         (BILLION, LOG10_BILLION): New constants.
22902         (parser_control): New member rel_ns.  Members day_ordinal,
22903         time_zone, month, day, hour, minutes, rel_year, rel_month,
22904         rel_day, rel_hour, rel_minutes, rel_seconds
22905         are now long int, not int.  Member seconds is now struct timespec,
22906         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22907         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22908         not int.
22909         (%union.intval): Now long int, not int.
22910         New member timespec.
22911         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22912         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22913         (spec): Now is a timespec or an item list.
22914         (timespec, items): New nonterminals.
22915         (time, rel, relunit, number, get_date):
22916         Add support for fractional seconds.
22917         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22918         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22919         (to_hour): First arg is now long int, not int.
22920         (to_year): Returns long int, not int.
22921         Don't treat year -70 like 70.
22922         (tm_diff): Returns long int, not int.
22923         (lookup_word): Use bool instead of int when appropriate.
22924         (yylex): Use size_t for count, not int.
22925         Detect overflow when parsing large integer constants.
22926         Add support for fractions.
22927         (get_date): Make pointers 'const' if possible.
22928         Use more-portable code to detect integer overflow.
22929         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22930         Don't use ctime; it's not reliable if the year has >4 digits.
22931
22932         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22933         This is for compatibility with BSD.
22934
22935         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22936         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22937         From coreutils' system.h.
22938
22939         * lib/userspec.c: Don't include "posixver.h".
22940         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22941         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22942         compatible extension.  Simplify code by removing a boolean int
22943         that was always nonzero if a string was nonnull.
22944
22945 2004-03-30  Jim Meyering  <jim@meyering.net>
22946
22947         Merge from coreutils.
22948
22949         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22950         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22951         on some systems one must include <grp.h> before it.
22952         Reported by Christian Krackowizer.
22953
22954 2004-03-30  Jim Meyering  <jim@meyering.net>
22955
22956         Merge from coreutils.
22957
22958         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22959
22960         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22961         an empty input stream.
22962
22963         * lib/readtokens.c: Include <stdbool.h>.
22964         (readtoken): Use `size_t' rather than int/long.
22965         All callers adjusted.
22966         Use `bool' rather than `int' where appropriate.
22967         Use memset rather than an explicit loop.
22968         Use x2nrealloc rather than xrealloc.
22969         Allow the use of `\0' as a delimiter.
22970         (readtokens): Likewise.
22971         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22972
22973 2004-03-30  Jim Meyering  <jim@meyering.net>
22974
22975         * m4/realloc.m4: Remove file, since now it does no more than
22976         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22977         the `configure.ac' section of module/realloc.
22978         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22979
22980 2004-03-30  Bruno Haible  <bruno@clisp.org>
22981
22982         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22983         nonnull.
22984
22985 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22986
22987         Merge changes to getloadavg.c from coreutils and Emacs.
22988
22989         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22990         Define to an expression, not to the empty string.
22991         Include cloexec.h and xalloc.h.
22992         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22993         Use set_cloexec_flag rather than rolling our own.
22994         * lib/cloexec.c, lib/cloexec.h: New files.
22995
22996 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22997
22998         * m4/cloexec.m4: New file.
22999
23000 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23001
23002         * lib/getopt.h: Sync with libc CVS.
23003
23004 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23005             Bruno Haible  <bruno@clisp.org>
23006
23007         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23008         mbswidth.
23009
23010 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23011             Bruno Haible  <bruno@clisp.org>
23012
23013         * lib/mbswidth.h: Include <wchar.h> only if
23014         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23015         <wchar.h>.
23016         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23017
23018 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23019
23020         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23021         Sync with libc CVS.
23022         * lib/getopt_int.h: New file, also synced from libc.
23023
23024 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23025
23026         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23027         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23028         Bring back getopt.c, getopt.h, getopt1.c.
23029
23030 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23031
23032         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23033         All uses changed.  Check for sa_sigaction member; this fixes
23034         a bug first reported by Jason Andrade in
23035         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23036
23037 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23038
23039         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23040         '#if' expressions.  Unlike the code it replaces, it does not
23041         depend on (defined _SC_PAGESIZE).  However, it does depend on
23042         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23043         first reported by Jason Andrade in
23044         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23045
23046 2004-02-25  Simon Josefsson  <jas@extundo.com>
23047
23048         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23049
23050 2004-02-25  Simon Josefsson  <jas@extundo.com>
23051
23052         * lib/strdup.h: New file.
23053         * lib/strdup.c: Include it.
23054         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23055         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23056
23057 2004-02-23  Karl Berry  <karl@gnu.org>
23058
23059         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23060         (from fencepost.gnu.org:/gd/gnuorg).
23061
23062 2004-02-23  Karl Berry  <karl@gnu.org>
23063
23064         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23065         * config/srclist.txt: add maintain/standards documents.
23066
23067 2004-02-18  Bruno Haible  <bruno@clisp.org>
23068
23069         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23070         Reported by Derek Robert Price <derek@ximbiot.com>.
23071
23072 2004-02-16  Karl Berry  <karl@gnu.org>
23073
23074         * config/mkinstalldirs, install-sh: update from automake.
23075
23076 2004-02-06  Karl Berry  <karl@gnu.org>
23077
23078         * m4/po.m4: update from gettext 0.14.1.
23079
23080 2004-02-06  Karl Berry  <karl@gnu.org>
23081
23082         * lib/config.charset: update from gettext 0.14.1.
23083
23084 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23085
23086         Add comments and code, prompted by suggestions from Bruno Haible
23087         for sh-quote.
23088         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23089         describing the enum quoting_style values.
23090         * lib/quotearg.c (quotearg_alloc): New function.
23091         (quotearg_buffer_restyled): Treat lone { and } as special.
23092         Treat = as special.  Work around bug with older shells
23093         that "see" a '\' that is really the 2nd byte of a multibyte char.
23094         Quote empty string with shell_quoting_style.
23095
23096 2004-02-03  Bruno Haible  <bruno@clisp.org>
23097
23098         * m4/pipe.m4: New file, from GNU gettext.
23099
23100 2004-02-03  Bruno Haible  <bruno@clisp.org>
23101
23102         * lib/pipe.h: New file, from GNU gettext.
23103         * lib/pipe.c: New file, from GNU gettext.
23104
23105 2004-01-27  Bruno Haible  <bruno@clisp.org>
23106
23107         * m4/execute.m4: New file, from GNU gettext.
23108
23109 2004-01-27  Bruno Haible  <bruno@clisp.org>
23110
23111         * lib/execute.h: New file, from GNU gettext.
23112         * lib/execute.c: New file, from GNU gettext.
23113         * lib/w32spawn.h: New file, from GNU gettext.
23114
23115 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23116
23117         Merge from diffutils.
23118
23119         * lib/file-type.c (file_type): Add typed memory objects.
23120         * lib/file-type.h (S_TYPEISTMO): New macro.
23121
23122         * lib/c-stack.h (c_stack_action): Remove argv argument.
23123         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23124         (die): Don't calculate message unless segv_action returns.
23125         (get_stack_location, min_address_from_argv, max_address_from_argv,
23126         volatile stack_base, volatile_stack_size): Remove.
23127         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23128         that every segmentation violation is a stack overflow.  (Ouch!)
23129         See Debian bug 136249 (still outstanding) for more info about why
23130         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23131
23132 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23133
23134         Exit-status fix from coreutils.
23135
23136         Use exit_failure consistently in place of EXIT_FAILURE,
23137         so that program exit statuses are consistent on failure.
23138
23139         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23140         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23141         * lib/argmatch.h: Comment fix to match the above.
23142         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23143         Now a macro referring to exit_failure, instead of a separate
23144         variable.  Include "exitfail.h" to get it.
23145         * lib/xstrtol.h: Include "exitfail.h".
23146         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23147
23148         * lib/long-options.c (parse_long_options): Use prototype
23149         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23150         for clarity.
23151
23152 2004-01-21  Jim Meyering  <jim@meyering.net>
23153
23154         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23155         so as not to conflict with a different-sized __mktime_internal
23156         function in GNU libc.
23157         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23158         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23159
23160 2004-01-20  Karl Berry  <karl@gnu.org>
23161
23162         * config/config.guess: update from config.
23163
23164         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23165
23166 2004-01-20  Bruno Haible  <bruno@clisp.org>
23167
23168         Safer stack allocation.
23169         * lib/setenv.c: Include allocsa.h.
23170         (alloca): Remove fallback definition.
23171         (freea): Remove macro.
23172         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23173         instead of freea.
23174
23175 2004-01-20  Bruno Haible  <bruno@clisp.org>
23176
23177         * m4/eealloc.m4: New file, from GNU gettext.
23178
23179 2004-01-20  Bruno Haible  <bruno@clisp.org>
23180
23181         * m4/allocsa.m4: New file, from GNU gettext.
23182
23183 2004-01-20  Bruno Haible  <bruno@clisp.org>
23184
23185         * lib/xallocsa.h: New file, from GNU gettext.
23186         * lib/xallocsa.c: New file, from GNU gettext.
23187
23188 2004-01-20  Bruno Haible  <bruno@clisp.org>
23189
23190         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23191
23192 2004-01-20  Bruno Haible  <bruno@clisp.org>
23193
23194         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23195         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23196         specially.
23197
23198 2004-01-20  Bruno Haible  <bruno@clisp.org>
23199
23200         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23201         patch.
23202
23203 2004-01-20  Bruno Haible  <bruno@clisp.org>
23204
23205         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23206
23207 2004-01-20  Bruno Haible  <bruno@clisp.org>
23208
23209         * lib/eealloc.h: New file.
23210
23211 2004-01-20  Bruno Haible  <bruno@clisp.org>
23212
23213         * lib/binary-io.h: Avoid warnings on Cygwin.
23214
23215 2004-01-20  Bruno Haible  <bruno@clisp.org>
23216
23217         * lib/allocsa.h: New file, from GNU gettext.
23218         * lib/allocsa.c: New file, from GNU gettext.
23219
23220 2004-01-18  Karl Berry  <karl@gnu.org>
23221
23222         * doc/gpl.texi, doc/lgpl.texi: new files.
23223
23224 2004-01-18  Karl Berry  <karl@gnu.org>
23225
23226         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23227         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23228
23229 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23230
23231         Merge from coreutils.
23232
23233         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23234         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23235         (gl_DEFAULT_POSIX2_VERSION): Move
23236         the documentation from 'configure' into 'config.hin',
23237         so that 'configure --help' isn't burdened by it and
23238         we don't have to worry about its formatting there.
23239         Reword the documentation so that it's more succinct
23240         and can be run together into a single paragraph.
23241         * m4/same.m4 (gl_SAME): Check for pathconf.
23242
23243 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23244
23245         Merge from coreutils.
23246
23247         * lib/posixver.c: Include posixver.h.
23248
23249         * lib/same.c: Include <stdbool.h>, <limits.h>.
23250         (_POSIX_NAME_MAX): Define if not defined.
23251         (MIN): New macro.
23252         (same_name): If file names are silently truncated, report
23253         that the file names are the same if they are the same after
23254         the silent truncation.
23255
23256         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23257         conversion function.
23258         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23259         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23260         longer needed.
23261
23262 2004-01-15  Jim Meyering  <jim@meyering.net>
23263
23264         Merge from coreutils.
23265
23266         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23267         if no library is required.
23268         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23269         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23270         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23271         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23272         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23273         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23274         value, $ac_cv_search_crypt, if it's "none required".
23275         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23276         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23277         not gl_FUNC_GETLOADAVG.
23278         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23279         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23280
23281 2004-01-15  Jim Meyering  <jim@meyering.net>
23282
23283         Merge from coreutils.
23284
23285         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23286         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23287         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23288
23289         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23290         optional configure-time default.
23291
23292         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23293
23294         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23295
23296 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23297
23298         Merge from coreutils.
23299
23300         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23301         value, $ac_cv_search_nanosleep, if it's "none required".
23302
23303 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23304
23305         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23306         with like-named macro in fnmatch.c.
23307         (EXT): Use an internal constant instead.
23308
23309         Merge fnmatch patches from glibc.
23310         * lib/fnmatch.c (mbsinit): Remove define.
23311         Add libc_hidden_ver (__fnmatch, fnmatch).
23312         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23313         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23314
23315 2004-01-14  Karl Berry  <karl@gnu.org>
23316
23317         * config/install-sh: update from automake.
23318
23319 2004-01-13  Karl Berry  <karl@gnu.org>
23320
23321         * config/install-sh: update from automake.
23322
23323 2004-01-09  Karl Berry  <karl@gnu.org>
23324
23325         * config/install-sh: update from automake.
23326
23327 2004-01-05  Karl Berry  <karl@gnu.org>
23328
23329         * config/config.{sub,guess}: update from config.
23330
23331 2003-12-31  Karl Berry  <karl@gnu.org>
23332
23333         * config/depcomp: update from automake.
23334
23335 2003-12-14  Karl Berry  <karl@gnu.org>
23336
23337         * lib/config.charset: update from gettext-runtime.
23338
23339 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23340
23341         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23342         Bug reported by Alfred M. Szmidt.
23343
23344 2003-12-03  Bruno Haible  <bruno@clisp.org>
23345
23346         * m4/gettext.m4: Upgrade from gettext-0.13.
23347         * m4/po.m4: Upgrade from gettext-0.13.
23348         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23349         * m4/intmax.m4: New file, from gettext-0.13.
23350         * m4/printf-posix.m4: New file, from gettext-0.13.
23351
23352 2003-11-29  Karl Berry  <karl@gnu.org>
23353
23354         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23355
23356 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23357             Bruno Haible  <bruno@clisp.org>
23358
23359         * lib/printf-parse.h: Don't include sys/types.h.
23360         (ARG_NONE): New macro.
23361         (char_directive): Change type of *arg_index fields to size_t.
23362         * lib/printf-parse.c: Don't include sys/types.h.
23363         (SSIZE_MAX): Remove macro.
23364         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23365         Remove unnecessary overflow check.
23366         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23367         fields.
23368
23369 2003-11-25  Bruno Haible  <bruno@clisp.org>
23370
23371         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23372
23373 2003-11-25  Bruno Haible  <bruno@clisp.org>
23374
23375         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23376         gt_TYPE_SSIZE_T.
23377
23378 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23379
23380         * modules/alloca: Remove dependency on xalloc.
23381
23382 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23383
23384         * lib/alloca.c: Remove dependency on xalloc module.
23385         (xalloc_die): Remove.
23386         (memory_full) [!defined emacs]: New macro.
23387         [!defined emacs]: Don't include xalloc.h.
23388         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23389         address arithmetic overflows.  Change datatypes a bit to avoid
23390         unnecessary casts.
23391
23392 2003-11-22  Jim Meyering  <jim@meyering.net>
23393
23394         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23395         s/size/size_t/.
23396
23397 2003-11-21  Karl Berry  <karl@gnu.org>
23398
23399         * config/config.{sub,guess}: update from config.
23400
23401 2003-11-18  Karl Berry  <karl@gnu.org>
23402
23403         * config/config.{sub,guess}: update from config.
23404
23405         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23406
23407 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23408
23409         * README: Mention that S+T cannot overflow if S is the size of
23410         an existing object and T is sufficiently small.
23411
23412 2003-11-17  Jim Meyering  <jim@meyering.net>
23413
23414         On systems without utime and without a utimes function capable of
23415         dealing with a NULL struct utimbuf* argument, this utime replacement
23416         could -- in unusual circumstances -- leak a file descriptor.
23417         * lib/utime.c: Include <unistd.h> and <errno.h>.
23418         (utime_null): Be sure to close `fd' and to preserve errno.
23419         Reported by Geoff Collyer via Arnold Robbins.
23420
23421 2003-11-17  Bruno Haible  <bruno@clisp.org>
23422
23423         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23424         (Depends-on): Add xsize.
23425
23426 2003-11-17  Bruno Haible  <bruno@clisp.org>
23427
23428         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23429
23430 2003-11-17  Bruno Haible  <bruno@clisp.org>
23431
23432         * lib/vasnprintf.c (alloca): Remove fallback definition.
23433         (freea): Remove definition.
23434         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23435         Reported by Paul Eggert.
23436
23437 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23438             Bruno Haible  <bruno@clisp.org>
23439
23440         Protect against address arithmetic overflow.
23441         * lib/printf-args.h: Include stddef.h.
23442         (arguments): Change type of field 'count' to size_t.
23443         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23444         'unsigned int' where appropriate.
23445         * lib/printf-parse.h: Include sys/types.h.
23446         (char_directive): Change type of *arg_index fields to ssize_t.
23447         (char_directives): Change type of fields 'count', max_*_length to
23448         size_t.
23449         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23450         (SSIZE_MAX): Define fallback value.
23451         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23452         instead of 'int' where appropriate. Check a_allocated, d_allocated
23453         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23454         * lib/vasnprintf.c: Include xsize.h.
23455         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23456         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23457         overflow. Avoid wraparound when converting a width or precision from
23458         decimal to binary.
23459
23460 2003-11-16  Bruno Haible  <bruno@clisp.org>
23461
23462         Update from GNU gettext.
23463         * lib/printf-parse.c: Generalize to it can be compiled for wide
23464         strings.
23465         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23466         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23467         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23468         SNPRINTF): New macros.
23469         Don't include <alloca.h> if the file is used inside libintl.
23470         (local_wcslen): New function, for Solaris 2.5.1.
23471         (VASNPRINTF): Use it instead of wcslen.
23472
23473 2003-11-16  Bruno Haible  <bruno@clisp.org>
23474
23475         * lib/xsize.h (xmax): New function.
23476         (xsum, xsum3, xsum4): Declare as "pure" functions.
23477
23478 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23479
23480         * modules/xalloc (Files): Undo latest change, since xalloc.h
23481         no longer needs SIZE_MAX or PTRDIFF_MAX.
23482
23483 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23484
23485         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23486         gl_PTRDIFF_MAX.
23487
23488 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23489
23490         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23491         "return", to pacify some unknown compiler.  Problem reported
23492         by Joerg Schilling.
23493
23494 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23495
23496         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23497         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23498         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23499         heuristic is just as accurate as far as we know, and it removes a
23500         dependency on size_max.m4 and ptrdiff_max.m4.
23501
23502 2003-11-11  Bruno Haible  <bruno@clisp.org>
23503
23504         * modules/xsize (Files): Add m4/size_max.m4.
23505         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23506
23507 2003-11-11  Bruno Haible  <bruno@clisp.org>
23508
23509         * m4/size_max.m4: New file.
23510         * m4/ptrdiff_max.m4: New file.
23511         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23512         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23513         (gl_XALLOC): Invoke it.
23514
23515 2003-11-11  Bruno Haible  <bruno@clisp.org>
23516
23517         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23518         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23519         defined.
23520
23521 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23522
23523         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23524         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23525         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23526         From Bruno Haible.
23527         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23528         not (size_t) -1, since it's defined here.
23529
23530 2003-11-09  Karl Berry  <karl@gnu.org>
23531
23532         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23533
23534 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23535
23536         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23537         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23538         Reject sizes of exactly SIZE_MAX bytes.
23539         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23540         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23541
23542 2003-11-05  Bruno Haible  <bruno@clisp.org>
23543
23544         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23545         SIZE_MAX defined in <limits.h> on Solaris.
23546
23547 2003-11-04  Jim Meyering  <jim@meyering.net>
23548
23549         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23550         variable names, rather than @VAR@.
23551         * modules/poll: Likewise.
23552
23553 2003-11-04  Bruno Haible  <bruno@clisp.org>
23554
23555         * modules/xsize: New file.
23556         * modules/linebreak: Depend on xsize.
23557         * MODULES.html.sh (func_all_modules): Add xsize.
23558
23559 2003-11-04  Bruno Haible  <bruno@clisp.org>
23560
23561         * m4/xsize.m4: New file.
23562
23563 2003-11-04  Bruno Haible  <bruno@clisp.org>
23564
23565         * lib/xsize.h: New file.
23566         * lib/linebreak.c: Include xsize.h.
23567         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23568         argument for overflow.
23569         Suggested by Paul Eggert.
23570
23571 2003-11-03  Karl Berry  <karl@gnu.org>
23572
23573         * config/config.{guess,sub}: update from config.
23574
23575 2003-11-03  Jim Meyering  <jim@meyering.net>
23576
23577         * modules/userspec (lib_SOURCES): Add userspec.h.
23578         (Include): Add "userspec.h".
23579         Improve description.
23580
23581 2003-11-03  Jim Meyering  <jim@meyering.net>
23582
23583         * lib/userspec.c: Include "userspec.h".
23584         * lib/userspec.h: New file.
23585
23586 2003-11-03  Bruno Haible  <bruno@clisp.org>
23587
23588         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23589
23590 2003-11-03  Bruno Haible  <bruno@clisp.org>
23591
23592         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23593         available, to avoid (extremely rare) race condition.
23594         Suggested by Paul Eggert.
23595
23596 2003-11-02  Karl Berry  <karl@gnu.org>
23597
23598         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23599
23600 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23601
23602         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23603         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23604         (read_filesystem_list): Set and use me_type_malloced.
23605         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23606         whatever the type happens to be), for brevity and consistency.
23607         Check for size calculation overflow on Alphas running OSF/1.
23608
23609 2003-10-31  Jim Meyering  <jim@meyering.net>
23610
23611         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23612
23613         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23614
23615 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23616             Bruno Haible  <bruno@clisp.org>
23617
23618         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23619         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23620
23621 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23622
23623         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23624         netbsd*-gnu*.  Suggested by Robert Millan.
23625
23626 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23627
23628         * modules/group-member: Depend on stdbool.
23629
23630 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23631
23632         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23633
23634 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23635
23636         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23637         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23638         after the 'gnu' in these cases.  This fixes some bugs in the
23639         previous change, and is based on suggestions by Robert Millan.
23640
23641 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23642
23643         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23644         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23645         no longer needed.
23646         * lib/quotearg.c (quotearg_n_options): Use it.
23647         * lib/group-member.c: Include <stdbool.h>.
23648         (free_group_info): Arg is now const *; don't free arg.
23649         (get_group_info): Now returns bool and accepts struct group_info *,
23650         rather than returning a malloc'ed struct group_info *.
23651         All uses changed.  Check for overflow in internal size calculation.
23652
23653         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23654         rather than xmalloc/xrealloc.
23655         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23656         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23657         conformance bug: the old code used a pointer after freeing the
23658         storage that it addressed.
23659         * lib/hash.c (hash_initialize): Simplify the code by using
23660         xalloc_oversized rather than doing it by hand.
23661         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23662         the buffer preserved.  Use free and xmalloc instead.
23663         * lib/quotearg.c (quotearg_n_options): Likewise.
23664         Use a simpler test for size overflow.  Don't use xalloc_oversized
23665         because unsigned int might be wider than size_t (!); this suggests
23666         that we should switch from unsigned int to size_t for slot numbers.
23667
23668 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23669
23670         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23671         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23672         NetBSD kernels.  Requested by Richard Stallman.
23673
23674 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23675
23676         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23677         to allocate the returned structure.  Do not allocate a subarray,
23678         as x2nrealloc will do that.
23679         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23680         instead of xnrealloc.
23681         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23682
23683 2003-10-27  Bruno Haible  <bruno@clisp.org>
23684
23685         * lib/stdbool_.h: Better support for BeOS.
23686
23687 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23688
23689         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23690         now uses inline.
23691
23692 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23693
23694         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23695         callers that want to do their own size-overflow checking.  Include
23696         <stdbool.h>, since xalloc_oversized returns bool.
23697         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23698         to use xalloc_oversized.
23699
23700         Add two functions x2realloc, x2nrealloc, for programs that grow
23701         arrays dynamically by doubling their sizes.
23702         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23703         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23704         New functions.
23705
23706         Port to C99 semantics for 'inline' of external functions.
23707         Bug reported by Bruno Haible.
23708         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23709         with the old contents of xnmalloc.
23710         (xnmalloc, xmalloc): Use it.
23711         (xnrealloc_inline): New static inline function,
23712         with the old contents of xnrealloc.
23713         (xnrealloc, xrealloc): Use it.
23714
23715         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23716         that.
23717
23718 2003-10-26  Karl Berry  <karl@gnu.org>
23719
23720         * config/srclist.txt (COPYING.DOC): no longer available from
23721         /gd/gnuorg; don't know where the ultimate source is.
23722
23723 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23724
23725         Fix several address-calculation bugs in the hash modules,
23726         plus some minor code cleanup.
23727
23728         * lib/hash.h: Include <stdbool.h>, for bool.
23729         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23730         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23731         hash_get_n_entries, hash_get_max_bucket_length,
23732         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23733         hash_rehash): Use size_t rather than unsigned.
23734         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23735         hash_get_n_buckets_used, hash_get_n_entries,
23736         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23737         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23738         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23739         Likewise.
23740         (SIZE_MAX): Define if not defined.
23741         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23742         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23743         hash_print):
23744         Use const * when possible.
23745         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23746         (check_tuning): Fix bug: if tuning parameters were very close to
23747         0 or 1, rounding errors could have caused subscript violations.
23748         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23749         (hash_initialize): Add 'fail:' label
23750         to free table and return NULL, and use it to simplify code.
23751         Use calloc rather than clearing the storage ourself.
23752         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23753         buffer size calculations.
23754         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23755         Include <stddef.h>, for size_t.
23756         * lib/hash-pjw.c (hash_pjw): Likewise.
23757         Switch to method described by Bruno Haible.
23758         Include <limits.h>, for CHAR_BIT.
23759         (SIZE_BITS): New macro.
23760
23761 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23762
23763         * m4/getline.m4 (AM_FUNC_GETLINE):
23764         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23765         hosts.  Problem reported by Derek Robert Price in
23766         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23767         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23768         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23769
23770 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23771
23772         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23773         ceiling the allocation at NMAX bytes rather than silently
23774         discarding input bytes before NMAX is reached.  This makes
23775         a difference only if NMAX exceeds SIZE_MAX / 2.
23776
23777         * lib/obstack.c: Merge from glibc.
23778         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23779         Add libc_hidden_def (_obstack_newchunk).
23780         (_obstack_free) [! defined _LIBC]: Remove.
23781         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23782         a clone of the function body.
23783         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23784         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23785
23786         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23787         glibc.
23788         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23789         arg to memcpy.
23790
23791         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23792         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23793         Don't use lvalue casts, as GCC plans to remove support for them
23794         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23795         was also present in the non-GCC version, indicating that this
23796         code had always been buggy and had never been widely used.
23797         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23798         Use the fast variant of each macro, rather than copying the
23799         definiens of the fast variant; that way, we'll be more likely to
23800         catch future bugs in the fast variants.
23801
23802 2003-10-20  Bruno Haible  <bruno@clisp.org>
23803
23804         * modules/wait-process: New file.
23805         * MODULES.html.sh (func_all_modules): Add wait-process.
23806
23807 2003-10-20  Bruno Haible  <bruno@clisp.org>
23808
23809         * m4/wait-process.m4: New file.
23810
23811 2003-10-20  Bruno Haible  <bruno@clisp.org>
23812
23813         * lib/wait-process.h: New file, from GNU gettext.
23814         * lib/wait-process.c: New file, from GNU gettext.
23815
23816 2003-10-19  Jim Meyering  <jim@meyering.net>
23817
23818         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23819         HPUX 10.20.
23820
23821 2003-10-18  Karl Berry  <karl@gnu.org>
23822
23823         * config/config.guess: update from config.
23824
23825 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23826
23827         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23828         (getgroups): First arg is int, not size_t.
23829         Don't let 'free' mangle errno.
23830
23831 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23832
23833         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23834
23835 2003-10-16  Karl Berry  <karl@gnu.org>
23836
23837         * config/config.{guess,sub}: update from config.
23838
23839 2003-10-16  Jim Meyering  <jim@meyering.net>
23840
23841         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23842         memcpy.
23843
23844 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23845
23846         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23847         (SIZE_MAX): Remove.
23848         (new_exclude, add_exclude_file): Initial size no longer needs to
23849         be a power of 2.
23850         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23851         our own address arithmetic overflow checking.
23852
23853         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23854         (fnmatch): Do not alloca more than 2000 wide characters;
23855         instead, use malloc for large buffers.
23856         Check for address arithmetic overflow, and return -1
23857         with errno set to ENOMEM in that case.
23858         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23859         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23860         instead, return -1.  Check for address arithmetic overflow.
23861
23862 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23863
23864         Handle invalid suffixes and overflow independently, so that
23865         callers can treat them independently as needed.  Fix some bugs in
23866         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23867         suffix for a human-readable blocksize.  The major caller-visible
23868         change is the addition of a new
23869         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23870         that both overflow and suffix chars were found.
23871
23872         * lib/human.c (humblock): Don't check separately for invalid suffix
23873         char; that is xstrtoumax's job (now that its bug is fixed).
23874         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23875         INTMAX_MAX]: New macros.
23876         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23877         TYPE_MAXIMUM): New macros.
23878         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23879         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23880         if overflow occurs, as it's what __strtol does and it's more useful
23881         in practice.
23882         (__xstrtol): If __strtol reports some error other than ERANGE,
23883         reflect it to the caller as LONGINT_INVALID.  If it reports
23884         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23885         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23886         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23887         value.
23888         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23889         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23890         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23891         [defined UINTMAX_MAX]: New macros.
23892
23893 2003-10-14  Bruno Haible  <bruno@clisp.org>
23894
23895         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23896
23897 2003-10-14  Bruno Haible  <bruno@clisp.org>
23898
23899         * m4/sig_atomic_t: New file, from GNU gettext.
23900         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23901
23902 2003-10-14  Bruno Haible  <bruno@clisp.org>
23903
23904         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23905         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23906         Also use volatile where needed.
23907
23908 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23909
23910         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23911         Change maintainer from Bruno Haible to 'all'.
23912
23913 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23914
23915         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23916
23917 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23918
23919         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23920         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23921         and define in terms of the other primitives.
23922         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23923         (SIZE_MAX): Define if not already defined.
23924         (array_size_overflow): New function.
23925         (xalloc_die): Abort instead of exiting if 'error' returns.
23926         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23927         (xmalloc, xrealloc): Use them.
23928         (xcalloc): Check for address arithmetic overflow.
23929         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23930         a bit faster than strcpy.
23931
23932 2003-10-10  Simon Josefsson  <jas@extundo.com>
23933
23934         * modules/argp (Depends-on): Add restrict and strcase.
23935
23936 2003-10-10  Simon Josefsson  <jas@extundo.com>
23937
23938         * m4/argp.m4: Add AC_C_INLINE.
23939
23940 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23941
23942         Merge getpass from libc, plus a few fixes.
23943
23944         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23945         Include <stdbool.h>.
23946         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23947         __fsetlocking to empty.
23948         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23949         do include <bits/libc-lock.h>.
23950         Do not include <fcntl.h>; not needed.
23951         [_LIBC]: Include <wchar.h>.
23952         (NOTCANCEL_MODE): New macro.
23953         (flockfile, funlockfile) [_LIBC]: New macros.
23954         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23955         [!_LIBC]: New macros.
23956         (call_fclose): New function.
23957         (getpass): Use it.  Save tty stream separately; this simplifies the
23958         code and makes it more reliable if stdin happens to equal stdout.
23959         Invoke __fsetlocking on tty.
23960         Handle thread cancellation if needed.
23961         Namespace cleanup (use __tcgetattr, __getline).
23962         Use bool for Booleans.
23963         [USE_IN_LIBIO]: Handle wide streams.
23964         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23965         stream might go where.
23966
23967         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23968         doesn't have to include <stdio.h> before us.
23969         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23970         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23971         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23972         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23973         if not declared, so that we can use getpass.c code from libc without
23974         rewriting it.
23975         (flockfile, ftrylockfile, funlockfile): New macros.
23976
23977 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23978
23979         * modules/getpass: Depend on stdbool.
23980
23981 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23982
23983         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23984
23985 2003-10-07  Karl Berry  <karl@gnu.org>
23986
23987         * config/config.{guess,sub}: update from config.
23988
23989 2003-10-06  Jim Meyering  <jim@meyering.net>
23990             Bruno Haible  <bruno@clisp.org>
23991
23992         This lets translators provide better translations for the
23993         "Written by ..." part of --version output.
23994         * lib/version-etc.h: Include stdarg.h.
23995         (version_etc_copyright): Declare as readonly.
23996         (version_etc): Make this function variadic with a NULL-terminated list
23997         of author name strings.
23998         (version_etc_va): New declaration.
23999         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24000         (version_etc_copyright): Declare as readonly.
24001         (version_etc_va): New function. Provide a different translatable string
24002         for each possible number of authors < 10. Abbreviate when there are 10
24003         authors or more.
24004         (version_etc): Make this function variadic. Call version_etc_va.
24005         Suggestion from Gary V. Vaughan.
24006
24007         * lib/long-options.h (parse_long_options): Change prototype: the
24008         authors string is moved to the end and becomes variadic.
24009         * lib/long-options.c: Include stdarg.h.
24010         (parse_long_options): Make this function variadic, too.
24011         Call version_etc_va, not version_etc.
24012
24013 2003-10-06  Bruno Haible  <bruno@clisp.org>
24014
24015         * modules/version-etc-2: Remove file.
24016         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24017
24018 2003-10-06  Bruno Haible  <bruno@clisp.org>
24019
24020         * modules/fatal-signal: New file.
24021         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24022
24023 2003-10-06  Bruno Haible  <bruno@clisp.org>
24024
24025         * m4/fatal-signal.m4: New file.
24026         * m4/signalblocking.m4: New file, from GNU gettext.
24027
24028 2003-10-06  Bruno Haible  <bruno@clisp.org>
24029
24030         * lib/version-etc-2.h: Remove file.
24031         * lib/version-etc-2.c: Remove file.
24032
24033 2003-10-06  Bruno Haible  <bruno@clisp.org>
24034
24035         * lib/fatal-signal.h: New file, from GNU gettext.
24036         * lib/fatal-signal.c: New file, from GNU gettext.
24037
24038 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24039
24040         * README: Rework advice for preventing empty .o files.
24041         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24042         not <sys/types.h>.
24043
24044 2003-10-04  Karl Berry  <karl@gnu.org>
24045
24046         * lib/argp*: update from libc.
24047
24048 2003-10-04  Karl Berry  <karl@gnu.org>
24049
24050         * config/config.{guess,sub}: update from config.
24051
24052 2003-10-02  Bruno Haible  <bruno@clisp.org>
24053
24054         * modules/lchown (Include): Add lchown.h.
24055         * modules/time_r (Include): Use "..." syntax.
24056         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24057
24058 2003-10-01  Simon Josefsson  <jas@extundo.com>
24059
24060         * MODULES.html.sh (func_all_modules): Move gethostname from section
24061         'based on' to section 'lacking' POSIX:2001.
24062
24063 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24064
24065         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24066         to output mode on the same stream.
24067
24068 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24069
24070         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24071         Fix arg typo in previous patch.
24072
24073 2003-09-28  Jim Meyering  <jim@meyering.net>
24074
24075         * lib/error.c: Correct cpp indentation.
24076
24077 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24078
24079         * modules/free: New file.
24080
24081 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24082
24083         * m4/free.m4: New file.
24084
24085 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24086
24087         * lib/minmax.h (MIN, MAX)
24088         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24089         Omit the special code that used __typeof__, since we worry that
24090         it could be more trouble than it's worth.  See:
24091         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24092         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24093
24094         * lib/free.c: New file.
24095
24096 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24097
24098         Trivial fixes to Makefile.am parts of module listings.
24099         * modules/strstr: Append strstr.h to lib_SOURCES.
24100         * modules/strcase: Likewise, for strcase.h.
24101
24102 2003-09-27  Karl Berry  <karl@gnu.org>
24103
24104         * config/mkinstalldirs: update from automake.
24105
24106 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24107
24108         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24109         (error_tail): Do not loop, reallocating temporary buffer, since
24110         the output cannot contain more wide characters than the input
24111         contains bytes, the size must be big enough already.  This avoids
24112         one potential size overflow calculation.  Check for size overflow
24113         when calculating temporary buffer size.  Free temporary buffer
24114         when done, if it was allocated with malloc; this plugs a memory
24115         leak.  Remove casts from void * to pointers, that are no longer
24116         needed now that we're assuming C89 or better.
24117
24118         Merge error changes from glibc.
24119
24120         * lib/error.c, error.h: Update copyright notice header to match glibc.
24121         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24122         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24123         Disable cancellation while printing error.
24124         * lib/error.h: Prepend __ to parameter names.
24125
24126 2003-09-26  Jim Meyering  <jim@meyering.net>
24127
24128         * lib/error.c (error_tail): Move some declarations
24129         into inner scope where the local variables are used.
24130
24131 2003-09-26  Bruno Haible  <bruno@clisp.org>
24132
24133         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24134         stpncpy().
24135         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24136
24137 2003-09-26  Bruno Haible  <bruno@clisp.org>
24138
24139         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24140         (stpncpy): Define as alias for gnu_stpncpy.
24141         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24142
24143 2003-09-25  Simon Josefsson  <jas@extundo.com>
24144
24145         * lib/xgetdomainname.h: New file.
24146         * lib/xgetdomainname.c: New file.
24147
24148 2003-09-25  Simon Josefsson  <jas@extundo.com>
24149             Bruno Haible  <bruno@clisp.org>
24150
24151         * modules/getdomainname: New file.
24152         * modules/xgetdomainname: New file.
24153         * MODULES.html.sh (func_all_modules): Add getdomainname,
24154         xgetdomainname.
24155
24156 2003-09-25  Simon Josefsson  <jas@extundo.com>
24157             Bruno Haible  <bruno@clisp.org>
24158
24159         * m4/getdomainname.m4: New file.
24160
24161 2003-09-25  Simon Josefsson  <jas@extundo.com>
24162             Bruno Haible  <bruno@clisp.org>
24163
24164         * lib/getdomainname.h: New file.
24165         * lib/getdomainname.c: New file.
24166
24167 2003-09-25  Karl Berry  <karl@gnu.org>
24168
24169         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24170
24171 2003-09-25  Karl Berry  <karl@gnu.org>
24172
24173         * config/install-sh: update from automake.
24174
24175 2003-09-25  Bruno Haible  <bruno@clisp.org>
24176
24177         * modules/version-etc-2: New file, from modules/version-etc with
24178         modifications.
24179         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24180
24181 2003-09-25  Bruno Haible  <bruno@clisp.org>
24182
24183         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24184         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24185
24186 2003-09-24  Simon Josefsson  <jas@extundo.com>
24187
24188         * modules/xgethostname: Add xgethostname.h.
24189
24190 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24191
24192         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24193         the buffer associated with the argument.  Bug reported by
24194         Simon Josefsson.
24195
24196 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24197
24198         * README: Document assumptions that 'int' is at least 32 bits
24199         wide, that integer arithmetic is 2's complement without overflow,
24200         that there are no holes in integer values, that adding sizes of
24201         two nonoverlapping objects can't overflow, and that all-bits-zero
24202         yields scalar zero.  Fix spelling and capitalization typos.
24203
24204 2003-09-19  Karl Berry  <karl@gnu.org>
24205
24206         * lib/argp.h: update from libc.
24207
24208 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24209
24210         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24211         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24212         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24213
24214 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24215
24216         * gnulib-tool: Use "test -h", not "test -L", for portability
24217         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24218         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24219         (sed_extract_prog): Issue s commands one-by-one, rather than
24220         using \| in one s command.
24221
24222 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24223
24224         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24225         input error, instead of returning NULL the next time we are called
24226         (and therefore losing track of errno).
24227
24228 2003-09-16  Bruno Haible  <bruno@clisp.org>
24229
24230         * gnulib-tool (func_create_testdir): Warn about duplicated
24231         dependencies.
24232
24233 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24234
24235         * modules/argmatch, modules/fatal, modules/obstack,
24236         modules/xalloc, modules/xgethostname: Sort dependencies by
24237         importance, not alphabetically.
24238
24239 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24240
24241         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24242         fails, so that the caller gets the proper errno.
24243
24244         * lib/readutmp.c (read_utmp): Likewise.
24245         Check for fstat error.  Close stream and free storage
24246         when failing.
24247
24248 2003-09-14  Karl Berry  <karl@gnu.org>
24249
24250         * config/srclist.txt (strdup.c): disable for c89 changes.
24251
24252 2003-09-14  Jim Meyering  <jim@meyering.net>
24253
24254         * lib/getloadavg.c: Correct cpp indentation.
24255         * lib/strdup.c: Likewise.
24256         * lib/vasnprintf.c: Likewise.
24257
24258 2003-09-14  Bruno Haible  <bruno@clisp.org>
24259
24260         * modules/fwriteerror: New file.
24261         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24262
24263 2003-09-14  Bruno Haible  <bruno@clisp.org>
24264
24265         * lib/fwriteerror.h: New file.
24266         * lib/fwriteerror.c: New file.
24267
24268 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24269
24270         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24271         modules/xgethostname, modules/xalloc: Depend on exit.
24272
24273 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24274
24275         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24276
24277         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24278         and AC_MINIX, too, so that their extensions are available.
24279
24280         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24281         This macro has been superseded by gl_BACKUPFILE.
24282
24283         More patches to assume C89 or better.
24284
24285         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24286
24287         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24288         unconditionally.
24289         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24290         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24291         Include <string.h>, <stdlib.h> unconditionally.
24292         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24293         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24294         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24295         headers or for string.h.
24296         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24297         or strtoul.
24298
24299         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24300         headers.
24301         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24302         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24303         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24304         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24305         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24306         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24307         memcpy, memset.
24308         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24309         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24310         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24311         strtol.
24312         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24313         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24314         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24315         strtoul.
24316
24317 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24318
24319         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24320         * lib/obstack.c [!defined _LIBC]: Likewise.
24321         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24322         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24323         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24324
24325         More changes to assume C89 or better.
24326
24327         * lib/error.c (error_tail): Assume vprintf.
24328
24329         * lib/argmatch.c (getenv): Remove decl.
24330         * lib/progreloc.c (get_full_program_name): Define via prototype.
24331         * lib/setenv.c (clearenv): Likewise.
24332         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24333         needed.
24334         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24335         (malloc, memcpy): Remove decls.
24336         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24337         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24338         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24339         (memcpy): Remove macro.
24340         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24341         (__P): Remove.  All uses removed.
24342         (PTR): Remove.  All uses changed to void *.
24343         (CHAR_BIT, NULL): Remove.
24344         (spaces, zeros, memset_space, memset_zero)
24345         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24346         Remove.
24347         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24348         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24349         Define with prototype.
24350         Remove now-unnecessary prototype decl.
24351         (extra_args_spec): Assume ANSI C.  All uses changed.
24352         (extra_args_spec_iso): Remove.
24353         (my_strftime, emacs_strftimeu): Define via prototype.
24354         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24355         unconditionally.
24356         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24357         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24358         (strtoul, strtol): Remove decls.
24359         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24360         LONG_MAX): Remove.
24361         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24362         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24363         (LOCALE_PARAM_PROTO): New macro.
24364         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24365         (INTERNAL (strtol), strtol): Define with a prototype.
24366         (PARAMS): Remove.  All uses removed.
24367         * lib/tempname.c: Include <string.h> unconditionally.
24368         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24369         * lib/xgethostname.c (main): Define with a prototype.
24370         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24371         Include <stdlib.h> unconditionally.
24372         (calloc, malloc, realloc, free): Remove decls.
24373         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24374         Include <stdlib.h> unconditionally.  Sort include file names.
24375         (strtod): Remove.
24376         (xstrtod): Define with a prototype.
24377         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24378         (strtol, strtoul): Remove decls.
24379
24380 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24381
24382         More patches to assume C89 or better.
24383         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24384         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24385         string.h, memchr, STDC_HEADERS.
24386
24387 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24388
24389         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24390         Include <stdlib.h>, <string.h> unconditionally.
24391         Remove now-unnecessary cast to char *.
24392         * lib/strnlen.c: Include <string.h> unconditionally.
24393         * lib/yesno.c (yesno): Define with a prototype.
24394
24395 2003-09-11  Bruno Haible  <bruno@clisp.org>
24396
24397         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24398
24399 2003-09-10  Jim Meyering  <jim@meyering.net>
24400
24401         * lib/error.c: Correct indentation of cpp directives.
24402
24403 2003-09-10  Bruno Haible  <bruno@clisp.org>
24404
24405         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24406         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24407         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24408         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24409         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24410         <stdlib.h> and <string.h> checks.
24411         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24412         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24413
24414 2003-09-10  Bruno Haible  <bruno@clisp.org>
24415
24416         * lib/strcspn.c: Include <string.h> unconditionally.
24417         * lib/strpbrk.c: Include <string.h> unconditionally.
24418         * lib/strstr.c: Include <string.h> unconditionally.
24419         * lib/unicodeio.c: Include <string.h> unconditionally.
24420         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24421         * lib/unsetenv.c: Likewise.
24422         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24423         * lib/yesno.c: Include <stdlib.h> unconditionally.
24424         (rpmatch): Add prototype.
24425
24426 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24427
24428         More patches to assume C89 or better.
24429         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24430         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24431         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24432         or for string.h.
24433         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24434         stdlib.h.
24435         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24436         C headers.
24437         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24438         string.h.
24439         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24440         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24441         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24442         or for string.h.
24443         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24444         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24445         C headers.
24446         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24447         memcpy.
24448         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24449         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24450         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24451         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24452         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24453         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24454         string.h, free.
24455         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24456         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24457         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24458         C headers, or for string.h.
24459         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24460         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24461         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24462         headers, memory.h, stdlib.h, string.h, strings.h.
24463         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24464         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24465         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24466         strchr.
24467         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24468         headers, memory.h, string.h.
24469         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24470         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24471         free.
24472         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24473         headers.
24474         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24475         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24476         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24477         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24478         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24479
24480 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24481
24482         More K&R removal.
24483
24484         * lib/acosl.c (main): Use a prototype.
24485         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24486         tanl.c: Likewise.
24487
24488         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24489
24490         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24491         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24492         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24493         with a prototype.
24494         * lib/getopt.c (const): Remove macro.
24495         Include <string.h> unconditionally.
24496         (my_index): Remove; all uses changed to strchr.
24497         (strlen): Remove decl.
24498         (exchange): Remove forward decl; no longer needed.
24499         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24500         Define with prototype.
24501         * lib/getopt1.c (const): Remove macro.
24502         (getopt_long, getopt_long_only, main): Define with prototype.
24503
24504         * lib/getugroups.c: Include <string.h> unconditionally.
24505
24506         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24507         (getusershell, setusershell, endusershell, readname, main):
24508         Define with prototypes.
24509
24510         * lib/group-member.c: Include group-member.h first.
24511         Include <stdlib.h> unconditionally.
24512
24513         * lib/hard-locale.c: Include hard-locale.h first.
24514         Include <stdlib.h>, <string.h> unconditionally.
24515
24516         * lib/hash.c (free, malloc): Remove decls.
24517         Include <stdlib.h> unconditionally.
24518
24519         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24520         (getenv): Do not declare.
24521
24522         * lib/idcache.c: Include <string.h> unconditionally.
24523
24524         * lib/long-options.c: Include long-options.h first, to test interface.
24525         Include <stdlib.h> unconditionally.
24526
24527         * lib/makepath.c: Include makepath.h first, to test interface.
24528         Include <stdlib.h> and <string.h> unconditionally.
24529
24530         * lib/linebuffer.c: Include <stdlib.h>.
24531         (free): Remove decl.
24532
24533         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24534         stddef.h. rpl_malloc returns void *, not char *.
24535         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24536         prototype.
24537
24538         * lib/md5.h: Include <limits.h> unconditionally.
24539         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24540         (__P): Remove; all uses removed.
24541         * lib/md5.c: Include "md5.h" first.
24542         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24543         md5_buffer, md5_process_bytes, md5_process_block):
24544         Define with prototypes.
24545         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24546         * lib/sha.c: Include "sha.h" first.
24547         Include <stdlib.h>, <string.h> unconditionally.
24548
24549         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24550         * lib/memcmp.c (__ptr_t): Likewise.
24551         * lib/memrchr.c (__ptr_t): Likewise.
24552         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24553         Include <string.h> unconditionally.
24554         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24555         * lib/memchr.c: Include <stdlib.h> unconditionally.
24556         * lib/memchr.c (LONG_MAX): Remove.
24557         * lib/memrchr.c (LONG_MAX): Likewise.
24558         * lib/memchr.c (__memchr): Define via a prototype.
24559         * lib/memrchr.c (__memrchr): Likewise.
24560         * lib/memcmp.c (__P): Remove, and remove all uses.
24561         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24562         Remove forward decls; no longer needed.
24563         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24564         Use types required by C89 in prototype.
24565
24566         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24567         * lib/savedir.c: Likewise.
24568         * lib/mkdir.c (free): Remove decl.
24569         * lib/rmdir.c (rmdir): Define with a prototype.
24570         * lib/savedir.c: Include savedir.h first, to test interface.
24571
24572         * lib/mktime.c (STDC_HEADERS): Remove.
24573         Include <stdlib.h>, <string.h> unconditionally.
24574
24575         * lib/modechange.c: Include <stdlib.h> unconditionally.
24576         (malloc): Remove decl.
24577
24578         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24579         (free): Remove decl.
24580
24581         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24582         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24583         (This type really should be intptr_t, but that's a C99ism.)
24584         (_obstack_memcpy): Remove: all uses changed to memcpy.
24585         Include <string.h> unconditionally.
24586         (struct obstack): Assume __STDC__ for types of members
24587         chunkfun, freefun, extra_arg.
24588         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24589         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24590         obstack_begin, obstack_specify_allocation,
24591         obstack_specify_allocation_with_arg, obstack_chunkfun,
24592         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24593         Remove unprototyped decls and the macros that use them.
24594         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24595         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24596         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24597         (defined __STDC__ && __STDC__)]:
24598         Remove nonprototyped code.
24599         Include <stdlib.h> unconditionally.
24600         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24601         _obstack_allocated_p, _obstack_free, obstack_free,
24602         _obstack_memory_used, print_and_abort):
24603         Define using prototypes.
24604         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24605         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24606         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24607         obstack_next_free, obstack_object_size, obstack_room) [0]:
24608         Remove unused, unprototyped code.
24609
24610         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24611
24612         * lib/physmem.c (physmem_total, physmem_available, main): Define
24613         with prototypes.
24614
24615         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24616         (main): Define with a prototype.
24617
24618         * lib/posixver.c (getenv): Remove decl.
24619
24620         * lib/putenv.c (malloc): Returns void *, not char *.
24621         Include <string.h> unconditionally.
24622         (strchr, memcpy, NULL): Do not define.
24623
24624         * lib/readtokens.c: Include readtokens.h first, to test interface.
24625         Include <stdlib.h>, <string.h> unconditionally.
24626         (init_tokenbuffer): Define with a prototype.
24627
24628         * lib/regex.c (PARAMS): Remove.  All uses removed.
24629         All uses of _RE_ARGS removed, too.
24630         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24631         unconditionally.
24632         (bzero): Assume memset exists.
24633         (memcmp, memcpy, NULL): Remove.
24634         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24635         char, or assignments to local vars of type signed char.
24636         (init_syntax_once, PREFIX(extract_number_and_incr),
24637         PREFIX(print_partial_compiled_pattern),
24638         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24639         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24640         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24641         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24642         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24643         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24644         wcs_compile_range, byte_compile_range, truncate_wchar,
24645         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24646         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24647         count_mbs_length, wcs_re_match_2_internal,
24648         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24649         PREFIX(alt_match_null_string_p),
24650         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24651         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24652         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24653         now-unnecessary declaration, if any.
24654         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24655         regcomp, regexec):
24656         Remove now-unnecessary casts among pointer types.
24657         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24658
24659         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24660         (free): Remove decl.
24661
24662         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24663
24664         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24665         (free): Remove decl.
24666
24667         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24668         * lib/xgetcwd.c: Likewise.
24669
24670         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24671         (free): Remove decl.
24672
24673         * lib/strchrnul.c (strchrnul): Define with a prototype.
24674         Fix bug: c_in was not converted to char before searching.
24675
24676         The following changes are not K&R related:
24677
24678         * lib/group-member.h: Include <sys/types.h>, so that this file is
24679         self-contained.
24680         * lib/makepath.h: Likewise.
24681
24682         * lib/getusershell.c (readname, default_index, line_size, readname):
24683         Use size_t, not int, for sizes.
24684         (readname): If the size overflows, report an error instead of
24685         looping forever.
24686
24687 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24688
24689         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24690         libc.
24691
24692 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24693
24694         * README: New section: portability guidelines.
24695
24696 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24697
24698         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24699         C89 spec.
24700
24701 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24702
24703         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24704
24705 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24706
24707         Assume C89 or better; remove K&R cruft.
24708         A few of these changes were first proposed by Derek Robert Price
24709         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24710
24711         * lib/addext.c: Include <string.h> unconditionally.
24712         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24713         Don't declare getenv or malloc.
24714
24715         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24716         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24717         (NULL): Remove.
24718         (find_stack_direction, alloca): Use prototypes.
24719
24720         * lib/atexit.c (atexit): Define using a prototype.
24721
24722         * lib/basename.c, dirname.c, stripslash.c:
24723         Include <string.h> unconditionally.
24724
24725         * lib/bcopy.c: Include <stddef.h>.
24726         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24727
24728         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24729
24730         * lib/error.h (error, error_at_line, error_print_progname)
24731         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24732         * lib/error.c: Include error.h first, to check interface.
24733         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24734         (VA_START): Remove; all uses changeed to va_start.
24735         (exit, strerror): Remove decls.
24736         (error_print_progname): Prototype uncondionally.
24737         Don't include <errno.h>; no longer needed.
24738         (private_strerror): Remove.
24739         (error_tail): Always define.
24740         (error, error_at_line): Assume C89 or better; always use prototypes.
24741         * lib/fatal.c: Include "fatal.h" first, to test interface.
24742         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24743         (VA_START): Remove; all uses changed to va_start.
24744         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24745         this case.
24746         (exit): Remove decl.
24747         (fatal): Prototype unconditionally.  Assume va_start works.
24748         Abort at end, to pacify gcc.
24749
24750         * lib/euidaccess.c (main): Define with a prototype.
24751
24752         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24753
24754         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24755
24756         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24757         prototypes.
24758         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24759         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24760         (getenv): Remove decl.
24761         (fnmatch): Define using a prototype.
24762         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24763         (FCT): Define using a prototype.
24764
24765         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24766
24767         * lib/gethostname.c: Include <stddef.h>.
24768         (gethostname): Define with prototype.  Length is size_t, not int.
24769
24770 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24771
24772         Assume C89 or better; remove K&R cruft.
24773         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24774         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24775         string.h, getenv, malloc.
24776         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24777         headers.
24778         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24779         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24780         do not check for strerror.
24781         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24782         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24783         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24784         do not check for doprnt or vprintf.
24785         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24786         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24787
24788 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24789
24790         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24791         getversion.c should have been removed then, but was accidentally
24792         preserved.
24793
24794         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24795         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24796
24797 2003-09-08  Karl Berry  <karl@gnu.org>
24798
24799         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24800                 config, forget about prep.
24801
24802         * config/depcomp, missing: update from automake.
24803
24804 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24805
24806         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24807         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24808
24809 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24810
24811         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24812         copy_tm_result.  Bug reported by Simon Josefsson in
24813         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24814
24815 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24816
24817         * m4/time_r.m4: New file.
24818         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24819         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24820         is. Check for timegm declaration.
24821         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24822         Do not check for gmtime_r.
24823         Replace mktime if __mktime_internal does not exist and if mktime
24824         hasn't been replaced already.
24825
24826 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24827
24828         * lib/time_r.c, lib/time_r.h: New files.
24829
24830         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24831         __localtime_r.
24832         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24833         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24834
24835         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24836         __gmtime_r.
24837         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24838         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24839         Include <time_r.h>.
24840
24841         * lib/timegm.c: Switch to glibc implementation, with the following
24842         changes:
24843         [defined HAVE_CONFIG_H]: Include <config.h>.
24844         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24845         (__mktime_internal) [!defined _LIBC]: New decl.
24846         (__gmtime_r) [!defined _LIBC]: New macro and function.
24847         (timegm): Use a prototype, since gnulib assumes C89.
24848         Do not bother declaring tmp to be const, as it's not really usefu.
24849         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24850         (timegm): Declare only if HAVE_DECL_TIMEGM.
24851
24852 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24853
24854         * MODULES.html.sh (func_all_modules): Add time_r.
24855         * modules/time_r: New file.
24856         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24857         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24858
24859 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24860
24861         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24862         Bug reported by Lute Kamstra in
24863         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24864
24865         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24866         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24867         course with correspondingly smaller numbers for tomorrow and
24868         yesterday.  From Tadayoshi Funaba.  Originally installed into
24869         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24870         coreutils merge?).
24871
24872 2003-08-31  Simon Josefsson  <jas@extundo.com>
24873
24874         * modules/timegm: New file.
24875         * MODULES.html.sh (func_all_modules): Add timegm.
24876
24877 2003-08-31  Simon Josefsson  <jas@extundo.com>
24878
24879         * m4/timegm.m4: New file.
24880
24881 2003-08-31  Simon Josefsson  <jas@extundo.com>
24882
24883         * lib/timegm.h: New file.
24884         * lib/timegm.c: New file.  Based on
24885         wget-1.8.2/src/http.c:mktime_from_utc.
24886
24887 2003-08-31  Karl Berry  <karl@gnu.org>
24888
24889         * lib/argp.h: update from libc.
24890
24891 2003-08-28  Bruno Haible  <bruno@clisp.org>
24892
24893         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24894         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24895         followed by '#define fnmatch fnmatch_posix' gives an error.
24896
24897 2003-08-28  Bruno Haible  <bruno@clisp.org>
24898
24899         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24900         warning on QNX, which defines O_BINARY to 000000.
24901
24902 2003-08-27  Jim Meyering  <jim@meyering.net>
24903
24904         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24905         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24906         would fail after 32.  Reported by Danny Levinson.  Details here:
24907         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24908
24909 2003-08-24  Bruno Haible  <bruno@clisp.org>
24910
24911         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24912         MSVC7 <stdio.h> is included later.
24913
24914 2003-08-22  Simon Josefsson  <jas@extundo.com>
24915
24916         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24917
24918 2003-08-20  Karl Berry  <karl@gnu.org>
24919
24920         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24921
24922 2003-08-20  Bruno Haible  <bruno@clisp.org>
24923
24924         * modules/progname: New file.
24925         * MODULES.html.sh (func_all_modules): Add progname.
24926
24927 2003-08-20  Bruno Haible  <bruno@clisp.org>
24928
24929         * lib/progname.h: New file, from GNU gettext.
24930         * lib/progname.c: New file, from GNU gettext.
24931         * lib/progreloc.c: New file, from GNU gettext.
24932
24933 2003-08-19  Jim Meyering  <jim@meyering.net>
24934
24935         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24936         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24937
24938 2003-08-19  Bruno Haible  <bruno@clisp.org>
24939
24940         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24941         more.
24942
24943 2003-08-19  Bruno Haible  <bruno@clisp.org>
24944
24945         * lib/xstrdup.c: Assume <string.h> exists.
24946
24947 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24948
24949         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24950         in makefile rules.
24951
24952 2003-08-18  Jim Meyering  <jim@meyering.net>
24953
24954         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24955         * m4/lib-ld.m4: Likewise.
24956
24957 2003-08-18  Jim Meyering  <jim@meyering.net>
24958
24959         * lib/setenv.h: Indent nested cpp directive.
24960         * lib/vasnprintf.c: Remove trailing blanks.
24961
24962 2003-08-17  Simon Josefsson  <jas@extundo.com>
24963
24964         * modules/xstrndup: New file.
24965         * MODULES.html.sh (func_all_modules): Add xstrndup.
24966
24967 2003-08-17  Simon Josefsson  <jas@extundo.com>
24968
24969         * modules/argp: Fix autoconf macro name. Add more dependencies.
24970
24971 2003-08-17  Simon Josefsson  <jas@extundo.com>
24972
24973         * m4/xstrndup.m4: New file.
24974
24975 2003-08-17  Simon Josefsson  <jas@extundo.com>
24976
24977         * m4/argp.m4: New file.
24978
24979 2003-08-17  Simon Josefsson  <jas@extundo.com>
24980             Bruno Haible  <bruno@clisp.org>
24981
24982         * lib/xstrndup.h: New file.
24983         * lib/xstrndup.c: New file.
24984
24985 2003-08-17  Bruno Haible  <bruno@clisp.org>
24986
24987         * modules/strndup (Files, Include): Add lib/strndup.h.
24988
24989 2003-08-17  Bruno Haible  <bruno@clisp.org>
24990
24991         * modules/euidaccess (Files): Add lib/euidaccess.h.
24992
24993 2003-08-17  Bruno Haible  <bruno@clisp.org>
24994
24995         * lib/strndup.h: New file.
24996
24997 2003-08-17  Bruno Haible  <bruno@clisp.org>
24998
24999         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25000         like AC_GNU_SOURCE.
25001         * modules/extensions (configure.ac): Comment out the invocation of
25002         gl_USE_SYSTEM_EXTENSIONS.
25003
25004 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25005
25006         Merges from coreutils, etc.
25007         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25008         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25009         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25010         fixing a typo.
25011         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25012         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25013
25014 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25015
25016         Document merge from coreutils.
25017         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25018         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25019         * modules/utime: Add m4/utimes-null.m4.
25020
25021 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25022
25023         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25024         space, undoing this 2003-08-12 change:
25025         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25026
25027 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25028
25029         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25030         strtoul.c from libc, undoing this 2003-08-12 change:
25031         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25032
25033 2003-08-16  Jim Meyering  <jim@meyering.net>
25034
25035         Merges from coreutils.
25036         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25037         prefix.  Adjust cache variables similarly.  Create 500 rather than
25038         just 300 files, to exercise bug on Darwin6.5, too.
25039         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25040         $missing_dir.
25041         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25042         AM_SYS_POSIX_TERMIOS.
25043         Reported by mkc@mathdogs.com.
25044         Also change use of $am_cv_sys_posix_termios
25045         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25046         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25047         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25048         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25049         in /proc/mounts until it finds one with matching device number.  This
25050         is unnecessary when the FILE argument *is* a mount point.  No stat call
25051         is necessary in that case.  So, disable the statvfs-testing code on
25052         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25053         as RedHat bug# 84846.
25054         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25055         to 1MB, so as not to render systems with no stack size limit (e.g.,
25056         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25057         Include <unistd.h>.  On some systems,
25058         it is required for the definition of _SC_PAGESIZE.
25059
25060 2003-08-16  Jim Meyering  <jim@meyering.net>
25061
25062         Merge from coreutils.
25063         * lib/xstrtoimax.c: #else #if -> #elif.
25064         * lib/xstrtoumax.c: Likewise.
25065
25066 2003-08-16  Jim Meyering  <jim@meyering.net>
25067
25068         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25069         * m4/utimes.m4: Removed.
25070         * m4/utimes-null.m4: Renamed from utimes.m4.
25071
25072         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25073         to 1MB, so as not to render systems with no stack size limit (e.g.,
25074         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25075         Include <unistd.h>.  On some systems,
25076         it is required for the definition of _SC_PAGESIZE.
25077
25078 2003-08-16  Jim Meyering  <jim@meyering.net>
25079         and Paul Eggert  <eggert@cs.ucla.edu>
25080
25081         Merges from coreutils, etc.
25082
25083         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25084         using the latest version from cvs.  This avoids problems with #line
25085         directives using a vendor (Sun) compiler.
25086         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25087         Don't set GETGROUPS_LIB here; now it's
25088         done via getgroups.m4's wrapper function.
25089         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25090         rather than just in sh-util/configure.in, so that the
25091         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25092         same.
25093         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25094         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25095         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25096         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25097         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25098         Remove code that is now done by the newly-required macros.
25099         Append $(EXEEXT) to DF_PROG.
25100         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25101         Do not invoke or require the following here,
25102         since prereq.m4 or some gnulib .m4 now does this for us:
25103         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25104         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25105         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25106         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25107         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25108         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25109         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25110         AC_FUNC_OBSTACK.
25111         Do not replace the following functions, as this is now the job
25112         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25113         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25114         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25115         atexit getpass, strdup, getpagesize.
25116         Replace 'raise'.
25117         Do not check for the following functions, as this is now the job
25118         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25119         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25120         setregid.
25121         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25122         Check for sys/sysctl.h.
25123         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25124         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25125         of checking for ssize_t ourselves.
25126
25127         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25128         Require every macro that gnulib/modules/* suggests for us.
25129         (jm_PREREQ_ADDEXT): New macro.
25130         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25131         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25132
25133         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25134         (gl_PHYSMEM): Use it.
25135         Also check for `table' function.
25136         Check for new headers and functions.
25137         Add check for sys/sysmp.h.
25138         With suggestions from Kaveh Ghazi.
25139         Ignore headers that are present but cannot be compiled.  This
25140         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25141         C 5.4.
25142
25143 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25144
25145         Document merge from coreutils.
25146         * modules/userspec: Depend on posixver.
25147         * modules/strftime: Depend on tzset.
25148
25149 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25150
25151         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25152         rather than tab, after '#' in shell-script copyright notices.
25153         Suggested by Bruno Haible.
25154
25155 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25156
25157         * config/srclist-update: Use three spaces, rather than tab, after '#'
25158         in shell-script copyright notices.  Suggested by Bruno Haible.
25159         Remove unnecessary parenthesization in regular expression.
25160
25161 2003-08-15  Jim Meyering  <jim@meyering.net>
25162
25163         Merge from coreutils.
25164         * lib/xgethostname.c: Include <stdlib.h>.
25165         (xghostname): Don't exit for anything other than memory-related
25166         failure; just return NULL.
25167         * lib/userspec.c: Include "posixver.h".
25168         (parse_user_spec): Accept `.' as a separator only
25169         in pre-POSIX-200112 mode.
25170         * lib/strtoimax.c: Use #elif rather than #else #if.
25171         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25172         Remove function, now that we can rely on a working tzset function.
25173         [!_LIBC]: Ensure that the required autoconf test has been run.
25174         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25175         Use underlying_strftime for %r.
25176         * lib/sha.c: Merge in some clean-up and optimization changes from
25177         glibc.
25178         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25179         Ensure that it is a multiple of 64.
25180         Rearrange loop exit tests so as to avoid performing an
25181         additional fread after encountering an error or EOF.
25182         * lib/realloc.c: Update copyright date.
25183
25184 2003-08-15  Jim Meyering  <jim@meyering.net>
25185         and Paul Eggert  <eggert@twinsun.com>
25186
25187         Merge from coreutils.
25188         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25189         member but strut utmpx does not.  Needed for AIX 4.3.3.
25190         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25191
25192 2003-08-15  Jim Meyering  <jim@meyering.net>
25193         and Paul Eggert  <eggert@cs.ucla.edu>
25194
25195         Merges from coreutils, etc.
25196         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25197         Require gl_FUNC_TZSET_CLOBBER.
25198         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25199         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25200         members.
25201
25202 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25203
25204         Help the merge from coreutils.
25205         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25206         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25207         * m4/tzset.m4: Use it too.
25208
25209 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25210
25211         * modules/tzset: New file.
25212
25213 2003-08-14  Jim Meyering  <jim@meyering.net>
25214
25215         Merges from coreutils.
25216         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25217         variable names, rather than @FNMATCH_H@.
25218         * modules/alloca: Likewise for $(ALLOCA_H).
25219
25220         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25221         the three copies of the literal target, `fnmatch.h'.
25222         * modules/alloca (alloca.h): Likewise.
25223
25224 2003-08-14  Jim Meyering  <jim@meyering.net>
25225
25226         Merge from coreutils.
25227         * m4/tzset.m4: New file.
25228         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25229         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25230         otherwise, AIX 5.1 systems would end up using the latter.
25231         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25232         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25233         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25234         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25235
25236 2003-08-14  Jim Meyering  <jim@meyering.net>
25237
25238         Merge from coreutils.
25239         * lib/obstack.h: Whitespace changes.
25240         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25241         and xcalloc return values.
25242         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25243         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25244         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25245         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25246         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25247         error from mntctl.
25248         Use mntctl's return value to drive the entry-processing loop, since
25249         we can't rely on the value of the vmt_length member in the last
25250         entry.  On some systems doing so could result in exhausting
25251         virtual memory.  Based in part on a patch from Mike Jetzer.
25252
25253 2003-08-14  Jim Meyering  <jim@meyering.net>
25254         and Paul Eggert  <eggert@twinsun.com>
25255
25256         Merges from coreutils, plus other fixes.
25257         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25258         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25259         for credits and details.  Thanks to Kaveh Ghazi for helping
25260         to keep these files in sync.
25261         (ARRAY_SIZE): Define it.
25262         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25263         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25264         (memcasecmp): Don't assume size_t fits in unsigned int.
25265         Remove casts and duplicate code.
25266         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25267         (memcpy): Remove definition.
25268         Merge in some clean-up and optimization changes from glibc.
25269         [BLOCKSIZE]: Move definition to top of file.
25270         Ensure that it is a multiple of 64.
25271         Rearrange loop exit tests so as to avoid performing an
25272         additional fread after encountering an error or EOF.
25273         * lib/md5.h (md5_uintptr): Define.
25274         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25275         return to the initial working directory.  Preserve errno
25276         for caller.
25277         * lib/idcache.c: Include "xalloc.h".
25278         (xmalloc, xrealloc): Remove decls.
25279         (getuser): Remove casts no longer required in C89.
25280         * lib/human.c: Include stdio.h, for sprintf.
25281         * lib/group-member.c: Include "xalloc.h".
25282         (xmalloc, xrealloc): Remove decls.
25283         (get_group_info): Remove casts no longer required in C89.
25284         * lib/getusershell.c (readname): Remove casts no longer required in
25285         C89.
25286         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25287         * lib/getline.c: Whitespace fix, from coreutils.
25288
25289 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25290
25291         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25292         Check for isascii.
25293
25294         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25295         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25296         Undo previous (whitespace-only) change.
25297
25298 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25299
25300         * lib/exclude.c: Include <ctype.h>
25301         (IN_CTYPE_DOMAIN): New macro.
25302         (is_space): New fn.
25303         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25304         and empty lines.
25305
25306         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25307         Undo previous (whitespace-only) change.
25308
25309 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25310
25311         * config/srclist-update: Change update back to the old behavior,
25312         leaving whitespace alone.  Use one 'sed' command rather than a
25313         pipeline.
25314         (fixlicense): Now a variable, not a function.
25315         (remove_trailing_blanks): Remove.
25316         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25317         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25318         Undo previous (whitespace-only) change.
25319
25320 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25321
25322         Merge from coreutils.
25323         * modules/euidaccess: Add lib_SOURCES, include for new
25324         file euidaccess.h
25325
25326 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25327
25328         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25329         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25330         Normalize leading white space and remove trailing white space.
25331
25332         Merge from coreutils
25333         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25334
25335         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25336         0.12.1.  These files are now being upgraded automatically by
25337         ../config/srclist-update.
25338
25339 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25340
25341         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25342         Normalize leading white space and remove trailing white space.
25343         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25344         notice, as per ../config/srclist-update.
25345
25346         Merge from coreutils.
25347         * lib/euidaccess.h: New file.
25348         * lib/euidaccess.c: Include it.
25349         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25350         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25351         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25352
25353 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25354
25355         * config/srclist-update: Add copyright notice.
25356         (remove_id_lines, remove_trailing_blanks): New constants.
25357         (fixfile): Use them to normalize spacing a bit in copied files.
25358         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25359         Normalize leading white space and remove trailing white space.
25360
25361         * config/texinfo.tex: Sync with texinfo.
25362
25363         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25364         strtoul.c from libc, to merge coreutils whitespace changes.
25365
25366         * config/srclist.txt: Get the following m4 files from gettext:
25367         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25368         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25369         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25370         wint_t.m4.
25371
25372 2003-08-12  Karl Berry  <karl@gnu.org>
25373
25374         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25375         been made.
25376
25377 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25378
25379         * modules/gnu-source, m4/gnu-source.m4:
25380         Remove; we're assuming Autoconf 2.54 or later now.
25381         Suggested by Bruno Haible.
25382         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25383
25384 2003-08-11  Bruno Haible  <bruno@clisp.org>
25385
25386         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25387
25388 2003-08-11  Bruno Haible  <bruno@clisp.org>
25389
25390         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25391         (vasnprintf): Use it instead of wcslen.
25392
25393 2003-08-11  Bruno Haible  <bruno@clisp.org>
25394
25395         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25396         value to ensure that _Bool promotes to int. Use #define for _Bool when
25397         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25398
25399 2003-08-10  Karl Berry  <karl@gnu.org>
25400
25401         * lib/regex.h: update from libc (whitespace fix).
25402
25403 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25404
25405         Merge some files from coreutils.  These changes were
25406         originally made by Jim Meyering.
25407         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25408         many older Unixes require this.
25409         * lib/alloca.c (alloca): Remove cast to argument of free;
25410         no longer needed in C89.
25411         * lib/alloca_.h, regex.h: Fix white space to match
25412         what GNU indent does.
25413
25414 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25415
25416         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25417         apparently Emacs's Unicode mode got confused before my 2003-08-05
25418         checkin.
25419
25420 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25421
25422         * m4/extensions.m4: New file.
25423         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25424         Require gl_USE_SYSTEM_EXTENSIONS.
25425         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25426         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25427
25428 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25429
25430         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25431         * modules/extensions, modules/gnu-source: New files.
25432         * modules/timespec, modules/unlocked-io: Depend on extensions.
25433
25434 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25435
25436         * modules/restrict: New file.
25437         * MODULES.html.sh (func_all_modules): Add restrict.
25438         * modules/regex: Depend on restrict.
25439
25440 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25441
25442         * m4/restrict.m4: New file.
25443         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25444
25445 2003-08-07  Bruno Haible  <bruno@clisp.org>
25446
25447         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25448         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25449
25450 2003-08-07  Bruno Haible  <bruno@clisp.org>
25451
25452         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25453         makes the module 'getndelim2' compatible with the module 'getline'.
25454
25455 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25456
25457         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25458         byte with "\201" to avoid glitches when editing that source file
25459         with multi-gnome-terminal.
25460
25461 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25462
25463         * lib/bumpalloc.h: Remove.
25464
25465 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25466
25467         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25468         * modules/bumpalloc: Remove.
25469
25470 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25471
25472         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25473         GNU coding style.
25474
25475         Merge from coreutils.
25476         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25477         1. From glibc.
25478         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25479         from Karl Berry, implemented by Jim Meyering.
25480         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25481         from Dmitry V. Levin.
25482         Remove anachronistic cast of xrealloc.
25483         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25484         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25485         type. Otherwise, it wouldn't compile with at least /bin/cc on
25486         ymp-cray-unicos9.0.2.X.
25487         Combine two mostly-identical uses of alloca into one.
25488         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25489
25490 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25491
25492         [From Emacs.]
25493
25494         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25495         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25496         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25497         obsolete NLIST_NAME_UNION.
25498         [__GNU__]: Undef BSD and FSCALE.
25499         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25500
25501 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25502
25503         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25504         an enum type, so that it's guaranteed to promote to int.  See:
25505         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25506
25507 2003-08-03  Karl Berry  <karl@gnu.org>
25508
25509         * config/depcomp: update from automake.
25510
25511 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25512
25513         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25514         (strerror): Don't assume that a printable int fits in 14 bytes.
25515
25516 2003-07-31  Bruno Haible  <bruno@clisp.org>
25517
25518         * modules/getpass-gnu: New file.
25519         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25520
25521 2003-07-31  Bruno Haible  <bruno@clisp.org>
25522
25523         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25524
25525 2003-07-24  Karl Berry  <karl@gnu.org>
25526
25527         * config/missing: update from automake.
25528
25529 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25530             Bruno Haible  <bruno@clisp.org>
25531
25532         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25533         * lib/getline.c (getline, getdelim): Likewise.
25534         Remove _GNU_SOURCE define; now it's defined in config.h through
25535         m4/getline.m4.
25536
25537 2003-07-23  Karl Berry  <karl@gnu.org>
25538
25539         * config/config.sub: update from prep.
25540
25541 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25542
25543         * modules/xalloc (Depends-on): Add exitfail.
25544         * modules/xmemcoll: Likewise.
25545
25546 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25547
25548         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25549         over-parenthesization in macros.
25550
25551         Sync with coreutils.
25552
25553         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25554         required by C99.
25555
25556         Use `exit_failure' for xalloc and xmemcoll instead of their own
25557         private exit-failure variables.
25558         * lib/xalloc.h (xalloc_exit_failure): Remove.
25559         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25560         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25561         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25562         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25563         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25564
25565 2003-07-20  Jim Meyering  <jim@meyering.net>
25566
25567         * modules/closeout (Depends-on): Add exitfail.
25568         Suggestion from Bruno Haible.
25569
25570 2003-07-19  Karl Berry  <karl@gnu.org>
25571
25572         * config/config.sub: update from prep.
25573
25574 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25575
25576         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25577         Remove.
25578         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25579         to test that it can stand by itself.  Include "exitfail.h".
25580         Clients should set exit_failure instead.
25581         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25582
25583 2003-07-18  Bruno Haible  <bruno@clisp.org>
25584
25585         * modules/getndelim2: New file.
25586         * modules/getline: Share files with module getndelim2.
25587         * modules/getnline: Depend on getndelim2 instead of sharing files with
25588         it. Add getnline.c to lib_SOURCES.
25589         * MODULES.html.sh (func_all_modules): Add getndelim2.
25590
25591 2003-07-18  Bruno Haible  <bruno@clisp.org>
25592
25593         * m4/getndelim2.m4: New file.
25594         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25595         invoke gl_PREREQ_GETNDELIM2.
25596         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25597         gl_PREREQ_GETNDELIM2.
25598         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25599         gl_GETNDELIM2.
25600
25601 2003-07-18  Bruno Haible  <bruno@clisp.org>
25602
25603         * lib/getndelim2.h: New file.
25604         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25605         getndelim2.h.
25606         (getndelim2): Make non-static. Change return type to ssize_t.
25607         * lib/getline.h: Change argument names.
25608         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25609         * lib/getnline.c: Include getndelim2.h.
25610
25611 2003-07-18  Andreas Schwab  <schwab@suse.de>
25612
25613         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25614
25615 2003-07-17  Karl Berry  <karl@gnu.org>
25616
25617         * config/config.sub: update from prep.
25618
25619 2003-07-17  Bruno Haible  <bruno@clisp.org>
25620
25621         * modules/getnline: New file.
25622         * modules/getline: Add lib/getndelim2.c to source file list.
25623         * MODULES.html.sh (func_all_modules): Add getnline.
25624
25625 2003-07-17  Bruno Haible  <bruno@clisp.org>
25626
25627         * m4/getnline.m4: New file.
25628
25629 2003-07-17  Bruno Haible  <bruno@clisp.org>
25630
25631         * m4/Makefile.am.in: Remove file.
25632         * m4/Makefile.am: Remove file.
25633         * m4/Makefile.in: Remove file.
25634
25635 2003-07-17  Bruno Haible  <bruno@clisp.org>
25636
25637         * lib/getnline.h: New file.
25638         * lib/getnline.c: New file.
25639         * lib/getndelim2.c: New file, extracted from getline.c.
25640         (getndelim2): Renamed from getdelim2, with added nmax argument.
25641         * lib/getline.c: Include getndelim2.c.
25642         (getdelim2): Moved out to getndelim2.c.
25643         (getline, getdelim): Update.
25644
25645 2003-07-17  Bruno Haible  <bruno@clisp.org>
25646
25647         * lib/Makefile.am: Remove file.
25648         * lib/Makefile.in: Remove file.
25649
25650 2003-07-17  Bruno Haible  <bruno@clisp.org>
25651
25652         * configure.in: Remove file.
25653         * Makefile.in: Remove file.
25654
25655 2003-07-17  Bruno Haible  <bruno@clisp.org>
25656
25657         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25658
25659 2003-07-16  Karl Berry  <karl@gnu.org>
25660
25661         * config/srclist-update: was running fixlicense twice, which caused
25662                 texinfo.tex to be nullified for some reason.  Simplify,
25663                 $gplsrc is no longer needed as far as I can see?
25664
25665 2003-07-16  Jim Meyering  <jim@meyering.net>
25666
25667         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25668
25669 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25670
25671         * config/srclist.txt: Get the following files from gettext-runtime/intl
25672         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25673         ref-del.sin.  From Bruno Haible.
25674         * config/srclist-update (fixfile): Change grep pattern again, since the
25675         previous fix didn't work (there was another trailing $).  Use
25676         '[$]' to escape the $s.
25677
25678 2003-07-15  Karl Berry  <karl@gnu.org>
25679
25680         * lib/vasnprintf.c: update from gettext.
25681
25682 2003-07-15  Karl Berry  <karl@gnu.org>
25683
25684         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25685         gets expanded when surrounded by '$'.
25686
25687 2003-07-15  Jim Meyering  <jim@meyering.net>
25688
25689         * modules/save-cwd: Don't depend on error.  From Derek Price.
25690
25691 2003-07-15  Jim Meyering  <jim@meyering.net>
25692
25693         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25694
25695 2003-07-14  Simon Josefsson  <jas@extundo.com>
25696
25697         * modules/mempcpy: New file.
25698         * MODULES.html.sh (func_all_modules): Add mempcpy.
25699
25700 2003-07-14  Simon Josefsson  <jas@extundo.com>
25701
25702         * m4/mempcpy.m4: New file.
25703
25704 2003-07-14  Simon Josefsson  <jas@extundo.com>
25705
25706         * lib/mempcpy.h: New file.
25707         * lib/mempcpy.c: New file.
25708
25709 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25710
25711         * modules/getdate, modules/posixtm: Depend on mktime.
25712
25713 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25714
25715         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25716         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25717         unicodeio.c, unicodeio.h, unlocked-io.h:
25718         Switch from LGPL to GPL.
25719
25720 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25721
25722         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25723         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25724         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25725         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25726         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25727         updated automatically by ../config/srclist-update.  This changes
25728         their license from LPGL to GPL.
25729
25730 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25731
25732         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25733         assumed to refer to the root of the most recent stable gettext version.
25734         * config/srclistvars.sh: Add defaults for eggert.
25735         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25736         Match "This program" as well as "The program".  This is needed
25737         for gettext.
25738
25739 2003-07-14  Jim Meyering  <jim@meyering.net>
25740
25741         Don't emit diagnostics.  Let callers do that.
25742         * lib/save-cwd.c: Don't include "error.h".
25743         (save_cwd): Don't call error.  Ensure that errno is valid
25744         when returning nonzero.
25745
25746         * lib/save-cwd.h (restore_cwd): Update prototype.
25747         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25748         Simplify.  Don't call error upon failure.  Let callers do that.
25749         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25750         when auditing is enabled.  But don't bother updating the #if.
25751
25752 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25753
25754         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25755         it breaks C++ compilation.
25756         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25757
25758 2003-07-10  Simon Josefsson  <jas@extundo.com>
25759
25760         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25761
25762 2003-07-10  Jim Meyering  <jim@meyering.net>
25763
25764         * m4/clock_time.m4: Remove trailing blank.
25765         * m4/intmax_t.m4: Likewise.
25766
25767 2003-07-10  Jim Meyering  <jim@meyering.net>
25768
25769         * lib/vasnprintf.c: Remove trailing blanks.
25770         Make cpp indentation consistent.
25771
25772 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25773
25774         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25775         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25776         Switch from LGPL to GPL.
25777
25778 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25779
25780         * config/srclist.txt: Sort sublists.  Add
25781         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25782         that differ from gnulib for one reason or another; we'd like this list
25783         to be smaller but for now let's document what we have.
25784
25785 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25786
25787         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25788         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25789         and sweeter "eval x=$x".
25790         * config/srclist.txt: Get lib/argp* from glibc.
25791
25792 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25793
25794         * lib/mktime.c: Fix some boundary cases and remove need for floating
25795         point.
25796
25797         Issue a compile-time diagnostic if time_t is floating point, or if
25798         two's complement arithmetic is not in effect, or if arithmetic
25799         right shift does not propagate the sign.  These assumptions were
25800         all in the original code but they weren't checked.
25801
25802         (TIME_T_MIDPOINT, verify): New macros.
25803         (__isleap): Remove; it has integer overflow problems.
25804         (leapyear): New function, without those problems.
25805         (ydhms_tm_diff): Remove; splitting into two parts.
25806         (ydhms_diff): New function, containing the arithmetic part of
25807         the old ydhms_tm_diff function.  Issue a compile-time
25808         diagnostic if we are not using C99 integer division.
25809         Avoid casts when possible.
25810         (guess_time_tm): New function, containing the checking part of
25811         the old ydhms_tm_diff function.  Return the new value, rather than
25812         the difference between it and the old.  Accept a new argument T
25813         so that *T specifies the old value.  Check for overflow in the result.
25814
25815         (__mktime_internal): Use a time_t offset, not a long int offset.
25816         This undoes the 2003-06-04 change, which is no longer needed now
25817         that we have better overflow checking.
25818         (localtime_offset): Likewise.
25819
25820         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25821         and long are 64-bit but int is only 32-bit.
25822         (ydhms_diff): Use long int to store year1 and yday1.
25823         Issue a compile-time diagnostic if long int is not wide enough.
25824
25825         (__mktime_internal): Use long int to store adjusted year and yday.
25826         Use plain C rather than preprocessor commands, if that doesn't
25827         affect efficiency.
25828         Check for overflow (and try to repair) after each probe
25829         rather than checking only at the very end.  This avoids some bugs
25830         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25831         does not equal GMT offset at maximum time).
25832         Use integer to check for overflow rather than floating point; this
25833         is more portable to non-IEEE hosts, and is a tad faster.
25834         When we detect that we are oscillating between two values,
25835         don't check whether tm_isdst has the requested value, since
25836         we already know the answer.  When tm_isdst has the wrong value,
25837         use a different heuristic to find the right one, based on the
25838         extreme values actually observed in practice in tz2003a,
25839         rather than the (overly optimistic) "previous 3 calendar quarters".
25840
25841         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25842         "T const" to accommodate glibc style.
25843         (check_result): Use less-confusing report format.  "long" -> "long int.
25844         (main): Likewise.
25845         Don't loop if the iteration overflows time_t.
25846         Allow a negative step in the iteration.
25847
25848 2003-07-06  Karl Berry  <karl@gnu.org>
25849
25850         * config/depcomp: update from automake.
25851         * config/config.sub: update from prep.
25852
25853 2003-07-03  Karl Berry  <karl@gnu.org>
25854
25855         * config/config.guess: update from prep.
25856
25857 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25858
25859         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25860         xreadlink.c now includes it unconditionally.
25861
25862 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25863
25864         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25865         having it depend on HAVE_SYS_TYPES_H.
25866
25867 2003-07-01  Bruno Haible  <bruno@clisp.org>
25868
25869         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25870         <sys/types.h> should be sufficient.
25871         Reported by Paul Eggert.
25872
25873 2003-06-26  Karl Berry  <karl@gnu.org>
25874
25875         * config/depcomp: update from automake.
25876
25877 2003-06-26  Bruno Haible  <bruno@clisp.org>
25878
25879         * modules/human: Depend on module stdbool.
25880
25881 2003-06-25  Bruno Haible  <bruno@clisp.org>
25882
25883         * modules/readlink: New file.
25884         * modules/xreadlink: Depend on it.
25885         * MODULES.html.sh (func_all_modules): Add readlink.
25886
25887 2003-06-25  Bruno Haible  <bruno@clisp.org>
25888
25889         * m4/readlink.m4: New file.
25890
25891 2003-06-25  Bruno Haible  <bruno@clisp.org>
25892
25893         * lib/readlink.c: New file.
25894
25895 2003-06-22  Karl Berry  <karl@gnu.org>
25896
25897         * config/srclist.txt: update mkinstalldirs from automake.
25898         * config/mkinstalldirs: update.
25899
25900 2003-06-22  Bruno Haible  <bruno@clisp.org>
25901
25902         Portability to mingw32.
25903         * m4/ssize_t.m4: New file, from GNU gettext.
25904         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25905         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25906
25907 2003-06-22  Bruno Haible  <bruno@clisp.org>
25908
25909         * modules/safe-read: Add m4/ssize_t.m4.
25910         * modules/xreadlink: Add m4/ssize_t.m4.
25911
25912 2003-06-20  Bruno Haible  <bruno@clisp.org>
25913
25914         Assume C89, so PARAMS isn't needed.
25915         * lib/unicodeio.h (PARAMS): Remove.
25916         * lib/unicodeio.c: Don't use PARAMS.
25917
25918 2003-06-18  Karl Berry  <karl@gnu.org>
25919
25920         * config/config.{guess,sub}: update from prep.
25921
25922 2003-06-18  Jim Meyering  <jim@meyering.net>
25923
25924         Merge changes from coreutils.
25925         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25926         Remove explicit declarations of xmalloc and realloc.
25927         Include xalloc.h.
25928         (read_utmp): Remove anachronistic cast of xmalloc.
25929
25930 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25931
25932         Assume C89, so PARAMS isn't needed.
25933         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25934         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25935         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25936         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25937         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25938         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25939         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25940         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25941         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25942         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25943         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25944         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25945         no longer needed. Anyway, config.h should always be included before any
25946         other file.
25947
25948 2003-06-11  Simon Josefsson  <jas@extundo.com>
25949
25950         * modules/sysexits: New file.
25951         * MODULES.html.sh (func_all_modules): Add sysexits.
25952
25953 2003-06-11  Simon Josefsson  <jas@extundo.com>
25954
25955         * lib/sysexit_.h: New file.
25956
25957 2003-06-11  Derek Price  <derek@ximbiot.com>
25958
25959         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25960         necessary.
25961
25962 2003-06-11  Bruno Haible  <bruno@clisp.org>
25963
25964         * m4/sysexits.m4: New file.
25965
25966 2003-06-10  Simon Josefsson  <jas@extundo.com>
25967
25968         * lib/argp.h: New file, from glibc.
25969         * lib/argp-ba.c: New file, from glibc.
25970         * lib/argp-eexst.c: New file, from glibc.
25971         * lib/argp-fmtstream.c: New file, from glibc.
25972         * lib/argp-fmtstream.h: New file, from glibc.
25973         * lib/argp-fs-xinl.c: New file, from glibc.
25974         * lib/argp-help.c: New file, from glibc.
25975         * lib/argp-namefrob.h: New file, from glibc.
25976         * lib/argp-parse.c: New file, from glibc.
25977         * lib/argp-pv.c: New file, from glibc.
25978         * lib/argp-pvh.c: New file, from glibc.
25979         * lib/argp-xinl.c: New file, from glibc.
25980
25981 2003-06-10  Simon Josefsson  <jas@extundo.com>
25982
25983         * modules/strchrnul: New file.
25984
25985 2003-06-10  Simon Josefsson  <jas@extundo.com>
25986
25987         * modules/argp: New file.
25988
25989 2003-06-10  Simon Josefsson  <jas@extundo.com>
25990
25991         * m4/strchrnul.m4: New file.
25992
25993 2003-06-10  Simon Josefsson  <jas@extundo.com>
25994
25995         * lib/strchrnul.h: New file.
25996         * lib/strchrnul.c: New file.
25997
25998 2003-06-10  Bruno Haible  <bruno@clisp.org>
25999
26000         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26001
26002 2003-06-07  Karl Berry  <karl@gnu.org>
26003
26004         * config/config.{guess,sub}: update from prep.
26005
26006 2003-06-07  Jim Meyering  <jim@meyering.net>
26007
26008         * modules/strtod: Use $(...) notation, not @...@ for
26009         AC_REPLACE'd variables.
26010         * modules/localcharset: Likewise.
26011
26012 2003-06-07  Jim Meyering  <jim@meyering.net>
26013
26014         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26015         in place of my name in the copyright comment.
26016         Remove definition and uses of __P.
26017
26018         From coreutils.
26019         * lib/stat.c: Don't declare xmalloc explicitly.
26020         Instead, include "xalloc.h".
26021         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26022         xrealloc, and xcalloc return values.
26023         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26024         Improve comment.
26025         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26026
26027 2003-06-07  Bruno Haible  <bruno@clisp.org>
26028
26029         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26030         avoid AC_CONFIG_LINKS.
26031         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26032         fnmatch.h, to avoid AC_CONFIG_LINKS.
26033         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26034
26035 2003-06-07  Bruno Haible  <bruno@clisp.org>
26036
26037         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26038         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26039         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26040         directory.
26041         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26042         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26043         directory.
26044
26045 2003-06-06  Jim Meyering  <jim@meyering.net>
26046
26047         Merge from coreutils.
26048         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26049         Consolidate declarations and initializations of *_base* locals.
26050
26051         Merge from coreutils.
26052         This avoids a core dump on systems without GNU putenv,
26053         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26054         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26055         (unsetenv): New static function, from GNU libc.
26056         (rpl_putenv): Use it.
26057
26058         * lib/modechange.c: Remove trailing blanks.
26059
26060         Merge from coreutils.
26061         * lib/fsusage.c: Remove declaration of statfs.
26062         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26063
26064         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26065
26066 2003-06-06  Jim Meyering  <jim@meyering.net>
26067
26068         * lib/stdbool_.h: Renamed from stdbool.h.in.
26069
26070 2003-06-06  Jim Meyering  <jim@meyering.net>
26071             Bruno Haible  <bruno@clisp.org>
26072
26073         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26074         Adjust Makefile.am snippet not to redirect directly to target.
26075         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26076
26077 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26078
26079         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26080         mismatch, look in future quarters as well as past.  This fixes a
26081         bug when processing fall-backwards gaps immediately after a long
26082         period of daylight-saving time.
26083
26084         * lib/mktime.c: Assume freestanding C89 or better.
26085         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26086         (__P): Remove; not used.
26087         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26088         (mktime, not_equal_tm, print_tm, check_result,
26089         main): Use prototypes.  Use const * where appropriate.
26090         (main): Fix typo in testing code that uncovered by above changes.
26091         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26092
26093 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26094
26095         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26096         locale.h, localeconv.  This merges changes from coreutils.
26097
26098         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26099         It can be removed after the next Autoconf is released.
26100         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26101         needed.
26102
26103 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26104
26105         * lib/mktime.c: Fix Debian bug 177940
26106         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26107         (localtime_offset): Now long int, not time_t, because we want it
26108         to be guaranteed to be signed.  All uses changed.
26109         (__mktime_internal): If overflow would occur when adding offset,
26110         don't add it.
26111
26112         Merge 'human' changes from coreutils.  Rewrite to support
26113         locale-specific notations like thousands separators.
26114         * lib/human.c: Simplify authorship notice.
26115         Include human.h immediately after config.h.
26116         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26117         <limits.h>: Do not include, since human.h does.
26118         (SIZE_MAX, UINTMAX_MAX): New macros.
26119         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26120         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26121         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26122         (power_letter): Renamed from suffixes.
26123         (generate_suffix_backwards): Remove.
26124         (adjust_value): Now takes int style (because of human.h changes)
26125         and long double value (for greater precision on some platforms).
26126         (group_number): New function.
26127         (human_readable): Use it.  Use integer options, not enum.
26128         Put the options before the sizes in the arg list.
26129         Support all the new options.
26130         The old human_readable function has been removed;
26131         use inttostr.h instead.
26132         (human_readable, default_block_size, humblock):
26133         Use uintmax_t, not int, for block sizes.
26134         (human_readable_inexact, block_size_types): Remove.
26135         (block_size_opts): New constant.
26136         (human_options): Renamed from human_block_size, with new signature
26137         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26138         * lib/human.h: Add copyright and authorship notice.
26139         Include <limits.h> and <stdbool.h> unconditionally.
26140         (PARAMS): Remove.  All uses removed.
26141         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26142         (enum human_inexact_style): Remove tag; now a nameless enum.
26143         (human_floor, human_ceiling, human_round_to_even): Now have
26144         values 2, 0, 1 rather than -1, 1, 0.
26145         (human_group_digits, human_suppress_point_zero, human_autoscale,
26146         human_base_1024, human_SI, human_B): New constants.
26147         (human_readable_inexact, human_block_size): Remove.
26148         (human_readable): Size args are now uintmax_t, not int.
26149         (human_options): New decl.
26150
26151         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26152         unnecessary now that we assume C89 or better.  This change
26153         imported from coreutils.
26154
26155         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26156         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26157         in the 2003-05-30 sync from glibc.
26158
26159         .h files should stand alone, but we shouldn't include <sys/types.h>
26160         if we can get away with just <stddef.h>.
26161
26162         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26163         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26164         rather than <sys/types.h>, as we merely need size_t.
26165         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26166         to get size_t.
26167         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26168         Include <stdio.h>, to get FILE.
26169         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26170         memcasecmp.h has included <stddef.h> and all we need is size_t.
26171         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26172         our interface, instead of including <sys/types.h>
26173
26174 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26175
26176         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26177         now, as glibc mktime is buggy on non-glibc systems.
26178
26179 2003-06-03  Karl Berry  <karl@gnu.org>
26180
26181         * config/config.sub: update from prep.
26182
26183 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26184
26185         [from coreutils]
26186         Fix some minor time-related bugs with POSIX time arguments.
26187         Some valid time stamps were being rejected (notably -1, and
26188         time stamps before 1900 on 64-bit hosts).  And some invalid
26189         time stamps were being accepted, e.g. September 31.
26190
26191         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26192         that we can return (time_t) -1 successfully.
26193         * lib/posixtm.c: Likewise.
26194         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26195         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26196         (t): Remove static var.
26197         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26198         of static var.  All uses changed.
26199         (year): Do not reject years before 1900; they can occur with
26200         64-bit time_t.
26201         (posix_time_parse): Do not check for out-of-range components;
26202         that is now the caller's responsibility, since our checks were
26203         only approximations.
26204         (posixtime): Use mktime to check for out-of-range components,
26205         since it knows them exactly.
26206         If mktime returns (time_t) -1, check whether an error actually occurred
26207         by invoking localtime on -1.
26208         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26209         posixtime failures better.
26210         Improve the test data (in comments only).
26211
26212 2003-06-02  Karl Berry  <karl@gnu.org>
26213
26214         * config/mkinstalldirs (version): new variable.
26215         (--version): new option.
26216         (usage): improve message.
26217
26218 2003-05-30  Karl Berry  <karl@gnu.org>
26219
26220         * lib/mktime.c: update from libc.
26221
26222 2003-05-30  Bruno Haible  <bruno@clisp.org>
26223
26224         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26225         * config/config.rpath: Upgrade to gettext-0.12.1.
26226
26227 2003-05-30  Bruno Haible  <bruno@clisp.org>
26228
26229         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26230         * m4/nls.m4: New file, from gettext-0.12.1.
26231         * m4/po.m4: New file, from gettext-0.12.1.
26232         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26233
26234 2003-05-30  Bruno Haible  <bruno@clisp.org>
26235
26236         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26237         * lib/localcharset.h: Likewise.
26238         * lib/localcharset.c: Likewise.
26239
26240 2003-05-29  Karl Berry  <karl@gnu.org>
26241
26242         * config/config.rpath: update from gettext.
26243
26244 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26245
26246         Assume the headers required for C89 freestanding compilers.
26247         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26248         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26249         * m4/human.m4 (gl_HUMAN): Likewise.
26250         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26251         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26252         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26253         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26254         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26255         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26256
26257 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26258
26259         Assume the headers required for C89 freestanding compilers.
26260         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26261         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26262         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26263         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26264         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26265         define, since <limits.h> is guaranteed to do that.
26266         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26267         * lib/exclude.c: Include <stdbool.h> unconditionally.
26268         * lib/tempname.c: Include <stddef.h> unconditionally.
26269         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26270         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26271         <stddef.h> does that.
26272         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26273         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26274         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26275         needed.
26276         * lib/xstrtol.c: Likewise.
26277         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26278         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26279
26280         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26281         warnings on some platforms.
26282
26283         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26284         arbitrarily.
26285
26286 2003-05-26  Jim Meyering  <jim@meyering.net>
26287
26288         Merge in a change from coreutils:
26289         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26290         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26291         that condition, rather than `-1' which is slightly misleading.
26292         Change the name of the cache variable to have the gl_ prefix.
26293         Prompted by a patch from Richard Dawe for DJGPP.
26294
26295 2003-05-24  Karl Berry  <karl@gnu.org>
26296
26297         * config/config.guess: update from prep.
26298
26299 2003-05-22  Karl Berry  <karl@gnu.org>
26300
26301         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26302
26303 2003-05-20  Karl Berry  <karl@gnu.org>
26304
26305         * config/config.guess: update from prep.
26306
26307 2003-05-18  Karl Berry  <karl@gnu.org>
26308
26309         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26310         might actually be set by the user.
26311
26312         * config/depcomp, install-sh, mdate-sh: update from automake.
26313
26314 2003-05-17  Bruno Haible  <bruno@clisp.org>
26315
26316         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26317         invalid expansion for AC_EGREP_CPP.
26318         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26319         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26320         Suggested by Akim Demaille <akim@epita.fr> in
26321         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26322
26323 2003-05-12  Jim Meyering  <jim@meyering.net>
26324
26325         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26326         the space-padded-by-default conversion specifiers, %e, %k, %l.
26327
26328 2003-05-12  Bruno Haible  <bruno@clisp.org>
26329
26330         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26331         the string is longer than 4 KB.
26332
26333 2003-05-11  Karl Berry  <karl@gnu.org>
26334
26335         * config/config.{guess,sub}: update from prep.
26336
26337 2003-05-09  Bruno Haible  <bruno@clisp.org>
26338
26339         * modules/error: Add m4/strerror_r.m4 to file list.
26340
26341 2003-05-03  Bruno Haible  <bruno@clisp.org>
26342
26343         Upgrade to Unicode-4.0.
26344         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26345         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26346         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26347         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26348         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26349         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26350         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26351         Change width of U+E0100..U+E01EF from 1 to 0.
26352
26353 2003-04-25  Jim Meyering  <jim@meyering.net>
26354
26355         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26356         of type size_t, not int.
26357
26358 2003-04-25  Bruno Haible  <bruno@clisp.org>
26359
26360         * lib/copy-file.c: Include <stddef.h>, for size_t.
26361
26362 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26363
26364         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26365         code which expansion is under static control.  Patch imported from
26366         Akim Demaille's patch to Bison; see
26367         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26368
26369 2003-04-14  Bruno Haible  <bruno@clisp.org>
26370
26371         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26372
26373 2003-04-11  Jim Meyering  <jim@meyering.net>
26374
26375         Merge changes from Coreutils.
26376
26377         2003-03-22  Jim Meyering  <jim@meyering.net>
26378
26379         * lib/strftime.c (widen): Cast alloca return value to proper type.
26380
26381         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26382
26383         From GNU libc.
26384         * lib/strftime.c (my_strftime): Handle very large width
26385         specifications for numeric values correctly.  Improve checks for
26386         overflow.
26387
26388         2003-01-19  Jim Meyering  <jim@meyering.net>
26389
26390         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26391         definitions.
26392         (nl_get_alt_digit) [! defined my_strftime]: Define.
26393         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26394         _nl_get_alt_digit and _nl_get_walt_digit.
26395
26396         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26397         libc. These changes have no effect outside of _LIBC.
26398
26399 2003-04-10  Bruno Haible  <bruno@clisp.org>
26400
26401         * modules/findprog: New file.
26402         * MODULES.html.sh (func_all_modules): Add it.
26403
26404 2003-04-10  Bruno Haible  <bruno@clisp.org>
26405
26406         * m4/findprog.m4: New file.
26407         * m4/eaccess.m4: New file.
26408
26409 2003-04-10  Bruno Haible  <bruno@clisp.org>
26410
26411         * lib/findprog.h: New file, from GNU gettext.
26412         * lib/findprog.c: New file, from GNU gettext.
26413
26414 2003-04-05  Jim Meyering  <jim@meyering.net>
26415
26416         Merge changes from Coreutils.
26417
26418         * lib/exclude.h (PARAMS): Remove definition and uses.
26419         * lib/exclude.c: Remove uses of `PARAMS'.
26420
26421         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26422         Add test-cases for DOS filenames. Declare program_name.
26423         (main): Set up program_name.  Patch by Rich Dawe.
26424
26425         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26426         error from mntctl.
26427         Use mntctl's return value to drive the entry-processing loop, since
26428         we can't rely on the value of the vmt_length member in the last
26429         entry.  On some systems doing so could result in exhausting
26430         virtual memory.  Based in part on a patch from Mike Jetzer.
26431
26432 2003-04-04  Bruno Haible  <bruno@clisp.org>
26433
26434         * modules/linebreak: New file.
26435         * MODULES.html.sh (func_all_modules): Add it.
26436
26437 2003-04-04  Bruno Haible  <bruno@clisp.org>
26438
26439         * m4/linebreak.m4: New file.
26440
26441 2003-04-04  Bruno Haible  <bruno@clisp.org>
26442
26443         * lib/linebreak.h: New file, from GNU gettext.
26444         * lib/linebreak.c: New file, from GNU gettext with slight
26445         modifications.
26446         * lib/lbrkprop.h: New file, from GNU gettext.
26447
26448 2003-04-03  Bruno Haible  <bruno@clisp.org>
26449
26450         * modules/utf8-ucs4: New file.
26451         * modules/utf16-ucs4: New file.
26452         * modules/ucs4-utf8: New file.
26453         * modules/ucs4-utf16: New file.
26454         * MODULES.html.sh (func_all_modules): Add them.
26455
26456 2003-04-03  Bruno Haible  <bruno@clisp.org>
26457
26458         * m4/utf-ucs4.m4: New file.
26459         * m4/ucs4-utf.m4: New file.
26460
26461 2003-04-03  Bruno Haible  <bruno@clisp.org>
26462
26463         * lib/utf8-ucs4.h: New file, from GNU gettext.
26464         * lib/utf16-ucs4.h: New file, from GNU gettext.
26465         * lib/ucs4-utf8.h: New file, from GNU gettext.
26466         * lib/ucs4-utf16.h: New file, from GNU gettext.
26467
26468 2003-04-02  Bruno Haible  <bruno@clisp.org>
26469
26470         * modules/binary-io: New file.
26471         * MODULES.html.sh (func_all_modules): Add it.
26472
26473 2003-04-02  Bruno Haible  <bruno@clisp.org>
26474
26475         * lib/binary-io.h: New file, from GNU gettext.
26476
26477 2003-04-01  Bruno Haible  <bruno@clisp.org>
26478
26479         * modules/pathname: New file.
26480         * MODULES.html.sh (func_all_modules): Add it.
26481
26482 2003-04-01  Bruno Haible  <bruno@clisp.org>
26483
26484         * lib/pathname.h: New file, from GNU gettext.
26485         * lib/concatpath.c: New file, from GNU gettext.
26486
26487 2003-03-30  Bruno Haible  <bruno@clisp.org>
26488
26489         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26490
26491 2003-03-30  Bruno Haible  <bruno@clisp.org>
26492
26493         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26494         function chown() doesn't exist.
26495
26496 2003-03-28  Bruno Haible  <bruno@clisp.org>
26497
26498         * modules/copy-file: New file.
26499         * MODULES.html.sh (func_all_modules): Add it.
26500
26501 2003-03-28  Bruno Haible  <bruno@clisp.org>
26502
26503         * m4/copy-file.m4: New file.
26504
26505 2003-03-28  Bruno Haible  <bruno@clisp.org>
26506
26507         * lib/copy-file.h: New file, from GNU gettext.
26508         * lib/copy-file.c: New file, from GNU gettext.
26509
26510 2003-03-18  Jim Meyering  <jim@meyering.net>
26511
26512         * lib/quote.c (quote_n): Fix typo in comment.
26513
26514 2003-03-18  Bruno Haible  <bruno@clisp.org>
26515
26516         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26517         checking.
26518         * m4/onceonly_2_57.m4: Likewise.
26519
26520 2003-03-17  Bruno Haible  <bruno@clisp.org>
26521
26522         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26523         (m4_quote): Remove macro.
26524         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26525
26526 2003-03-14  Jim Meyering  <jim@meyering.net>
26527
26528         Merge changes from Coreutils.
26529         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26530         to be const, in order to avoid warnings.
26531         (obstack_room): Likewise.
26532         (obstack_empty_p): Likewise.
26533
26534 2003-03-14  Bruno Haible  <bruno@clisp.org>
26535
26536         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26537         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26538
26539 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26540
26541         Merge changes from Bison.
26542         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26543         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26544         when compiling Bison 1.875's `bitset bset = obstack_alloc
26545         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26546         * lib/hash.c: Include <stdbool.h> unconditionally.
26547
26548 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26549
26550         * m4/onceonly.m4 (m4_quote): New macro.
26551         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26552         Quote AC_FOREACH variable-expansions properly.
26553
26554 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26555
26556         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26557
26558 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26559
26560         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26561         Reported by Bruce Becker; see:
26562         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26563
26564 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26565             Bruno Haible  <bruno@clisp.org>
26566
26567         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26568         Reported by John Hughes, see
26569         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26570
26571 2003-02-20  Bruno Haible  <bruno@clisp.org>
26572
26573         * MODULES.html.sh (func_all_modules): Add poll.
26574
26575 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26576
26577         * modules/poll: New file.
26578
26579 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26580
26581         * lib/poll_.h: New file.
26582         * lib/poll.c: New file.
26583
26584 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26585
26586         * m4/poll.m4: New file.
26587
26588 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26589
26590         * modules/mathl: New file.
26591
26592 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26593
26594         * lib/mathl.h: New file.
26595         * lib/acosl.c: New file.
26596         * lib/asinl.c: New file.
26597         * lib/atanl.c: New file.
26598         * lib/ceill.c: New file.
26599         * lib/cosl.c: New file.
26600         * lib/expl.c: New file.
26601         * lib/floorl.c: New file.
26602         * lib/frexpl.c: New file.
26603         * lib/ldexpl.c: New file.
26604         * lib/logl.c: New file.
26605         * lib/sincosl.c: New file.
26606         * lib/sinl.c: New file.
26607         * lib/sqrtl.c: New file.
26608         * lib/tanl.c: New file.
26609         * lib/trigl.c: New file.
26610         * lib/trigl.h: New file.
26611
26612 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26613
26614         * m4/mathl.m4: New file.
26615
26616 2003-02-18  Bruno Haible  <bruno@clisp.org>
26617
26618         * MODULES.html.sh (func_all_modules): Add mathl.
26619
26620 2003-02-17  Bruno Haible  <bruno@clisp.org>
26621
26622         * modules/mkdtemp: New module.
26623         * MODULES.html.sh (func_all_modules): Add it.
26624
26625 2003-02-17  Bruno Haible  <bruno@clisp.org>
26626
26627         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26628
26629 2003-02-17  Bruno Haible  <bruno@clisp.org>
26630
26631         * lib/mkdtemp.h: New file, from GNU gettext.
26632         * lib/mkdtemp.c: New file, from GNU gettext.
26633
26634 2003-02-02  Jim Meyering  <jim@meyering.net>
26635
26636         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26637         e.g. glibc-2.2.93.
26638
26639 2003-01-31  Bruno Haible  <bruno@clisp.org>
26640
26641         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26642         'rpl_rename'.
26643         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26644         'rpl_strnlen'.
26645         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26646         'rpl_strtod'.
26647         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26648         'rpl_utime'.
26649
26650 2003-01-31  Bruno Haible  <bruno@clisp.org>
26651
26652         * lib/rename.c: #undef rename before defining rpl_rename.
26653         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26654
26655 2003-01-30  Bruno Haible  <bruno@clisp.org>
26656
26657         * modules/vasnprintf, modules/vasprintf: New modules.
26658         * MODULES.html.sh (func_all_modules): Add them.
26659
26660 2003-01-30  Bruno Haible  <bruno@clisp.org>
26661
26662         * m4/signed.m4: New file, from GNU gettext.
26663         * m4/longdouble.m4: New file, from GNU gettext.
26664         * m4/wchar_t.m4: New file, from GNU gettext.
26665         * m4/wint_t.m4: New file, from GNU gettext.
26666         * m4/vasnprintf.m4: New file.
26667         * m4/vasprintf.m4: New file.
26668
26669 2003-01-30  Bruno Haible  <bruno@clisp.org>
26670
26671         * lib/printf-args.h: New file, from GNU gettext.
26672         * lib/printf-args.c: New file, from GNU gettext.
26673         * lib/printf-parse.h: New file, from GNU gettext.
26674         * lib/printf-parse.c: New file, from GNU gettext.
26675         * lib/vasnprintf.h: New file, from GNU gettext.
26676         * lib/vasnprintf.c: New file, from GNU gettext.
26677         * lib/asnprintf.c: New file, from GNU gettext.
26678         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26679         * lib/vasprintf.c: New file, from GNU gettext.
26680         * lib/asprintf.c: New file, from GNU gettext.
26681
26682 2003-01-29  Bruno Haible  <bruno@clisp.org>
26683
26684         * modules/stpncpy: New module.
26685         * MODULES.html.sh (func_all_modules): Add it.
26686
26687 2003-01-29  Bruno Haible  <bruno@clisp.org>
26688
26689         * m4/stpncpy.m4: New file.
26690
26691 2003-01-29  Bruno Haible  <bruno@clisp.org>
26692
26693         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26694         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26695
26696 2003-01-28  Bruno Haible  <bruno@clisp.org>
26697
26698         * modules/c-ctype: New module.
26699         * MODULES.html.sh (func_all_modules): Add it.
26700
26701 2003-01-28  Bruno Haible  <bruno@clisp.org>
26702
26703         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26704         Paul Eggert.
26705         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26706         Paul Eggert.
26707
26708 2003-01-27  Bruno Haible  <bruno@clisp.org>
26709
26710         * modules/xsetenv: New module.
26711         * MODULES.html.sh (func_all_modules): Add it.
26712
26713 2003-01-27  Bruno Haible  <bruno@clisp.org>
26714
26715         * lib/xsetenv.h: New file, from GNU gettext.
26716         * lib/xsetenv.c: New file, from GNU gettext.
26717
26718 2003-01-23  Jim Meyering  <jim@meyering.net>
26719
26720         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26721         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26722
26723 2003-01-23  Bruno Haible  <bruno@clisp.org>
26724
26725         * modules/minmax: New module.
26726         * MODULES.html.sh (func_all_modules): Add it.
26727
26728 2003-01-23  Bruno Haible  <bruno@clisp.org>
26729
26730         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26731         Eggert.
26732
26733 2003-01-22  Bruno Haible  <bruno@clisp.org>
26734
26735         * modules/exit: New module.
26736         * MODULES.html.sh (func_all_modules): Add it.
26737
26738 2003-01-22  Bruno Haible  <bruno@clisp.org>
26739
26740         * lib/exit.h: New file, from GNU gettext.
26741
26742 2003-01-19  Bruno Haible  <bruno@clisp.org>
26743
26744         * gnulib-tool: Recognize option --extract-maintainer.
26745         (func_get_maintainer): New function.
26746         * modules/*: Add Maintainer entry.
26747
26748 2003-01-16  Jim Meyering  <jim@meyering.net>
26749
26750         * m4/regex.m4: The `regex' struct is both input and output.
26751         Initialize it before each use.  Patch by Tim Waugh.
26752
26753 2003-01-16  Bruno Haible  <bruno@clisp.org>
26754
26755         * MODULES.html.sh: Add a table of contents. Add the module name as
26756         leftmost column. Add hyperlinks.
26757
26758 2003-01-15  Bruno Haible  <bruno@clisp.org>
26759
26760         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26761
26762 2003-01-15  Bruno Haible  <bruno@clisp.org>
26763
26764         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26765         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26766         suffix.
26767
26768 2003-01-15  Bruno Haible  <bruno@clisp.org>
26769
26770         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26771
26772 2003-01-15  Bruno Haible  <bruno@clisp.org>
26773
26774         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26775         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26776
26777 2003-01-14  Jim Meyering  <jim@meyering.net>
26778
26779         * lib/same.c (same_name): Tweak a comment.
26780
26781 2003-01-14  Bruno Haible  <bruno@clisp.org>
26782
26783         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26784         when a string comparison is sufficient.
26785
26786 2003-01-14  Bruno Haible  <bruno@clisp.org>
26787
26788         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26789         'unsigned int'.
26790
26791 2003-01-14  Bruno Haible  <bruno@clisp.org>
26792
26793         * lib/hash-pjw.c: Add comment about low quality of this function.
26794
26795 2003-01-13  Bruno Haible  <bruno@clisp.org>
26796
26797         * modules/stpcpy: Distribute lib/stpcpy.h.
26798         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26799
26800 2003-01-13  Bruno Haible  <bruno@clisp.org>
26801
26802         * modules/*: Add a description.
26803         * modules/strpbrk: Fix Makefile.am snippet.
26804         * modules/strtoimax: Fix dependencies.
26805         * modules/strtoumax: Likewise.
26806
26807 2003-01-13  Bruno Haible  <bruno@clisp.org>
26808
26809         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26810         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26811         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26812
26813 2003-01-13  Bruno Haible  <bruno@clisp.org>
26814
26815         * gnulib-tool (func_create_testdir): Store config/* files in the main
26816         directory.
26817         * config.rpath: Move to ...
26818         * config/config.rpath: ... here.
26819         * modules/gettext: Contains config/config.rpath, not config.rpath.
26820         * modules/iconv: Likewise.
26821
26822 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26823
26824         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26825         to avoid collisions with libcurses and libreadline.
26826
26827         * m4/getstr.m4: Remove.
26828         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26829
26830 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26831
26832         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26833         to avoid collisions with libcurses and libreadline.
26834
26835         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26836         * lib/getstr.h, getstr.c: Remove.
26837         * lib/getline.c: Include "getline.h", to check interface.
26838         Move body of old getstr.c here: this defines MIN_CHUNK and
26839         declares getdelim2, which is renamed from getstr.
26840         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26841
26842         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26843         All uses changed.
26844         * lib/linebuffer.h: Likewise.
26845         (readline): Remove backward-compatibility macro.
26846
26847 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26848
26849         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26850         to avoid collisions with libcurses and libreadline.
26851         * getstr: Remove.
26852         * MODULES.html.sh: Remove getstr.
26853         * modules/getline: Depend on unlocked-io, not getstr.
26854
26855 2003-01-12  Jim Meyering  <jim@meyering.net>
26856
26857         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26858
26859 2003-01-10  Bruno Haible  <bruno@clisp.org>
26860
26861         * modules/alloca: Change Makefile.am requirements. Simplify Include
26862         requirements. Add lib/alloca_.h to file list.
26863
26864 2003-01-10  Bruno Haible  <bruno@clisp.org>
26865
26866         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26867
26868 2003-01-10  Bruno Haible  <bruno@clisp.org>
26869
26870         * lib/alloca_.h: New file.
26871         * lib/getdate.y: Unconditionally include alloca.h.
26872         * lib/makepath.c: Likewise.
26873         * lib/setenv.c: Likewise.
26874         * lib/userspec.c: Likewise.
26875
26876 2003-01-09  Karl Berry  <karl@gnu.org>
26877
26878         * MODULES.html.sh: include `dirname $0` in PATH, to find
26879         gnulib-tool.
26880
26881 2003-01-09  Bruno Haible  <bruno@clisp.org>
26882
26883         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26884         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26885
26886 2003-01-09  Bruno Haible  <bruno@clisp.org>
26887
26888         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26889
26890 2003-01-09  Bruno Haible  <bruno@clisp.org>
26891
26892         * lib/stdbool.h.in: New file.
26893
26894 2003-01-09  Bruno Haible  <bruno@clisp.org>
26895
26896         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26897         * MODULES.html.sh: Likewise.
26898
26899 2003-01-08  Jim Meyering  <jim@meyering.net>
26900
26901         * lib/full-write.c: Undefine and define-away `const' after inclusion
26902         of errno.h, not before.  Suggestion from Bruno Haible.
26903
26904 2003-01-08  Bruno Haible  <bruno@clisp.org>
26905
26906         * modules/full-read: Depend on full-write.
26907
26908 2003-01-08  Bruno Haible  <bruno@clisp.org>
26909
26910         * lib/safe-read.c: Include specification header first, to ensure its
26911         selfcontainedness.
26912         * lib/full-write.c: Likewise.
26913
26914 2003-01-07  Jim Meyering  <jim@meyering.net>
26915
26916         * lib/full-write.c: Rework so that it may serve to define full_read,
26917         too.
26918         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26919
26920 2003-01-07  Bruno Haible  <bruno@clisp.org>
26921
26922         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26923         <inttypes.h>.
26924         * lib/xstrtol.h: Likewise.
26925         * lib/xstrtoimax.c: Likewise.
26926         * lib/xstrtoumax.c: Likewise.
26927         * lib/human.h: Likewise.
26928
26929         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26930         on systems that have <inttypes.h> but not <stdint.h>.
26931
26932 2003-01-07  Bruno Haible  <bruno@clisp.org>
26933
26934         * MODULES.html.sh: Add copyright notice.
26935         (missed_files): Omit CVS directory entries.
26936         (func_module): Make it work with sed-3.02.
26937         * MODULES.txt: Remove file.
26938
26939 2003-01-06  Jim Meyering  <jim@meyering.net>
26940
26941         * lib/version-etc.c: Update year in translatable copyright string.
26942
26943 2003-01-03  Karl Berry  <karl@gnu.org>
26944
26945         * config/config.{guess,sub}: update from prep.
26946
26947 2003-01-02  Karl Berry  <karl@gnu.org>
26948
26949         * doc/COPYING.DOC: belatedly updated to 1.2.
26950
26951 2003-01-01  Karl Berry  <karl@gnu.org>
26952
26953         * gnulib-tool (func_verify_module): report module name $module in
26954         error message, not $1.
26955         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26956         be created, only if it doesn't exist.
26957         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26958
26959 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26960
26961         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26962
26963 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26964
26965         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26966         memcmp if strcoll doesn't work.
26967
26968 2002-12-31  Bruno Haible  <bruno@clisp.org>
26969
26970         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26971         nonempty.
26972
26973 2002-12-31  Bruno Haible  <bruno@clisp.org>
26974
26975         * lib/memcoll.c (STRCOLL): New macro.
26976         (memcoll): Use it.
26977
26978 2002-12-31  Bruno Haible  <bruno@clisp.org>
26979
26980         * lib/localcharset.h: New file.
26981         * lib/localcharset.c: Include it.
26982         * lib/unicodeio.c: Likewise.
26983
26984 2002-12-31  Bruno Haible  <bruno@clisp.org>
26985
26986         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26987         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26988
26989 2002-12-31  Bruno Haible  <bruno@clisp.org>
26990
26991         * lib/getline.h: Include <stddef.h>, for size_t.
26992
26993         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26994         * lib/unicodeio.c: Don't include <stddef.h>.
26995
26996 2002-12-31  Bruno Haible  <bruno@clisp.org>
26997
26998         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26999         HAVE_TM_ZONE.
27000
27001 2002-12-24  Karl Berry  <karl@gnu.org>
27002
27003         * config/config.guess: update from prep.
27004
27005 2002-12-24  Bruno Haible  <bruno@clisp.org>
27006
27007         General infrasructure.
27008         * m4/README: Rewritten.
27009         * m4/onceonly.m4: New file.
27010         * m4/onceonly_2_57.m4: New file.
27011
27012         Module atexit.
27013         * m4/atexit.m4: New file.
27014
27015         Module strtod.
27016         * m4/strtod.m4: New file.
27017
27018         Module strtol.
27019         * m4/strtol.m4: New file.
27020
27021         Module strtoul.
27022         * m4/strtoul.m4: New file.
27023
27024         Module memchr.
27025         * m4/memchr.m4: New file.
27026
27027         Module memcmp.
27028         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27029         (jm_FUNC_MEMCMP): Invoke it.
27030
27031         Module memcpy.
27032         * m4/memcpy.m4: New file.
27033
27034         Module memmove.
27035         * m4/memmove.m4: New file.
27036
27037         Module memset.
27038         * m4/memset.m4: New file.
27039
27040         Module strcspn.
27041         * m4/strcspn.m4: New file.
27042
27043         Module strpbrk.
27044         * m4/strpbrk.m4: New file.
27045
27046         Module strstr.
27047         * m4/strstr.m4: New file.
27048
27049         Module strerror.
27050         * m4/strerror.m4: New file.
27051
27052         Module mktime.
27053         * m4/mktime.m4: Renamed from jm-mktime.m4.
27054         (gl_PREREQ_MKTIME): New macro.
27055         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27056
27057         Module malloc.
27058         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27059         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27060         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27061
27062         Module realloc.
27063         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27064         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27065         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27066
27067         Module strftime.
27068         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27069         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27070         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27071         gl_TM_GMTOFF.
27072         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27073
27074         Module xalloc.
27075         * m4/xalloc.m4: New file.
27076
27077         Module alloca.
27078         * m4/alloca.m4: New file.
27079
27080         Module putenv.
27081         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27082         (jm_FUNC_PUTENV): Invoke it.
27083
27084         Module setenv.
27085         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27086         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27087         when invoked twice.
27088         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27089         gt_FUNC_SETENV.
27090
27091         Module memrchr.
27092         * m4/memrchr.m4: New file.
27093
27094         Module stpcpy.
27095         * m4/stpcpy.m4: New file.
27096
27097         Module strcase.
27098         * m4/strcase.m4: New file.
27099
27100         Module strdup.
27101         * m4/strdup.m4: New file.
27102
27103         Module strnlen.
27104         * m4/strnlen.m4: New file.
27105
27106         Module strndup.
27107         * m4/strndup.m4: New file.
27108
27109         Module xstrtod.
27110         * m4/xstrtod.m4: New file.
27111
27112         Module xstrtol.
27113         * m4/xstrtol.m4: New file.
27114
27115         Module getdate.
27116         * m4/getdate.m4: New file.
27117
27118         Module unlocked-io.
27119         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27120         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27121         * m4/jm-glibc-io.m4n: Remove file.
27122
27123         Module long-options.
27124         * m4/long-options.m4: New file.
27125
27126         Module md5.
27127         * m4/md5.m4: New file.
27128
27129         Module sha.
27130         * m4/sha.m4: New file.
27131
27132         Module getstr.
27133         * m4/getstr.m4: New file.
27134
27135         Module getline.
27136         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27137         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27138         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27139         simply getline. Infoke gl_PREREQ_GETLINE.
27140
27141         Module obstack.
27142         * m4/obstack.m4: New file.
27143
27144         Module hash.
27145         * m4/hash.m4: New file.
27146
27147         Module readtokens.
27148         * m4/readtokens.m4: New file.
27149
27150         Module strverscmp.
27151         * m4/strverscmp.m4: New file.
27152
27153         Module stdbool.
27154         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27155         OSF/1.
27156
27157         Module strtoll.
27158         * m4/strtoll.m4: New file.
27159
27160         Module strtoull.
27161         * m4/strtoull.m4: New file.
27162
27163         Module strtoimax.
27164         * m4/strtoimax.m4: New file.
27165
27166         Module strtoumax.
27167         * m4/strtoumax.m4: New file.
27168
27169         Module xstrtoimax.
27170         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27171         jm_AC_PREREQ_XSTRTOIMAX.
27172         Moved the strtol prerequisites to strtol.m4.
27173         Moved the strtoll prerequisites to strtoll.m4.
27174         Moved the strtoimax prerequisites to strtoimax.m4.
27175
27176         Module xstrtoumax.
27177         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27178         jm_AC_PREREQ_XSTRTOUMAX.
27179         Moved the strtoul prerequisites to strtoul.m4.
27180         Moved the strtoull prerequisites to strtoull.m4.
27181         Moved the strtoumax prerequisites to strtoumax.m4.
27182
27183         Module chown.
27184         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27185         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27186
27187         Module dup2.
27188         * m4/dup2.m4: New file.
27189
27190         Module ftruncate.
27191         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27192         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27193
27194         Module getgroups.
27195         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27196         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27197
27198         Module gettimeofday.
27199         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27200         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27201         gl_PREREQ_GETTIMEOFDAY.
27202
27203         Module mkdir.
27204         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27205         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27206
27207         Module mkstemp.
27208         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27209         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27210         jm_AC_TYPE_UINTMAX_T.
27211         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27212
27213         Module stat.
27214         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27215         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27216
27217         Module lstat.
27218         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27219         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27220
27221         Module timespec.
27222         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27223         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27224         * m4/st_mtim.m4: Indentation.
27225
27226         Module nanosleep.
27227         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27228         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27229         gl_PREREQ_NANOSLEEP.
27230
27231         Module regex.
27232         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27233         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27234         (gl_REGEX): New macro.
27235
27236         Module rename.
27237         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27238         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27239
27240         Module rmdir.
27241         * m4/rmdir.m4: New file.
27242
27243         Module utime.
27244         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27245         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27246         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27247
27248         Module dirname.
27249         * m4/dirname.m4: New file.
27250
27251         Module getopt.
27252         * m4/getopt.m4: New file.
27253
27254         Module unistd-safer.
27255         * m4/unistd-safer.m4: New file.
27256
27257         Module fnmatch.
27258         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27259         declaration.
27260         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27261         (gl_FUNC_FNMATCH_POSIX): New macro.
27262         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27263         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27264         simply fnmatch.
27265
27266         Module exclude.
27267         * m4/exclude.m4: New file.
27268
27269         Module human.
27270         * m4/human.m4: New file.
27271
27272         Module acl.
27273         * m4/acl.m4: Nop.
27274
27275         Module backupfile.
27276         * m4/backupfile.m4: New file.
27277         * m4/d-ino.m4: Indentation.
27278
27279         Module fsusage.
27280         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27281         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27282         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27283
27284         Module dirfd.
27285         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27286         requirements.
27287
27288         Module euidaccess.
27289         * m4/euidaccess.m4: New file.
27290
27291         Module file-type.
27292         * m4/file-type.m4: New file.
27293
27294         Module fileblocks.
27295         * m4/fileblocks.m4: New file.
27296
27297         Module filemode.
27298         * m4/filemode.m4: New file.
27299
27300         Module isdir.
27301         * m4/isdir.m4: New file.
27302
27303         Module lchown.
27304         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27305         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27306
27307         Module makepath.
27308         * m4/makepath.m4: New file.
27309
27310         Module modechange.
27311         * m4/modechange.m4: New file.
27312
27313         Module mountlist.
27314         * m4/mountlist.m4: New file.
27315         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27316         Indentation.
27317
27318         Module path-concat.
27319         * m4/path-concat.m4: New file.
27320
27321         Module pathmax.
27322         * m4/pathmax.m4: New file.
27323
27324         Module same.
27325         * m4/same.m4: New file.
27326
27327         Module save-cwd.
27328         * m4/save-cwd.m4: New file.
27329
27330         Module savedir.
27331         * m4/savedir.m4: New file.
27332
27333         Module xgetcwd.
27334         * m4/xgetcwd.m4: New file.
27335         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27336
27337         Module xreadlink.
27338         * m4/xreadlink.m4: New file.
27339
27340         Module safe-read.
27341         * m4/safe-read.m4: New file.
27342
27343         Module safe-write.
27344         * m4/safe-write.m4: New file.
27345
27346         Module closeout.
27347         * m4/closeout.m4: New file.
27348
27349         Module stdio-safer.
27350         * m4/stdio-safer.m4: New file.
27351
27352         Module getpass.
27353         * m4/getpass.m4: New file.
27354
27355         Module getugroups.
27356         * m4/getugroups.m4: New file.
27357
27358         Module group-member.
27359         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27360         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27361
27362         Module idcache.
27363         * m4/idcache.m4: New file.
27364
27365         Module userspec.
27366         * m4/userspec.m4: New file.
27367
27368         Module gettime.
27369         * m4/clock_time.m4: New file.
27370         * m4/gettime.m4: New file.
27371
27372         Module settime.
27373         * m4/settime.m4: New file.
27374
27375         Module posixtm.
27376         * m4/posixtm.m4: New file.
27377
27378         Module gethostname.
27379         * m4/gethostname.m4: New file.
27380
27381         Module canon-host.
27382         * m4/canon-host.m4: New file.
27383
27384         Module gettext.
27385         * m4/codeset.m4: New file, from gettext-0.11.5.
27386         * m4/gettext.m4: New file, from gettext-0.11.5.
27387         * m4/glibc21.m4: New file, from gettext-0.11.5.
27388         * m4/iconv.m4: New file, from gettext-0.11.5.
27389         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27390         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27391         * m4/inttypes.m4: New file, from gettext-0.11.5.
27392         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27393         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27394         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27395         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27396         * m4/lib-link.m4: New file, from gettext-0.11.5.
27397         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27398         * m4/progtest.m4: New file, from gettext-0.11.5.
27399         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27400         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27401         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27402
27403         Module localcharset.
27404         * m4/localcharset.m4: New file.
27405
27406         Module hard-locale.
27407         * m4/hard-locale.m4: New file.
27408
27409         Module mbswidth.
27410         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27411         onceonly macros.
27412         * m4/mbrtowc.m4: Add comment.
27413
27414         Module memcasecmp.
27415         * m4/memcasecmp.m4: New file.
27416
27417         Module memcoll.
27418         * m4/memcoll.m4: New file.
27419
27420         Module unicodeio.
27421         * m4/unicodeio.m4: New file.
27422
27423         Module rpmatch.
27424         * m4/rpmatch.m4: New file.
27425
27426         Module yesno.
27427         * m4/yesno.m4: New file.
27428
27429         Module exitfail.
27430         * m4/exitfail.m4: New file.
27431
27432         Module c-stack.
27433         * m4/c-stack.m4 (gl_C_STACK): New macro.
27434         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27435
27436         Module error.
27437         * m4/error.m4 (gl_ERROR): New macro.
27438         (jm_PREREQ_ERROR): Use onceonly macros.
27439
27440         Module fatal.
27441         * m4/fatal.m4: New file.
27442
27443         Module getloadavg.
27444         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27445         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27446
27447         Module getpagesize.
27448         * m4/getpagesize.m4: New file.
27449
27450         Module getusershell.
27451         * m4/getusershell.m4: New file.
27452
27453         Module physmem.
27454         * m4/physmem.m4: New file.
27455
27456         Module posixver.
27457         * m4/posixver.m4: New file.
27458
27459         Module quotearg.
27460         * m4/quotearg.m4: New file.
27461
27462         Module quote.
27463         * m4/quote.m4: New file.
27464
27465         Module readutmp.
27466         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27467
27468         Module sig2str.
27469         * m4/sig2str.m4: New file.
27470
27471         Other.
27472         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27473         ulonglong.m4.
27474         * m4/intmax_t.m4: New file.
27475         * m4/d-type.m4: Indentation.
27476         * m4/jm-macros.m4: Update.
27477         * m4/prereq.m4 (jm_PREREQ): Update.
27478         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27479         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27480         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27481         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27482         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27483         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27484         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27485         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27486         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27487         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27488         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27489         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27490         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27491         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27492         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27493         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27494         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27495         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27496         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27497
27498 2002-12-24  Bruno Haible  <bruno@clisp.org>
27499
27500         * MODULES.txt: Update according to m4/ changes.
27501
27502         Module gettext.
27503         * config.rpath: New file, from gettext-0.11.5.
27504
27505         * modules/*: New module descriptions.
27506         * gnulib-tool: New file.
27507         * MODULES.html.sh: New file.
27508
27509 2002-12-21  Karl Berry  <karl@gnu.org>
27510
27511         * doc/fdl.texi: update to version 1.2.
27512
27513 2002-12-19  Karl Berry  <karl@gnu.org>
27514
27515         * config/config.guess: update from prep.
27516
27517 2002-12-18  Bruno Haible  <bruno@clisp.org>
27518
27519         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27520         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27521
27522 2002-12-17  Bruno Haible  <bruno@clisp.org>
27523
27524         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27525         stdlib.h, string.h.
27526
27527 2002-12-17  Bruno Haible  <bruno@clisp.org>
27528
27529         * lib/canon-host.c (strdup): Remove unused declaration.
27530
27531         * lib/fsusage.c: Include full_read.h.
27532         (get_fs_usage): Use full_read instead of safe_read.
27533
27534         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27535
27536 2002-12-12  Karl Berry  <karl@gnu.org>
27537
27538         * config/config.guess: update from prep.
27539
27540 2002-12-11  Bruno Haible  <bruno@clisp.org>
27541
27542         * m4/setenv.m4: New file, from gettext-0.11.5.
27543
27544 2002-12-11  Bruno Haible  <bruno@clisp.org>
27545
27546         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27547         not unsetenv().
27548         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27549         modifications:
27550
27551         2002-12-11  Bruno Haible  <bruno@clisp.org>
27552
27553                 * setenv.c (alloca): Fall back to malloc.
27554                 (freea): New macro.
27555                 (setenv): Use freea() to free memory allocated with alloca().
27556
27557         2002-11-13  Bruno Haible  <bruno@clisp.org>
27558
27559                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27560                 function declarations.
27561                 * unsetenv.c (unsetenv): Likewise.
27562
27563         2002-03-04  Bruno Haible  <bruno@clisp.org>
27564
27565                 Portability to AIX 4.3.3.
27566                 * unsetenv.c: New file, extracted from setenv.c.
27567                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27568
27569         2001-12-20  Bruno Haible  <bruno@clisp.org>
27570
27571                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27572                 use malloc instead. For SunOS 4.
27573
27574         2001-12-11  Bruno Haible  <bruno@clisp.org>
27575
27576                 * setenv.c: Declare alloca.
27577                 (compar_fn_t): New typedef.
27578                 (KNOWN_VALUE, STORE_VALUE): Use it.
27579
27580         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27581         setenv.h.
27582
27583 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27584
27585         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27586         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27587         Choose values that are less likely to collide with system fnmatch
27588         options.
27589         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27590         defined (e.g., a pure POSIX system).
27591         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27592         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27593
27594 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27595
27596         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27597         a pain in practice to deal with generated m4 files.  This change
27598         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27599
27600         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27601         and jm-glibc-io.m4, as they are no longer a special case.
27602         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27603         kludge and the auto-generation stuff.  Check only whether the
27604         functions are declared, not whether they exist, since older hosts
27605         that don't declare the functions can't use the optimization anyway.
27606
27607 2002-12-06  Jim Meyering  <jim@meyering.net>
27608
27609         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27610
27611         Merge in changes from libc's misc/error.c, in preparation
27612         for the merge of gnulib's changes back into libc.
27613
27614         * lib/error.c (_): Define only if not already defined.
27615         Move definition to follow all #include directives.
27616         Include unlocked-io.h only if !_LIBC.
27617         [_LIBC]: Include <libio/libioP.h>.
27618         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27619         (fflush): Tweak definition to use INTUSE.
27620         (putc): Define.
27621
27622 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27623
27624         * lib/alloca.c [defined emacs]: Include "lisp.h".
27625         (xalloc_die) [defined emacs]: New macro.
27626         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27627         [! defined emacs]: Include <xalloc.h>.
27628         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27629         (pointer): Typedef to POINTER_TYPE *.
27630         (malloc): Remove decl; we now always use xmalloc.
27631         (alloca): Use old-style definition, since Emacs needs this.
27632         Check for arithmetic overflow when computing combined size.
27633
27634 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27635
27636         Do not generate unlocked-io.h automatically, since it's easier to
27637         maintain it by hand.
27638
27639         * lib/unlocked-io.h: New file, from GNU diffutils,
27640         but with proper copyright notice and attribution.
27641         * lib/gen-uio: Remove.
27642         * lib/Makefile.am: Add copyright notice.
27643         (libfetish_a_SOURCES): Add unlocked-io.h.
27644         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27645         (DISTCLEANFILES, io_functions): Remove macros.
27646         (EXTRA_DIST): Remove gen_uio.
27647         (unlocked-io.h): Remove rule.
27648
27649 2002-12-04  Jim Meyering  <jim@meyering.net>
27650
27651         Reflect the fact that stat.c and lstat.c are no longer generated.
27652         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27653         (DISTCLEANFILES): Likewise.
27654         (EXTRA_DIST): Likewise.
27655         (all_local): Don't depend on stat.c or lstat.c.
27656         (stat.c, lstat.c): Remove rules.
27657         (EXTRA_DIST): Remove xstat.in.
27658
27659         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27660         * lib/stat.c: New file.  Contents mostly from xstat.in.
27661         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27662         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27663
27664         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27665         too.
27666         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27667
27668 2002-12-03  Jim Meyering  <jim@meyering.net>
27669
27670         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27671         but not semantics, to minimize the differences between these two files.
27672         (safe_read): Change comment to mention SAFE_READ_ERROR.
27673
27674         * lib/safe-read.c (IS_EINTR): Define.
27675         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27676
27677 2002-12-02  Jim Meyering  <jim@meyering.net>
27678
27679         * lib/safe-read.c (EINTR): Define.
27680         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27681         (INT_MAX): Provide fallback.
27682         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27683
27684         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27685
27686 2002-12-02  Bruno Haible  <bruno@clisp.org>
27687
27688         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27689         Define, taken from safe-read.c.
27690         (INT_MAX): Provide fallback.
27691         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27692         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27693
27694         * lib/safe-read.c (EINTR): Remove definition.
27695         (safe_read): Don't use EINTR if it is absent.
27696
27697 2002-12-01  Jim Meyering  <jim@meyering.net>
27698
27699         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27700         zero.
27701         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27702
27703 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27704
27705         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27706         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27707         with `if (! (value < limit)) abort ();', for readability.
27708
27709 2002-11-26  Karl Berry  <karl@gnu.org>
27710
27711         * lib/strdup.c: copy from libc again, with jim's ok.
27712         * lib/.cppi-disable: re-add strdup.c
27713
27714 2002-11-25  Karl Berry  <karl@gnu.org>
27715
27716         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27717         instead of "strtol.c".
27718
27719 2002-11-25  Karl Berry  <karl@gnu.org>
27720
27721         * config/install-sh: update from automake for variable quoting, $0 in
27722         error msgs, etc.
27723
27724         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27725         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27726         entry.
27727
27728 2002-11-25  Jim Meyering  <jim@meyering.net>
27729
27730         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27731
27732 2002-11-24  Karl Berry  <karl@gnu.org>
27733
27734         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27735         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27736
27737 2002-11-24  Jim Meyering  <jim@meyering.net>
27738
27739         Update from coreutils:
27740
27741         * lib/mktime.c: Merge in changes from libc.
27742
27743         Avoid a link-time failure on some Linux systems.
27744         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27745         (otherwise).
27746         (__mon_yday): Declare with the STATIC attribute.
27747         (__mktime_internal): Likewise.
27748         Based on a report from Greg Schafer.
27749
27750 2002-11-23  Jim Meyering  <jim@meyering.net>
27751
27752         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27753         Use `unsigned', not `int', as type of index.
27754
27755         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27756
27757         * lib/fsusage.c: Remove unneeded parentheses around operands of
27758         `defined'.
27759
27760 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27761
27762         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27763         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27764         so that we can be included first.
27765         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27766         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27767         No need to include stddef.h or sys/types.h any more.
27768         Surround local include files with "", not "<>".
27769         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27770         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27771         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27772         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27773         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27774         (ISPRINT): Remove; no longer needed now that we assume C89.
27775
27776         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27777         Preserve errno.
27778
27779         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27780         quotearg_char): Use SIZE_MAX rather than
27781         (size_t) -1 when we are talking about "infinity".
27782
27783         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27784
27785 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27786
27787         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27788         hint that one should use `if (! x) abort ();' rather than `assert
27789         (x);', and anyway it's one less thing to worry about configuring.
27790         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27791         hash_rehash, hash_insert): Use abort rather than assert.
27792
27793 2002-11-22  Bruno Haible  <bruno@clisp.org>
27794
27795         * lib/safe-read.h: Assume C89. Add comments.
27796         (safe_read): Change return type to size_t.
27797         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27798         byte counts > SSIZE_MAX correctly.
27799         * lib/safe-write.h: New file.
27800         * lib/safe-write.c: New file.
27801         * lib/full-read.h: New file.
27802         * lib/full-read.c: New file.
27803         * lib/full-write.h: Assume C89. Add comments.
27804         * lib/full-write.c: Include safe-write.h.
27805         (full_write): Rewritten to use safe_write.
27806         Suggested by Jim Meyering and Paul Eggert.
27807
27808 2002-11-21  Jim Meyering  <jim@meyering.net>
27809
27810         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27811
27812         Merge in changes from the coreutils.
27813
27814         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27815         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27816         <stdint.h>.
27817         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27818         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27819         int.  Work more efficiently if X is the same width as uintmax_t.
27820         Do not compare X to -1, to avoid bogus compiler warning.
27821         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27822         Don't assume that f_frsize and f_bsize are the same type.
27823
27824         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27825         warning on FreeBSD.
27826
27827         * lib/makepath.c (make_path): Restore umask *before* creating the final
27828         component.
27829         (make_path): Minor reformatting.
27830
27831         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27832         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27833         HAVE_MALLOC/HAVE_REALLOC.
27834
27835         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27836         dummy ones.  At least on GNU/Linux systems, `auto' means something
27837         else.
27838         From Michael Stone.
27839
27840 2002-11-21  Bruno Haible  <bruno@clisp.org>
27841
27842         Remove case insensitive option matching.
27843         * lib/argmatch.h (argcasematch): Remove declaration.
27844         (ARGCASEMATCH): Remove macro.
27845         (__xargmatch_internal): Remove case_sensitive argument.
27846         (XARGMATCH): Update.
27847         (XARGCASEMATCH): Remove macro.
27848         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27849         case_sensitive argument.
27850         (argcasematch): Remove function.
27851         (__xargmatch_internal): Remove case_sensitive argument.
27852         (main): Use XARGMATCH instead of XARGCASEMATCH.
27853
27854         * lib/xmalloc.c: Change compile-time error message. Add comment about
27855         required autoconf version.
27856
27857 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27858
27859         Merge argmatch cleanups from Bison.  Assume C89.
27860
27861         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27862         Include stdlib.h, for EXIT_FAILURE.
27863         Always include <string.h>, since we assume C89.
27864         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27865         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27866         Include <stddef.h> instead, since it's all we need for size_t.
27867         (PARAMS): Remove.  All uses removed.
27868         (ARRAY_CARDINALITY): Do not bother to #undef.
27869         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27870         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27871         Remove unnecessary parentheses.
27872         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27873         Insert necessary parentheses.
27874         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27875         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27876
27877 2002-11-19  Bruno Haible  <bruno@clisp.org>
27878
27879         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27880         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27881
27882         * lib/mbswidth.h (PARAMS): Remove macro.
27883         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27884         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27885
27886         * lib/gcd.h (PARAMS): Remove macro.
27887         (gcd): Use ANSI C function declarations.
27888         * lib/gcd.c (gcd): Likewise.
27889
27890 2002-11-15  Bruno Haible  <bruno@clisp.org>
27891
27892         * lib/strcspn.c: Include <stddef.h>.
27893         (strcspn): Use ANSI C function declaration. Change return type to
27894         size_t. Use NULL.
27895         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27896         (strpbrk): Use NULL.
27897         * lib/strpbrk.h (PARAMS): Remove macro.
27898         (strpbrk): Use ANSI C function declaration.
27899         * lib/strstr.c: Don't include <sys/types.h>.
27900         * lib/strstr.h (PARAMS): Remove macro.
27901         (strstr): Use ANSI C function declarations.
27902
27903 2002-11-14  Karl Berry  <karl@gnu.org>
27904
27905         * config/mkinstalldirs: `do' on separate line, instead of
27906         `for var; do'.
27907
27908 2002-11-06  Bruno Haible  <bruno@clisp.org>
27909
27910         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27911         * lib/gcd.c (gcd): Likewise.
27912
27913 2002-11-05  Bruno Haible  <bruno@clisp.org>
27914
27915         * lib/gcd.h: New file, from gettext-0.11.5.
27916         * lib/gcd.c: New file, from gettext-0.11.5.
27917
27918 2002-11-05  Bruno Haible  <bruno@clisp.org>
27919
27920         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27921         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27922         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27923         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27924
27925         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27926         <libintl.h>.
27927         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27928         <libintl.h>.
27929
27930         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27931         * lib/human.c: Include gettext.h instead of <libintl.h>.
27932         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27933         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27934         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27935         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27936         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27937         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27938         (textdomain): Remove definition.
27939         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27940
27941         * lib/long-options.c: Remove include of <libintl.h> and definition of
27942         _.
27943         * lib/same.c: Remove include of <libintl.h> and definition of _.
27944
27945 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27946
27947         * lib/config.charset: A few additions for Solaris.
27948
27949 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27950
27951         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27952         * lib/localcharset.c (locale_charset): Declare as extern "C".
27953
27954 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27955
27956         * lib/config.charset: msdos in uk_UA uses CP1125.
27957
27958 2002-11-04  Bruno Haible  <bruno@clisp.org>
27959
27960         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27961         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27962         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27963         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27964         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27965
27966 2002-11-04  Bruno Haible  <bruno@clisp.org>
27967
27968         * lib/localcharset.c (locale_charset): Don't return an empty string.
27969
27970 2002-11-04  Bruno Haible  <bruno@clisp.org>
27971
27972         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27973         aliases.
27974
27975 2002-11-04  Bruno Haible  <bruno@clisp.org>
27976
27977         * lib/config.charset: Update for newest glibc. Add canonical names
27978         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27979
27980 2002-11-04  Bruno Haible  <bruno@clisp.org>
27981
27982         * lib/config.charset: Add support for NetBSD.
27983
27984 2002-11-04  Bruno Haible  <bruno@clisp.org>
27985
27986         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27987
27988 2002-11-01  Bruno Haible  <bruno@clisp.org>
27989
27990         * configure.in: Add AC_CONFIG_AUX_DIR call.
27991         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27992         test/Makefile.
27993         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27994
27995 2002-09-28  Karl Berry  <karl@gnu.org>
27996
27997         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27998         installed automake until the next release, since changes have been
27999         made.
28000
28001 2002-09-25  Karl Berry  <karl@gnu.org>
28002
28003         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28004         * lib/getopt*: copy from libc/posix.
28005         * lib/gettext.h: copy from gettext.
28006         * lib/.cppi-disable: add strdup.c, gettext.h.
28007
28008 2002-09-25  Karl Berry  <karl@gnu.org>
28009
28010         * config/srclist.txt: enable gettext.h check.
28011         * config/config.{guess,sub}: update from prep.
28012         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28013                 from automake 1.6.3.
28014         See srclist*.
28015
28016 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28017
28018         * regex.c (PATFETCH): Remove the translating fetch.
28019         (PATFETCH_RAW): Rename to PATFETCH.
28020         (set_image_of_range): New fun.
28021         (SET_RANGE_TABLE_WORK_AREA): Use it.
28022         (regex_compile): Don't translate the pattern chars so eagerly.
28023         Only do it when inserting an `exactn' bytecode or when handling
28024         a char-range.
28025         (mutually_exclusive_p): Avoid empty statement.
28026
28027 2002-07-06  Jim Meyering  <meyering@lucent.com>
28028
28029         * m4/README: Don't mention Makefile.am.in.
28030         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28031
28032 2002-07-01  Jim Meyering  <meyering@lucent.com>
28033
28034         * lib/c-stack.c: Include sys/time.h.
28035         From Volker Borchert.
28036
28037 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28038
28039         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28040
28041 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28042
28043         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28044         New macro.  Use it uniformly instead of
28045         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28046         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28047         reported by Vin Shelton.
28048
28049 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28050
28051         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28052         Do not assume SA_SIGINFO behavior.
28053         Bug reported by Jim Meyering on NetBSD 1.5.2.
28054
28055 2002-06-22  Jim Meyering  <meyering@lucent.com>
28056
28057         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28058         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28059
28060         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28061         now that configure.ac uses AC_GNU_SOURCE.
28062         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28063         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28064
28065         Update to latest tools.  Suggestions from Paul Eggert.
28066         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28067         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28068         * m4/fnmatch.m4: Likewise.
28069         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28070         to AC_HEADER_STDBOOL
28071
28072 2002-06-22  Jim Meyering  <meyering@lucent.com>
28073
28074         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28075         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28076
28077 2002-06-22  Jim Meyering  <meyering@lucent.com>
28078
28079         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28080
28081         * lib/exitfail.c, exitfail.h: Likewise.
28082         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28083
28084         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28085         of fnmatch.h.
28086         (EXTRA_DIST): Add fnmatch_loop.c.
28087         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28088
28089         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28090         * lib/fnmatch.c: Update from diffutils-2.8.2.
28091         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28092         * lib/fnmatch.h: Remove file.
28093
28094 2002-06-21  Jim Meyering  <meyering@lucent.com>
28095
28096         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28097         * m4/mbrtowc.m4: Likewise.
28098
28099         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28100         * m4/mbswidth.m4: Reflect name change:
28101         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28102         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28103
28104         * m4/lib-link.m4: Update from gettext-0.11.2.
28105         * m4/gettext.m4: Likewise.
28106
28107         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28108         From Alfred M. Szmidt.
28109
28110 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28111
28112         * lib/file-type.h: Report an error if neither S_ISREG nor
28113         S_IFREG is defined, instead of using a test specific to glibc
28114         2.2.  This should be safe, since POSIX requires S_ISREG and
28115         Unix Version 7 had S_IFREG.  We don't need to check for
28116         <sys/types.h> since we don't use any symbols that it defines.
28117
28118 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28119
28120         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28121         $@-t, so that each temporary file name is unique and valid in the first
28122         8 characters, for operation under DOS.
28123
28124 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28125
28126         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28127
28128 2002-06-15  Jim Meyering  <meyering@lucent.com>
28129
28130         Work even with DJGPP 2.03, which lacks support for symlinks.
28131         From Richard Dawe.
28132         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28133         is defined.
28134         * lib/lchown.c (S_ISLNK): Likewise.
28135
28136 2002-06-15  Jim Meyering  <meyering@lucent.com>
28137
28138         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28139         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28140         have been included before this file.
28141
28142 2002-06-14  Jim Meyering  <meyering@lucent.com>
28143
28144         * lib/file-type.h: Use the version from diffutils-2.8.2.
28145         * lib/file-type.c: Likewise.
28146
28147 2002-06-07  Jim Meyering  <meyering@lucent.com>
28148
28149         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28150         They're needed at least for NetBSD 1.5.2.
28151         ($statxfs_includes): Include those same headers.
28152         ($statxfs_includes): Include sys/vfs.h if available.
28153         ($statxfs_includes): Likewise for sys/statvfs.h.
28154         Check for the following members in both structs statfs and statvfs:
28155         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28156
28157 2002-06-01  Jim Meyering  <meyering@lucent.com>
28158
28159         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28160         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28161
28162 2002-05-28  Jim Meyering  <meyering@lucent.com>
28163
28164         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28165         Reported by Volker Borchert.
28166
28167 2002-05-27  Jim Meyering  <meyering@lucent.com>
28168
28169         Fix a problem seen only on nonconforming systems whereby ls.c's
28170         use of localtime, and then of gettimeofday would cause trouble:
28171         the localtime call used to initialize rpl_gettimeofday's save
28172         mechanism would clobber ls's current local time information so
28173         that in any long listing the first file would always be listed
28174         with date 1970-01-01.  Analysis by Volker Borchert.
28175
28176         * lib/gettimeofday.c (localtime): Undefine.
28177         (rpl_localtime): New function.
28178
28179 2002-05-27  Jim Meyering  <meyering@lucent.com>
28180
28181         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28182         localtime.
28183
28184         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28185         use the replacement function; it wouldn't resolve at link time.
28186         Reported by Volker Borchert.
28187
28188 2002-05-22  Jim Meyering  <meyering@lucent.com>
28189
28190         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28191         file-type.h.
28192         * lib/file-type.h: New file.
28193         * lib/file-type.c (file_type): New file/function.  Extracted from
28194         diffutils.
28195
28196 2002-04-30  Jim Meyering  <meyering@lucent.com>
28197
28198         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28199
28200 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28201
28202         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28203
28204 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28205
28206         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28207         Do not check for alloca.h (no longer used) or stdbool.h (was never
28208         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28209
28210 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28211
28212         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28213
28214 2002-04-29  Jim Meyering  <meyering@lucent.com>
28215
28216         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28217         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28218         Use AC_FUNC_STRNLEN here instead.
28219
28220         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28221         With autoconf-2.53a, it's part of AC_PROG_CC.
28222
28223 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28224
28225         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28226         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28227
28228 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28229
28230         * lib/sig2str.h, lib/sig2str.c: New files.
28231         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28232
28233 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28234
28235         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28236         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28237         of 127, since 64 is the largest conceivable number for ancient
28238         nonstandard hosts.
28239         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28240
28241 2002-04-28  Jim Meyering  <meyering@lucent.com>
28242
28243         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28244
28245 2002-04-24  Jim Meyering  <meyering@lucent.com>
28246
28247         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28248         (jm_PREREQ): Use it.
28249
28250         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28251         mach/mach.h fcntl.h.
28252         Check for this function: setlocale.
28253
28254 2002-04-24  Jim Meyering  <meyering@lucent.com>
28255
28256         * lib/gettext.h: New file, from Gettext.
28257         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28258         (libfetish_a_SOURCES): Add gettext.h.
28259
28260 2002-04-16  Jim Meyering  <meyering@lucent.com>
28261
28262         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28263         ut_pid, ut_id, ut_exit.
28264
28265 2002-04-16  Jim Meyering  <meyering@lucent.com>
28266
28267         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28268         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28269         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28270
28271 2002-04-12  Jim Meyering  <meyering@lucent.com>
28272
28273         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28274         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28275         existence of the getmntinfo function.  Needed for Darwin 5.3.
28276
28277         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28278         This is necessary at least on Darwin 5.3.
28279
28280         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28281         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28282         strnlen.o in the library, and that makes some versions of ranlib
28283         object.
28284
28285 2002-04-12  Jim Meyering  <meyering@lucent.com>
28286
28287         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28288
28289 2002-04-09  Jim Meyering  <meyering@lucent.com>
28290
28291         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28292         to be more precise.  Rather than saying we're checking whether the
28293         function `works', say what we're testing.
28294         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28295         Reported by Bruno Haible.
28296
28297 2002-03-10  Jim Meyering  <meyering@lucent.com>
28298
28299         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28300         Suggestion from Santiago Vila.
28301
28302 2002-03-08  Jim Meyering  <meyering@lucent.com>
28303
28304         * lib/rename.c: Mention that this wrapper is needed also on
28305         mips-dec-ultrix4.4 systems.
28306
28307 2002-03-02  Jim Meyering  <meyering@lucent.com>
28308
28309         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28310         not HAVE_CLOCK_SETTIME.
28311
28312 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28313
28314         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28315         Check for clock_settime.
28316
28317 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28318
28319         * lib/nanosleep.h: Rename to....
28320         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28321
28322         * lib/gettime.c: New file.
28323         * lib/settime.c: New file.
28324         * lib/stime.c: Remove.
28325
28326         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28327         timespec.h.  Remove nanosleep.h.
28328
28329 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28330
28331         * m4/acl.m4: New file.
28332         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28333         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28334
28335 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28336
28337         * lib/acl.c, lib/acl.h: New files.
28338         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28339
28340 2002-02-24  Jim Meyering  <meyering@lucent.com>
28341
28342         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28343         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28344         cause trouble.  Reported by Nelson Beebe.
28345
28346 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28347
28348         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28349         compilers that don't know that xalloc_die never returns.
28350
28351 2002-02-20  Jim Meyering  <meyering@lucent.com>
28352
28353         * lib/getdate.c: Regenerate using bison-1.33.
28354
28355 2002-02-17  Jim Meyering  <meyering@lucent.com>
28356
28357         * config/config.guess (main): Don't use `head -1'; it's no longer
28358         portable. Use `sed 1q' instead.
28359
28360 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28361
28362         * m4/codeset.m4: Upgrade to gettext-0.11.
28363         * m4/gettext.m4: Upgrade to gettext-0.11.
28364         * m4/glibc21.m4: Upgrade to gettext-0.11.
28365         * m4/iconv.m4: Upgrade to gettext-0.11.
28366         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28367         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28368         * m4/lib-ld.m4: New file, from gettext-0.11.
28369         * m4/lib-link.m4: New file, from gettext-0.11.
28370         * m4/lib-prefix.m4: New file, from gettext-0.11.
28371         * m4/progtest.m4: Upgrade to gettext-0.11.
28372
28373 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28374
28375         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28376         (jm_PREREQ): Use it.
28377
28378 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28379
28380         * lib/posixver.c, lib/posixver.h: New files.
28381         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28382
28383 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28384             Bruno Haible  <bruno@clisp.org>
28385
28386         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28387         (fwrite_success_callback): New declaration.
28388         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28389         print_unicode_char. Call failure callback instead of error.
28390         (fwrite_success_callback): New function.
28391         (exit_failure_callback): New function.
28392         (fallback_failure_callback): New function.
28393         (print_unicode_char): Call unicode_to_mb.
28394
28395 2002-01-26  Jim Meyering  <meyering@lucent.com>
28396
28397         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28398         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28399
28400 2002-01-26  Jim Meyering  <meyering@lucent.com>
28401
28402         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28403
28404 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28405
28406         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28407
28408 2002-01-22  Jim Meyering  <meyering@lucent.com>
28409
28410         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28411         Otherwise, some versions of automake would omit the rule that makes
28412         Makefile from Makefile.in.
28413
28414 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28415
28416         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28417         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28418         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28419         (memcoll): Set errno to zero if there is no error.
28420
28421         * lib/quotearg.c (quotearg_buffer_restyled):
28422         Fix bug with quoting buffers containing NUL when backslashing escapes.
28423         This bug was exposed by the other changes in this patch.
28424         (quotearg_n_options): New arg ARGSIZE.
28425         All callers changed.
28426         (quoting_options_from_style): New function.
28427         (quotearg_n_style): Use it.
28428         (quotearg_n_style_mem): New function.
28429
28430         * lib/quotearg.h (quotearg_n_style_mem): New function.
28431
28432 2002-01-19  Jim Meyering  <meyering@lucent.com>
28433
28434         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28435         Remove useless quotes: DF_PROG="df".
28436         * m4/strnlen.m4: New file.
28437
28438 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28439
28440         * lib/backupfile.c (ISDIGIT): Comment fix.
28441         * lib/getdate.y (ISDIGIT): Likewise.
28442         * lib/posixtm.c (ISDIGIT, year): Likewise.
28443         * lib/strverscmp.c (ISDIGIT): Likewise.
28444         * lib/userspec.c (ISDIGIT): Likewise.
28445
28446 2002-01-16  Jim Meyering  <meyering@lucent.com>
28447
28448         * lib/getdate.y: Add three semicolons, each just before a closing
28449         brace. Bison (as of version 1.31) no longer papers over that mistake.
28450
28451 2002-01-05  Jim Meyering  <meyering@lucent.com>
28452
28453         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28454
28455 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28456
28457         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28458         not silently exit merely because the output buffer happens to
28459         have nothing pending.
28460
28461 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28462
28463         See the big note in ../ChangeLog.
28464         * lib/human.c (suffixes): Prefer K to k for 1024.
28465         (generate_suffix_backwards): New function.
28466         (human_readable_inexact): Use it.
28467         * lib/xstrtol.c (__xstrtol): If there is no number but there
28468         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28469         Accept 'K' as well as 'k'.
28470
28471 2001-12-15  Jim Meyering  <meyering@lucent.com>
28472
28473         * lib/regex.h (__restrict_arr): Update from libc.
28474
28475         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28476         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28477         (STREQ): Define.
28478
28479 2001-12-14  Jim Meyering  <meyering@lucent.com>
28480
28481         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28482         Suggestion from Bruno Haible.
28483
28484 2001-12-10  Jim Meyering  <meyering@lucent.com>
28485
28486         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28487         xrealloc, Instead, include "xalloc.h".
28488         (initbuffer): Don't cast xmalloc return value to char*.
28489         (readline): Reword comment.
28490         Don't cast xrealloc return value to char*
28491         Return NULL, not 0.
28492
28493 2001-12-09  Jim Meyering  <meyering@lucent.com>
28494
28495         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28496         about `signed and unsigned type in conditional expression'.
28497         * lib/posixtm.c (posix_time_parse): Likewise.
28498
28499         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28500
28501         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28502         to avoid a pedantic warning.
28503
28504         * lib/getstr.c: Don't include assert.h.
28505         (getstr): Remove warning-evoking assertions.
28506         Return -1 if offset parameter is out of bounds.
28507         Change the type of a local from int to size_t.
28508
28509         * lib/strftime.c (my_strftime_localtime_r): Include this function
28510         definition in the `#if ! HAVE_TM_GMTOFF' block.
28511
28512         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28513         Include xalloc.h instead.
28514
28515 2001-12-02  Jim Meyering  <meyering@lucent.com>
28516
28517         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28518         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28519         included.
28520
28521         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28522         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28523
28524 2001-11-30  Akim Demaille  <akim@epita.fr>
28525
28526         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28527         before being defined.
28528
28529 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28530
28531         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28532         First arg is int, not unsigned.
28533         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28534         (SIZE_MAX, UINT_MAX): New macros.
28535         (quotearg_n_options): Abort if N is negative.
28536         Avoid overflow check on hosts where size_t is 64 bits and int
28537         is 32 bits, as overflow is impossible there.
28538         Fix off-by-one typo that caused unnecessary reallocation.
28539
28540 2001-11-27  Jim Meyering  <meyering@lucent.com>
28541
28542         * lib/tempname.c: Merge with version from libc.
28543         * lib/regex.c: Likewise.
28544
28545         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28546         systems for which STDC_HEADERS is 0, it was not included, resulting in
28547         a warning about an integer-to-pointer conversion problem with getenv.
28548         Reported by Volker Borchert.
28549
28550 2001-11-26  Jim Meyering  <meyering@lucent.com>
28551
28552         * lib/gtod.h: Remove file.
28553         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28554         * lib/gettimeofday.c: Don't include gtod.h.
28555         (GTOD_init): Remove function.
28556         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28557         Suggestion from Volker Borchert.
28558
28559 2001-11-23  Jim Meyering  <meyering@lucent.com>
28560
28561         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28562         it.
28563         * lib/hash.c (struct hash_table): Define it here instead.
28564
28565 2001-11-22  Jim Meyering  <meyering@lucent.com>
28566
28567         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28568
28569 2001-11-20  Jim Meyering  <meyering@lucent.com>
28570
28571         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28572         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28573
28574 2001-11-19  Jim Meyering  <meyering@lucent.com>
28575
28576         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28577         directory.  Use "conftestXXXXXX" as the template.
28578         Suggestion from Paul Eggert.
28579
28580         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28581         immediately, so the test doesn't mistakenly hit the max-open-files
28582         limit.
28583
28584 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28585
28586         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28587         (TEMPORARIES): New macro.
28588         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28589         removes an artificial limitation (e.g. HP-UX 10.20, where
28590         TMP_MAX is 17576).
28591
28592 2001-11-18  Jim Meyering  <meyering@lucent.com>
28593
28594         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28595
28596 2001-11-18  Jim Meyering  <meyering@lucent.com>
28597
28598         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28599         on SunOS 4.
28600
28601         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28602         files will be created before anything else.
28603
28604 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28605
28606         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28607         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28608
28609 2001-11-17  Jim Meyering  <meyering@lucent.com>
28610
28611         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28612         Prompted by a report from Bob Proulx.
28613
28614         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28615         Instead, require UTILS_FUNC_MKSTEMP.
28616
28617 2001-11-17  Jim Meyering  <meyering@lucent.com>
28618
28619         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28620         Now, that's done as part of AC_FUNC_STRTOD.
28621
28622 2001-11-17  Jim Meyering  <meyering@lucent.com>
28623
28624         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28625         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28626         rather than group writable.  Patch by Juan F. Codagnone.
28627
28628         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28629         xrealloc, Instead, include "xalloc.h".
28630
28631         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28632         Remove explicit declarations of xmalloc, xrealloc,
28633         and xstrdup.  Instead, include "xalloc.h".
28634
28635         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28636         unlocked-io.h.
28637         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28638         Likewise.
28639         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28640
28641         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28642         Reported by Padraig Brady.
28643
28644         * lib/mkstemp.c: #undef mkstemp.
28645         Include config.h.
28646         (rpl_mkstemp): Rename from mkstemp.
28647         Protoize.
28648
28649 2001-11-16  Jim Meyering  <meyering@lucent.com>
28650
28651         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28652         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28653         determine the amount of total physical memory, use pstat_getstatic.
28654         HPUX-11 doesn't define _SC_PHYS_PAGES.
28655         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28656         If sysconf couldn't be used to determine the amount of available
28657         physical memory, use both pstat_getstatic and pstat_getdynamic.
28658         Based on a patch from Bob Proulx.
28659
28660 2001-11-10  Jim Meyering  <meyering@lucent.com>
28661
28662         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28663         (jm_PREREQ): Use it.
28664
28665 2001-11-09  Jim Meyering  <meyering@lucent.com>
28666
28667         * m4/jm-macros.m4: Require autoconf-2.52f.
28668         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28669         Use these AC_-prefixed names, not the AM_-prefixed ones.
28670
28671         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28672
28673 2001-11-05  Jim Meyering  <meyering@lucent.com>
28674
28675         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28676
28677 2001-11-04  Jim Meyering  <meyering@lucent.com>
28678
28679         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28680         $DEFS.
28681
28682 2001-11-03  Jim Meyering  <meyering@lucent.com>
28683
28684         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28685         of AC_DEFUN.
28686
28687         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28688         know the name of the variable in the macro definition.
28689
28690 2001-11-03  Jim Meyering  <meyering@lucent.com>
28691
28692         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28693         in argmatch_to_argument call.
28694
28695         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28696         argument.
28697
28698         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28699         e.g., a fault due to an attempt to free a NULL pointer.
28700
28701 2001-11-01  Jim Meyering  <meyering@lucent.com>
28702
28703         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28704         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28705
28706 2001-11-01  Jim Meyering  <meyering@lucent.com>
28707
28708         * lib/dirfd.c, lib/dirfd.h: New files.
28709         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28710
28711         * lib/hash.c (hash_print) [TESTING]: Clean up.
28712
28713 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28714
28715         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28716         to avoid a warning if -Wall.
28717
28718 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28719
28720         * README: New file
28721         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28722         (per RMS's instructions, this is now the canonical source)
28723         * lgpl/, gpl/: New directories.
28724
28725 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28726
28727         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28728
28729 2001-10-21  Jim Meyering  <meyering@lucent.com>
28730
28731         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28732         this code would end up calling gettext even in packages built
28733         with --disable-nls.
28734         * lib/getopt.c (_): Likewise.
28735         * lib/regex.c (_): Likewise.
28736
28737 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28738
28739         * m4/error.m4 (jm_PREREQ_ERROR):
28740         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28741         AC_FUNC_STRERROR_R does that.
28742         Check for strerror declaration.
28743
28744         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28745         are supposed to have them these days.
28746         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28747         Merge changes from latest Autoconf CVS.
28748         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28749         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28750         POSIX decided to standardize on the int flavor of strerror_r.
28751
28752 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28753
28754         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28755         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28756         Use strerror_r that is only a macro, even if it is not a function.
28757         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28758         (private_strerror): Use prototypes, not old-style function definition.
28759         (print_errno_message): New function.
28760         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28761         char*-flavored one.
28762         (error_tail, error, error_at_line): Use it.
28763
28764 2001-10-11  Jim Meyering  <meyering@lucent.com>
28765
28766         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28767         and quote_n (1, ... to avoid clobbering a buffer.
28768
28769 2001-10-05  Jim Meyering  <meyering@lucent.com>
28770
28771         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28772         hash-pjw.h.
28773         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28774         * lib/hash-pjw.h: New file.
28775
28776 2001-09-30  Jim Meyering  <meyering@lucent.com>
28777
28778         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28779         `struct fsstat' has the `f_fstypename' member.
28780         Use that to define FS_TYPE, which is now used to make
28781         the getfsstat link test tighter.
28782
28783 2001-09-30  Jim Meyering  <meyering@lucent.com>
28784
28785         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28786         Include <sys/ucred.h>, for Apple Darwin.
28787         Include sys/mount.h and sys/fs_types.h only if available.
28788         (FS_TYPE): Define.
28789         (read_filesystem_list): Use FS_TYPE.
28790
28791 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28792
28793         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28794         a boolean context.
28795
28796 2001-09-29  Jim Meyering  <meyering@lucent.com>
28797
28798         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28799         [one-argument getmntent function]): Include stdio.h before mntent.h.
28800         SunOS 4.1.x needs it for the declaration of `FILE'.
28801         Patch by Volker Borchert.
28802
28803         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28804         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28805         sys/fs_types.h, and make the link-test for getfsstat guard #include
28806         directives with appropriate #if HAVE_*_H tests so that we can
28807         detect getfsstat on Apple Darwin1.3.7 systems.
28808         Reported by Nelson Beebe.
28809         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28810
28811 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28812
28813         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28814         #defines strtoimax.  Also treat the other strto* functions
28815         like strtoimax.
28816
28817         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28818         Check for strtoul and strtoumax,
28819         as those declarations are made even in the signed case.
28820         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28821         Likewise, for strtol and strtoimax.
28822
28823 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28824
28825         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28826         #defines strtoimax.  Also treat the other strto* functions
28827         like strtoimax.
28828
28829         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28830         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28831         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28832
28833 2001-09-26  Jim Meyering  <meyering@lucent.com>
28834
28835         Most macros in unlocked-io.h had the wrong number of arguments.
28836         * lib/gen-uio: New script.
28837         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28838         * lib/unlocked-io.hin: Remove file.
28839         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28840         rather than trying to embed it here.
28841         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28842         Reported by Padraig Brady.
28843
28844 2001-09-25  Volker Borchert  <bt@teknon.de>
28845
28846         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28847         `result'.
28848
28849 2001-09-24  Jim Meyering  <meyering@lucent.com>
28850
28851         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28852
28853 2001-09-23  Jim Meyering  <meyering@lucent.com>
28854
28855         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28856         instead of the mere test for existence of mntent.h.  The latter
28857         would get a false-positive on AIX 3.4 systems.
28858         In the outer getmntent if-block, don't die if neither of the getmntent
28859         tests succeeds.  Instead, just fall through and continue with the
28860         remaining tests.
28861
28862 2001-09-23  Jim Meyering  <meyering@lucent.com>
28863
28864         * lib/mountlist.c: Remove useless parentheses in #if directives.
28865         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28866         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28867
28868 2001-09-22  Jim Meyering  <meyering@lucent.com>
28869
28870         * m4/gettext.m4: New file.  From gettext.
28871         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28872         * m4/progtest.m4: Likewise
28873         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28874         * m4/glibc21.m4: Likewise.
28875
28876         * m4/libintl.m4: Remove.  No longer used.
28877
28878 2001-09-22  Jim Meyering  <meyering@lucent.com>
28879
28880         * lib/localcharset.c: Update from latest gettext.
28881         * lib/config.charset: Likewise.
28882
28883 2001-09-20  Jim Meyering  <meyering@lucent.com>
28884
28885         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28886         strtoimax.
28887         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28888         strtoumax.
28889
28890 2001-09-20  Jim Meyering  <meyering@lucent.com>
28891
28892         * lib/xstrtol.c (strtoimax): Guard declaration with
28893         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28894         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28895         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28896         (strtoumax): Likewise, for completeness (it wasn't necessary).
28897
28898 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28899
28900         * lib/strtoimax.c (HAVE_LONG_LONG):
28901         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28902         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28903         to work around bug in IBM C compiler.
28904
28905 2001-09-17  Jim Meyering  <meyering@lucent.com>
28906
28907         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28908         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28909         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28910         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28911         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28912         whenever the right hand side need not be expanded by the shell.
28913
28914 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28915
28916         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28917         library.  It's not correct, as some older glibcs are buggy.
28918         fnmatch wasn't fixed until glibc 2.2.
28919
28920         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28921         special shell magic here.
28922
28923 2001-09-16  Jim Meyering  <meyering@lucent.com>
28924
28925         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28926         * m4/jm-macros.m4: Require it.
28927
28928 2001-09-16  Jim Meyering  <meyering@lucent.com>
28929
28930         * lib/mkdir.c: New file.
28931
28932 2001-09-15  Jim Meyering  <meyering@lucent.com>
28933
28934         * m4/jm-macros.m4: Check for help2man.
28935
28936 2001-09-11  Jim Meyering  <meyering@lucent.com>
28937
28938         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28939         The body, by Paul Eggert, was moved here from configure.in.
28940         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28941
28942 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28943
28944         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28945         (jm_PREREQ): Use it.
28946
28947 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28948
28949         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28950         Use ssize_t, not int, to store result of readlink.
28951         Check for ssize_t overflow as well as size_t overflow,
28952         as POSIX says the result of readlink is implementation-defined
28953         when ssize_t overflows.
28954         Remove unnecessary cast to char*.
28955         Use free+malloc instead of realloc, as the storage doesn't need
28956         to be preserved and it's clearer and can be more efficient that way.
28957         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28958         * lib/xreadlink.h (xreadlink): Update prototype.
28959
28960 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28961
28962         * lib/xgetcwd.c: Revert some of the previous change; intead,
28963         fix the HAVE_GETCWD_NULL code to behave more like the
28964         !HAVE_GETCWD_NULL code used to.
28965
28966         Include "xalloc.h".
28967         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28968         invoke xalloc_die.
28969
28970 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28971
28972         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28973         sys/param.h, as pathmax.h includes them.
28974
28975 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28976
28977         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28978         (jm_PREREQ_XGETCWD): New macro.
28979
28980         * m4/getcwd.m4: New file.
28981
28982 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28983
28984         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28985         like the HAVE_GETCWD_NULL code.
28986         Include pathmax.h if not HAVE_GETCWD.
28987         Do not include xalloc.h.
28988         (INITIAL_BUFFER_SIZE): New symbol.
28989         Do not use xmalloc / xrealloc, since the caller is responsible for
28990         handling errors.  Preserve errno around `free' during failure.
28991         Do not overrun buffer when using getwd.
28992
28993 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28994
28995         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28996         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28997         getcwd (NULL, 0).
28998
28999 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29000
29001         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29002         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29003         spotted by Jim Meyering.
29004
29005 2001-09-03  Jim Meyering  <meyering@lucent.com>
29006
29007         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29008         failure.
29009
29010 2001-09-02  Jim Meyering  <meyering@lucent.com>
29011
29012         * lib/error.c: Update from GNU libc.
29013
29014 2001-09-01  Jim Meyering  <meyering@lucent.com>
29015
29016         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29017         Used by df.
29018
29019 2001-09-01  Jim Meyering  <meyering@lucent.com>
29020
29021         * lib/xreadlink.c: New file.
29022         * lib/xreadlink.h: New file.
29023         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29024         xreadlink.h.
29025
29026         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29027         doesn't conflict with sparc Solaris 7's definition in
29028         /usr/include/sys/int_types.h.
29029
29030         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29031         files.
29032         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29033         and strncasecmp as r-values.  Unixware didn't have declarations.
29034
29035 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29036
29037         * lib/xstrtol.h: Add copyright notice.
29038         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29039         LONGINT_INVALID_SUFFIX_CHAR.
29040
29041 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29042
29043         * lib/xstrtol.c (strtoimax): New decl.
29044
29045 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29046
29047         * lib/xgetcwd.c: Don't include pathmax.h.
29048         Include stdlib.h and unistd.h if available.
29049         Include xalloc.h.
29050         (xmalloc, xstrdup, free): Remove decls.
29051         (xgetcwd): Don't assume sizes fit in unsigned.
29052         Check for overflow when computing sizes.
29053         Simplify reallocation code.
29054
29055 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29056
29057         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29058         a directory's st_size can have an arbitrary value, so the old
29059         usage could waste an arbitrary amount of memory.  All uses
29060         changed.
29061         * lib/savedir.h: Update prototype.
29062
29063 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29064
29065         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29066
29067         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29068         old strtoimax.c.
29069
29070         Also, make the following further changes to make this file's
29071         configuration more similar to that of strtol.c:
29072         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29073         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29074         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29075         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29076         changed to signed values.
29077
29078         And make the following changes as well:
29079         Fix copyright notice, as 1999 was missing.
29080         (verify): New macro.
29081         (strtoimax): Check sizes at compile-time, not run-time.
29082         Prefer strtol to strtoll if both work.
29083         (main): Remove; it was not that useful and was a pain to maintain.
29084
29085         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29086
29087 2001-08-31  Jim Meyering  <meyering@lucent.com>
29088
29089         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29090         Use an initial, malloc'd, buffer of length 128 rather than
29091         a statically allocated one of length 1024.
29092
29093 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29094
29095         Simplify code, partly by assuming autoconf 2.52 semantics.
29096
29097         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29098
29099         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29100         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29101         All uses removed.
29102         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29103         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29104         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29105         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29106         jm_AC_HEADER_INTTYPES_H.
29107         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29108
29109         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29110
29111         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29112         Quote first arg of AC_DEFUN.
29113         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29114         since they are needed to parse the include file even if we need
29115         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29116         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29117         but with opposite signedness.
29118
29119 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29120
29121         Merge 'exclude' changes from tar 1.13.22.
29122         This fixes one or two unlikely storage allocation overflow bugs,
29123         but doesn't change user-visible behavior otherwise.
29124
29125 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29126
29127         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29128         (jm_PREREQ_EXCLUDE): New macro.
29129
29130 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29131
29132         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29133         tm to be declared.
29134
29135 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29136
29137         * lib/hash.c: Remove '2001' from copyright notice.
29138
29139 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29140
29141         * lib/full-write.h: New file.
29142         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29143         * lib/full-write.c: Correct credits, as cccp.c no longer
29144         exists and anyway it was so heavily changed from the old cccp
29145         code as to be unrecognizable.  Include full-write.h.
29146         (full_write) Return size_t, with short writes meaning failure.
29147         All callers changed.  This fixes a bug with large buffers
29148         on 64-bit hosts.
29149         * lib/utime.c: Include full-write.h.
29150
29151 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29152
29153         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29154         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29155         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29156         Include if available.
29157         (<xalloc.h>): Include
29158         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29159         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29160         collide with FNM macros.
29161         (struct patopts): New struct.
29162         (struct exclude): Use it, as exclude patterns now come with options.
29163         (new_exclude): Support above changes.
29164         (new_exclude, add_exclude_file):
29165         Initial size must now be a power of two to simplify overflow checking.
29166         (free_exclude, fnmatch_no_wildcards): New function.
29167         (excluded_filename): No longer requires options arg, as the options
29168         are determined by add_exclude.  Now returns bool, not int.
29169         (excluded_filename, add_exclude):
29170         Add support for the fancy new exclusion options.
29171         (add_exclude, add_exclude_file): Now takes int options arg.
29172         Check for arithmetic overflow when computing sizes.
29173         (add_exclude_file): xrealloc might modify errno, so don't
29174         realloc until after errno might be used.
29175
29176         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29177         New macros.
29178         (free_exclude): New decl.
29179         (add_exclude, add_exclude_file): Now takes int options arg.
29180         (excluded_filename): No longer requires options arg, as the options
29181         are determined by add_exclude.  Now returns bool, not int.
29182
29183 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29184
29185         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29186
29187 2001-08-27  Jim Meyering  <meyering@lucent.com>
29188
29189         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29190
29191         * lib/version-etc.c (N_): Remove definition.
29192         Revert most of last change.
29193         Instead, simply don't mark the `Copyright...' string for translation.
29194         Based on advice from Paul Eggert.
29195
29196         * lib/strtoxmax.c: Tweak comment.
29197
29198 2001-08-26  Jim Meyering  <meyering@lucent.com>
29199
29200         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29201
29202         * m4/xstrtoimax.m4: New file.
29203         * m4/xstrtoumax.m4: Add comments explaining why we
29204         AC_REPLACE_FUNCS(strtol).
29205
29206 2001-08-26  Jim Meyering  <meyering@lucent.com>
29207
29208         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29209         of copyright with `%s' so translators don't get an untranslated
29210         message in 2002.
29211         (COPYRIGHT_YEAR): Define.
29212         (version_etc): Use fprintf rather than fputs.
29213         Suggestion from Ulrich Drepper.
29214
29215         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29216
29217         * lib/strtoll.c: New file, from GNU libc.
29218         * lib/xstrtoimax.c: New file.
29219
29220         * lib/xstrtol.h: Add xstrtoimax.
29221         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29222         * lib/strtoimax.c: New file.  Likewise, but first define
29223         STRTOUXMAX_SIGNED.
29224
29225         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29226         ...
29227         * lib/strtoxmax.c: ... then renamed to this.
29228
29229 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29230
29231         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29232         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29233         (jm_AC_TYPE_INTMAX_T): New macro.
29234         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29235
29236         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29237
29238         * m4/longlong.m4: Renamed from ulonglong.m4.
29239         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29240         * m4/uintmax_t.m4: Removed.
29241
29242 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29243
29244         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29245         Port to Solaris 8, where 'sed' requires a space after the 'r'
29246         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29247         Redirect output to $tmp just once.
29248
29249 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29250
29251         * lib/addext.c (<errno.h>): Include.
29252         (errno): Declare if not defined.
29253         (addext): Work correctly when pathconf returns -1 and leaves
29254         errno alone because there is no limit.  Also, work even if
29255         pathconf returns a value greater than SIZE_MAX.
29256
29257 2001-08-12  Jim Meyering  <meyering@lucent.com>
29258
29259         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29260         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29261         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29262         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29263         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29264         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29265         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29266         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29267         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29268         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29269         utime.m4, utimes.m4, xstrtoumax.m4:
29270         Quote the first argument in each use of AC_DEFUN.
29271
29272 2001-08-12  Jim Meyering  <meyering@lucent.com>
29273
29274         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29275         Simply `return getcwd (NULL, 0);'.
29276         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29277         Use 1300 as initial value for length, not PATH_MAX.
29278
29279         * lib/pathmax.h: Clean up cpp syntax.
29280
29281 2001-08-12  Jim Meyering  <meyering@lucent.com>
29282
29283         * lib/gettimeofday.c: New file.
29284         * lib/gtod.h: New file.
29285         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29286
29287 2001-08-05  Jim Meyering  <meyering@lucent.com>
29288
29289         * m4/jm-macros.m4: Require autoconf-2.52.
29290
29291 2001-08-04  Jim Meyering  <meyering@lucent.com>
29292
29293         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29294         stmt, to get in sync with glibc.
29295
29296 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29297
29298         The following changes are from gettext 0.10.39 as maintained by
29299         Bruno Haible.
29300
29301         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29302         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29303         with inverted sense.  All uses changed.
29304
29305         * lib/mbswidth.c: Don't include <limits.h>.
29306         Include <stdlib.h> and <string.h> unconditionally.
29307         (iswcntrl, mbsinit, ISCNTRL): New macros.
29308         (mbsnwidth): Use K&R style function declarations.
29309         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29310         can optimize it when MB_CUR_MAX == 1.
29311         The width of control characters is zero, not 1.
29312
29313 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29314
29315         The following changes are from gettext 0.10.39 as maintained by
29316         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29317
29318         * m4/codeset.m4: Upgrade to serial AM1.
29319         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29320         all uses changed.  Quote first arg of AC_DEFUN.
29321         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29322
29323         * m4/iconv.m4: Upgrade to serial AM2.
29324         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29325         Add --with-libconv-prefix.
29326         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29327         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29328         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29329         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29330         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29331
29332         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29333         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29334         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29335         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29336         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29337         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29338         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29339         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29340         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29341
29342         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29343         string.h any more.
29344
29345         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29346         not the default value.
29347
29348         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29349         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29350         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29351         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29352         Also check for iswcntrl, used for wcwidth fallback.
29353         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29354         to Autoconf 2.13.
29355
29356 2001-08-03  Jim Meyering  <meyering@lucent.com>
29357
29358         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29359         as it was in the original.  Reported by Paul Eggert.
29360
29361 2001-07-16  Jim Meyering  <meyering@lucent.com>
29362
29363         * m4/gettimeofday.m4: New file.
29364         Prompted by a report from Bernhard Baehr.
29365
29366 2001-07-15  Jim Meyering  <meyering@lucent.com>
29367
29368         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29369         stuff. Now it's in ../Makefile.cfg.
29370
29371 2001-07-15  Jim Meyering  <meyering@lucent.com>
29372
29373         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29374         (BUILT_SOURCES): Add unlocked-io.h.
29375         (io_functions): Define.
29376         (unlocked-io.h): New rule.
29377         (DISTCLEANFILES): Add unlocked-io.h.
29378         (all-local): Depend on unlocked-io.h, to ensure it is created.
29379
29380         * lib/unlocked-io.hin: New file
29381
29382         * lib/regex.c: Update from glibc.
29383
29384 2001-07-05  Jim Meyering  <meyering@lucent.com>
29385
29386         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29387         recommendation.
29388         (libfetish_a_SOURCES): Put all .h files here instead.
29389         Remove a thus-exposed (better checks in automake) duplicate and
29390         two unnecessary .h files.
29391
29392 2001-07-04  Jim Meyering  <meyering@lucent.com>
29393
29394         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29395         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29396         distcheck failure.
29397
29398 2001-07-02  Jim Meyering  <meyering@lucent.com>
29399
29400         The following changes were prompted by suggestions from Bruno Haible.
29401
29402         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29403         is now generated.
29404         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29405         definition of EXTRA_DIST.
29406         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29407         ensure that the generated file is created/updated whenever the list
29408         of $(unlocked_functions) is changed.
29409         (jm-glibc-io.m4): New rule.
29410         (unlocked-io.h): New rule -- currently unused.
29411
29412 2001-06-24  Jim Meyering  <meyering@lucent.com>
29413
29414         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29415         unmatched right bracket, rather than kludging it with an extra,
29416         falsely-matching quote in a comment.  Patch by Akim Demaille.
29417
29418 2001-06-11  Jim Meyering  <meyering@lucent.com>
29419
29420         * lib/regex.c: Update from GNU libc.
29421
29422 2001-05-27  Jim Meyering  <meyering@lucent.com>
29423
29424         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29425         Check for ut_type in struct utmp.
29426
29427 2001-05-27  Jim Meyering  <meyering@lucent.com>
29428
29429         * lib/readutmp.h (UT_TYPE): Define.
29430
29431 2001-05-24  Jim Meyering  <meyering@lucent.com>
29432
29433         * lib/argmatch.c: Include "quote.h".
29434         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29435         quote function.  Reported by Göran Uddeborg.
29436
29437 2001-05-22  Jim Meyering  <meyering@lucent.com>
29438
29439         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29440         now that we use the package-supplied version unconditionally.
29441         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29442
29443 2001-05-21  Jim Meyering  <meyering@lucent.com>
29444
29445         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29446         shell syntax errors.
29447
29448 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29449
29450         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29451
29452 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29453
29454         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29455         Don't bother to check library strftime, since
29456         we'll be using our own my_strftime function anyway.
29457         Define my_strftime instead of strftime.
29458
29459 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29460
29461         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29462         which is not yet declared.
29463
29464 2001-05-15  Jim Meyering  <meyering@lucent.com>
29465
29466         * m4/regex.m4: Use proper quoting so brackets appear in the test
29467         program.
29468         Reported by, and with help from, Bruno Haible.
29469
29470 2001-05-13  Jim Meyering  <meyering@lucent.com>
29471
29472         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29473         undefined.
29474
29475 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29476
29477         dirname code cleanup.  base_name now behaves more compatibly
29478         with POSIX basename when given file names that have trailing
29479         slashes, and similarly for dir_name.  Add new primitives
29480         base_len and dir_len.  Put the directory-name-related decls
29481         into dirname.h.
29482
29483         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29484         * lib/backupfile.c (base_name): Likewise.
29485         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29486         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29487         * lib/makepath.c (strip_trailing_slashes): Likewise.
29488         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29489         ISSLASH): Likewise.
29490         * lib/rename.c (strip_trailing_slashes): Likewise.
29491         * lib/same.c (base_name): Likewise.
29492         * lib/stripslash.c (ISSLASH): Likewise.
29493
29494         * lib/addext.c: Include <dirname.h> after size_t is defined.
29495         * lib/backupfile.c: Likewise.
29496
29497         * lib/addext.c (addext): Use base_len to trim redundant
29498         trailing slashes instead of doing it ourselves.
29499         But do not trim the last slash if it is not redundant.
29500
29501         * lib/backupfile.c (find_backup_file_name,
29502         max_backup_version): Use base_len instead of rolling it ourselves.
29503         Handle the case of "" and (on DOS) "C:" correctly.
29504
29505         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29506         needed. Include <string.h>, <dirname.h>.
29507         (base_name): Allow file names ending in slashes, other than names
29508         that are all slashes.  In this case, return the basename followed
29509         by the slashes.  This is more general, and can be used in places
29510         where the original base_name purposely had an assertion failure.
29511         (base_len): New function.
29512
29513         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29514         Do not include <assert.h>; no longer needed.
29515         Include xalloc.h.
29516         (memrchr): Remove decl.
29517         (dir_name_r): Remove.
29518         (dir_len): Renamed from dirlen.  All callers changed.
29519         Rewrite in terms of base_name, for simplicity and consistency.
29520         (dir_name): Never return NULL.  All callers changed.
29521         Do not include <stdlib.h> in test program; no longer needed.
29522         return 0; is fine for test program.
29523
29524         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29525         New macros.
29526         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29527
29528         * lib/path-concat.c (path_concat): Use base_len to compute
29529         base length, not strlen; this means we cannot rely on memcpy
29530         to null-terminate.
29531
29532         * lib/same.c (STREQ): Remove.
29533         (same_name): Handle the case where the basename ends in trailing '/'.
29534
29535         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29536         a slash was stripped.  Do not strip the last slash after a
29537         file system prefix.
29538
29539 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29540
29541         * lib/Makefile.am (libfetish_a_SOURCES):
29542         Add strftime.c, since we now compile it on all hosts.
29543
29544         * lib/strftime.c (my_strftime):
29545         Define to nstrftime if emacs, but only if my_strftime is not defined.
29546         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29547         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29548         Add one more extra argument: a nanoseconds value.
29549         All uses changed.
29550         (ns): New macro.
29551         (my_strftime function): Add %N format.
29552         (emacs_strftimeu): Renamed from emacs_strftime,
29553         with extra ut argument.
29554
29555 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29556
29557         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29558
29559 2001-04-21  Jim Meyering  <meyering@lucent.com>
29560
29561         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29562         doesn't interfere.
29563
29564 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29565
29566         * m4/ftruncate.m4: Check for chsize.
29567         Link with ftruncate.o unconditionally if ftruncate is missing.
29568         This was required when cross-compiling to i586-mingw32msvc.
29569
29570 2001-04-08  Jim Meyering  <meyering@lucent.com>
29571
29572         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29573         recomputed; that's necessary when the offset spans a DST transition.
29574         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29575
29576 2001-04-02  Jim Meyering  <meyering@lucent.com>
29577
29578         * lib/regex.h, regex.c: Update from GNU libc.
29579
29580 2001-03-24  Jim Meyering  <meyering@lucent.com>
29581
29582         * m4/jm-macros.m4: Require autoconf-2.49d.
29583
29584 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29585
29586         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29587
29588 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29589
29590         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29591
29592 2001-03-17  Jim Meyering  <meyering@lucent.com>
29593
29594         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29595         now that the version in autoconf is equivalent.
29596         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29597
29598         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29599         Suggestion from Akim Demaille.
29600
29601         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29602         (jm_PREREQ_TEMPNAME): New function.
29603
29604 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29605
29606         * lib/tempname.c (uint64_t): Define to uintmax_t if
29607         not defined, and if UINT64_MAX is not defined.
29608         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29609         Reported by John David Anglin.
29610
29611 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29612
29613         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29614         resolve alias if codeset is empty.
29615         * lib/config.charset (BeOS): Use wildcard syntax.
29616
29617 2001-03-13  Jim Meyering  <meyering@lucent.com>
29618
29619         * lib/path-concat.c (path_concat)
29620         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29621         concatenating e.g., `C:' and `foo'.
29622         From Bruno Haible.
29623
29624 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29625
29626         * lib/localcharset.c (locale_charset): Don't use
29627         setlocale(LC_CTYPE,NULL). Don't return NULL.
29628         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29629
29630 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29631
29632         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29633         support for DOS/DJGPP.
29634
29635 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29636
29637         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29638         lacks mkstemp.  Compile our own tempname.c if we compile our own
29639         mkstemp.c, as mkstemp relies on tempname.
29640
29641 2001-03-01  Jim Meyering  <meyering@lucent.com>
29642
29643         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29644         AH_VERBATIM really does output its argument verbatim.
29645
29646 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29647
29648         * lib/Makefile.am (libfetish_a_SOURCES):
29649         Add dup-safer.c, fopen-safer.c.
29650         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29651
29652         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29653         * lib/unistd-safer.h: New files.
29654
29655 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29656
29657         The mkstemp replacement is taken from glibc 2.2.2, with some
29658         portability fixes for use outside glibc, as follows:
29659
29660         * lib/tempname.c (struct_stat64): New macro.
29661         (direxists, __gen_tempname): Use it.
29662         This avoids a portability problem with Solaris 8.
29663
29664         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29665         (<stddef.h>, <stdint.h>, <string.h>):
29666         Include only if STDC_HEADERS || _LIBC.
29667         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29668         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29669         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29670         (__set_errno): Define this macro if <errno.h> doesn't.
29671         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29672         Define these macros if <stdio.h> doesn't.
29673         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29674         Define these macros if <sys/stat.h>
29675         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29676         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29677         __xstat64): Define if not _LIBC.
29678         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29679         (__gen_tempname): Invoke gettimeofday only if
29680         HAVE_GETTIMEOFDAY || _LIBC;
29681         otherwise, fall back on plain "time".
29682         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29683
29684         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29685
29686         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29687
29688 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29689
29690         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29691
29692 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29693
29694         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29695         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29696         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29697         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29698
29699 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29700
29701         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29702         Remove workaround macros for hosts that have mbrtowc but not
29703         mbstate_t, as we now insist on proper declarations for both
29704         before using mbrtowc.
29705
29706 2001-02-17  Jim Meyering  <meyering@lucent.com>
29707
29708         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29709         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29710         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29711         UnixWare 7.1.1.
29712
29713         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29714         rather than AC_CACHE_VAL.
29715
29716 2001-02-17  Jim Meyering  <meyering@lucent.com>
29717
29718         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29719         around included file name.
29720
29721         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29722
29723         * lib/strftime.c: Update from GNU libc (the only changes were to
29724         comments).
29725
29726 2001-02-17  Jim Meyering  <meyering@lucent.com>
29727
29728         * lib/regex.c: Update from libc.
29729
29730 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29731
29732         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29733         clash.
29734
29735 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29736
29737         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29738         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29739         Reported by Mark Hounschell via Paul Eggert.
29740
29741 2001-02-07  Jim Meyering  <meyering@lucent.com>
29742
29743         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29744
29745 2001-02-05  Jim Meyering  <meyering@lucent.com>
29746
29747         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29748         it includes the patch required for `large file' support with at least
29749         HP-UX's 10.20 /bin/cc.
29750
29751 2001-02-03  Jim Meyering  <meyering@lucent.com>
29752
29753         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29754         AS_IF, now that it works once again (mysteriously).
29755         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29756
29757 2001-01-30  Jim Meyering  <meyering@lucent.com>
29758
29759         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29760         * m4/chown.m4: Rename conftestchown to conftest.chown.
29761         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29762         s/conftestdir2/conftest.d2/.
29763         * m4/utimes.m4: s/conftestdata/conftest.data/
29764         Inspired by Pavel Roskin's change in autoconf.
29765
29766 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29767
29768         * lib/config.charset: Update for FreeBSD 4.2.
29769
29770 2001-01-27  Jim Meyering  <meyering@lucent.com>
29771
29772         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29773         a use of AS_IF.
29774         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29775
29776 2001-01-26  Jim Meyering  <meyering@lucent.com>
29777
29778         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29779         quotearg.c includes it.
29780
29781 2001-01-26  Jim Meyering  <meyering@lucent.com>
29782
29783         * lib/quotearg.c: Include stddef.h.
29784         * lib/quote.c: Include stddef.h.
29785         Reported by Axel Kittenberger.
29786
29787         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29788         line in double quotes so that it evokes a better diagnostic.
29789         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29790         Reported by Axel Kittenberger.
29791
29792 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29793
29794         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29795         as if it was a `charset'.
29796
29797 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29798
29799         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29800         has const.
29801
29802 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29803
29804         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29805         to avoid a warning.  Add back 'const' to inptr.
29806
29807 2001-01-20  Jim Meyering  <meyering@lucent.com>
29808
29809         Be sure that headers are checked before used in code compiled
29810         for the type checks.
29811         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29812         In place of that, invoke jm_CHECK_ALL_TYPES.
29813         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29814         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29815         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29816         The check for ssize_t was mistakenly run before the test for unistd.h.
29817
29818         The configure-time check for stdbool.h was missing.
29819         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29820         (jm_PREREQ_HASH): New function.
29821
29822 2001-01-17  Jim Meyering  <meyering@lucent.com>
29823
29824         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29825         for autoconf-2.49c.
29826         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29827
29828 2001-01-16  Jim Meyering  <meyering@lucent.com>
29829
29830         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29831         From Bruno Haible.
29832
29833 2001-01-14  Jim Meyering  <meyering@lucent.com>
29834
29835         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29836         foo and bar.  Create conftestdir/ in the script, not in the C code.
29837         Remove directories in the script, not in the C code.
29838         Remove conftestdir{,2} before trying to create the directory.
29839         Make the entire configure script fail if the mkdir fails.
29840
29841 2001-01-14  Jim Meyering  <meyering@lucent.com>
29842
29843         * lib/rename.c: New file.  From Volker Borchert.
29844         Include stdlib.h, string.h or strings.h, and xalloc.h.
29845         Use strip_trailing_slashes rather than open-coding it.
29846
29847 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29848
29849         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29850
29851 2001-01-03  Jim Meyering  <meyering@lucent.com>
29852
29853         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29854         of local `inptr' to avoid warning with some system declarations of
29855         iconv.
29856
29857 2001-01-02  Volker Borchert  <bt@teknon.de>
29858
29859         * m4/rename.m4: New file.
29860         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29861
29862 2001-01-01  Jim Meyering  <meyering@lucent.com>
29863
29864         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29865         even on systems with utmpx.h.  It's necessary for the declaration of
29866         utmp's ut_user member.  Reported by Andreas Jaeger.
29867
29868         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29869         available. They are required for the declarations of getgrgid and
29870         getpwuid resp.
29871         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29872         Reported by Andreas Jaeger.
29873
29874 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29875
29876         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29877         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29878         so `make install' also works in VPATH builds.
29879
29880 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29881
29882         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29883         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29884         can be used in subdirectories.
29885
29886 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29887
29888         * lib/modechange.c: Do not assume that mode_t uses the
29889         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29890         the other-execute bit of FOO even if S_IXOTH != 1.
29891
29892         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29893         WOTH, XOTH, ALLM): New macros.
29894         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29895          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29896         Use them.
29897         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29898         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29899         (mode_compile):
29900         No need to use uintmax_t; unsigned long is long enough.
29901         Don't bother to get suffix since we don't use it.
29902
29903 2000-12-26  Jim Meyering  <meyering@lucent.com>
29904
29905         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29906         better with autoheader.
29907
29908 2000-12-24  Jim Meyering  <meyering@lucent.com>
29909
29910         * lib/hash.c (is_prime): Return explicit boolean values.
29911         (hash_get_first): Return NULL to appease Irix5.6's 89.
29912         Reported by Nelson Beebe.
29913
29914 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29915
29916         * lib/localcharset.c (locale_charset): Add support for Win32.
29917
29918 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29919
29920         * lib/physmem.h, lib/physmem.c: New files.
29921
29922         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29923         (noinst_HEADERS): Add physmem.h.
29924
29925         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29926         't' for compatibility with Solaris 8 sort.
29927
29928 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29929
29930         * lib/config.charset: Add support for BeOS.
29931
29932 2000-12-17  Jim Meyering  <meyering@lucent.com>
29933
29934         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29935         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29936
29937 2000-12-16  Jim Meyering  <meyering@lucent.com>
29938
29939         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29940         N and M) would have treated it like `chown N:N FILE'.
29941
29942         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29943
29944 2000-12-16  Jim Meyering  <meyering@lucent.com>
29945
29946         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29947         SHELLS_FILE to a file name that's useful on djgpp systems.
29948         Include stdlib.h.
29949         (ADDITIONAL_DEFAULT_SHELLS): Define.
29950         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29951         Based mostly on a patch from Prashant TR.
29952
29953 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29954
29955         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29956         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29957         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29958
29959 2000-12-08  Andreas Schwab  <schwab@suse.de>
29960
29961         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29962         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29963
29964 2000-12-07  Jim Meyering  <meyering@lucent.com>
29965
29966         * lib/stripslash.c (ISSLASH): Define.
29967         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29968         `/'.
29969         From Prashant TR.
29970
29971         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29972         (dir_name_r): Declare this function as static.
29973         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29974         manifest itself on a name containing a mix of slashes and
29975         backslashes.
29976         Make this function work with names starting with a DOS-style
29977         drive letter and colon prefix.
29978         (dir_name): Append `.' if necessary.
29979         Based mostly on patches from Prashant TR and Eli Zaretskii.
29980
29981         * lib/dirname.h (dir_name_r): Remove prototype.
29982
29983 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29984
29985         * m4/off_t-format.m4: Remove this file.
29986         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29987
29988 2000-12-06  Jim Meyering  <meyering@lucent.com>
29989
29990         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29991         replacement strtoull, we may well need the replacement strtoul, too.
29992         Check for declarations of strtoul and strtoull.
29993         Check for strtol.  Mainly as a cue to cause automake to include
29994         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29995         Check for limits.h -- strtol.c needs it.
29996
29997 2000-12-05  Jim Meyering  <meyering@lucent.com>
29998
29999         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30000
30001 2000-12-04  Jim Meyering  <meyering@lucent.com>
30002
30003         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30004         Also include memory.h, stdlib.h, unistd.h if appropriate.
30005         Reported by Andreas Jaeger (conflicting declaration of malloc).
30006
30007 2000-12-02  Jim Meyering  <meyering@lucent.com>
30008
30009         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30010         * m4/jm-macros.m4 (jm_MACROS): require it.
30011
30012 2000-12-02  Jim Meyering  <meyering@lucent.com>
30013
30014         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30015
30016 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30017
30018         * lib/memrchr.c: Include <config.h> before any system include file.
30019
30020 2000-11-30  Jim Meyering  <meyering@lucent.com>
30021
30022         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30023
30024 2000-11-30  Jim Meyering  <meyering@lucent.com>
30025
30026         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30027
30028 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30029
30030         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30031
30032 2000-11-26  Jim Meyering  <meyering@lucent.com>
30033
30034         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30035
30036 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30037
30038         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30039         size of (size_t) -1; it's not portable.
30040
30041 2000-11-17  Jim Meyering  <meyering@lucent.com>
30042
30043         * lib/strstr.c: Update from GNU libc.
30044
30045 2000-11-17  Akim Demaille  <akim@epita.fr>
30046
30047         * lib/obstack.h: Formatting changes.
30048         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30049         prevent type checking.
30050         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30051         cast the value to (void *): assigning a `foo *' to a `void *'
30052         variable is valid.
30053         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30054
30055 2000-11-16  Jim Meyering  <meyering@lucent.com>
30056
30057         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30058
30059 2000-11-11  Jim Meyering  <meyering@lucent.com>
30060
30061         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30062
30063 2000-11-10  Jim Meyering  <meyering@lucent.com>
30064
30065         * lib/obstack.h: Update from GNU libc.
30066         * lib/obstack.c: Likewise.
30067
30068 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30069
30070         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30071
30072 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30073
30074         * lib/getusershell.c (setusershell): Use rewind rather than
30075         fseek/fseeko, to avoid configuration hassles with fseeko.
30076         Don't bother opening SHELLS_FILE if shellstream is NULL;
30077         it's not necessary.
30078
30079 2000-11-05  Jim Meyering  <meyering@lucent.com>
30080
30081         * lib/makepath.h (make_dir): Declare.
30082         * lib/makepath.c (make_dir): Remove `static' attribute.
30083         Tweak a comment.
30084
30085 2000-11-04  Jim Meyering  <meyering@lucent.com>
30086
30087         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30088
30089 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30090
30091         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30092         last one in a bucket, advance to the next bucket.
30093
30094 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30095
30096         * lib/fnmatch.c: Do not comment out all the code if we are using
30097         the GNU C library, because in some cases we are replacing buggy
30098         code in the GNU C library itself.
30099
30100 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30101
30102         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30103         (regex_compile): Catch bogus \(\1\).
30104
30105 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30106
30107         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30108         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30109         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30110
30111 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30112
30113         * lib/error.h, getline.h, modechange.h:
30114         Remove "2000" from Copyright line, as the file hasn't been
30115         changed this year other than in the copyright notice.
30116
30117         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30118         was changed this year.
30119
30120 2000-10-29  Jim Meyering  <meyering@lucent.com>
30121
30122         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30123         renaming.
30124         * m4/ls-mntd-fs.m4: Likewise
30125
30126 2000-10-29  Jim Meyering  <meyering@lucent.com>
30127
30128         * lib/xstat.in: Fix grammar in comment.
30129
30130 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30131
30132         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30133         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30134         doesn't define __restrict_arr.
30135
30136 2000-10-28  Jim Meyering  <meyering@lucent.com>
30137
30138         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30139         (jm_PREREQ_MEMCHR): New function.
30140
30141 2000-10-28  Jim Meyering  <meyering@lucent.com>
30142
30143         * lib/memchr.c: Update from libc.
30144         Adjust for portability:
30145         [HAVE_STDLIB_H]: Include stdlib.h.
30146         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30147         Undef __memchr, too.
30148         [!weak_alias]: Define __memchr to memchr.
30149
30150         * lib/regex.c: Update from libc.
30151         * lib/regex.h: Likewise.
30152         * lib/getopt1.c: Likewise.
30153         * lib/memcmp.c: Likewise.
30154
30155         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30156         Avoid using fseek, when possible -- it's broken by design.
30157         Patch by Ulrich Drepper.
30158
30159 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30160
30161         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30162         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30163         Giving in to popular pressure to shut up the compiler with casts.
30164
30165 2000-10-26  Jim Meyering  <meyering@lucent.com>
30166
30167         * lib/strftime.c: Update from libc.
30168
30169 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30170
30171         * regex.c: More `unsigned char' -> `re_char' changes.
30172         Also change several `int' into `re_wchar_t'.
30173         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30174         (PUSH_FAILURE_POINTER): Don't cast any more.
30175         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30176         We want GCC to complain, since this piece of code makes
30177         re_match non-reentrant, which *should* be fixed.
30178         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30179         (EXTEND_BUFFER): Use RETALLOC.
30180         (SET_LIST_BIT): Don't cast.
30181         (re_wchar_t): New type.
30182         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30183         that those two functions will always properly return.
30184         (IMMEDIATE_QUIT_CHECK): Cast to void.
30185         (analyse_first): Use recursion rather than an explicit stack.
30186         (re_compile_fastmap): Can't fail anymore.
30187         (re_search_2): Don't check re_compile_fastmap for failure.
30188         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30189         Now also sets the new value (passed in a new argument).
30190         (re_match_2_internal): Use it.
30191         Also, use a new var `reg' of type size_t when looping through regs
30192         rather than reuse the inappropriate `mcnt'.
30193
30194 2000-10-25  Jim Meyering  <meyering@lucent.com>
30195
30196         * lib/obstack.c: Update from libc.
30197
30198 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30199
30200         * regex.c (regex_compile): Change the way of handling a range from
30201         a char less than 256 to a char not less than 256.
30202
30203 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30204
30205         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30206         NT-Emacs only.
30207         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30208         so that re_search functions only quit when callers expect them to.
30209
30210 2000-10-23  Jim Meyering  <meyering@lucent.com>
30211
30212         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30213         wrong.  That set_locale call must not have any side effects.
30214         From Paul Eggert.
30215
30216 2000-10-22  Jim Meyering  <meyering@lucent.com>
30217
30218         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30219         [CYCLIC]: Remove now-unused definition.
30220
30221         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30222         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30223         Suggestion from Ulrich Drepper.
30224
30225 2000-10-21  Jim Meyering  <meyering@lucent.com>
30226
30227         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30228         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30229         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30230
30231 2000-10-21  Jim Meyering  <meyering@lucent.com>
30232
30233         * lib/dirname.c (memrchr): Declare if necessary.
30234         (dir_name): Remove the restriction that there be no
30235         trailing slashes.  Now, this code skips past them, effectively
30236         ignoring them.
30237         [TEST_DIRNAME] (main): New unit tests.
30238
30239         * lib/memrchr.c: New file from GNU libc.
30240         Undef __memrchr, too.
30241         [!weak_alias]: Define __memrchr to memrchr.
30242         Guard weak_alias use with `#ifdef weak_alias'.
30243
30244 2000-10-21  Jim Meyering  <meyering@lucent.com>
30245
30246         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30247         (dir_name): Use dir_name_r.
30248         * lib/dirname.h (dir_name_r): Declare it.
30249
30250 2000-10-17  Jim Meyering  <meyering@lucent.com>
30251
30252         * lib/quote.h (PARAMS): Define and use.
30253         Reported by Akim Demaille.
30254
30255         * lib/getopt.c: Update from libc.
30256
30257 2000-10-16  Jim Meyering  <meyering@lucent.com>
30258
30259         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30260         setlocale.
30261         From Jan Fedak.
30262
30263 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30264
30265         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30266
30267 2000-09-25  Jim Meyering  <meyering@lucent.com>
30268
30269         * lib/md5.h (rol): Define (from GnuPG).
30270
30271         * lib/sha.c: Give credit (GnuPG) where due.
30272         (M): Use rol rather than open-coding it.
30273         Add a FIXME comment.
30274
30275 2000-09-21  Jim Meyering  <meyering@lucent.com>
30276
30277         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30278         Reported by Michael Stone.
30279
30280 2000-09-20  Jim Meyering  <meyering@lucent.com>
30281
30282         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30283         (noinst_HEADERS): Add sha.h.
30284         Based on code from Scott G. Miller and from GnuPG.
30285
30286 2000-09-18  Jim Meyering  <meyering@lucent.com>
30287
30288         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30289         LIBS. Otherwise, everyone ends up linking with -lelf for some
30290         configurations.
30291         Reported by Mike Stone.
30292
30293 2000-09-15  Jim Meyering  <meyering@lucent.com>
30294
30295         * lib/regex.c: Update from libc.
30296
30297 2000-09-10  Jim Meyering  <meyering@lucent.com>
30298
30299         * lib/getopt.c (_getopt_internal): Update from glibc.
30300
30301 2000-09-09  Jim Meyering  <meyering@lucent.com>
30302
30303         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30304         think it should be used as a general replacement for isascii.
30305         * lib/fnmatch.c: Likewise.
30306         * lib/mbswidth.c: Likewise
30307         * lib/regex.c: Likewise.
30308
30309         Don't use atoi.
30310         * lib/userspec.c: Include sys/param.h and limits.h.
30311         Include xstrtol.h.
30312         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30313         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30314         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30315         UID, GID.  Check range.
30316
30317 2000-09-06  Jim Meyering  <meyering@lucent.com>
30318
30319         * lib/getopt.c (_getopt_internal): Update from glibc.
30320
30321 2000-08-30  Jim Meyering  <meyering@lucent.com>
30322
30323         * lib/strftime.c: Merge in changes from GNU libc.
30324
30325 2000-08-26  Jim Meyering  <meyering@lucent.com>
30326
30327         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30328         * m4/fpending.m4: New file.
30329
30330 2000-08-26  Jim Meyering  <meyering@lucent.com>
30331
30332         * lib/closeout.c: Include "__fpending.h".
30333         (close_stdout_status): Return right away if there's nothing to flush.
30334
30335         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30336         * lib/__fpending.c: New file.
30337         * lib/__fpending.h: New file.
30338
30339 2000-08-20  Jim Meyering  <meyering@lucent.com>
30340
30341         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30342         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30343         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30344
30345 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30346
30347         Improve fileutils installation on systems where running
30348         programs (like install) can't be unlinked.
30349         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30350         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30351
30352 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30353
30354         Standardize on "memory exhausted" instead of "Memory exhausted"
30355         or "virtual memory exhausted".
30356         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30357         "virtual memory exhausted".
30358         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30359         our own message.
30360         * lib/userspec.c (parse_user_spec): Likewise.
30361         * lib/bumpalloc.h: comment fix
30362         * lib/same.c, userspec.c: Include xalloc.h.
30363
30364         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30365         not char *const and pointing to a constant array.
30366         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30367         (xrealloc): Comment fix.
30368
30369         * lib/userspec.c (parse_user_spec):
30370         Don't translate a message until just before returning,
30371         to avoid unnecessary translation.
30372
30373 2000-08-07  Jim Meyering  <meyering@lucent.com>
30374
30375         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30376         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30377         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30378         getgroups.c, gethostname.c, getopt.h, group-member.c,
30379         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30380         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30381         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30382         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30383         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30384         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30385         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30386         yesno.c: Back out Copyright date changes for each file with no change
30387         this year.  This eases coordination with other programs using the same
30388         source code modules.  From Paul Eggert.
30389
30390 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30391
30392         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30393         not char, for compatibility with glibc 2.1.3 strftime.c.
30394
30395 2000-08-03  Greg McGary  <greg@mcgary.org>
30396
30397         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30398         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30399         (EXTEND_BUFFER): Use them.
30400
30401 2000-08-01  Jim Meyering  <meyering@lucent.com>
30402
30403         * lib/dirname.c (ISSLASH): Define.
30404         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30405         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30406         both `\' and `/' may be use as path separators.
30407         Based on a patch from Prashant TR.
30408
30409 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30410
30411         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30412         slot vector a constant, since it might get modified.
30413
30414 2000-07-31  Jim Meyering  <meyering@lucent.com>
30415
30416         * lib/xmalloc.c: Use `virtual memory exhausted', not
30417         `Memory exhausted'.
30418         * lib/obstack.c (print_and_abort): Likewise.
30419
30420 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30421
30422         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30423         buffer, so that the caller can always quote one small
30424         component of a "memory exhausted" message in slot 0.
30425         From a suggestion by Jim Meyering.
30426
30427 2000-07-30  Jim Meyering  <meyering@lucent.com>
30428
30429         * lib/makepath.c (make_path): Quote the other instance, too.
30430
30431         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30432         (STATIC_BUF_SIZE): Define.
30433         (quotearg_n_options): Use only statically allocated storage when
30434         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30435         than STATIC_BUF_SIZE.
30436
30437 2000-07-29  Jim Meyering  <meyering@lucent.com>
30438
30439         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30440         * lib/dirname.c (dir_name): Likewise.
30441
30442         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30443         `/'.
30444
30445         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30446         (dir_name): Assert that there are no trailing slashes.
30447
30448 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30449
30450         * lib/mbswidth.h (mbswidth): Add a flags argument.
30451         (mbswidth): New declaration.
30452         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30453         * lib/mbswidth.c (mbswidth): Add a flags argument.
30454         (mbsnwidth): New function.
30455
30456 2000-07-24  Jim Meyering  <meyering@lucent.com>
30457
30458         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30459
30460 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30461
30462         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30463
30464 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30465
30466         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30467         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30468         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30469         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30470         invoke multibyte primitives.
30471
30472 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30473
30474         * lib/quotearg.c:
30475         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30476         so that mbstate_t is always defined.
30477
30478         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30479         be 1 in at least one GCC installation, and this configuration
30480         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30481         performance on hosts that have mbrtowc but have only unibyte
30482         locales, but I assume these hosts are rare.
30483
30484 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30485
30486         * lib/mbswidth.c (_XOPEN_SOURCE):
30487         Don't define; this causes problems on Solaris 7.
30488         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30489
30490 2000-07-23  Jim Meyering  <meyering@lucent.com>
30491
30492         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30493         too: getgrgid, getpwuid, getuid.
30494
30495 2000-07-23  Jim Meyering  <meyering@lucent.com>
30496
30497         * lib/basename.c (base_name): Add an assertion.
30498
30499 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30500
30501         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30502         shadow its mbsinit function.
30503
30504 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30505
30506         * lib/mbswidth.h: New file.
30507         * lib/mbswidth.c: New file.
30508         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30509         (noinst_HEADERS): Add mbswidth.h.
30510
30511 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30512
30513         * lib/config.charset: Add support for FreeBSD. Improve support for
30514         HP-UX and IRIX 6.
30515
30516 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30517
30518         * m4/mbswidth.m4: New file.
30519         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30520
30521 2000-07-15  Jim Meyering  <meyering@lucent.com>
30522
30523         * lib/makepath.c: Include quote.h.
30524         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30525         corresponding argument in a `quote (...)' call.
30526         Give better diagnostics.
30527
30528         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30529         (noinst_HEADERS): Add quote.h.
30530
30531         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30532         from tar's src/misc.c.
30533         * lib/quote.h: New file.  Prototypes for same.
30534
30535 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30536
30537         From a suggestion by Bruno Haible.
30538         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30539         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30540         to decide whether to define the BeOS workaround macro;
30541         this adjusts to the change to AC_MBSTATE_T.
30542
30543 2000-07-14  Jim Meyering  <meyering@lucent.com>
30544
30545         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30546         jm_AC_TYPE_UINTMAX_T.
30547
30548 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30549
30550         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30551
30552         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30553         quotearg_buffer_restyled): Add support for
30554         clocale_quoting_style.  Undo previous change to
30555         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30556         and "{RIGHT QUOTATION MARK}" msgids.
30557
30558 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30559
30560         From a suggestion by Bruno Haible.
30561         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30562         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30563         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30564         and mbstate_t, to a single-part test that simply defines mbstate_t.
30565         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30566         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30567
30568 2000-07-10  Jim Meyering  <meyering@lucent.com>
30569
30570         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30571
30572         * m4/gnu-source.m4: Output to confdefs.h directly.
30573         Suggestion from Akim Demaille.
30574
30575 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30576
30577         The old behavior of quoting `like this' doesn't look good with
30578         newer, ISO-style fonts.  See:
30579         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30580
30581         Instead, quote "like this" by default.  Let the translator
30582         tailor the locale-specific quoting behavior by providing
30583         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30584
30585         * lib/quotearg.c (N_): New macro.
30586         (gettext_default): New function.
30587         (quotearg_buffer_restyled): Use
30588         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30589         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30590
30591 2000-07-09  Jim Meyering  <meyering@lucent.com>
30592
30593         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30594         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30595
30596         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30597         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30598
30599 2000-07-09  Jim Meyering  <meyering@lucent.com>
30600
30601         * lib/Most files: Update copyright dates to include 2000.
30602
30603 2000-07-08  Jim Meyering  <meyering@lucent.com>
30604
30605         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30606         if not defined.
30607         (xgethostname): Remove now-unnecessary #ifdef.
30608         Move declaration of `err' into loop where it's used.
30609
30610 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30611         and Bruno Haible  <haible@clisp.cons.org>
30612
30613         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30614         only if the test for an object-type mbstate_t fails.  This
30615         prevents us from mistakenly reporting that mbstate_t is a
30616         system object type after we "#define mbstate_t int" to work
30617         around its lack.
30618
30619 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30620         and Bruno Haible  <haible@clisp.cons.org>
30621
30622         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30623
30624 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30625
30626         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30627         to strerror_r.
30628         Include <ctype.h> for use of isalpha.
30629
30630 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30631
30632         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30633         by allocating a larger buffer. Test the gethostname return value for
30634         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30635         returns an error and ENAMETOOLONG isn't defined.
30636
30637 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30638
30639         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30640         dimension.
30641
30642 2000-07-04  Jim Meyering  <meyering@lucent.com>
30643
30644         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30645         of the deprecated AC_CHECKING.
30646
30647 2000-07-04  Jim Meyering  <meyering@lucent.com>
30648
30649         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30650         Reported by Bruno Haible.
30651
30652 2000-07-04  Jim Meyering  <meyering@lucent.com>
30653
30654         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30655         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30656         lacks mbrtowc.
30657
30658 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30659
30660         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30661         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30662
30663 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30664         and Bruno Haible  <haible@clisp.cons.org>
30665
30666         * lib/quotearg.c (mbrtowc):
30667         Assign to *pwc, and return 1 only if result is nonzero.
30668         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30669
30670 2000-07-03  Jim Meyering  <meyering@lucent.com>
30671
30672         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30673
30674 2000-07-03  Jim Meyering  <meyering@lucent.com>
30675
30676         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30677         This is necessary to get a definition of e.g., UTMP_FILE on
30678         HP-UX 10.20.
30679         From Bob Proulx.
30680
30681 2000-07-02  Jim Meyering  <meyering@lucent.com>
30682
30683         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30684
30685         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30686         AC_LIBOBJ(function_name).
30687         * m4/chown.m4: Likewise.
30688         * m4/fnmatch.m4: Likewise.
30689         * m4/ftruncate.m4: Likewise.
30690         * m4/getgroups.m4: Likewise.
30691         * m4/getline.m4: Likewise.
30692         * m4/group-member.m4: Likewise.
30693         * m4/jm-macros.m4: Likewise.
30694         * m4/lstat.m4: Likewise.
30695         * m4/malloc.m4: Likewise.
30696         * m4/memcmp.m4: Likewise.
30697         * m4/nanosleep.m4: Likewise.
30698         * m4/putenv.m4: Likewise.
30699         * m4/realloc.m4: Likewise.
30700         * m4/regex.m4: Likewise.
30701         * m4/stat.m4: Likewise.
30702         * m4/strftime.m4: Likewise.
30703
30704 2000-07-02  Jim Meyering  <meyering@lucent.com>
30705
30706         * lib/quotearg.c (mbstate_t): Don't define here.
30707
30708 2000-07-02  Jim Meyering  <meyering@lucent.com>
30709
30710         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30711
30712 2000-07-01  Jim Meyering  <meyering@lucent.com>
30713
30714         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30715
30716 2000-07-01  Jim Meyering  <meyering@lucent.com>
30717
30718         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30719         problem.
30720
30721 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30722
30723         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30724         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30725
30726 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30727
30728         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30729         per change in ../m4/ls-mntd-fs.m4.
30730         (read_filesystem_list): Ignore symbolic links.
30731
30732 2000-06-29  Jim Meyering  <meyering@lucent.com>
30733
30734         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30735         for declaration of strcmp.
30736
30737         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30738
30739         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30740         Avoid warning by casting result to `char *' to remove `const'.
30741
30742 2000-06-28  Jim Meyering  <meyering@lucent.com>
30743
30744         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30745         included by quotearg.c, for which we perform this test.  From
30746         Bruno Haible.
30747
30748 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30749
30750         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30751         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30752         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30753
30754 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30755
30756         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30757
30758 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30759
30760         savedir now sets errno on failure and invokes xmalloc to get memory.
30761         Fix a couple of other minor bugs while we're at it.
30762
30763         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30764         (NAMLEN): Remove macro.
30765         (malloc, realloc): Remove decls.
30766         (stpcpy): Likewise.
30767         ("xalloc.h"): Include.
30768         (NAME_SIZE_DEFAULT): New macro.
30769         (savedir): Use xmalloc / xrealloc to allocate memory.
30770         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30771         Skip "" directory entries.
30772         Use strlen to calculate directory entry length, since the old method
30773         is rarely used these days and isn't worth supporting.
30774         Don't use a pointer after freeing it.
30775         Check for integer overflow when calculating allocation size.
30776         Use memcpy to copy entries, instead of stpcpy.
30777         Set errno properly when returning NULL.
30778         Check for readdir error.
30779
30780 2000-06-26  Jim Meyering  <meyering@lucent.com>
30781
30782         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30783
30784 2000-06-25  Jim Meyering  <meyering@lucent.com>
30785
30786         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30787         Linux header bug when _XOPEN_SOURCE is defined to 500.
30788
30789 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30790
30791         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30792         deficiency.
30793
30794 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30795
30796         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30797         Include xalloc.h.
30798         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30799
30800 2000-06-24  Jim Meyering  <meyering@lucent.com>
30801
30802         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30803         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30804         for which strerror does return char*, but which lacks a conveniently
30805         accessible declaration of the function.  If the compile-test says
30806         strerror_r doesn't work, then resort to a `run'-test that works on
30807         BeOS and segfaults on DEC Unix.
30808
30809 2000-06-24  Jim Meyering  <meyering@lucent.com>
30810
30811         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30812
30813 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30814
30815         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30816         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30817
30818 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30819
30820         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30821         (mbrtowc, mbstate_t): Define substitutes if
30822         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30823         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30824         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30825
30826 2000-06-23  Jim Meyering  <meyering@lucent.com>
30827
30828         * m4/afs.m4: Add missing AC_MSG_RESULT.
30829         Reported by Bruno Haible.
30830
30831         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30832         Suggestion from Bruno Haible.
30833
30834 2000-06-23  Jim Meyering  <meyering@lucent.com>
30835
30836         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30837
30838 2000-06-21  Jim Meyering  <meyering@lucent.com>
30839
30840         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30841
30842 2000-06-21  Jim Meyering  <meyering@lucent.com>
30843
30844         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30845         (noinst_HEADERS): Add getstr.h.
30846
30847         * lib/getline.c (getstr): Move into a separate file.
30848         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30849         the following changes: new parameter, delim2; both delim[12]
30850         parameters have type `int', not `char'.  The latter would lose
30851         with 8-bit delimiters.
30852         * lib/getstr.h: New file.
30853
30854 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30855
30856         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30857         than 1024, return a memory chunk of least possible size, instead
30858         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30859         Use free/xmalloc instead of xrealloc to avoid copying for very long
30860         paths.
30861
30862 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30863
30864         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30865         the empty string.
30866
30867 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30868
30869         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30870         address, not strdup.  Include <stdlib.h> and don't declare free().
30871
30872 2000-06-19  Jim Meyering  <meyering@lucent.com>
30873
30874         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30875
30876 2000-06-18  Jim Meyering  <meyering@lucent.com>
30877
30878         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30879
30880         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30881         `checking whether...' message to be consistent with that of the
30882         lstat test.
30883
30884 2000-06-18  Jim Meyering  <meyering@lucent.com>
30885
30886         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30887         Besides, these days every porting target provides a mkdir function.
30888
30889         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30890         needed. (this snippet comes from src/system.h).
30891
30892 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30893
30894         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30895
30896 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30897
30898         * lib/human.c (adjust_value): New function.
30899         (human_readable_inexact): Apply rounding style even when
30900         printing approximate values.
30901
30902 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30903
30904         * lib/human.c (human_readable_inexact): Allow an input block
30905         size that is not a multiple of the output block size, and vice versa.
30906         Reported by Piergiorgio Sartor.
30907
30908 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30909
30910         * lib/getdate.y (get_date): Apply relative times after time
30911         zone indicator, not before.  Reported by Todd A. Jacobs.
30912
30913 2000-06-13  Jim Meyering  <meyering@lucent.com>
30914
30915         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30916
30917         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30918
30919 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30920
30921         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30922
30923 2000-06-12  Jim Meyering  <meyering@lucent.com>
30924
30925         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30926         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30927         optional argument.
30928         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30929         the optional argument, `lib'.
30930
30931 2000-06-08  Jim Meyering  <meyering@lucent.com>
30932
30933         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30934
30935 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30936
30937         Rewrite largefile configuration so that we don't need to run
30938         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30939         AC_CANONICAL_HOST in configure.in -- jmm]
30940
30941         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30942         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30943         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30944         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30945         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30946         All uses changed.
30947         Instead of inspecting the output of getconf, try to compile the
30948         test program without and with the macro definition.
30949         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30950         for getconf.  Instead, check for the needed flags by compiling
30951         test programs.
30952
30953 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30954
30955         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30956
30957 2000-06-04  Jim Meyering  <meyering@lucent.com>
30958
30959         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30960         SunOS 4.1.4 for which gid_t is an unsigned type.
30961
30962 2000-06-03  Jim Meyering  <meyering@lucent.com>
30963
30964         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30965         now that autoconf requires that.
30966
30967         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30968         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30969         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30970
30971 2000-06-03  Jim Meyering  <meyering@lucent.com>
30972
30973         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30974
30975 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30976
30977         * m4/glibc21.m4: New file.
30978         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30979
30980 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30981
30982         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30983         newer, don't install charset.alias.
30984         * lib/config.charset: Change the Linux/glibc rules so they become empty
30985         on glibc-2.1 or newer.
30986
30987 2000-06-02  Jim Meyering  <meyering@lucent.com>
30988
30989         * lib/mountlist.c: Back out last change.  Instead, do this...
30990         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30991         me_dummy member using the same `ignore'-testing code.
30992         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30993         fs_type strings.
30994         From Mark D. Roth.
30995
30996 2000-05-29  Jim Meyering  <meyering@lucent.com>
30997
30998         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30999         mounts with the `ignore' attribute.  Based on a patch from
31000         Mark D. Roth.
31001
31002 2000-05-28  Jim Meyering  <meyering@lucent.com>
31003
31004         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31005         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31006         * m4/stat.m4: Likewise.
31007         * m4/lstat.m4: Likewise.
31008         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31009
31010         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31011         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31012
31013 2000-05-26  Jim Meyering  <meyering@lucent.com>
31014
31015         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31016
31017 2000-05-24  Jim Meyering  <meyering@lucent.com>
31018
31019         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31020         autoconf requires that.
31021         * m4/lib-check.m4: Likewise.
31022         * m4/jm-macros.m4: Likewise.
31023         * m4/strftime.m4: Likewise.
31024
31025         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31026         AC_CHECK_DECLS, now that autoconf requires that.
31027
31028 2000-05-22  Jim Meyering  <meyering@lucent.com>
31029
31030         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31031         * m4/lstat.m4: Likewise.
31032
31033 2000-05-22  Jim Meyering  <meyering@lucent.com>
31034
31035         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31036
31037 2000-05-20  Jim Meyering  <meyering@lucent.com>
31038
31039         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31040         (jm_PREREQ): Use it.
31041
31042 2000-05-18  Jim Meyering  <meyering@lucent.com>
31043
31044         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31045         back, too, since it may have been modified by allocate_entry.
31046         (hash_delete): Rewrite to use neither the assignment operator
31047         nor the comma operator in an if-expression.
31048
31049 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31050
31051         * lib/closeout.c:
31052         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31053         Remove; no longer needed.
31054         "quotearg.h": Add include.
31055         (file_name): Do not bother to explicitly initialize to NULL; it's less
31056         efficient on some hosts.
31057         (close_stdout_status): Remove test as to whether stdout was already
31058         closed; it breaks for the case "echo x | sort >&-".
31059         Quote file name colons.
31060         Do not assume that _("write error") lacks format strings.
31061
31062 2000-05-15  Jim Meyering  <meyering@lucent.com>
31063
31064         * lib/version-etc.c (version_etc_copyright): Update the copyright
31065         string used in all --version output.
31066
31067 2000-05-14  Jim Meyering  <meyering@lucent.com>
31068
31069         * lib/closeout.c (close_stdout_set_file_name): New function.
31070         (close_stdout_status): Use new file-scoped global.
31071         Return right away if fstat says the stdout file descriptor is invalid.
31072         * lib/closeout.h (close_stdout_set_file_name): Declare.
31073
31074 2000-05-10  Jim Meyering  <meyering@lucent.com>
31075
31076         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31077         (close_stdout_set_status): New function.
31078         * lib/closeout.h (close_stdout_set_status): Declare.
31079
31080 2000-05-09  Jim Meyering  <meyering@lucent.com>
31081
31082         * m4/gettext.m4: Rename this...
31083         * m4/libintl.m4: ...to this.
31084
31085 2000-05-08  Jim Meyering  <meyering@lucent.com>
31086
31087         * lib/long-options.c: Don't include closeout.h.
31088         (parse_long_options): Don't call close_stdout for --version.
31089
31090 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31091
31092         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31093         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31094         2.1.3 bug.  This avoids a clash when files like regex.c define
31095         _GNU_SOURCE.
31096
31097 2000-05-06  Jim Meyering  <meyering@lucent.com>
31098
31099         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31100         (AC_REPLACE_FUNCS): Add strnlen.
31101
31102         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31103         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31104
31105         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31106         AC_SEARCH_LIBS call for nanosleep.
31107         (LIB_NANOSLEEP): Set and AC_SUBST.
31108
31109 2000-05-06  Jim Meyering  <meyering@lucent.com>
31110
31111         * lib/strnlen.c: Undefine __strnlen and strnlen.
31112         [!weak_alias]: Define __strnlen to strnlen.
31113
31114         * lib/atexit.c: New file, from libiberty.
31115
31116 2000-05-06  Jim Meyering  <meyering@lucent.com>
31117
31118         * lib/closeout.c (close_stdout_status): Also check for errors on the
31119         stderr stream.
31120
31121 2000-05-05  Jim Meyering  <meyering@lucent.com>
31122
31123         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31124         AC_SEARCH_LIBS call for clock_gettime.
31125         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31126
31127         * m4/search-libs.m4: Update from autoconf.
31128
31129         su doesn't work on Solaris 2.6.
31130         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31131         <shadow.h>.  Reported by Dragos Harabor.
31132
31133 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31134
31135         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31136         memcpy instead of xmalloc, xrealloc, path_concat.
31137         (locale_charset): Treat empty environment variables as absent.
31138         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31139
31140 2000-05-04  Jim Meyering  <meyering@lucent.com>
31141
31142         * lib/getopt.c: Update from glibc.
31143         * lib/obstack.c: Likewise.
31144         * lib/obstack.h: Likewise.
31145         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31146         file
31147
31148         * lib/regex.h: Likewise.
31149         * lib/strndup.c: Likewise.
31150         * lib/strnlen.c: New file, from glibc.
31151
31152 2000-05-03  Jim Meyering  <meyering@lucent.com>
31153
31154         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31155
31156 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31157
31158         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31159         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31160         compile-time test, rather than inspecting host and OS, to
31161         decide whether to define _LARGEFILE_SOURCE.
31162
31163 2000-05-01  Jim Meyering  <meyering@lucent.com>
31164
31165         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31166
31167         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31168         Based on a patch from Bruno Haible.
31169
31170 2000-05-01  Jim Meyering  <meyering@lucent.com>
31171
31172         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31173
31174 2000-04-29  Jim Meyering  <meyering@lucent.com>
31175
31176         * lib/path-concat.c: Declare strdup only if it's not defined.
31177         * lib/canon-host.c: Likewise.
31178
31179 2000-04-28  Jim Meyering  <meyering@lucent.com>
31180
31181         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31182         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31183         is included first, then limits.h is included by locale.h by libintl.h.
31184         From John David Anglin.
31185
31186 2000-04-25  Jim Meyering  <meyering@lucent.com>
31187
31188         * lib/makepath.c (S_IRWXUGO): Define.
31189         (make_path): Always perform explicit chmod if MODE specifies any
31190         of the `special' permission bits.  Prompted by a bug report against
31191         install from Mate Wierdl and Joost van Baal.
31192
31193 2000-04-18  Jim Meyering  <meyering@lucent.com>
31194
31195         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31196         (jm_PREREQ): Use it.
31197
31198 2000-04-18  Jim Meyering  <meyering@lucent.com>
31199
31200         * lib/README: New file.
31201
31202         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31203         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31204
31205 2000-04-17  Jim Meyering  <meyering@lucent.com>
31206
31207         Get it right :-)
31208         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31209         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31210         Suggestion from Akim Demaille.
31211
31212 2000-04-17  Jim Meyering  <meyering@lucent.com>
31213
31214         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31215         the definition of it to rpl_strftime also defined-away the system's
31216         declaration.
31217
31218 2000-04-15  Jim Meyering  <meyering@lucent.com>
31219
31220         Use `C' to denote so-called `contiguous' files, the same way
31221         that tar does.
31222         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31223         (ftypelet): Use S_ISCTG.
31224         From Michael Deutschmann.
31225
31226 2000-04-14  Jim Meyering  <meyering@lucent.com>
31227
31228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31229         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31230         clobbered.
31231
31232 2000-04-14  Jim Meyering  <meyering@lucent.com>
31233
31234         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31235
31236 2000-04-13  Jim Meyering  <meyering@lucent.com>
31237
31238         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31239         AH_VERBATIM to insert required #ifndef into config.h.in.
31240         Suggestion from Akim Demaille.
31241
31242 2000-04-12  Jim Meyering  <meyering@lucent.com>
31243
31244         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31245         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31246         Christian Krackowizer.
31247
31248         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31249         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31250         (AC_SYS_LARGEFILE): Require.
31251         (AM_C_PROTOTYPES): Require.
31252
31253 2000-04-08  Jim Meyering  <meyering@lucent.com>
31254
31255         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31256         names don't conflict.  Reported by Eli Zaretskii.
31257
31258 2000-04-07  Jim Meyering  <meyering@lucent.com>
31259
31260         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31261         sys/types.h, to work around system header problems on AIX 3.2.5.
31262         From Bruno Haible.
31263
31264 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31265
31266         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31267         bug.  Deal with the different error behavior of Irix iconv.
31268
31269 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31270
31271         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31272         IRIX if the installer said otherwise.
31273
31274 2000-04-05  Jim Meyering  <meyering@lucent.com>
31275
31276         Portability tweaks required for ultrix4.3.
31277         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31278         (jm_CHECK_DECLS): Add getutent to the list of functions.
31279         (_jm_DECL_HEADERS): Add utmpx.h.
31280         From John David Anglin.
31281
31282         * m4/strftime.m4: Back out the 2000-04-02 change.
31283         Instead of that change, simply undefine putenv in the test program.
31284
31285 2000-04-05  Jim Meyering  <meyering@lucent.com>
31286
31287         Portability tweaks required for ultrix4.3.
31288         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31289         getutent.
31290         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31291         * lib/canon-host.c: Declare strdup.
31292         * lib/path-concat.c: Likewise.
31293         From John David Anglin.
31294
31295 2000-04-04  Jim Meyering  <meyering@lucent.com>
31296
31297         Be more DOS 8.3-friendly.
31298         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31299         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31300         * lib/Makefile.am: Reflect renaming.
31301         Reported by Eli Zaretskii.
31302
31303         Use a temporary file name that won't clash with `charset.alias'
31304         in the DOS 8.3 name space.
31305         * lib/Makefile.am (charset_tmp): Define.
31306         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31307         (uninstall-local): Likewise.
31308         Reported by Eli Zaretskii.
31309
31310 2000-04-03  Jim Meyering  <meyering@lucent.com>
31311
31312         * m4/gettext.m4: Fix typo in comment.
31313
31314         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31315         textutils/configure.in).  Suggestion from Paul Eggert.
31316         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31317
31318 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31319
31320         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31321         variable in the shell rather than using putenv, which isn't
31322         portable.  This avoids the configure-time inter-test dependency
31323         on the potentially-renamed putenv function.
31324
31325 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31326
31327         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31328         before checking struct stat.st_blksize, so that
31329         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31330
31331 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31332
31333         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31334         since strftime.c uses HAVE_STRFTIME to decide whether to use
31335         the underlying strftime.
31336
31337 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31338
31339         * lib/time/strftime.c (my_strftime): Make sure we call the system
31340         strftime, not ourselves, when invoking the underlying strftime.
31341
31342 2000-03-24  Jim Meyering  <meyering@lucent.com>
31343
31344         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31345         (charset_alias): Define.
31346         (install-exec-local): Factor out common code.
31347         (uninstall-local): Split lines longer than 80.
31348         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31349         (SUFFIXES): Define.
31350         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31351         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31352
31353 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31354
31355         * lib/config.charset: Output a line containing "Packages using this
31356         file".
31357         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31358         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31359         ref-del.sed): New rules.
31360
31361 2000-03-17  Jim Meyering  <meyering@lucent.com>
31362
31363         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31364         Otherwise, include <strings.h>
31365
31366 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31367
31368         * lib/unicodeio.c (utf8_wctomb): New function.
31369         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31370         format instead of in UCS-4 with platform dependent endianness.
31371
31372 2000-03-10  Jim Meyering  <meyering@lucent.com>
31373
31374         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31375         From Marco Franzen.
31376
31377 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31378
31379         * lib/savedir.c (savedir): Work even if directory size is
31380         negative; this can happen with some screwy NFS configurations.
31381
31382 2000-03-06  Jim Meyering  <meyering@lucent.com>
31383
31384         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31385         if it's NULL (because we ran out of memory).  From Bruno Haible.
31386
31387 2000-03-05  Jim Meyering  <meyering@lucent.com>
31388
31389         * lib/localcharset.c ("path-concat.h"): Include.
31390         (get_charset_aliases): Use path_concat instead of ANSI string
31391         concatenation.
31392
31393         * lib/unicodeio.h (PARAMS): Define.
31394         Use it to guard prototype.
31395
31396 2000-03-04  Jim Meyering  <meyering@lucent.com>
31397
31398         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31399         for lib/localcharset.c.
31400
31401 2000-03-04  Jim Meyering  <meyering@lucent.com>
31402
31403         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31404         installing into it.
31405         (uninstall-local): Uncomment this rule so `make distcheck' works
31406         once again.
31407
31408         * lib/unicodeio.c (<errno.h>): Include it.
31409         (errno): Declare if not defined.
31410
31411         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31412
31413         * lib/config.charset: New version, incorporating remarks from a linux
31414         i18n mailing list.  From Bruno Haible.
31415
31416 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31417
31418         * m4/codeset.m4: New file.
31419         * m4/iconv.m4: New file.
31420         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31421
31422 2000-03-03  Jim Meyering  <meyering@lucent.com>
31423
31424         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31425
31426 2000-03-02  Jim Meyering  <meyering@lucent.com>
31427
31428         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31429         the messages come out on separate lines.
31430
31431         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31432         rather than jm_CHECK_DECLARATIONS.
31433         * m4/decl.m4: Remove now-unused file.
31434
31435         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31436         geteuid.
31437
31438 2000-03-02  Jim Meyering  <meyering@lucent.com>
31439
31440         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31441
31442 2000-03-01  Jim Meyering  <meyering@lucent.com>
31443
31444         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31445         * lib/unicodeio.c: Likewise.
31446
31447 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31448
31449         * lib/config.charset: New file.
31450         * lib/localcharset.c: New file.
31451         * lib/unicodeio.h, lib/unicodeio.c: New files.
31452         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31453         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31454         (noinst_HEADERS): Add unicodeio.h.
31455         (all-local, install-exec-local, charset.alias): New targets.
31456
31457 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31458
31459         * lib/quotearg.c (ALERT_CHAR): New macro.
31460         (quotearg_buffer_restyled): Use it.
31461
31462 2000-02-27  Jim Meyering  <meyering@lucent.com>
31463
31464         * m4/check-decl.m4: Add getenv to the list.
31465
31466 2000-02-27  Jim Meyering  <meyering@lucent.com>
31467
31468         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31469         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31470
31471         * lib/backupfile.c: Guard inclusion of stdlib.h with
31472         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31473         Declare malloc if needed.
31474
31475         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31476         `#ifndef HAVE_DECL..'
31477         now that autoconf always defines the HAVE_DECL_ symbols.
31478         * lib/human.c: Likewise.
31479         * lib/same.c: Likewise.
31480         * lib/strtoumax.c: Likewise.
31481
31482         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31483         declaration check was not run.
31484         * lib/hash.c: Likewise.
31485         * lib/human.c: Likewise.
31486         * lib/same.c: Likewise.
31487         * lib/strtoumax.c: Likewise.
31488
31489         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31490         `.', then first look up the entire `.'-containing string as a login
31491         name.
31492
31493 2000-02-23  Jim Meyering  <meyering@lucent.com>
31494
31495         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31496         in place of my hack.
31497
31498 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31499
31500         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31501         (textint): New typedef.
31502         (parser_control): Member year changed from int to textint.
31503         All uses changed.
31504         (YYSTYPE): Removed; replaced by %union with int and textint members.
31505         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31506         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31507         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31508         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31509         (date, number, to_year): Use width of number in digits, not its value,
31510         to determine whether it's a 2-digit year, or a 2-digit time.
31511         (yylex): Store number of digits of numeric tokens.
31512         Reported by John Kendall.
31513
31514         (parser_control): Changed from struct parser_control to typedef (for
31515         consistency).  All uses changed.
31516
31517         (tID): Removed; not used.
31518         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31519
31520 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31521
31522         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31523         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31524
31525 2000-02-12  Jim Meyering  <meyering@lucent.com>
31526
31527         * lib/userspec.c (ISDIGIT): Define it.
31528         (isdigit): Remove definition.
31529         (is_number): Use ISDIGIT, not isdigit.
31530         <libintl.h>: Include.
31531         (_ and N_): Define.
31532         (parse_user_spec): Mark translatable strings.
31533
31534 2000-02-10  Jim Meyering  <meyering@lucent.com>
31535
31536         With these changes, nanosleep.[ch] are finally enough like the other
31537         lib/* replacement files to compile on a few more losing systems.
31538
31539         * lib/nanosleep.h: Don't include config.h.
31540         Remove prototype from declaration of nanosleep.
31541         (PARAMS): Remove now-unneeded definition.
31542         * lib/nanosleep.c: #undef nanosleep.
31543         (rpl_nanosleep): Rename from nanosleep.
31544
31545 2000-02-10  Jim Meyering  <meyering@lucent.com>
31546
31547         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31548         gnu_nanosleep to rpl_nanosleep.
31549
31550 2000-02-09  Jim Meyering  <meyering@lucent.com>
31551
31552         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31553         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31554
31555 2000-02-08  Akim Demaille  <akim@epita.fr>
31556
31557         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31558         `[' and `]' and remove uses of `changequote'.
31559         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31560         (AC_SYS_LARGEFILE): Likewise.
31561         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31562         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31563         of changequote.
31564         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31565         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31566         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31567         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31568
31569 2000-02-05  Jim Meyering  <meyering@lucent.com>
31570
31571         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31572         Remove explicit use of AC_HEADER_TIME.  It is required by
31573         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31574         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31575         in autoconf whereby the expansion of the latter ended up preceding
31576         the expansion of its prerequisite, AC_HEADER_TIME.
31577         Reported by Volker Borchert.
31578
31579 2000-02-03  Jim Meyering  <meyering@lucent.com>
31580
31581         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31582
31583 2000-02-03  Jim Meyering  <meyering@lucent.com>
31584
31585         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31586         rather than with `#if HAVE_UTMPNAME'.
31587
31588 2000-02-02  Jim Meyering  <meyering@lucent.com>
31589
31590         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31591         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31592         Reported by Eli Zaretskii.
31593
31594 2000-02-01  Jim Meyering  <meyering@lucent.com>
31595
31596         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31597
31598 2000-01-31  Jim Meyering  <meyering@lucent.com>
31599
31600         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31601         functions.  Add the time.h and sys/time.h headers along with the
31602         AC_REQUIRE'ment of AC_HEADER_TIME.
31603
31604 2000-01-31  Jim Meyering  <meyering@lucent.com>
31605
31606         * lib/nanosleep.h (nanosleep): Guard declaration with
31607         `#if ! HAVE_DECL_NANOSLEEP'.
31608         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31609         the declaration in that vendor's sys/timers.h.
31610         Reported by Christian Krackowizer.
31611
31612         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31613         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31614         (ISPRINT): Likewise.
31615         Reported by Tom Tromey.
31616
31617 2000-01-30  Jim Meyering  <meyering@lucent.com>
31618
31619         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31620
31621         * m4/prereq.m4 (utmp_includes): Define.
31622         Check for ut_user and ut_name members in both struct utmpx
31623         and struct utmp.
31624
31625 2000-01-30  Jim Meyering  <meyering@lucent.com>
31626
31627         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31628         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31629         header files where only utmpx.ut_user is declared.
31630
31631         * lib/readutmp.h (UT_USER): Define.
31632
31633 2000-01-29  Jim Meyering  <meyering@lucent.com>
31634
31635         * m4/lib-check.m4: New file containing library-related checks from
31636         fileutils and sh-utils (textutils had none).
31637
31638 2000-01-28  Jim Meyering  <meyering@lucent.com>
31639
31640         * m4/perl.m4: Change format of warning message to look more like that
31641         from the missing script.  Suggestion from François Pinard.
31642
31643 2000-01-25  Jim Meyering  <meyering@lucent.com>
31644
31645         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31646         well as time.h in the compile check.
31647         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31648         Fix typo in cross-compiling case: s/yes/no/.
31649
31650 2000-01-23  Jim Meyering  <meyering@lucent.com>
31651
31652         * m4/jm-macros.m4: Move df-related tests here from
31653         fileutils/configure.in
31654
31655         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31656         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31657
31658         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31659         s/space/ac_fsusage_space/.
31660         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31661
31662         * m4/ftruncate.m4: New file (derived from part of
31663         fileutils/configure.in).
31664         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31665         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31666
31667         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31668         AC_SUBST these here, rather than just in sh-util/configure.in, so
31669         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31670         all the same.
31671         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31672         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31673         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31674         (AC_SUBST(POW_LIBM)): Likewise.
31675         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31676
31677 2000-01-23  Jim Meyering  <meyering@lucent.com>
31678
31679         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31680         obstack.c.
31681
31682 2000-01-22  Jim Meyering  <meyering@lucent.com>
31683
31684         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31685
31686         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31687
31688         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31689         configure.in
31690         (AC_CHECK_HEADERS): Likewise for sh-utils.
31691         (AC_CHECK_HEADERS): Likewise for textutils.
31692         Merge the three lists of headers.
31693
31694         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31695         from fileutils' configure.in.
31696
31697         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31698         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31699         check-decl.m4.
31700
31701         * m4/check-decl.m4: Use #if rather than #ifdef.
31702         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31703         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31704         (_jm_DECL_HEADERS): Define new function.
31705         (jm_CHECK_DECLARATIONS): Require it.
31706
31707 2000-01-22  Jim Meyering  <meyering@lucent.com>
31708
31709         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31710         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31711         Required for some AIX systems.  Reported by Christian Krackowizer.
31712         [TESTING] (main): New function.
31713
31714         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31715         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31716         letters.
31717
31718         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31719         iswprint.
31720
31721         * lib/strverscmp.c (ISDIGIT): Define.
31722         (strverscmp): Use ISDIGIT, not isdigit.
31723
31724 2000-01-19  Jim Meyering  <meyering@lucent.com>
31725
31726         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31727         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31728         defines `struct timespec' in <sys/time.h>
31729
31730         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31731         Thanks to Akim for explaining.
31732
31733 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31734
31735         * lib/nanosleep.c (nanosleep):
31736         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31737         POSIX.1 doesn't require SA_INTERRUPT and some systems
31738         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31739         it's been part of POSIX.1 since day 1 (in 1988).
31740
31741 2000-01-17  Jim Meyering  <meyering@lucent.com>
31742
31743         * lib/interlock: Remove unused file.  Reported by François Pinard.
31744
31745 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31746
31747         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31748         alert, backslash, formfeed, and vertical tab unnecessarily in
31749         shell quoting style.
31750
31751 2000-01-16  Jim Meyering  <meyering@lucent.com>
31752
31753         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31754         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31755         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31756         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31757
31758 2000-01-16  Jim Meyering  <meyering@lucent.com>
31759
31760         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31761         because the latter didn't work.
31762
31763 2000-01-15  Jim Meyering  <meyering@lucent.com>
31764
31765         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31766         (AC_REPLACE_FUNCS): Add memcpy and memset.
31767         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31768         Add strpbrk.
31769         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31770
31771 2000-01-12  Jim Meyering  <meyering@lucent.com>
31772
31773         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31774         (jm_PREREQ): Use it.
31775         (jm_PREREQ_READUTMP): New macro.
31776         (jm_PREREQ): Use it.
31777
31778 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31779
31780         Quote multibyte characters correctly.
31781         * m4/c-bs-a.m4: New file.
31782         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31783         (jm_PREREQ): Use it.
31784
31785 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31786
31787         * m4/uintmax_t.m4: Port to autoconf 2.13.
31788
31789 2000-01-08  Jim Meyering  <meyering@ascend.com>
31790
31791         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31792         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31793
31794 2000-01-04  Jim Meyering  <meyering@ascend.com>
31795
31796         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31797         jm_STRUCT_DIRENT_D_TYPE.
31798         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31799         jm_STRUCT_DIRENT_D_INO.
31800         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31801         jm_STRUCT_UTIMBUF.
31802         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31803         renamings.
31804         * m4/utime.m4: Likewise.
31805
31806         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31807         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31808
31809 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31810
31811         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31812         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31813
31814 2000-01-02  Jim Meyering  <meyering@ascend.com>
31815
31816         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31817         remember if this is necessary.
31818
31819 1999-12-26  Jim Meyering  <meyering@ascend.com>
31820
31821         * m4/jm-macros.m4: Use it here.
31822         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31823
31824 1999-12-23  Jim Meyering  <meyering@ascend.com>
31825
31826         * m4/jm-macros.m4: Check for clock_gettime (moved from
31827         fileutils/configure.in)
31828         Check for gettimeofday.
31829
31830 1999-12-20  Jim Meyering  <meyering@ascend.com>
31831
31832         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31833         autoconf-2.14a-1999-12-20.
31834
31835 1999-12-19  Jim Meyering  <meyering@ascend.com>
31836
31837         * m4/lstat-slash.m4: New file.
31838         * m4/jm-macros.m4: Use the new macro:
31839         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31840
31841 1999-12-07  Jim Meyering  <meyering@ascend.com>
31842
31843         * m4/perl.m4: Require that File::Compare be available, too.
31844         Too many systems seem to lack it.
31845
31846         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31847         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31848
31849 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31850
31851         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31852         problem with the QNX 4.25 shell, which doesn't propagate exit
31853         status of failed commands inside shell assignments.
31854
31855 1999-11-17  Jim Meyering  <meyering@ascend.com>
31856
31857         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31858
31859 1999-11-07  Jim Meyering  <meyering@ascend.com>
31860
31861         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31862
31863 1999-11-06  Jim Meyering  <meyering@ascend.com>
31864
31865         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31866         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31867
31868 1999-11-05  Jim Meyering  <meyering@ascend.com>
31869
31870         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31871         configure.in of textutils, fileutils, and sh-utils into this one
31872         (shared between those packages) file.
31873         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31874         AC_STRUCT_ST_BLKSIZE.
31875
31876 1999-11-03  Jim Meyering  <meyering@ascend.com>
31877
31878         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31879         of AC_CHECK_TYPE checks includes unistd.h.
31880         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31881         Suggestion from Akim Demaille.
31882
31883 1999-10-30  Jim Meyering  <meyering@ascend.com>
31884
31885         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31886         m4-quoted string.
31887         * m4/ls-mntd-fs.m4: Likewise.
31888         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31889         * m4/jm-winsz1.m4: Likewise.
31890
31891         * m4/const.m4: Remove file, since the fix made it into the experimental
31892         version of autoconf.
31893         * m4/mktime.m4: Likewise.
31894
31895         * m4/check-type.m4: Remove file, now that the latest version of
31896         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31897
31898         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31899         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31900         AC_CHECK_TYPE.
31901
31902 1999-10-04  Jim Meyering  <meyering@ascend.com>
31903
31904         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31905
31906 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31907
31908         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31909         2.95.1 bug with HP-UX 10.20.
31910
31911 1999-09-17  Jim Meyering  <meyering@ascend.com>
31912
31913         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31914         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31915         due to missing strdup (against sh-utils-2.0).
31916
31917 1999-08-29  Jim Meyering  <meyering@ascend.com>
31918
31919         * m4/jm-macros.m4: Require jm_BISON.
31920         * m4/bison.m4: New file.
31921
31922 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31923
31924         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31925         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31926
31927 1999-08-05  Jim Meyering  <meyering@ascend.com>
31928
31929         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31930         to avoid conflicts with `conftest' on 8+3 filesystems.
31931         Suggestion from Eli Zaretskii.
31932
31933 1999-08-04  Jim Meyering  <meyering@ascend.com>
31934
31935         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31936         fileutils and sh-utils (textutils's getline test was inadequate).
31937         (AM_FUNC_GETLINE): Run this test.
31938         (AC_CHECK_FUNCS): Check for getdelim.
31939         Reported by Bob Proulx.
31940
31941 1999-08-02  Jim Meyering  <meyering@ascend.com>
31942
31943         * m4/jm-macros.m4: Add a comment.
31944
31945 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31946
31947         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31948         <inttypes.h> defines strtoumax as a macro (and not as a
31949         function).
31950
31951 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31952
31953         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31954         that we can shift, multiply and divide unsigned long long
31955         values; Ultrix cc can't do it.
31956
31957 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31958
31959         * m4/mktime.m4: New file, which is a preview of what should appear
31960         in the next public autoconf release.
31961
31962 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31963
31964         * m4/lfs.m4: Remove this file.
31965         * m4/largefile.m4: New file.  It contains the old contents of
31966         lfs.m4, except that all names with prefix AC_LFS have been
31967         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31968         compatible with future autoconf versions.  Also, some minor m4
31969         quoting problems have been fixed.
31970
31971 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31972
31973         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31974         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31975         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31976         and simplify the shell code.
31977
31978 1999-08-01  Jim Meyering  <meyering@ascend.com>
31979
31980         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31981         m4.
31982
31983 1999-07-20  Jim Meyering  <meyering@ascend.com>
31984
31985         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31986
31987 1999-07-15  Jim Meyering  <meyering@ascend.com>
31988
31989         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31990
31991 1999-05-22  Jim Meyering  <meyering@ascend.com>
31992
31993         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31994
31995 1999-05-20  Jim Meyering  <meyering@ascend.com>
31996
31997         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31998         Add a colon after each `then' in case $4 is empty.
31999
32000 1999-05-16  Jim Meyering  <meyering@ascend.com>
32001
32002         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32003
32004 1999-05-10  Jim Meyering  <meyering@ascend.com>
32005
32006         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32007
32008         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32009         AC_FUNC_MKTIME.
32010
32011 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32012
32013         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32014
32015 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32016
32017         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32018         not CPPFLAGS, so that linking works correctly in IRIX.
32019
32020 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32021
32022         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32023
32024 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32025
32026         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32027         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32028         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32029         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32030         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32031
32032         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32033
32034 1999-04-20  Jim Meyering  <meyering@ascend.com>
32035
32036         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32037         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32038         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32039
32040 1999-04-18  Jim Meyering  <meyering@ascend.com>
32041
32042         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32043         * m4/jm-macros.m4: Use it.
32044
32045 1999-04-06  Jim Meyering  <meyering@ascend.com>
32046
32047         * m4/strftime.m4: Remove test for %f.
32048
32049 1999-03-29  Jim Meyering  <meyering@ascend.com>
32050
32051         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32052         superset of the AC_TYPE_* checks in the textutils, fileutils,
32053         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32054         AC_TYPE_PID_T.
32055
32056 1999-03-28  Jim Meyering  <meyering@ascend.com>
32057
32058         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32059         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32060         replaced e.g., in the *.sh files of the sh-utils.
32061
32062 1999-03-20  Jim Meyering  <meyering@ascend.com>
32063
32064         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32065         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32066         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32067
32068 1999-03-19  Jim Meyering  <meyering@ascend.com>
32069
32070         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32071
32072 1999-03-12  Jim Meyering  <meyering@ascend.com>
32073
32074         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32075
32076 1999-03-07  Jim Meyering  <meyering@ascend.com>
32077
32078         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32079         declared.
32080
32081 1999-02-17  Jim Meyering  <meyering@ascend.com>
32082
32083         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32084         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32085
32086 1999-02-07  Jim Meyering  <meyering@ascend.com>
32087
32088         * m4/group-member.m4: New file -- extracted from sh-utils'
32089         configure.in.
32090
32091         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32092         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32093
32094 1999-02-06  Jim Meyering  <meyering@ascend.com>
32095
32096         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32097         * m4/fnmatch.m4: Likewise.
32098         * m4/getgroups.m4: Likewise.
32099         * m4/lstat.m4: Likewise.
32100         * m4/malloc.m4: Likewise.
32101         * m4/putenv.m4: Likewise.
32102         * m4/realloc.m4: Likewise.
32103         * m4/regex.m4: Likewise.
32104         * m4/stat.m4: Likewise.
32105         * m4/strftime.m4: Likewise.
32106         Suggestion from Alain Magloire.
32107
32108         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32109         * m4/fnmatch.m4: Likewise.
32110         * m4/getgroups.m4: Likewise.
32111         * m4/getline.m4: Likewise.
32112         * m4/lstat.m4: Likewise.
32113         * m4/malloc.m4: Likewise.
32114         * m4/memcmp.m4: Likewise.
32115         * m4/putenv.m4: Likewise.
32116         * m4/realloc.m4: Likewise.
32117         * m4/regex.m4: Likewise.
32118         * m4/stat.m4: Likewise.
32119         * m4/strftime.m4: Likewise.
32120         Suggestion from Alain Magloire.
32121
32122         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32123         an argument.
32124
32125         * m4/regex.m4: Add a run-time Test for proper operation of
32126         re_compile_pattern.
32127
32128 1999-01-31  Jim Meyering  <meyering@ascend.com>
32129
32130         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32131
32132 1999-01-30  Jim Meyering  <meyering@ascend.com>
32133
32134         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32135
32136         * m4/jm-mktime.m4: Make this a wrapper around the official
32137         AM_FUNC_MKTIME rather than my private copy, now that the official one
32138         is up to date.
32139         * m4/mktime.m4: Remove file.
32140
32141         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32142         * m4/uptime.m4: Likewise.
32143         * m4/uintmax_t.m4: Likewise.
32144
32145 1999-01-28  Jim Meyering  <meyering@ascend.com>
32146
32147         * m4/jm-macros.m4: Use jm_AFS.
32148         * m4/afs.m4: New file (from fileutils' configure.in).
32149
32150         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32151         * m4/chown.m4: Likewise.
32152         * m4/d-ino.m4: Likewise.
32153         * m4/d-type.m4: Likewise.
32154         * m4/fnmatch.m4: Likewise.
32155         * m4/getgroups.m4: Likewise.
32156         * m4/gettext.m4: Likewise.
32157         * m4/jm-mktime.m4: Likewise.
32158         * m4/jm-winsz2.m4: Likewise.
32159         * m4/lcmessage.m4: Likewise.
32160         * m4/ls-mntd-fs.m4: Likewise.
32161         * m4/malloc.m4: Likewise.
32162         * m4/memcmp.m4: Likewise.
32163         * m4/putenv.m4: Likewise.
32164         * m4/realloc.m4: Likewise.
32165         * m4/st_mtim.m4: Likewise.
32166         * m4/strftime.m4: Likewise.
32167
32168 1999-01-16  Jim Meyering  <meyering@ascend.com>
32169
32170         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32171         (ARGMATCH_DIE_DECL): Define.
32172
32173 1999-01-12  Jim Meyering  <meyering@ascend.com>
32174
32175         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32176         Reported by Lars Hecking.
32177
32178 1999-01-10  Jim Meyering  <meyering@ascend.com>
32179
32180         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32181         gross kludge.
32182         * m4/inttypes_h.m4: Likewise.
32183         * m4/lstat.m4: Likewise.
32184         * m4/malloc.m4: Likewise.
32185         * m4/readdir.m4: Likewise.
32186         * m4/realloc.m4: Likewise.
32187         * m4/st_dm_mode.m4: Likewise.
32188         * m4/stat.m4: Likewise.
32189         * m4/utimbuf.m4: Likewise.
32190         * m4/utimes.m4: Likewise.
32191
32192         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32193         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32194         comments in config.h.in are meaningful.
32195
32196         * m4/jm-macros.m4: Require autoconf-2.13 here.
32197
32198         * m4/regex.m4: By default, don't use the included regex.c on systems
32199         with glibc 2.  Suggestion from Uli Drepper.
32200
32201 1999-01-02  Jim Meyering  <meyering@ascend.com>
32202
32203         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32204
32205 1998-12-18  Jim Meyering  <meyering@ascend.com>
32206
32207         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32208         Based on a suggestion from Lars Hecking.
32209
32210 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32211
32212         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32213
32214 1998-11-16  Jim Meyering  <meyering@ascend.com>
32215
32216         * m4/lfs.m4: Double-quote the `uname...` expression.
32217
32218 1998-11-14  Jim Meyering  <meyering@ascend.com>
32219
32220         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32221         * m4/stat.m4: Likewise.
32222
32223 1998-11-03  Jim Meyering  <meyering@ascend.com>
32224
32225         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32226         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32227
32228 1998-10-18  Jim Meyering  <meyering@ascend.com>
32229
32230         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32231
32232 1998-10-17  Jim Meyering  <meyering@ascend.com>
32233
32234         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32235         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32236         calls for those previously hard-coded headers.  Instead, take a new
32237         parameter.
32238         (jm_CHECK_DECLARATIONS): Reflect interface change.
32239         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32240         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32241
32242         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32243
32244 1998-10-14  Jim Meyering  <meyering@ascend.com>
32245
32246         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32247         instead of "TZ=America/Vancouver".  From Paul Eggert.
32248
32249 1998-10-11  Jim Meyering  <meyering@ascend.com>
32250
32251         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32252         This adds a test for a recently added compatibility fix for mktime.c.
32253         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32254
32255 1998-09-27  Jim Meyering  <meyering@ascend.com>
32256
32257         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32258
32259         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32260         ../configure.in, including a change from Gordon Matzigkeit to allow
32261         cross-compiling for the Hurd.
32262
32263         * m4/glibc.m4: New file/macro to test for the GNU C Library
32264         versions 1 and 2.  From Gordon Matzigkeit.
32265         Indent.
32266
32267 1998-09-21  Jim Meyering  <meyering@ascend.com>
32268
32269         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32270
32271 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32272
32273         Port nanosecond-resolution times to UnixWare 2.1.2 and
32274         pedantic Solaris 2.6.
32275
32276         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32277         AC_STRUCT_ST_MTIM.
32278         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32279         Generate name of ns member, instead of just 1 or undef.
32280         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32281
32282 1998-08-15  Jim Meyering  <meyering@ascend.com>
32283
32284         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32285         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32286         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32287         instead of jm_TYPE_SSIZE_T.
32288
32289 1998-08-12  Jim Meyering  <meyering@ascend.com>
32290
32291         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32292
32293 1998-08-02  Jim Meyering  <meyering@ascend.com>
32294
32295         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32296         in acconfig.h manually.
32297
32298 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32299
32300         * m4/st_mtim.m4: New file.
32301
32302 1998-07-28  Jim Meyering  <meyering@ascend.com>
32303
32304         * m4/utimes.m4: Undef stat.
32305
32306 1998-07-25  Jim Meyering  <meyering@ascend.com>
32307
32308         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32309         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32310
32311 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32312
32313         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32314         uid and gid actually remain unchanged.
32315
32316 1998-07-07  Jim Meyering  <meyering@ascend.com>
32317
32318         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32319
32320 1998-07-04  Jim Meyering  <meyering@ascend.com>
32321
32322         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32323         to prove that this macro can be used in packages without regex.c.
32324
32325 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32326
32327         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32328         is to be used.
32329
32330 1998-07-03  Jim Meyering  <meyering@ascend.com>
32331
32332         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32333
32334         * m4/gettext.m4: New file -- from gettext-0.10.35.
32335         * m4/lcmessage.m4: Likewise.
32336         * m4/progtest.m4: Likewise.
32337
32338         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32339         * m4/jm-macros.m4: Require the new macro.
32340
32341 1998-06-29  Jim Meyering  <meyering@ascend.com>
32342
32343         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32344         for the definition of NGROUPS (used in a system header included
32345         by sys/mount.h).
32346
32347 1998-06-28  Jim Meyering  <meyering@ascend.com>
32348
32349         * m4/ls-mntd-fs.m4: New file.
32350         * m4/fstypename.m4: New file.
32351
32352         * m4/jm-macros.m4: Require the new macro.
32353         * m4/jm-glibc-io.m4: New file.
32354
32355 1998-05-19  Jim Meyering  <meyering@ascend.com>
32356
32357         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32358         * m4/lchown.m4: New file.
32359
32360         * m4/Makefile.am.in: New file.
32361         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32362
32363 1998-05-14  Jim Meyering  <meyering@ascend.com>
32364
32365         * m4/Makefile.am (EXTRA_DIST): Add them.
32366         * m4/jm-macros.m4: New file.
32367         * m4/utimbuf.m4: New file.
32368
32369 1998-05-12  Jim Meyering  <meyering@ascend.com>
32370
32371         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32372
32373 1998-05-11  Jim Meyering  <meyering@ascend.com>
32374
32375         * m4/isc-posix.m4: New file.
32376
32377 1998-05-10  Jim Meyering  <meyering@ascend.com>