Import changes from coreutils for bootstrap script.
[gnulib.git] / ChangeLog
1 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2
3         Import changes from coreutils for bootstrap script.
4
5         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
6
7         * build-aux/bootstrap (slurp): Work even in environments where
8         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
9         current code does not slurp files whose names start with ".", and
10         this looks like it might be a troublesome area.
11
12         2007-07-11  Jim Meyering  <jim@meyering.net>
13
14         If there's a GPL vN copyright comment, require that N == 3.
15
16         2007-07-08  Jim Meyering  <jim@meyering.net>
17
18         Run the coreutils-specific code only if tests/Makefile.am.in exists.
19         * build-aux/bootstrap (mam_template): Move definition out of loop.
20
21         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
22
23         * build-aux/bootstrap (symlink_to_dir): Rename function from
24         symlink_to_gnulib.  Add a directory parameter.  Update all
25         callers.
26         (cp_mark_as_generated): Also check for -- and link to -- files in
27         gl/.
28
29         2007-07-08  Jim Meyering  <jim@meyering.net>
30
31         Adapt to deeper hierarchy in gnulib.
32         * build-aux/bootstrap (symlink_to_dir): If the destination
33         directory doesn't exist, create it. This is required at least for
34         "lib/uniwidth/cjk.h".
35
36         2007-05-15  Jim Meyering  <jim@meyering.net>
37
38         * build-aux/bootstrap: Now that generated Makefile.am files
39         are no longer under version control, they must be created at
40         bootstrap time.
41
42 2007-08-14  Ben Pfaff  <blp@gnu.org>
43
44         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
45
46 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
47
48         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
49         given the changes below.
50         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
51         even on hosts that have padding bits beyond the supported 64.
52
53 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
54
55         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
56         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
57         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
58         depends on it.
59         (xstrtol_error): Remove.
60         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
61         but with a different signature.
62         (ATTRIBUTE_NORETURN, __attribute__): New macros.
63         * lib/xstrtol-error.c: Include exitfail.h.
64         (xstrtol_fatal): New function, with a different signature from the
65         old xstrtol_error, so that the caller need not worry about passing
66         in an exit status, or about storage management of the option argument.
67         (xstrtol_error): Now a static function.  Redo signature to
68         implement xstrtol_fatal.  Output the correct number of hyphens in
69         front of the option so that the caller need not worry about
70         storage management.
71         (N_): New macro.
72         (_): Remove; not used now.
73         * modules/xstrtol: Depend on getopt.
74         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
75         of old STRTOL_FATAL_ERROR macro.
76         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
77         of test program.
78         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
79         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
80
81 2007-08-08  Eric Blake  <ebb9@byu.net>
82
83         * lib/xstrtol-error.c: Add missing include.
84
85         Move xstrtol messages into gnulib domain, when --pobase is used.
86         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
87         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
88         * modules/xstrtol (Files): Distribute new file.
89         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
90         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
91         * tests/test-xstrtol.c: ...into new file.
92         * tests/test-xstrtoul.c: Also test xstrtoul.
93         * tests/test-xstrtoimax.c: Also test xstrtoimax.
94         * tests/test-xstrtoumax.c: Also test xstrtoumax.
95         * tests/test-xstrtol.sh: Drive the tests.
96         * tests/test-xstrtoimax.sh: Likewise.
97         * tests/test-xstrtoumax.sh: Likewise.
98         * modules/xstrtol-tests: New module.
99         * modules/xstrtoimax-tests: Likewise.
100         * modules/xstrtoumax-tests: Likewise.
101
102 2007-08-08  Jim Meyering  <jim@meyering.net>
103
104         New function: mfile_name_concat.
105         * lib/filenamecat.c (mfile_name_concat): New function, just like
106         file_name_concat, but return NULL upon failure rather than exiting
107         with a diagnostic.
108         * lib/filenamecat.h: Declare it.
109
110 2007-08-07  Bruno Haible  <bruno@clisp.org>
111
112         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
113         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
114         warning from gcc.
115         Reported by Eric Blake.
116
117 2007-08-07  Simon Josefsson  <simon@josefsson.org>
118
119         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
120         * modules/crypto/arcfour (License): Likewise.
121         * modules/crypto/des-tests (License): Likewise.
122         * modules/crypto/gc-arctwo-tests (License): Likewise.
123         * modules/crypto/gc-des-tests (License): Likewise.
124         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
125         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
126         * modules/crypto/gc-md2-tests (License): Likewise.
127         * modules/crypto/gc-md4-tests (License): Likewise.
128         * modules/crypto/gc-md5-tests (License): Likewise.
129         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
130         * modules/crypto/gc-rijndael-tests (License): Likewise.
131         * modules/crypto/gc-sha1-tests (License): Likewise.
132         * modules/crypto/gc-tests (License): Likewise.
133         * modules/crypto/hmac-md5 (License): Likewise.
134         * modules/crypto/hmac-sha1 (License): Likewise.
135         * modules/crypto/md2-tests (License): Likewise.
136         * modules/crypto/md4-tests (License): Likewise.
137         * modules/crypto/md5 (License): Likewise.
138         * modules/crypto/rijndael (License): Likewise.
139         * modules/crypto/sha1 (License): Likewise.
140         * modules/memxor (License): Likewise.
141
142 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
143         and Bruno Haible  <bruno@clisp.org>
144
145         * NEWS: Describe interface changes to human, xstrtol.
146         * lib/human.h: Include <xstrtol.h>.
147         (human_options): Return enum strtol_error, not int.  Remove
148         bool arg; take int * instead.
149         * lib/human.c: Don't include "gettext.h".
150         (_): Remove; no longer used.
151         Don't include <xstrtol.h>, since human.h does it.
152         (human_options): Adjust to abovementioned interface changes.
153         Do not report error to stderr; that's now the caller's
154         responsibility.
155         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
156         interface change.
157         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
158         Str, Argument_type_string.  All uses changed.  Put " argument"
159         in diagnostics to make them clearer.  Change wording of suffix
160         message for clarity.
161         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
162         Argument_type_string.
163         (STRTOL_FATAL_WARN): Remove; no longer used.
164         * modules/human (Depends-on): Remove gettext-h.
165
166 2007-08-06  Simon Josefsson  <simon@josefsson.org>
167
168         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
169
170 2007-07-31  Bruno Haible  <bruno@clisp.org>
171
172         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
173         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
174         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
175
176 2007-07-31  Bruno Haible  <bruno@clisp.org>
177
178         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
179         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
180
181 2007-07-30  Bruno Haible  <bruno@clisp.org>
182
183         * modules/base64 (License): Use the synonymous term "LGPLv2+".
184         * modules/c-ctype (License): Likewise.
185         * modules/c-strcase (License): Likewise.
186         * modules/check-version (License): Likewise.
187         * modules/iconv (License): Likewise.
188         * modules/iconv_open (License): Likewise.
189         * modules/read-file (License): Likewise.
190         * modules/striconv (License): Likewise.
191         * modules/strverscmp (License): Likewise.
192         * modules/vasprintf (License): Likewise.
193         * modules/crypto/des (License): Likewise.
194         * modules/crypto/gc (License): Likewise.
195         * modules/crypto/gc-arcfour (License): Likewise.
196         * modules/crypto/gc-arctwo (License): Likewise.
197         * modules/crypto/gc-des (License): Likewise.
198         * modules/crypto/gc-hmac-md5 (License): Likewise.
199         * modules/crypto/gc-hmac-sha1 (License): Likewise.
200         * modules/crypto/gc-md2 (License): Likewise.
201         * modules/crypto/gc-md4 (License): Likewise.
202         * modules/crypto/gc-md5 (License): Likewise.
203         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
204         * modules/crypto/gc-random (License): Likewise.
205         * modules/crypto/gc-rijndael (License): Likewise.
206         * modules/crypto/gc-sha1 (License): Likewise.
207         * modules/crypto/md2 (License): Likewise.
208         * modules/crypto/md4 (License): Likewise.
209
210 2007-07-30  Jim Meyering  <jim@meyering.net>
211
212         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
213         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
214         it has valid stat data.  This bug would cause du not to count the
215         sizes of inaccessible directories.
216         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
217         in <http://bugzilla.redhat.com/250077>.
218
219 2007-07-25  Peter O'Gorman  <peter@pogma.com>
220             Bruno Haible  <bruno@clisp.org>
221
222         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
223         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
224         #include_next, gives a diagnostic about it, but reports no error in
225         the exit code.
226         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
227
228 2007-07-24  Ben Pfaff  <blp@gnu.org>
229
230         Improve name: "count-one-bits" is better than "popcount".
231         * MODULES.html.sh: Update name.
232         * lib/popcount.h: Renamed lib/count-one-bits.h.
233         (popcount): Renamed count_one_bits.
234         (popcountl): Renamed count_one_bits_l.
235         (popcountll): Renamed count_one_bits_ll.
236         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
237         * modules/popcount: Renamed module/count-one-bits.
238         * modules/popcount-tests: Renamed module/count-one-bits-tests.
239         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
240
241 2007-07-23  Ben Pfaff  <blp@gnu.org>
242
243         * lib/popcount.h (popcount32): Reduce size of constants, to allow
244         better code generation, and add U to large constants to avoid
245         warnings, in non-GCC case.
246         Suggested by Bruno Haible.
247
248 2007-07-23  Ben Pfaff  <blp@gnu.org>
249
250         * lib/popcount.h: Use verify_true instead of if...abort.
251         * modules/popcount: Depend on verify module.
252         Suggested by Jim Meyering.
253
254 2007-07-23  Bruno Haible  <bruno@clisp.org>
255
256         * gnulib-tool (func_import): Create a .cvsignore file also when the
257         directory is not yet in CVS but the toplevel directory is. When
258         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
259         Reported by Karl Berry.
260
261 2007-07-22  Ben Pfaff  <blp@gnu.org>
262
263         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
264         case.
265         Suggested by Eric Blake.
266
267 2007-07-22  Ben Pfaff  <blp@gnu.org>
268
269         New module: popcount.
270         * MODULES.html.sh: Add popcount.
271         * modules/popcount: New file.
272         * modules/popcount-tests: New file.
273         * tests/test-popcount.c: New file.
274         * lib/popcount.h: New file.
275         * m4/popcount.m4: New file.
276
277 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
278
279         * build-aux/announce-gen: Update to GPLv3.
280
281         * build-aux/config.guess: Update from config.
282
283 2007-07-21  Bruno Haible  <bruno@clisp.org>
284
285         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
286         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
287
288 2007-07-20  Jim Meyering  <jim@meyering.net>
289
290         * check-module: Diagnose a self-dependency.
291
292 2007-07-19  Bruno Haible  <bruno@clisp.org>
293
294         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
295         empty.
296         Reported by Eric Blake.
297
298 2007-07-18  Bruno Haible  <bruno@clisp.org>
299
300         * gnulib-tool: New options --po-base, --po-domain.
301         (func_usage): Document them.
302         (pobase, po_domain): New variables.
303         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
304         DEFAULT_TEXT_DOMAIN.
305         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
306         (func_import): Consider pobase and po_domain. Create a po/ directory.
307         (func_create_testdir): Set pobase and po_domain to empty.
308         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
309         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
310
311 2007-07-18  Bruno Haible  <bruno@clisp.org>
312
313         * gnulib-tool (func_get_automake_snippet): Synthesize also an
314         EXTRA_DIST augmentation for files in build-aux/.
315
316 2007-07-16  Bruno Haible  <bruno@clisp.org>
317
318         * modules/lseek (License): Use the synonymous term "LGPLv2+".
319         * modules/getdelim (License): Likewise.
320
321 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
322
323         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
324         * modules/d-type (License): Likewise.
325         * modules/extensions (License): Likewise.
326         * modules/fnmatch (License): Likewise.
327         * modules/fseeko (License): Likewise.
328         * modules/getaddrinfo (License): Likewise.
329         * modules/getline (License): Likewise.
330         * modules/getlogin_r (License): Likewise.
331         * modules/getpass (License): Likewise.
332         * modules/gettimeofday (License): Likewise.
333         * modules/glob (License): Likewise.
334         * modules/inet_ntop (License): Likewise.
335         * modules/malloc (License): Likewise.
336         * modules/malloca (License): Likewise.
337         * modules/memmem (License): Likewise.
338         * modules/mempcpy (License): Likewise.
339         * modules/memset (License): Likewise.
340         * modules/minmax (License): Likewise.
341         * modules/mktime (License): Likewise.
342         * modules/netinet_in (License): Likewise.
343         * modules/pathmax (License): Likewise.
344         * modules/poll (License): Likewise.
345         * modules/regex (License): Likewise.
346         * modules/snprintf (License): Likewise.
347         * modules/stdbool (License): Likewise.
348         * modules/stdint (License): Likewise.
349         * modules/stdio (License): Likewise.
350         * modules/strcase (License): Likewise.
351         * modules/strcasestr (License): Likewise.
352         * modules/strdup (License): Likewise.
353         * modules/string (License): Likewise.
354         * modules/strndup (License): Likewise.
355         * modules/strnlen (License): Likewise.
356         * modules/strpbrk (License): Likewise.
357         * modules/strptime (License): Likewise.
358         * modules/strsep (License): Likewise.
359         * modules/sys_select (License): Likewise.
360         * modules/sys_socket (License): Likewise.
361         * modules/sys_stat (License): Likewise.
362         * modules/sys_time (License): Likewise.
363         * modules/time (License): Likewise.
364         * modules/time_r (License): Likewise.
365         * modules/timegm (License): Likewise.
366         * modules/unistd (License): Likewise.
367         * modules/vsnprintf (License): Likewise.
368         * modules/wctype (License): Likewise.
369
370 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
371
372         * modules/argz (License): LGPLv2+.
373
374 2007-07-15  Karl Berry  <karl@gnu.org>
375
376         * doc/gnulib.texi: revise node structure per new fdl.texi.
377
378 2007-07-14  Bruno Haible  <bruno@clisp.org>
379
380         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
381         the output file.
382         * lib/uniname/uninames.h: Regenerated.
383
384 2007-07-14  Karl Berry  <karl@gnu.org>
385
386         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
387         omitting sectioning and index commands.
388
389 2007-07-13  Bruno Haible  <bruno@clisp.org>
390
391         New gnulib-tool option --more-symlinks.
392         * gnulib-tool (func_usage): Document --more-symlinks.
393         (do_copyrights): New variable.
394         Recognize option --more-symlinks.
395         (func_import): Don't add a copyright notice transform to
396         sed_transform_lib_file if do_copyrights is empty.
397
398 2007-07-13  Bruno Haible  <bruno@clisp.org>
399
400         * lib/vasnprintf.c (decimal_point_char): Define also if
401         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
402         && !NEED_PRINTF_DIRECTIVE_A.
403         Reported by Clemens Koller <clemens.koller@anagramm.de> via
404         Gary V. Vaughan <gary@gnu.org>.
405
406 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
407
408         * lib/inttypes_.h: Undo previous change, since it was fixed
409         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
410
411 2007-07-13  Bruno Haible  <bruno@clisp.org>
412
413         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
414         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
415
416 2007-07-13  Jim Meyering  <jim@meyering.net>
417
418         df: Don't fail for Tru64's "file-on-file mount".
419         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
420         so we fall through and use statfs instead.  Details here:
421         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
422         Reported by Albert Chin.
423
424 2007-07-13  Bruno Haible  <bruno@clisp.org>
425
426         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
427         * modules/configmake (License): Likewise.
428         * modules/gettext (License): Likewise.
429         * modules/gettext-h (License): Likewise.
430         * modules/include_next (License): Likewise.
431         * modules/link-warning (License): Likewise.
432         * modules/localcharset (License): Likewise.
433         * modules/localename (License): Likewise.
434         * modules/lock (License): Likewise.
435         * modules/relocatable-lib-lgpl (License): Likewise.
436         * modules/size_max (License): Likewise.
437         * modules/vasnprintf (License): Likewise.
438         * modules/wchar (License): Likewise.
439         * modules/xsize (License): Likewise.
440
441 2007-07-13  Bruno Haible  <bruno@clisp.org>
442
443         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
444         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
445
446 2007-07-12  Bruno Haible  <bruno@clisp.org>
447
448         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
449         in the modules files.
450
451 2007-07-11  Karl Berry  <karl@gnu.org>
452
453         * MODULES.html.sh (func_module): use
454          sed -e '\|^'"${includefile}"'$|d'
455          instead of /.../d, to avoid errors on $includefile's containing /.
456
457 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
458
459         * gnulib-tool (func_import): Avoid duplication of --avoid
460         statements
461         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
462         names to `_' in variable names.
463
464 2007-07-10  Eric Blake  <ebb9@byu.net>
465
466         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
467         * NEWS: Document this change.
468
469 2007-07-08  Bruno Haible  <bruno@clisp.org>
470
471         Update to Unicode 5.0.
472         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
473         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
474         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
475         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
476         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
477         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
478         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
479         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
480         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
481         U+10A3F, U+1D242..U+1D244.
482         (nonspacing_table_ind): Update.
483         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
484         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
485
486 2007-07-08  Bruno Haible  <bruno@clisp.org>
487
488         Update to Unicode 5.0.
489         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
490         code transform. Extend the name index field of unicode_name_to_code and
491         unicode_code_to_name from 16 to 24 bits.
492         * lib/uniname/uniname.c (unicode_character_name,
493         unicode_name_character): Add the range 0x12xxx to the code transform.
494         * lib/uniname/uninames.h: Regenerated.
495         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
496
497 2007-07-07  Bruno Haible  <bruno@clisp.org>
498
499         * modules/wcwidth-tests: New file.
500         * tests/test-wcwidth.c: New file.
501
502         Work around MacOS X wcwidth() bug.
503         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
504         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
505         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
506         original wcwidth in non-UTF-8 locales.
507         * modules/wcwidth (Depends-on): Add localcharset, streq,
508         uniwidth/width.
509         * doc/functions/wcwidth.texi: Update.
510
511 2007-07-07  Bruno Haible  <bruno@clisp.org>
512
513         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
514         (wcwidth): New declaration.
515         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
516         macros.
517         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
518         here. Prepare for creating <wchar.h> unconditionally.
519         * modules/wchar (Depends-on): Add link-warning.
520         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
521         REPLACE_WCWIDTH, and GL_LINK_WARNING.
522         * lib/wcwidth.h: Remove file.
523         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
524         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
525         * modules/wcwidth (Files): Remove lib/wcwidth.h.
526         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
527         (Include): Replace wcwidth.h with <wchar.h>.
528         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
529         * lib/mbchar.h: Don't include wcwidth.h.
530         * lib/mbswidth.c: Likewise.
531         * NEWS: Mention the change.
532
533 2007-07-07  Bruno Haible  <bruno@clisp.org>
534
535         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
536         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
537         definition with an external declaration.
538         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
539         defined as a function. Remove AC_C_INLINE requirement.
540         * modules/wcwidth (Files): Add lib/wcwidth.c.
541         (Makefile.am): Remove redundant statement.
542
543 2007-07-07  Bruno Haible  <bruno@clisp.org>
544
545         * MODULES.html.sh (Unicode string functions): Add the new modules.
546
547         * tests/uniwidth/test-u32-strwidth.c: New file.
548         * modules/uniwidth/u32-strwidth-tests: New file.
549
550         * lib/uniwidth/u32-strwidth.c: New file.
551         * modules/uniwidth/u32-strwidth: New file.
552
553         * tests/uniwidth/test-u16-strwidth.c: New file.
554         * modules/uniwidth/u16-strwidth-tests: New file.
555
556         * lib/uniwidth/u16-strwidth.c: New file.
557         * modules/uniwidth/u16-strwidth: New file.
558
559         * tests/uniwidth/test-u8-strwidth.c: New file.
560         * modules/uniwidth/u8-strwidth-tests: New file.
561
562         * lib/uniwidth/u8-strwidth.c: New file.
563         * modules/uniwidth/u8-strwidth: New file.
564
565         * tests/uniwidth/test-u32-width.c: New file.
566         * modules/uniwidth/u32-width-tests: New file.
567
568         * lib/uniwidth/u32-width.c: New file.
569         * modules/uniwidth/u32-width: New file.
570
571         * tests/uniwidth/test-u16-width.c: New file.
572         * modules/uniwidth/u16-width-tests: New file.
573
574         * lib/uniwidth/u16-width.c: New file.
575         * modules/uniwidth/u16-width: New file.
576
577         * tests/uniwidth/test-u8-width.c: New file.
578         * modules/uniwidth/u8-width-tests: New file.
579
580         * lib/uniwidth/u8-width.c: New file.
581         * modules/uniwidth/u8-width: New file.
582
583         * tests/uniwidth/test-uc_width.c: New file.
584         * modules/uniwidth/width-tests: New file.
585
586         * lib/uniwidth/width.c: New file, from GNU libiconv.
587         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
588         * modules/uniwidth/width: New file.
589
590         * lib/uniwidth.h: New file, from GNU libiconv.
591         * modules/uniwidth/base: New file.
592
593 2007-07-07  Bruno Haible  <bruno@clisp.org>
594
595         * lib/uniname.h: New file, from GNU gettext.
596         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
597         * lib/uniname/uninames.h: New file, from GNU gettext.
598         * lib/uniname/uniname.c: New file, from GNU gettext.
599         * tests/uniname/test-uninames.sh: New file.
600         * tests/uniname/test-uninames.c: New file, from GNU gettext.
601         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
602         * modules/uniname/base: New file.
603         * modules/uniname/uniname: New file.
604         * modules/uniname/uniname-tests: New file.
605         * MODULES.html.sh (Unicode string functions): Add the new modules.
606
607 2007-07-06  Bruno Haible  <bruno@clisp.org>
608
609         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
610
611 2007-07-06  Bruno Haible  <bruno@clisp.org>
612
613         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
614         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
615         includes <cygwin/sys_time.h> which includes <sys/select.h> which
616         include <sys/time.h>.
617         Reported by Eric Blake.
618
619 2007-07-06  Eric Blake  <ebb9@byu.net>
620
621         Fix testing canonicalize on cygwin.
622         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
623         Revert patch from 2007-06-19.
624         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
625         canonicalize module is also in use.
626         * tests/test-canonicalize.c: New file.
627         * tests/test-canonicalize.sh: Likewise.
628         * modules/canonicalize-tests: Likewise.
629
630 2007-07-06  Jim Meyering  <jim@meyering.net>
631
632         * lib/getugroups.c (getugroups): Detect getgrent failure.
633         Adjust comment to reflect reality: this function may return -1.
634
635 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
636
637         * build-aux/bootstrap (TP_URL,get_translations): Update to use
638         the new TP address.
639         (usage): Fix typo
640         (gnulib_mk): New variable.
641
642 2007-07-05  Jim Meyering  <jim@meyering.net>
643
644         Don't let endgrent clobber errno, no matter how improbable.
645         * lib/getugroups.c (getugroups): Save and restore errno around
646         endgrent call.
647
648         Close the group DB even when failing with 2^31 or more members.
649         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
650
651 2007-07-04  Jim Meyering  <jim@meyering.net>
652
653         * lib/getugroups.h: New file.
654         * lib/getugroups.c: Include "getugroups.h".
655         Remove uses of "register" keyword.
656         Move local variable, "cp", down into scope where used.
657         Give "username" parameter the "const" attribute.
658         * modules/getugroups (Files): Add lib/getugroups.h
659
660 2007-07-04  Karl Berry  <karl@gnu.org>
661
662         * MODULES.html.sh (func_all_modules): Complete rename of
663         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
664
665 2007-07-02  Bruno Haible  <bruno@clisp.org>
666
667         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
668         mode, when inttypes.h comes from gnulib.
669         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
670
671 2007-07-02  Simon Josefsson  <simon@josefsson.org>
672
673         * NEWS: Mention lgpl module name change.
674
675         * modules/lgpl-2.1: Renamed from lgpl.
676
677         * NEWS: Mention gpl module name change.
678
679         * modules/gpl-3.0: New file, based on gpl-2.0.
680
681         * modules/gpl-2.0: Renamed from gpl.
682
683         * modules/gpl: Fix filename, doc/gpl.texi is now found at
684         doc/gpl-2.0.texi.
685
686 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
687
688         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
689         #define __STDC_LIMIT_MACROS temporarily while including
690         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
691         Problem reported by Joel E. Denny in
692         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
693
694 2007-07-01  Bruno Haible  <bruno@clisp.org>
695
696         * lib/unistdio.h: New file.
697         * lib/unistdio/u-asnprintf.h: New file.
698         * lib/unistdio/u-asprintf.h: New file.
699         * lib/unistdio/u-printf-args.c: New file.
700         * lib/unistdio/u-printf-args.h: New file.
701         * lib/unistdio/u-printf-parse.h: New file.
702         * lib/unistdio/u-snprintf.h: New file.
703         * lib/unistdio/u-sprintf.h: New file.
704         * lib/unistdio/u-vasprintf.h: New file.
705         * lib/unistdio/u-vsnprintf.h: New file.
706         * lib/unistdio/u-vsprintf.h: New file.
707         * lib/unistdio/ulc-asnprintf.c: New file.
708         * lib/unistdio/ulc-asprintf.c: New file.
709         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
710         * lib/unistdio/ulc-printf-parse.c: New file.
711         * lib/unistdio/ulc-snprintf.c: New file.
712         * lib/unistdio/ulc-sprintf.c: New file.
713         * lib/unistdio/ulc-vasnprintf.c: New file.
714         * lib/unistdio/ulc-vasprintf.c: New file.
715         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
716         * lib/unistdio/ulc-vsnprintf.c: New file.
717         * lib/unistdio/ulc-vsprintf.c: New file.
718         * lib/unistdio/u8-asnprintf.c: New file.
719         * lib/unistdio/u8-asprintf.c: New file.
720         * lib/unistdio/u8-printf-parse.c: New file.
721         * lib/unistdio/u8-snprintf.c: New file.
722         * lib/unistdio/u8-sprintf.c: New file.
723         * lib/unistdio/u8-vasnprintf.c: New file.
724         * lib/unistdio/u8-vasprintf.c: New file.
725         * lib/unistdio/u8-vsnprintf.c: New file.
726         * lib/unistdio/u8-vsprintf.c: New file.
727         * lib/unistdio/u8-u8-asnprintf.c: New file.
728         * lib/unistdio/u8-u8-asprintf.c: New file.
729         * lib/unistdio/u8-u8-snprintf.c: New file.
730         * lib/unistdio/u8-u8-sprintf.c: New file.
731         * lib/unistdio/u8-u8-vasnprintf.c: New file.
732         * lib/unistdio/u8-u8-vasprintf.c: New file.
733         * lib/unistdio/u8-u8-vsnprintf.c: New file.
734         * lib/unistdio/u8-u8-vsprintf.c: New file.
735         * lib/unistdio/u16-asnprintf.c: New file.
736         * lib/unistdio/u16-asprintf.c: New file.
737         * lib/unistdio/u16-printf-parse.c: New file.
738         * lib/unistdio/u16-snprintf.c: New file.
739         * lib/unistdio/u16-sprintf.c: New file.
740         * lib/unistdio/u16-vasnprintf.c: New file.
741         * lib/unistdio/u16-vasprintf.c: New file.
742         * lib/unistdio/u16-vsnprintf.c: New file.
743         * lib/unistdio/u16-vsprintf.c: New file.
744         * lib/unistdio/u16-u16-asnprintf.c: New file.
745         * lib/unistdio/u16-u16-asprintf.c: New file.
746         * lib/unistdio/u16-u16-snprintf.c: New file.
747         * lib/unistdio/u16-u16-sprintf.c: New file.
748         * lib/unistdio/u16-u16-vasnprintf.c: New file.
749         * lib/unistdio/u16-u16-vasprintf.c: New file.
750         * lib/unistdio/u16-u16-vsnprintf.c: New file.
751         * lib/unistdio/u16-u16-vsprintf.c: New file.
752         * lib/unistdio/u32-asnprintf.c: New file.
753         * lib/unistdio/u32-asprintf.c: New file.
754         * lib/unistdio/u32-printf-parse.c: New file.
755         * lib/unistdio/u32-snprintf.c: New file.
756         * lib/unistdio/u32-sprintf.c: New file.
757         * lib/unistdio/u32-vasnprintf.c: New file.
758         * lib/unistdio/u32-vasprintf.c: New file.
759         * lib/unistdio/u32-vsnprintf.c: New file.
760         * lib/unistdio/u32-vsprintf.c: New file.
761         * lib/unistdio/u32-u32-asnprintf.c: New file.
762         * lib/unistdio/u32-u32-asprintf.c: New file.
763         * lib/unistdio/u32-u32-snprintf.c: New file.
764         * lib/unistdio/u32-u32-sprintf.c: New file.
765         * lib/unistdio/u32-u32-vasnprintf.c: New file.
766         * lib/unistdio/u32-u32-vasprintf.c: New file.
767         * lib/unistdio/u32-u32-vsnprintf.c: New file.
768         * lib/unistdio/u32-u32-vsprintf.c: New file.
769         * tests/unistdio/test-ulc-asnprintf1.c: New file.
770         * tests/unistdio/test-ulc-asnprintf1.h: New file.
771         * tests/unistdio/test-ulc-printf1.h: New file.
772         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
773         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
774         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
775         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
776         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
777         * tests/unistdio/test-ulc-vasprintf1.c: New file.
778         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
779         * tests/unistdio/test-ulc-vsprintf1.c: New file.
780         * tests/unistdio/test-u8-asnprintf1.c: New file.
781         * tests/unistdio/test-u8-asnprintf1.h: New file.
782         * tests/unistdio/test-u8-printf1.h: New file.
783         * tests/unistdio/test-u8-vasnprintf1.c: New file.
784         * tests/unistdio/test-u8-vasnprintf2.c: New file.
785         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
786         * tests/unistdio/test-u8-vasnprintf3.c: New file.
787         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
788         * tests/unistdio/test-u8-vasprintf1.c: New file.
789         * tests/unistdio/test-u8-vsnprintf1.c: New file.
790         * tests/unistdio/test-u8-vsprintf1.c: New file.
791         * tests/unistdio/test-u16-asnprintf1.c: New file.
792         * tests/unistdio/test-u16-asnprintf1.h: New file.
793         * tests/unistdio/test-u16-printf1.h: New file.
794         * tests/unistdio/test-u16-vasnprintf1.c: New file.
795         * tests/unistdio/test-u16-vasnprintf2.c: New file.
796         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
797         * tests/unistdio/test-u16-vasnprintf3.c: New file.
798         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
799         * tests/unistdio/test-u16-vasprintf1.c: New file.
800         * tests/unistdio/test-u16-vsnprintf1.c: New file.
801         * tests/unistdio/test-u16-vsprintf1.c: New file.
802         * tests/unistdio/test-u32-asnprintf1.c: New file.
803         * tests/unistdio/test-u32-asnprintf1.h: New file.
804         * tests/unistdio/test-u32-printf1.h: New file.
805         * tests/unistdio/test-u32-vasnprintf1.c: New file.
806         * tests/unistdio/test-u32-vasnprintf2.c: New file.
807         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
808         * tests/unistdio/test-u32-vasnprintf3.c: New file.
809         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
810         * tests/unistdio/test-u32-vasprintf1.c: New file.
811         * tests/unistdio/test-u32-vsnprintf1.c: New file.
812         * tests/unistdio/test-u32-vsprintf1.c: New file.
813         * modules/unistdio/base: New file.
814         * modules/unistdio/u-printf-args: New file.
815         * modules/unistdio/ulc-asnprintf: New file.
816         * modules/unistdio/ulc-asprintf: New file.
817         * modules/unistdio/ulc-fprintf: New file.
818         * modules/unistdio/ulc-printf-parse: New file.
819         * modules/unistdio/ulc-snprintf: New file.
820         * modules/unistdio/ulc-sprintf: New file.
821         * modules/unistdio/ulc-vasnprintf: New file.
822         * modules/unistdio/ulc-vasprintf: New file.
823         * modules/unistdio/ulc-vfprintf: New file.
824         * modules/unistdio/ulc-vsnprintf: New file.
825         * modules/unistdio/ulc-vsprintf: New file.
826         * modules/unistdio/u8-asnprintf: New file.
827         * modules/unistdio/u8-asprintf: New file.
828         * modules/unistdio/u8-printf-parse: New file.
829         * modules/unistdio/u8-snprintf: New file.
830         * modules/unistdio/u8-sprintf: New file.
831         * modules/unistdio/u8-vasnprintf: New file.
832         * modules/unistdio/u8-vasprintf: New file.
833         * modules/unistdio/u8-vsnprintf: New file.
834         * modules/unistdio/u8-vsprintf: New file.
835         * modules/unistdio/u8-u8-asnprintf: New file.
836         * modules/unistdio/u8-u8-asprintf: New file.
837         * modules/unistdio/u8-u8-snprintf: New file.
838         * modules/unistdio/u8-u8-sprintf: New file.
839         * modules/unistdio/u8-u8-vasnprintf: New file.
840         * modules/unistdio/u8-u8-vasprintf: New file.
841         * modules/unistdio/u8-u8-vsnprintf: New file.
842         * modules/unistdio/u8-u8-vsprintf: New file.
843         * modules/unistdio/u16-asnprintf: New file.
844         * modules/unistdio/u16-asprintf: New file.
845         * modules/unistdio/u16-printf-parse: New file.
846         * modules/unistdio/u16-snprintf: New file.
847         * modules/unistdio/u16-sprintf: New file.
848         * modules/unistdio/u16-vasnprintf: New file.
849         * modules/unistdio/u16-vasprintf: New file.
850         * modules/unistdio/u16-vsnprintf: New file.
851         * modules/unistdio/u16-vsprintf: New file.
852         * modules/unistdio/u16-u16-asnprintf: New file.
853         * modules/unistdio/u16-u16-asprintf: New file.
854         * modules/unistdio/u16-u16-snprintf: New file.
855         * modules/unistdio/u16-u16-sprintf: New file.
856         * modules/unistdio/u16-u16-vasnprintf: New file.
857         * modules/unistdio/u16-u16-vasprintf: New file.
858         * modules/unistdio/u16-u16-vsnprintf: New file.
859         * modules/unistdio/u16-u16-vsprintf: New file.
860         * modules/unistdio/u32-asnprintf: New file.
861         * modules/unistdio/u32-asprintf: New file.
862         * modules/unistdio/u32-printf-parse: New file.
863         * modules/unistdio/u32-snprintf: New file.
864         * modules/unistdio/u32-sprintf: New file.
865         * modules/unistdio/u32-vasnprintf: New file.
866         * modules/unistdio/u32-vasprintf: New file.
867         * modules/unistdio/u32-vsnprintf: New file.
868         * modules/unistdio/u32-vsprintf: New file.
869         * modules/unistdio/u32-u32-asnprintf: New file.
870         * modules/unistdio/u32-u32-asprintf: New file.
871         * modules/unistdio/u32-u32-snprintf: New file.
872         * modules/unistdio/u32-u32-sprintf: New file.
873         * modules/unistdio/u32-u32-vasnprintf: New file.
874         * modules/unistdio/u32-u32-vasprintf: New file.
875         * modules/unistdio/u32-u32-vsnprintf: New file.
876         * modules/unistdio/u32-u32-vsprintf: New file.
877         * modules/unistdio/ulc-asnprintf-tests: New file.
878         * modules/unistdio/ulc-vasnprintf-tests: New file.
879         * modules/unistdio/ulc-vasprintf-tests: New file.
880         * modules/unistdio/ulc-vsnprintf-tests: New file.
881         * modules/unistdio/ulc-vsprintf-tests: New file.
882         * modules/unistdio/u8-asnprintf-tests: New file.
883         * modules/unistdio/u8-vasnprintf-tests: New file.
884         * modules/unistdio/u8-vasprintf-tests: New file.
885         * modules/unistdio/u8-vsnprintf-tests: New file.
886         * modules/unistdio/u8-vsprintf-tests: New file.
887         * modules/unistdio/u16-asnprintf-tests: New file.
888         * modules/unistdio/u16-vasnprintf-tests: New file.
889         * modules/unistdio/u16-vasprintf-tests: New file.
890         * modules/unistdio/u16-vsnprintf-tests: New file.
891         * modules/unistdio/u16-vsprintf-tests: New file.
892         * modules/unistdio/u32-asnprintf-tests: New file.
893         * modules/unistdio/u32-vasnprintf-tests: New file.
894         * modules/unistdio/u32-vasprintf-tests: New file.
895         * modules/unistdio/u32-vsnprintf-tests: New file.
896         * modules/unistdio/u32-vsprintf-tests: New file.
897         * MODULES.html.sh (Unicode string functions): Add the new modules.
898
899 2007-07-01  Bruno Haible  <bruno@clisp.org>
900
901         * lib/sprintf.c (sprintf): Limit the available length estimation,
902         to avoid address wraparound.
903         * lib/vsprintf.c (vsprintf): Likewise.
904         * modules/sprintf-posix (Dependencies): Add stdint.
905         * modules/vsprintf-posix (Dependencies): Likewise.
906
907 2007-07-01  Bruno Haible  <bruno@clisp.org>
908
909         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
910         Windows PATH as well. Conservative double-quoting. Comments.
911
912 2007-07-01  Bruno Haible  <bruno@clisp.org>
913             Eric Blake  <ebb9@byu.net>
914             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
915
916         * gnulib-tool (self_abspathname): Fix algorithm to cope with
917         empty components in $PATH, denoting '.'.
918
919 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
920
921         * gnulib-tool: Fix indentation.
922         (func_create_megatestdir): Likewise.
923         Report by Bruno Haible.
924
925 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
926
927         Sync from Automake.
928         * build-aux/gnupload: Fix shell portability issues with for loops.
929         Report by Karl Berry.
930
931 2007-06-29  Simon Josefsson  <simon@josefsson.org>
932
933         * build-aux/maint.mk (POURL): Use translationproject.org.
934
935 2007-06-27  Simon Josefsson  <simon@josefsson.org>
936             Bruno Haible  <bruno@clisp.org>
937
938         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
939         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
940         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
941         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
942         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
943
944 2007-06-27  Bruno Haible  <bruno@clisp.org>
945
946         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
947         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
948
949 2007-06-26  Karl Berry  <karl@gnu.org>
950
951         * MODULES.html.sh: remove xreadlink-with-size.
952
953 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
954
955         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
956         method that I hope also handles the double-include problem noted
957         by Bruno Haible in
958         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
959
960 2007-06-23  Bruno Haible  <bruno@clisp.org>
961
962         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
963         Don't let the 'mostlyclean' target fail if the last subdirectory could
964         not be removed.
965         Reported by Karl Berry.
966
967 2007-06-23  Bruno Haible  <bruno@clisp.org>
968
969         * gnulib-tool (echo): Add a speedier workaround for ksh.
970         * tests/test-echo.sh: Likewise.
971
972 2007-06-23  Bruno Haible  <bruno@clisp.org>
973
974         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
975         * tests/test-echo.sh: Likewise.
976
977 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
978
979         * gnulib-tool (IFS): Initialize early, so we don't set it to
980         empty later.
981         (self_abspathname): Rewrite algorithm to set it, reindent.
982         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
983         (func_create_megatestdir): Merge some sed scripts.
984
985 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
986
987         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
988         exposed by Sun Studio 11 cc on Solaris 8.
989
990 2007-06-22  Bruno Haible  <bruno@clisp.org>
991
992         * gnulib-tool (echo): Ensure the echo primitive does not interpret
993         backslashes.
994         * tests/test-echo.sh: New file.
995
996 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
997
998         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
999         simplify `sed_replace_build_aux' scripts, they are portable but
1000         echoing them with `echo' is not.
1001         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1002
1003 2007-06-21  Karl Berry  <karl@gnu.org>
1004
1005         * config/srclist.txt: guess we can't handle the licenses via
1006         srclist at the moment.
1007
1008 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1009
1010         * MODULES.html.sh: Add include_next.
1011         * modules/include_next: New file.
1012
1013 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1014
1015         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1016         INCLUDE_NEXT.
1017         (gl_CHECK_NEXT_HEADERS): New macro.
1018         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1019         the obsolescent gl_ABSOLUTE_HEADER.
1020         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1021         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1022         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1023         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1024         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1025         * m4/math_h.m4 (gl_MATH_H): Likewise.
1026         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1027         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1028         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1029         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1030         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1031         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1032         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1033         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1034         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1035         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1036         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1037         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1038         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1039         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1040         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1041         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1042         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1043         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1044         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1045         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1046         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1047         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1048         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1049         * lib/float_.h: Likewise.
1050         * lib/inttypes_.h: Likewise.
1051         * lib/math_.h: Likewise.
1052         * lib/search_.h: Likewise.
1053         * lib/signal_.h: Likewise.
1054         * lib/stdint_.h: Likewise.
1055         * lib/stdio_.h: Likewise.
1056         * lib/stdlib_.h: Likewise.
1057         * lib/string_.h: Likewise.
1058         * lib/sys_stat_.h: Likewise.
1059         * lib/sys_time_.h: Likewise.
1060         * lib/time_.h: Likewise.
1061         * lib/unistd_.h: Likewise.
1062         * lib/wchar_.h: Likewise.
1063         * lib/wctype_.h: Likewise.
1064         * lib/dirent_.h: Likewise.
1065         * lib/iconv_.h: Likewise.
1066         * lib/locale_.h: Likewise.
1067         * lib/netinet_in_.h: Likewise.
1068         * lib/sys_select_.h: Likewise.
1069         * lib/sys_socket_.h: Likewise.
1070         * lib/sysexits_.h: Likewise.
1071         * modules/fcntl (Depends-on): Depend on include_next, not
1072         absolute_header.
1073         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1074         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1075         * modules/fchdir: Likewise.
1076         * modules/float: Likewise.
1077         * modules/iconv_open: Likewise.
1078         * modules/inttypes: Likewise.
1079         * modules/locale: Likewise.
1080         * modules/math: Likewise.
1081         * modules/netinet_in: Likewise.
1082         * modules/search: Likewise.
1083         * modules/signal: Likewise.
1084         * modules/stdint: Likewise.
1085         * modules/stdio: Likewise.
1086         * modules/stdlib: Likewise.
1087         * modules/string: Likewise.
1088         * modules/sys_select: Likewise.
1089         * modules/sys_socket: Likewise.
1090         * modules/sys_stat: Likewise.
1091         * modules/sys_time: Likewise.
1092         * modules/sysexits: Likewise.
1093         * modules/time: Likewise.
1094         * modules/unistd: Likewise.
1095         * modules/wchar: Likewise.
1096         * modules/wctype: Likewise.
1097         * modules/sys_stat: Change maintainer to "all".
1098         * modules/unistd: Likewise.
1099
1100 2007-06-20  Karl Berry  <karl@gnu.org>
1101
1102         * config/srclist.txt: track www changes in license files.
1103
1104 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1105
1106         * build-aux/bootstrap: Remove stray dot.
1107         Make sure build_aux settings are honored when linking
1108         gnulib_extra_files.
1109
1110 2007-06-19  Eric Blake  <ebb9@byu.net>
1111
1112         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1113         Allow compilation on cygwin.
1114
1115 2007-06-19  Jim Meyering  <jim@meyering.net>
1116
1117         xreadlink-with-size: Remove module.  No longer used.
1118         Ex-callers now use xreadlink or mreadlink-with-size.
1119         * modules/xreadlink-with-size: Remove module.
1120         * lib/xreadlink-with-size.c: Remove file.
1121         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1122         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1123         just before the function definition *is* accurate.
1124
1125         Eliminate one way canonicalize_filename_mode could exit.
1126         * lib/canonicalize.c (canonicalize_filename_mode):
1127         Use mreadlink_with_size, not xreadlink_with_size.
1128
1129 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1130
1131         Detect porting problems to FreeBSD/arm, which has time_t wider than
1132         long int.  Original problem reported for GNU diff by Xin Li in
1133         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1134         * modules/getdate (Depends-on): Add intprops, verify.
1135         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1136         is an integer type no wider than long int.
1137
1138 2007-06-18  Jim Meyering  <jim@meyering.net>
1139
1140         New module: mreadlink-with-size.
1141         * MODULES.html.sh: Add mreadlink-with-size.
1142         * modules/mreadlink-with-size: New module
1143         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1144         not xreadlink-with-size.
1145         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1146
1147 2007-06-16  Bruno Haible  <bruno@clisp.org>
1148
1149         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1150         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1151         Reported by Gary V. Vaughan <gary@gnu.org>.
1152
1153 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1154
1155         Revamp lchown so that it lives in unistd.h where it belongs.
1156         * lib/lchown.h: Remove.
1157         * lib/dirchownmod.c: Don't include lib/lchown.h.
1158         * lib/fchownat.c: Likewise.
1159         * lib/openat.c: Likewise.
1160         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1161         does not follow symlinks.
1162         (EOPNOTSUPP): Define if not defined.
1163         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1164         is defined to 0.
1165         (lchown): New decl.
1166         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1167         Do not check for lchown decl.
1168         Set REPLACE_LCHOWN.
1169         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1170         REPLACE_LCHOWN.
1171         * modules/chown: Make it clear it follows symlinks.
1172         * modules/lchown: Make it clear it doesn't follow symlinks.
1173         (Files): Remove lib/lchown.h
1174         (Depends-on): Add unistd.
1175         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1176         (Include): Include <unistd.h>, not "lchown.h".
1177         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1178         REPLACE_LCHOWN.
1179
1180 2007-06-15  Jim Meyering  <jim@meyering.net>
1181
1182         Change license (GPL to LGPL) of fsusage and dependents.
1183         * modules/fsusage (License): Change to LGPL.
1184         * modules/full-read (License): Likewise.
1185         * modules/full-write (License): Likewise.
1186         * modules/safe-read (License): Likewise.
1187         * modules/safe-write (License): Likewise.
1188
1189 2007-06-14  Ben Pfaff  <blp@gnu.org>
1190
1191         Missing part of allocsa -> malloca transition.
1192         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1193         gl_MALLOCA.
1194
1195 2007-06-12  Bruno Haible  <bruno@clisp.org>
1196
1197         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1198         to ia64, x86_64, i386.
1199         Reported by Eric Blake.
1200
1201 2007-06-12  Bruno Haible  <bruno@clisp.org>
1202
1203         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1204         cross-compiling to x86_64.
1205
1206 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1207
1208         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1209         glitch reported by Ralf Wildenhues in
1210         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1211
1212         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1213         Vin Shelton.
1214
1215 2007-06-11  Bruno Haible  <bruno@clisp.org>
1216
1217         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1218         replacement string.
1219         Reported by Eric Blake.
1220
1221 2007-06-10  Bruno Haible  <bruno@clisp.org>
1222
1223         Prepare vasnprintf code for use with Unicode strings.
1224         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1225         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1226         TYPE_U32_STRING.
1227         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1228         a_u32_string variants.
1229         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1230         * lib/printf-args.c: Don't include config.h and the specification
1231         header if PRINTF_FETCHARGS is already defined.
1232         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1233         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1234         TYPE_U16_STRING, TYPE_U32_STRING.
1235         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1236         u16_directive, u16_directives, u32_directive, u32_directives): New
1237         types.
1238         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1239         New declarations.
1240         * lib/printf-parse.c: Don't include config.h and the specification
1241         header if PRINTF_PARSE is already defined. Eliminate the set of
1242         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1243         them now. Include c-ctype.h.
1244         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1245         directive and CHAR_T_ONLY_ASCII.
1246         * lib/vasnprintf.c: Don't include config.h and the specification header
1247         if VASNPRINTF is already defined.
1248         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1249         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1250         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1251         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1252         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1253         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1254         code accordingly.
1255         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1256         pad_ourselves also in this case, with the 'c' and 's' directives, and
1257         with a different notion of "width".
1258         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1259
1260 2007-06-10  Bruno Haible  <bruno@clisp.org>
1261
1262         * modules/unistr/u32-mbsnlen: New file.
1263         * lib/unistr/u32-mbsnlen.c: New file.
1264
1265         * modules/unistr/u16-mbsnlen: New file.
1266         * lib/unistr/u16-mbsnlen.c: New file.
1267
1268         * modules/unistr/u8-mbsnlen: New file.
1269         * lib/unistr/u8-mbsnlen.c: New file.
1270
1271         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1272         declarations.
1273
1274 2007-06-10  Bruno Haible  <bruno@clisp.org>
1275
1276         * lib/string_.h (mbsnlen): New declaration.
1277         * lib/mbsnlen.c: New file.
1278         * m4/mbsnlen.m4: New file.
1279         * modules/mbsnlen: New file.
1280         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1281         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1282         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1283
1284 2007-06-10  Bruno Haible  <bruno@clisp.org>
1285
1286         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1287
1288 2007-06-10  Bruno Haible  <bruno@clisp.org>
1289
1290         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1291         * lib/mbuiter.h: Likewise.
1292
1293 2007-06-10  Bruno Haible  <bruno@clisp.org>
1294
1295         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1296         declaration.
1297
1298 2007-06-10  Karl Berry  <karl@gnu.org>
1299
1300         * config/srclist.txt: remove gettext entries, Bruno prefers
1301         to update individually.
1302
1303 2007-06-10  Bruno Haible  <bruno@clisp.org>
1304
1305         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1306         'maxlen'. Ensure only length + width bytes are allocated, not
1307         length + 1 + width.
1308
1309 2007-06-09  Bruno Haible  <bruno@clisp.org>
1310
1311         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1312         (CHAR_T): Remove macro.
1313         (VASNPRINTF): Update.
1314
1315 2007-06-09  Bruno Haible  <bruno@clisp.org>
1316
1317         * MODULES.html.sh (Unicode string functions): Add the new modules.
1318
1319         * modules/uniconv/u32-conv-to-enc: New file.
1320         * lib/uniconv/u32-conv-to-enc.c: New file.
1321         * modules/uniconv/u32-conv-to-enc-tests: New file.
1322         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1323
1324         * modules/uniconv/u16-conv-to-enc: New file.
1325         * lib/uniconv/u16-conv-to-enc.c: New file.
1326         * lib/uniconv/u-conv-to-enc.h: New file.
1327         * modules/uniconv/u16-conv-to-enc-tests: New file.
1328         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1329
1330         * modules/uniconv/u8-conv-to-enc: New file.
1331         * lib/uniconv/u8-conv-to-enc.c: New file.
1332         * modules/uniconv/u8-conv-to-enc-tests: New file.
1333         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1334
1335         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1336         u32_conv_to_encoding): New declarations.
1337
1338 2007-06-09  Bruno Haible  <bruno@clisp.org>
1339
1340         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1341
1342 2007-06-09  Bruno Haible  <bruno@clisp.org>
1343
1344         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1345         * modules/malloca: Renamed from modules/allocsa, updated.
1346         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1347         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1348         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1349         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1350         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1351         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1352         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1353         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1354         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1355         * modules/c-strcasestr (Depends-on): Update.
1356         * lib/c-strcasestr.c: Update.
1357         * modules/c-strstr (Depends-on): Update.
1358         * lib/c-strstr.c: Update.
1359         * modules/canonicalize-lgpl (Depends-on): Update.
1360         * lib/canonicalize-lgpl.c: Update.
1361         * modules/clean-temp (Depends-on): Update.
1362         * lib/clean-temp.c: Update.
1363         * modules/csharpcomp (Depends-on): Update.
1364         * lib/csharpcomp.c: Update.
1365         * modules/csharpexec (Depends-on): Update.
1366         * lib/csharpexec.c: Update.
1367         * modules/javacomp (Depends-on): Update.
1368         * lib/javacomp.c: Update.
1369         * modules/javaexec (Depends-on): Update.
1370         * lib/javaexec.c: Update.
1371         * modules/mbscasestr (Depends-on): Update.
1372         * lib/mbscasestr.c: Update.
1373         * modules/mbsstr (Depends-on): Update.
1374         * lib/mbsstr.c: Update.
1375         * modules/setenv (Depends-on): Update.
1376         * lib/setenv.c: Update.
1377         * modules/strcasestr (Depends-on): Update.
1378         * lib/strcasestr.c: Update.
1379         * modules/striconveha (Depends-on): Update.
1380         * lib/striconveha.c: Update.
1381         * modules/relocatable-prog-wrapper (Files): Update.
1382         * lib/relocwrapper.c: Update.
1383         * build-aux/install-reloc: Update.
1384         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1385
1386 2007-06-08  Bruno Haible  <bruno@clisp.org>
1387
1388         Port to uClibc.
1389         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1390         * lib/fpurge.c (fpurge): Likewise.
1391         * lib/freading.c (freading): Likewise.
1392         * lib/fseeko.c (rpl_fseeko): Likewise.
1393         * lib/fseterr.c (fseterr): Likewise.
1394         * lib/fwriting.c (fwriting): Likewise.
1395         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1396
1397 2007-06-08  Bruno Haible  <bruno@clisp.org>
1398
1399         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1400         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1401         * modules/gettext (Files): Add m4/intlmacosx.m4.
1402
1403 2007-06-07  Bruno Haible  <bruno@clisp.org>
1404
1405         * modules/localename-tests: New file.
1406         * tests/test-localename.c: New file.
1407
1408         New module 'localename'.
1409         * lib/localename.h: New file.
1410         * lib/localename.c: New file, from GNU gettext.
1411         * m4/localename.m4: New file.
1412         * modules/localename: New file.
1413
1414 2007-06-07  Bruno Haible  <bruno@clisp.org>
1415
1416         Work around the lack of <wchar.h> on some builds of uClibc.
1417         * doc/headers/wchar.texi: Update.
1418         * lib/wchar_.h: Include <wchar.h> only if it exists.
1419         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1420         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1421         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1422         doesn't exist.
1423         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1424         * modules/mbfile (Depends-on): Add wchar.
1425         * modules/mbiter (Depends-on): Likewise.
1426         * modules/mbuiter (Depends-on): Likewise.
1427         Reported by Simon Josefsson.
1428
1429 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1430
1431         Work around problem reported by Steven M. Schweda in
1432         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1433         Tru64 5.1B with the Compaq compiler environment installed declares
1434         an 'isblank' function but does not define it in the C library.
1435         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1436         * lib/regex_internal.h (isblank): Likewise.
1437         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1438         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1439
1440 2007-06-05  Bruno Haible  <bruno@clisp.org>
1441
1442         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1443         ia64.
1444         * modules/printf-safe: New file.
1445         * modules/fprintf-posix (Depends-on): Add printf-safe.
1446         * modules/printf-posix (Depends-on): Likewise.
1447         * modules/snprintf-posix (Depends-on): Likewise.
1448         * modules/sprintf-posix (Depends-on): Likewise.
1449         * modules/vasnprintf-posix (Depends-on): Likewise.
1450         * modules/vasprintf-posix (Depends-on): Likewise.
1451         * modules/vfprintf-posix (Depends-on): Likewise.
1452         * modules/vprintf-posix (Depends-on): Likewise.
1453         * modules/vsnprintf-posix (Depends-on): Likewise.
1454         * modules/vsprintf-posix (Depends-on): Likewise.
1455         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1456         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1457         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1458         "no" on i386, x86_64, ia64.
1459         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1460         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1461         on i386, x86_64, ia64.
1462         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1463         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1464         on i386, x86_64, ia64.
1465         * tests/test-vasnprintf-posix.c: Include float.h.
1466         (LDBL80_WORDS): New macro.
1467         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1468         on i386, x86_64, ia64.
1469         * tests/test-vasprintf-posix.c: Include float.h.
1470         (LDBL80_WORDS): New macro.
1471         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1472         on i386, x86_64, ia64.
1473         * tests/test-snprintf-posix.c: Include float.h.
1474         * tests/test-sprintf-posix.c: Likewise.
1475         * tests/test-vsnprintf-posix.c: Likewise.
1476         * tests/test-vsprintf-posix.c: Likewise.
1477
1478 2007-06-05  Bruno Haible  <bruno@clisp.org>
1479
1480         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1481         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1482         non-IEEE numbers on i386, x86_64, ia64.
1483         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1484         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1485         * tests/test-isnanl.h: Include float.h.
1486         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1487
1488 2007-06-05  Bruno Haible  <bruno@clisp.org>
1489
1490         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1491         also the %a / %A. Handle the %a / %A code before this extra handling.
1492
1493 2007-06-05  Bruno Haible  <bruno@clisp.org>
1494
1495         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1496         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1497
1498 2007-06-05  Bruno Haible  <bruno@clisp.org>
1499
1500         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1501         typo in variable name.
1502
1503 2007-06-05  Eric Blake  <ebb9@byu.net>
1504
1505         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1506         Reported by Simon Josefsson.
1507
1508 2007-06-04  Bruno Haible  <bruno@clisp.org>
1509
1510         Avoid test failures on some PowerPC platforms.
1511         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1512         Define differently for PowerPC.
1513         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1514         Reported by Gary V. Vaughan <gary@gnu.org>.
1515
1516 2007-06-02  Bruno Haible  <bruno@clisp.org>
1517
1518         Fix test-stdint failure on FreeBSD/ia64.
1519         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1520         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1521         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1522         * doc/headers/stdint.texi: Update.
1523
1524 2007-06-01  Bruno Haible  <bruno@clisp.org>
1525
1526         * tests/test-binary-io.c (main): Pass a third argument to open().
1527         Reported by Gary V. Vaughan <gary@gnu.org>.
1528
1529 2007-06-01  Bruno Haible  <bruno@clisp.org>
1530
1531         * doc/functions/frexpl.texi: Update for mingw.
1532
1533 2007-06-01  Bruno Haible  <bruno@clisp.org>
1534
1535         * tests/test-lseek.c (main): Disable test of errno for invalid third
1536         argument.
1537         * doc/functions/lseek.texi: Update.
1538         Reported by Gary V. Vaughan <gary@gnu.org>.
1539
1540 2007-05-28  Bruno Haible  <bruno@clisp.org>
1541
1542         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1543
1544 2007-05-31  Eric Blake  <ebb9@byu.net>
1545
1546         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1547         cross compiling.
1548
1549 2007-05-30  Eric Blake  <ebb9@byu.net>
1550         and Bruno Haible  <bruno@clisp.org>
1551
1552         Work around mingw test failures exposed by m4-1.4.9b.
1553         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1554         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1555         moment.
1556
1557 2007-05-30  Bruno Haible  <bruno@clisp.org>
1558
1559         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1560         assuming that they are closed. Needed on HP-UX 11.
1561
1562 2007-05-29  Bruno Haible  <bruno@clisp.org>
1563
1564         Fix a problem with #include_next.
1565         * lib/dirent_.h: Split the double-inclusion guard.
1566         * lib/fcntl_.h: Likewise.
1567         * lib/float_.h: Likewise.
1568         * lib/iconv_.h: Likewise.
1569         * lib/inttypes_.h: Likewise.
1570         * lib/locale_.h: Likewise.
1571         * lib/math_.h: Likewise.
1572         * lib/netinet_in_.h: Likewise.
1573         * lib/search_.h: Likewise.
1574         * lib/signal_.h: Likewise.
1575         * lib/stdint_.h: Likewise.
1576         * lib/stdio_.h: Likewise.
1577         * lib/stdlib_.h: Likewise.
1578         * lib/string_.h: Likewise.
1579         * lib/sys_select_.h: Likewise.
1580         * lib/sys_socket_.h: Likewise.
1581         * lib/sys_stat_.h: Likewise.
1582         * lib/sys_time_.h: Likewise.
1583         * lib/sysexits_.h: Likewise.
1584         * lib/time_.h: Likewise.
1585         * lib/unistd_.h: Likewise.
1586         * lib/wchar_.h: Likewise.
1587         * lib/wctype_.h: Likewise.
1588
1589 2007-05-29  Bruno Haible  <bruno@clisp.org>
1590
1591         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1592         for the moment.
1593
1594 2007-05-29  Bruno Haible  <bruno@clisp.org>
1595
1596         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1597         invocation.
1598         Reported by Eric Blake.
1599
1600 2007-05-29  Bruno Haible  <bruno@clisp.org>
1601
1602         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1603         compiling case.
1604
1605 2007-05-29  Eric Blake  <ebb9@byu.net>
1606             Bruno Haible  <bruno@clisp.org>
1607
1608         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1609         cross compiles.
1610
1611 2007-05-28  Eric Blake  <ebb9@byu.net>
1612
1613         * modules/closein-tests (test_closein_LDADD): Support test on
1614         cygwin with libtool.
1615
1616 2007-05-28  Bruno Haible  <bruno@clisp.org>
1617
1618         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1619         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1620         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1621         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1622         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1623         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1624         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1625         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1626         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1627
1628 2007-05-28  Eric Blake  <ebb9@byu.net>
1629
1630         Unconditionally include <config.h> in unit tests.
1631         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1632         * tests/test-allocsa.c, tests/test-arcfour.c,
1633         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1634         tests/test-array_list.c, tests/test-array_oset.c,
1635         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1636         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1637         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1638         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1639         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1640         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1641         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1642         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1643         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1644         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1645         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1646         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1647         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1648         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1649         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1650         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1651         test-md5.c, test-memmem.c, test-printf-posix.c,
1652         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1653         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1654         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1655         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1656         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1657         test-vasnprintf-posix2.c, test-vasnprintf.c,
1658         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1659         test-vfprintf-posix.c, test-vprintf-posix.c,
1660         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1661         test-xvasprintf.c: Likewise.
1662
1663 2007-05-28  Bruno Haible  <bruno@clisp.org>
1664
1665         * gnulib-tool (func_import): Remember the --with-tests command-line
1666         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1667         Reported by Eric Blake.
1668
1669 2007-05-28  Bruno Haible  <bruno@clisp.org>
1670
1671         * modules/ftell-tests: New file.
1672         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1673         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1674
1675         * lib/ftell.c: New file.
1676         * modules/ftell: New file.
1677         * m4/ftell.m4: New file.
1678         * doc/functions/ftell.texi: Update.
1679         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1680         REPLACE_FTELL.
1681         * lib/stdio_.h (rpl_ftell): New declaration.
1682         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1683         REPLACE_FTELL.
1684
1685 2007-05-28  Eric Blake  <ebb9@byu.net>
1686
1687         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1688
1689 2007-05-28  Bruno Haible  <bruno@clisp.org>
1690
1691         * modules/fseek-tests: New file.
1692         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1693         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1694
1695         * lib/fseek.c: New file.
1696         * modules/fseek: New file.
1697         * m4/fseek.m4: New file.
1698         * doc/functions/fseek.texi: Update.
1699         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1700         REPLACE_FSEEK.
1701         * lib/stdio_.h (rpl_fseek): New declaration.
1702         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1703         REPLACE_FSEEK.
1704
1705 2007-05-28  Bruno Haible  <bruno@clisp.org>
1706
1707         * lib/stdio_.h (fflush): More comments.
1708
1709 2007-05-28  Bruno Haible  <bruno@clisp.org>
1710
1711         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1712         runtime test.
1713
1714 2007-05-28  Eric Blake  <ebb9@byu.net>
1715
1716         Improve lseek module.
1717         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1718         * lib/unistd_.h (lseek): Scale back link warning message.
1719         * tests/test-lseek.c: Beef up test.
1720         * tests/test-lseek.sh: Exercise more facets of lseek.
1721         Reported by Bruno Haible.
1722
1723 2007-05-28  Bruno Haible  <bruno@clisp.org>
1724
1725         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1726         to define.
1727
1728 2007-05-27  Bruno Haible  <bruno@clisp.org>
1729
1730         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1731
1732 2007-05-27  Bruno Haible  <bruno@clisp.org>
1733
1734         * modules/openmp: New file.
1735         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1736         Noah Misch.
1737
1738 2007-05-26  Bruno Haible  <bruno@clisp.org>
1739
1740         * modules/chdir-long (Depends-on): Add fchdir.
1741         * modules/chdir-safer (Depends-on): Likewise.
1742         * modules/fts (Depends-on): Likewise.
1743         * modules/fts-lgpl (Depends-on): Likewise.
1744         * modules/openat (Depends-on): Likewise.
1745         * modules/savewd (Depends-on): Likewise.
1746
1747 2007-05-24  Eric Blake  <ebb9@byu.net>
1748
1749         Fix lseek on mingw.
1750         * modules/lseek: New module.
1751         * m4/lseek.m4: New file.
1752         * lib/lseek.c: New file.
1753         * modules/lseek-tests: New file.
1754         * tests/test-lseek.c: New file.
1755         * tests/test-lseek.sh: New file.
1756         * MODULES.html.sh: Document lseek module.
1757         * modules/fflush (Depends-on): Add lseek, fseeko.
1758         * modules/fseeko (Depends-on): Likewise.
1759         * modules/ftello (Depends-on): Likewise.
1760         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1761         broken.
1762         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1763         broken.
1764         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1765         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1766         * lib/ftello.c (rpl_ftello): Likewise.
1767         * tests/test-fseeko.c (main): Test this.
1768         * tests/test-fseeko.sh: Likewise.
1769         * tests/test-ftello.c (main): Likewise.
1770         * tests/test-ftello.sh: Likewise.
1771         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1772         implies replacing fseek.
1773         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1774         HAVE_FTELLO.
1775         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1776         * modules/unistd (Makefile.am): Likewise.
1777         * lib/unistd_.h (lseek): Declare a replacement.
1778         * doc/functions/lseek.texi (lseek): Document this fix.
1779         * doc/functions/fseek.texi (fseek): Likewise.
1780         * doc/functions/ftell.texi (ftell): Likewise.
1781
1782 2007-05-24  Bruno Haible  <bruno@clisp.org>
1783
1784         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1785         in the printed representation of a NaN.
1786         * tests/test-vasprintf-posix.c (test_function): Likewise.
1787         * tests/test-snprintf-posix.h (test_function): Likewise.
1788         * tests/test-sprintf-posix.h (test_function): Likewise.
1789         Reported by Eric Blake.
1790
1791 2007-05-23  Eric Blake  <ebb9@byu.net>
1792
1793         Fix fseeko/ftello on cygwin 1.5.24.
1794         * doc/functions/fseeko.texi (fseeko): Document the fix.
1795         * doc/functions/ftello.texi (ftello): Document the fix.
1796         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1797         * doc/functions/stdout.text (stdout): New file.
1798         * doc/functions/stderr.text (stderr): New file.
1799         * doc/gnulib.texi (Function Substitutes): Use new files.
1800         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1801         prior to 1.7.0.
1802         * tests/test-ftello.c (main): Likewise for ftello.
1803         * tests/test-fseeko.sh: New file.
1804         * tests/test-ftello.sh: New file.
1805         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1806         with seekable stdin.
1807         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1808         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1809         (gl_REPLACE_FSEEKO): New macro.
1810         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1811         * modules/fseeko (Files): Distribute fseeko.c.
1812         * modules/ftello (Files): Distribute ftello.c.
1813         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1814         mode.
1815         * lib/ftello.c (rpl_ftello): New file.
1816         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1817         fseeko, ftello.
1818         (gl_STDIN_LARGE_OFFSET): New macro.
1819         * modules/stdio (Makefile.am): Perform the replacement.
1820         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1821
1822 2007-05-23  Bruno Haible  <bruno@clisp.org>
1823
1824         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1825         GNULIB_POSIXCHECK is defined.
1826
1827 2007-05-21  Bruno Haible  <bruno@clisp.org>
1828
1829         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1830         Check also the output for NaN arguments. When cross-compiling, guess
1831         no on IRIX.
1832         * lib/vasnprintf.c: Update comments.
1833         * tests/test-vasnprintf-posix.c (strisnan): New function.
1834         (test_function): Use it.
1835         * tests/test-vasprintf-posix.c (strisnan): New function.
1836         (test_function): Use it.
1837         * tests/test-snprintf-posix.h (strisnan): New function.
1838         (test_function): Use it.
1839         * tests/test-sprintf-posix.h (strisnan): New function.
1840         (test_function): Use it.
1841         Reported by Eric Blake.
1842
1843 2007-05-20  Bruno Haible  <bruno@clisp.org>
1844
1845         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1846         numbers that fails on BeOS.
1847         * doc/functions/frexpl.texi: Update.
1848
1849 2007-05-20  Jim Meyering  <jim@meyering.net>
1850
1851         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1852         forced upon us by glibc-2.6.
1853
1854 2007-05-20  Bruno Haible  <bruno@clisp.org>
1855
1856         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1857         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1858         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1859         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1860         NEED_PRINTF_INFINITE.
1861         (is_infinitel): New function.
1862         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1863         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1864         gl_PREREQ_VASNPRINTF_INFINITE.
1865         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1866         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1867         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1868         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1869         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1870         gl_PREREQ_VASNPRINTF_INFINITE.
1871         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1872         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1873         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1874         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1875         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1876         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1877         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1878         * doc/functions/fprintf.texi: Update.
1879         * doc/functions/printf.texi: Update.
1880         * doc/functions/snprintf.texi: Update.
1881         * doc/functions/sprintf.texi: Update.
1882         * doc/functions/vfprintf.texi: Update.
1883         * doc/functions/vprintf.texi: Update.
1884         * doc/functions/vsnprintf.texi: Update.
1885         * doc/functions/vsprintf.texi: Update.
1886
1887 2007-05-20  Bruno Haible  <bruno@clisp.org>
1888
1889         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1890         was not found in libc.
1891         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1892
1893 2007-05-20  Bruno Haible  <bruno@clisp.org>
1894
1895         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1896         printed as "-nan" instead of "nan".
1897         * tests/test-vasprintf-posix.c (test_function): Likewise.
1898         * tests/test-snprintf-posix.h (test_function): Likewise.
1899         * tests/test-sprintf-posix.h (test_function): Likewise.
1900         Needed for HP-UX 11.
1901
1902 2007-05-20  Jim Meyering  <jim@meyering.net>
1903
1904         Fix buggy test for the fchownat-deref bug.
1905         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1906         symlink required for the run-test.  Without it, this test would
1907         always declare that fchownat doesn't work, and client code would
1908         unnecessarily use the replacement function with fixed libc.
1909         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1910         Reported by Greg Schafer.
1911
1912 2007-05-19  Bruno Haible  <bruno@clisp.org>
1913
1914         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1915         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1916         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1917         Needed for IRIX 6.5 and Solaris 2.5.1.
1918
1919 2007-05-19  Bruno Haible  <bruno@clisp.org>
1920
1921         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1922         (test_function): Skip tests involving -0.0 on platforms where
1923         -0.0 = 0.0.
1924         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1925         (test_function): Skip tests involving -0.0 on platforms where
1926         -0.0 = 0.0.
1927         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1928         (test_function): Skip tests involving -0.0 on platforms where
1929         -0.0 = 0.0.
1930         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1931         (test_function): Skip tests involving -0.0 on platforms where
1932         -0.0 = 0.0.
1933         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1934         tests.
1935         * tests/test-printf-posix.h (test_function): Likewise.
1936         * tests/test-printf-posix.output: Remove all -0.0 related results.
1937         Needed for IRIX 6.5.
1938
1939 2007-05-19  Bruno Haible  <bruno@clisp.org>
1940
1941         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1942         printed as "nan0x7fffffff" instead of "nan".
1943         * tests/test-vasprintf-posix.c (test_function): Likewise.
1944         * tests/test-snprintf-posix.h (test_function): Likewise.
1945         * tests/test-sprintf-posix.h (test_function): Likewise.
1946         * tests/test-fprintf-posix.h (NaN): Remove macro.
1947         (test_function): Remove all NaN related tests.
1948         * tests/test-printf-posix.h (NaN): Remove macro.
1949         (test_function): Remove all NaN related tests.
1950         * tests/test-printf-posix.output: Remove all NaN related results.
1951         Needed for IRIX 6.5.
1952
1953 2007-05-19  Bruno Haible  <bruno@clisp.org>
1954
1955         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1956         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1957
1958 2007-05-19  Bruno Haible  <bruno@clisp.org>
1959
1960         * lib/float_.h: New file.
1961         * m4/float_h.m4: New file.
1962         * modules/float: New file.
1963         * modules/isnanl (Dependencies): Add float.
1964         * modules/isnanl-nolibm (Dependencies): Likewise.
1965         * modules/mathl (Dependencies): Likewise.
1966         * modules/printf-frexpl (Dependencies): Likewise.
1967         * modules/signbit (Dependencies): Likewise.
1968         * modules/vasnprintf (Dependencies): Likewise.
1969         * doc/headers/float.texi: Update.
1970
1971 2007-05-19  Jim Meyering  <jim@meyering.net>
1972
1973         * lib/utimens.c (gl_futimens): Rename from futimens,
1974         now that glibc-2.6 declares futimens.
1975         * lib/utimens.h: Likewise.
1976
1977 2007-05-19  Bruno Haible  <bruno@clisp.org>
1978
1979         Avoid test failures on mingw.
1980         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1981         * tests/test-printf-posix.sh: Likewise.
1982         * tests/test-vfprintf-posix.sh: Likewise.
1983         * tests/test-vprintf-posix.sh: Likewise.
1984
1985 2007-05-19  Bruno Haible  <bruno@clisp.org>
1986
1987         Fix *printf result for NaN, Inf, -0.0 on mingw.
1988         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1989         * lib/vasnprintf.c: Include math.h and isnan.h.
1990         (is_infinite_or_zero): New function.
1991         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1992         values in the %f, %F, %e, %E, %g, %G directives.
1993         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1994         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1995         gl_PRINTF_INFINITE and test its result. Invoke
1996         gl_PREREQ_VASNPRINTF_INFINITE.
1997         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1998         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1999         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2000         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2001         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2002         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2003         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2004         * doc/functions/fprintf.texi: Update.
2005         * doc/functions/printf.texi: Update.
2006         * doc/functions/snprintf.texi: Update.
2007         * doc/functions/sprintf.texi: Update.
2008         * doc/functions/vfprintf.texi: Update.
2009         * doc/functions/vprintf.texi: Update.
2010         * doc/functions/vsnprintf.texi: Update.
2011         * doc/functions/vsprintf.texi: Update.
2012
2013 2007-05-19  Bruno Haible  <bruno@clisp.org>
2014
2015         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2016         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2017         Instead of multiplying with 10^k, set extra_zeroes to k.
2018         (scale10_round_long_double): Remove function.
2019
2020 2007-05-18  Bruno Haible  <bruno@clisp.org>
2021
2022         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2023         introduced on 2007-05-06.
2024
2025 2007-05-18  Bruno Haible  <bruno@clisp.org>
2026
2027         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2028         %g directives.
2029         * tests/test-vasprintf-posix.c (test_function): Likewise.
2030         * tests/test-snprintf-posix.h (test_function): Likewise.
2031         * tests/test-sprintf-posix.h (test_function): Likewise.
2032
2033 2007-05-18  Bruno Haible  <bruno@clisp.org>
2034
2035         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2036         (strmatch): New function.
2037         (test_function): Test the %f directive on numbers of various exponents.
2038         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2039         (strmatch): New function.
2040         (test_function): Test the %f directive on numbers of various exponents.
2041         * tests/test-snprintf-posix.h (strmatch): New function.
2042         (test_function): Test the %f directive on numbers of various exponents.
2043         * tests/test-sprintf-posix.h (strmatch): New function.
2044         (test_function): Test the %f directive on numbers of various exponents.
2045         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2046         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2047         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2048         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2049
2050 2007-05-18  Bruno Haible  <bruno@clisp.org>
2051
2052         Add support for 'long double' number output.
2053         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2054         * lib/vasnprintf.c: Include math.h and float+.h.
2055         (mp_limb_t): New type.
2056         (GMP_LIMB_BITS): New macro.
2057         (mp_twolimb_t): New type.
2058         (GMP_TWOLIMB_BITS): New macro.
2059         (mpn_t): New type.
2060         (multiply, divide, convert_to_decimal, decode_long_double,
2061         scale10_round_long_double, scale10_round_decimal_long_double,
2062         floorlog10l): New functions.
2063         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2064         for the %f, %F, %e, %E, %g, %G directives.
2065         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2066         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2067         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2068         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2069         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2070         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2071         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2072         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2073         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2074         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2075         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2076         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2077         * modules/snprintf-posix (Depends-on): Likewise.
2078         * modules/sprintf-posix (Depends-on): Likewise.
2079         * modules/vasnprintf-posix (Depends-on): Likewise.
2080         * modules/vasprintf-posix (Depends-on): Likewise.
2081         * modules/vfprintf-posix (Depends-on): Likewise.
2082         * modules/vsnprintf-posix (Depends-on): Likewise.
2083         * modules/vsprintf-posix (Depends-on): Likewise.
2084         * modules/vasnprintf (Files): Add lib/float+.h.
2085         * doc/functions/fprintf.texi: Update.
2086         * doc/functions/printf.texi: Update.
2087         * doc/functions/snprintf.texi: Update.
2088         * doc/functions/sprintf.texi: Update.
2089         * doc/functions/vfprintf.texi: Update.
2090         * doc/functions/vprintf.texi: Update.
2091         * doc/functions/vsnprintf.texi: Update.
2092         * doc/functions/vsprintf.texi: Update.
2093
2094 2007-05-18  Bruno Haible  <bruno@clisp.org>
2095
2096         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2097
2098 2007-05-18  Bruno Haible  <bruno@clisp.org>
2099
2100         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2101         for printing 64-bit integers. Needed for mingw.
2102
2103 2007-05-18  Bruno Haible  <bruno@clisp.org>
2104
2105         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2106         gl_FUNC_FREXPL_WORKS.
2107         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2108
2109 2007-05-18  Bruno Haible  <bruno@clisp.org>
2110
2111         * modules/frexpl-nolibm-tests: New file.
2112
2113         * modules/frexpl-nolibm: New file.
2114         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2115
2116 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2117
2118         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2119         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2120         GCC 4.2, which otherwise issues a lot of warnings.
2121         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2122         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2123         Likewise.
2124         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2125         * modules/iconv_open (iconv.h): Likewise.
2126         * modules/locale (locale.h): Likewise.
2127         * modules/netinet_in (netinet/in.h): Likewise.
2128         * modules/sys_select (sys_select.h): Likewise.
2129         * modules/sys_socket (sys/socket.h): Likewise.
2130         * modules/sys_stat (sys/stat.h): Likewise.
2131         * modules/sysexits (sysexits.h): Likewise.
2132         * modules/unistd (unistd.h): Likewise.
2133
2134 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2135
2136         * modules/closein-tests (Makefile.am): Distribute
2137         `test-closein.sh'.
2138
2139 2007-05-17  Bruno Haible  <bruno@clisp.org>
2140
2141         * tests/test-printf-posix.output: Renamed from
2142         tests/test-fprintf-posix.out.
2143         * modules/fprintf-posix-tests: Update.
2144         * modules/printf-posix-tests: Update.
2145         * modules/vfprintf-posix-tests: Update.
2146         * modules/vprintf-posix-tests: Update.
2147         * tests/test-fprintf-posix.sh: Update.
2148         * tests/test-printf-posix.sh: Update.
2149         * tests/test-vfprintf-posix.sh: Update.
2150         * tests/test-vprintf-posix.sh: Update.
2151         Reported by Ralf Wildenhues.
2152
2153 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2154
2155         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2156         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2157         GCC 4.2, which otherwise issues a lot of warnings.
2158         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2159         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2160         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2161         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2162         it should no longer be needed.
2163         * lib/string_.h: Likewise.
2164         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2165         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2166         * modules/inttypes (inttypes.h): Likewise.
2167         * modules/math (math.h): Likewise.
2168         * modules/search (search.h): Likewise.
2169         * modules/signal (signal.h): Likewise.
2170         * modules/stdint (stdint.h): Likewise.
2171         * modules/stdio (stdio.h): Likewise.
2172         * modules/stdlib (stdlib.h): Likewise.
2173         * modules/string (string.h): Likewise.
2174         * modules/sys_time (sys/time.h): Likewise.
2175         * modules/time (time.h): Likewise.
2176         * modules/wchar (wchar.h): Likewise.
2177         * modules/wctype (wtype.h): Likewise.
2178
2179 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2180
2181         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2182
2183 2007-05-13  Bruno Haible  <bruno@clisp.org>
2184
2185         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2186         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2187         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2188         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2189         (gl_PREREQ_STRTOK_R): Don't require it here.
2190
2191 2007-05-13  Bruno Haible  <bruno@clisp.org>
2192
2193         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2194         when used in C++ mode.
2195
2196 2007-05-12  Bruno Haible  <bruno@clisp.org>
2197
2198         * lib/linebuffer.h: Tweak doc.
2199         * lib/linebuffer.c: Likewise.
2200
2201 2007-05-12  James Youngman  <jay@gnu.org>
2202
2203         * lib/linebuffer.c (readlinebuffer_delim): New function,
2204         like readlinebuffer, but use a caller-specified delimiter.
2205         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2206         as the delimiter.
2207         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2208
2209 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2210
2211         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2212         * modules/openat (Files): Remove openat-die.c.
2213         (Depends-on): Add openat-die.
2214         * modules/openat-die: New module.
2215
2216 2007-05-06  Bruno Haible  <bruno@clisp.org>
2217
2218         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2219         Update with info about Cygwin.
2220         * doc/functions/fprintf.texi: Update.
2221         * doc/functions/printf.texi: Update.
2222         * doc/functions/snprintf.texi: Update.
2223         * doc/functions/sprintf.texi: Update.
2224         * doc/functions/vfprintf.texi: Update.
2225         * doc/functions/vprintf.texi: Update.
2226         * doc/functions/vsnprintf.texi: Update.
2227         * doc/functions/vsprintf.texi: Update.
2228         Reported by Eric Blake.
2229
2230 2007-05-06  Bruno Haible  <bruno@clisp.org>
2231
2232         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2233         padding ourselves for the floating-point directives.
2234         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2235         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2236         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2237         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2238         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2239         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2240         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2241         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2242         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2243         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2244         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2245         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2246         * tests/test-snprintf-posix.h (test_function): Also check the width
2247         and some flags in the %f directive.
2248         * tests/test-sprintf-posix.h (test_function): Likewise.
2249         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2250         * tests/test-vasprintf-posix.c (test_function): Likewise.
2251         * doc/functions/fprintf.texi: Update.
2252         * doc/functions/printf.texi: Update.
2253         * doc/functions/snprintf.texi: Update.
2254         * doc/functions/sprintf.texi: Update.
2255         * doc/functions/vfprintf.texi: Update.
2256         * doc/functions/vprintf.texi: Update.
2257         * doc/functions/vsnprintf.texi: Update.
2258         * doc/functions/vsprintf.texi: Update.
2259
2260 2007-05-06  Bruno Haible  <bruno@clisp.org>
2261
2262         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2263         pass the ' flag character to sprintf or snprintf.
2264         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2265         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2266         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2267         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2268         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2269         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2270         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2271         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2272         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2273         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2274         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2275         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2276         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2277         flag.
2278         * tests/test-sprintf-posix.h (test_function): Likewise.
2279         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2280         * tests/test-vasprintf-posix.c (test_function): Likewise.
2281         * doc/functions/fprintf.texi: Update.
2282         * doc/functions/printf.texi: Update.
2283         * doc/functions/snprintf.texi: Update.
2284         * doc/functions/sprintf.texi: Update.
2285         * doc/functions/vfprintf.texi: Update.
2286         * doc/functions/vprintf.texi: Update.
2287         * doc/functions/vsnprintf.texi: Update.
2288         * doc/functions/vsprintf.texi: Update.
2289
2290 2007-05-01  Bruno Haible  <bruno@clisp.org>
2291
2292         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2293
2294 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2295
2296         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2297         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2298
2299 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2300
2301         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2302         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2303         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2304
2305 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2306
2307         * lib/argp-help.c (struct hol_entry): New member `ord'.
2308         (HOL_ENTRY_PTRCMP): Use ord for comparison
2309         (hol_sort): Initialize ord.
2310
2311 2007-05-01  Bruno Haible  <bruno@clisp.org>
2312
2313         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2314         Reported by Eric Blake.
2315         * doc/gnulib.texi (Function Substitutes): Update.
2316
2317 2007-05-01  Bruno Haible  <bruno@clisp.org>
2318
2319         * doc/functions.texi: Remove file, now redundant through
2320         doc/functions/*.texi.
2321
2322 2007-05-01  Bruno Haible  <bruno@clisp.org>
2323
2324         * modules/argp (Depends-on): Add sleep.
2325
2326 2007-05-01  Bruno Haible  <bruno@clisp.org>
2327
2328         * modules/sleep-tests: New file.
2329         * tests/test-sleep.c: New file.
2330
2331         * modules/sleep: New file.
2332         * lib/sleep.c: New file.
2333         * m4/sleep.m4: New file.
2334         * lib/unistd_.h (sleep): New declaration.
2335         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2336         HAVE_SLEEP.
2337         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2338         * doc/functions/sleep.texi: Document the sleep module.
2339
2340 2007-05-01  Bruno Haible  <bruno@clisp.org>
2341
2342         * lib/sigprocmask.h: Remove file.
2343         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2344         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2345         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2346         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2347         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2348         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2349         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2350         HAVE_SIGSET_T as a shell variable.
2351         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2352         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2353         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2354         (Depends-on): Add signal. Remove verify.
2355         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2356         (Include): Mention <signal.h> instead of sigprocmask.h.
2357         * NEWS: Mention the change.
2358         * lib/fatal-signal.c: Don't include sigprocmask.h.
2359
2360 2007-05-01  Bruno Haible  <bruno@clisp.org>
2361
2362         * modules/signal: New file.
2363         * lib/signal_.h: New file.
2364         * m4/signal_h.m4: New file.
2365
2366 2007-05-01  Bruno Haible  <bruno@clisp.org>
2367
2368         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2369         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2370         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2371         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2372
2373 2007-05-01  Bruno Haible  <bruno@clisp.org>
2374
2375         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2376         configure time.
2377         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2378         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2379         * modules/sys_stat (Makefile.am): Substitute their values into
2380         sys/stat.h.
2381
2382 2007-05-01  Bruno Haible  <bruno@clisp.org>
2383
2384         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2385         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2386         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2387
2388 2007-05-01  Bruno Haible  <bruno@clisp.org>
2389
2390         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2391         'assert' module here.
2392
2393 2007-05-01  Bruno Haible  <bruno@clisp.org>
2394
2395         * doc/functions/*.texi: New files.
2396         * doc/functions/google-ranking.txt: New file.
2397         * doc/gnulib.texi (Function Substitutes): New chapter.
2398         (ctime, inet_ntoa): Remove sections.
2399         * doc/ctime.texi: Remove file.
2400         * doc/inet_ntoa.texi: Remove file.
2401         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2402         dependencies.
2403         (%.info): New rule, specifying a --reference-limit.
2404
2405 2007-05-01  Bruno Haible  <bruno@clisp.org>
2406
2407         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2408
2409 2007-05-01  Bruno Haible  <bruno@clisp.org>
2410
2411         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2412         the portability of 'mkdir' to mingw systems.
2413
2414 2007-05-01  Bruno Haible  <bruno@clisp.org>
2415
2416         * doc/headers/google-ranking.txt: New file.
2417
2418 2007-04-30  Eric Blake  <ebb9@byu.net>
2419
2420         Prefer fseeko to fseek.
2421         * modules/getpass (Depends-on): Add fseeko.
2422         * lib/getpass.c (getpass): Use fseeko, not fseek.
2423
2424 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2425
2426         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2427         assumes the sorting is stable, while most qsort implementations
2428         are not.  Use argument addresses to ensure they never compare as
2429         equal.
2430
2431         * tests/test-argp-2.sh (usage-indent test): Fix output
2432         (func_compare): Restore diff options
2433         * tests/test-argp.c: Restore #include "progname.h"
2434
2435 2007-04-29  Bruno Haible  <bruno@clisp.org>
2436
2437         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2438         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2439         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2440         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2441         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2442         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2443         (TESTS, check_PROGRAMS): Add test-snprintf.
2444         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2445         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2446         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2447         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2448         assertions that fail on HP-UX, OSF/1, or IRIX.
2449         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2450
2451 2007-04-29  Bruno Haible  <bruno@clisp.org>
2452
2453         * MODULES.html.sh (posix_functions): Remove 'contents'.
2454
2455 2007-04-29  Karl Berry  <karl@gnu.org>
2456
2457         * config/srclist.txt (gendocs_template_min): new entry.
2458
2459 2007-04-29  Bruno Haible  <bruno@clisp.org>
2460
2461         Work around fpurge bug on BSD systems.
2462         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2463         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2464         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2465         fpurge to rpl_fpurge if the system already has this function.
2466         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2467         the case where the system already has this function. Correct invariants
2468         on BSD systems.
2469         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2470         BSD systems.
2471
2472 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2473
2474         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2475         proposed by Sven Verdoolaege.
2476
2477         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2478         options.
2479         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2480         (usage and help tests): Update
2481
2482 2007-04-29  Bruno Haible  <bruno@clisp.org>
2483
2484         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2485         Print more information in case of failure. Disable a test on BeOS.
2486
2487 2007-04-29  Bruno Haible  <bruno@clisp.org>
2488
2489         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2490         This helps debugging on systems on which no gdb is available.
2491
2492 2007-04-29  Bruno Haible  <bruno@clisp.org>
2493
2494         * lib/freading.h: Improve comments.
2495         * lib/fwriting.h: Likewise.
2496         * tests/test-freading.c (main): Don't check freading immediately after
2497         repositioning. Needed for glibc.
2498
2499 2007-04-29  Bruno Haible  <bruno@clisp.org>
2500
2501         * lib/freading.c (freading): Trivial simplification.
2502
2503 2007-04-28  Bruno Haible  <bruno@clisp.org>
2504
2505         * tests/test-fwriting.c (main): Also test the interaction between
2506         fflush and fwriting.
2507         * modules/fwriting-tests (Depends-on): Add fflush.
2508
2509         * tests/test-freading.c (main): Also test the interaction between
2510         fflush and freading.
2511         * modules/freading-tests (Depends-on): Add fflush.
2512
2513 2007-04-28  Bruno Haible  <bruno@clisp.org>
2514
2515         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2516         fseeko and ftello.
2517         Suggested by Eric Blake.
2518
2519 2007-04-28  Jim Meyering  <jim@meyering.net>
2520
2521         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2522         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2523         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2524
2525 2007-04-27  Eric Blake  <ebb9@byu.net>
2526
2527         * doc/headers/assert.texi (assert.h): Document assert module use.
2528
2529 2007-04-27  Bruno Haible  <bruno@clisp.org>
2530
2531         * doc/headers/*.texi: New files.
2532         * doc/gnulib.texi (Header File Substitutes): New chapter.
2533         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2534         dependencies.
2535         (standards.info ,standards.html, standards.dvi): Update dependencies.
2536         (mostlyclean, clean): New targets.
2537
2538 2007-04-27  Bruno Haible  <bruno@clisp.org>
2539
2540         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2541         * modules/sysexits (Files, Makefile.am): Update.
2542
2543         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2544         * modules/sys_socket (Files, Makefile.am): Update.
2545
2546         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2547         * modules/sys_stat (Files, Makefile.am): Update.
2548
2549 2007-04-27  Eric Blake  <ebb9@byu.net>
2550
2551         * lib/freading.h: Improve comments.
2552         * lib/fwriting.h: Likewise.
2553         * lib/fflush.c: Likewise.
2554
2555         Fix closein for mingw.
2556         * modules/closein-tests: Add tests for closein.
2557         * tests/test-closein.c: New file.
2558         * tests/test-closein.sh: Likewise.
2559         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2560         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2561
2562 2007-04-27  Bruno Haible  <bruno@clisp.org>
2563
2564         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2565         version is < 6.
2566         * lib/math_.h [__DECC]: Likewise.
2567         * lib/stdio_.h [__DECC]: Likewise.
2568         * lib/stdlib_.h [__DECC]: Likewise.
2569         * lib/string_.h [__DECC]: Likewise.
2570         * lib/time_.h [__DECC]: Likewise.
2571         * lib/wchar_.h [__DECC]: Likewise.
2572         * lib/wctype_.h [__DECC]: Likewise.
2573
2574 2007-04-27  Bruno Haible  <bruno@clisp.org>
2575
2576         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2577
2578 2007-04-27  Bruno Haible  <bruno@clisp.org>
2579
2580         * lib/fflush.c: Add comments.
2581         * modules/fpurge-tests (Depends-on): Add fflush.
2582         * modules/freadable-tests (Depends-on): Likewise.
2583         * modules/fwritable-tests (Depends-on): Likewise.
2584
2585 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2586
2587         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2588         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2589         Report by Bruno Haible <bruno@clisp.org>.
2590
2591 2007-04-26  Eric Blake  <ebb9@byu.net>
2592
2593         Fix fflush on mingw.
2594         * modules/fflush (Depends-on): Add freading.
2595         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2596         but unread data.
2597
2598 2007-04-26  Eric Blake  <ebb9@byu.net>
2599         and Bruno Haible  <bruno@clisp.org>
2600
2601         Implement freading and fwriting.
2602         * lib/freading.c: New file.
2603         * lib/freading.h: Likewise.
2604         * m4/freading.m4: Likewise.
2605         * modules/freading: Likewise.
2606         * modules/freading-tests: Likewise.
2607         * tests/test-freading.c: Likewise.
2608         * lib/fwriting.c: New file.
2609         * lib/fwriting.h: Likewise.
2610         * m4/fwriting.m4: Likewise.
2611         * modules/fwriting: Likewise.
2612         * modules/fwriting-tests: Likewise.
2613         * tests/test-fwriting.c: Likewise.
2614         * MODULES.html.sh (File stream based Input/Output): Mention them.
2615
2616 2007-04-26  Bruno Haible  <bruno@clisp.org>
2617
2618         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2619         'long' when we assume it.
2620         Suggested by Eric Blake.
2621
2622 2007-04-26  Bruno Haible  <bruno@clisp.org>
2623
2624         Ensure fseeko, ftello are declared on glibc systems.
2625         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2626         * modules/fseeko (configure.ac-early): Likewise.
2627         * modules/ftello (configure.ac-early): Likewise.
2628         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2629         AC_FUNC_FSEEKO for this.
2630         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2631         (gl_CHECK_FSEEKO): Remove macro.
2632
2633 2007-04-26  Bruno Haible  <bruno@clisp.org>
2634
2635         * tests/test-fflush.c (main): Also check the ftell result after
2636         fflush and fseek/fseeko.
2637         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2638         file descriptor position cache in the stream.
2639         * lib/fseeko.c (rpl_fseeko): Likewise.
2640
2641 2007-04-26  Bruno Haible  <bruno@clisp.org>
2642
2643         * modules/fflush-tests (Depends-on): Add fseeko.
2644
2645 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2646             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2647
2648         * lib/argz_.h: ensure error_t definition is obtained in same
2649         mechanism system argz.h would have.
2650         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2651         argz facilities are known bad.  Err on the side of caution if
2652         cross-compiling.
2653
2654 2007-04-25  Eric Blake  <ebb9@byu.net>
2655
2656         * lib/fpurge.c (includes): Use stdlib.h for free.
2657         * tests/test-fflush.c (main): Also test fflush-fseeko.
2658
2659 2007-04-25  Bruno Haible  <bruno@clisp.org>
2660
2661         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2662         * lib/fseeko.c: New file.
2663         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2664         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2665         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2666         gl_FUNC_FSEEKO.
2667         (gl_FUNC_FSEEKO): Invoke it.
2668         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2669         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2670         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2671
2672 2007-04-25  Bruno Haible  <bruno@clisp.org>
2673
2674         * modules/fflush (Depends-on): Add ftello.
2675
2676 2007-04-25  Bruno Haible  <bruno@clisp.org>
2677
2678         * modules/ftello-tests: New file.
2679         * tests/test-ftello.c: New file.
2680
2681         * modules/ftello: New file.
2682         * m4/ftello.m4: New file.
2683         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2684         HAVE_FTELLO.
2685         * lib/stdio_.h (ftello): New declaration.
2686         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2687         HAVE_FTELLO.
2688
2689 2007-04-25  Bruno Haible  <bruno@clisp.org>
2690
2691         * modules/fseeko-tests: New file.
2692         * tests/test-fseeko.c: New file.
2693
2694         * modules/fseeko: New file.
2695         * m4/fseeko.m4: New file.
2696         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2697         HAVE_FSEEKO.
2698         * lib/stdio_.h (fseeko): New declaration.
2699         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2700         HAVE_FSEEKO.
2701
2702 2007-04-25  Bruno Haible  <bruno@clisp.org>
2703
2704         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2705
2706 2007-04-25  Bruno Haible  <bruno@clisp.org>
2707
2708         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2709         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2710         * tests/test-unistd.c: Likewise.
2711         * tests/test-fcntl.c: Likewise.
2712
2713 2007-04-23  Eric Blake  <ebb9@byu.net>
2714
2715         * lib/fflush.c: Fix missing include.
2716         Reported by Bruno Haible.
2717
2718 2007-04-23  Bruno Haible  <bruno@clisp.org>
2719
2720         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2721         Reported by Eric Blake.
2722
2723 2007-04-23  Bruno Haible  <bruno@clisp.org>
2724
2725         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2726
2727 2007-04-23  Bruno Haible  <bruno@clisp.org>
2728
2729         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2730
2731 2007-04-23  Bruno Haible  <bruno@clisp.org>
2732
2733         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2734         Needed on HP-UX 11.
2735
2736 2007-04-16  Eric Blake  <ebb9@byu.net>
2737
2738         Make fflush rely on fpurge.
2739         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2740         open coding all variants.
2741         * modules/fflush (Depends-on): Add fpurge and unistd.
2742         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2743         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2744
2745         Fix --with-tests compilation on cygwin.
2746         * modules/argmatch-tests (Makefile.am): List gnulib library first
2747         in LDADD.
2748         * modules/argp-tests (Makefile.am): Likewise.
2749         * modules/array-list-tests (Makefile.am): Likewise.
2750         * modules/array-oset-tests (Makefile.am): Likewise.
2751         * modules/avltree-list-tests (Makefile.am): Likewise.
2752         * modules/avltree-oset-tests (Makefile.am): Likewise.
2753         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2754         * modules/carray-list-tests (Makefile.am): Likewise.
2755         * modules/dirname-tests (Makefile.am): Likewise.
2756         * modules/frexp-tests (Makefile.am): Likewise.
2757         * modules/isnanl-tests (Makefile.am): Likewise.
2758         * modules/linked-list-tests (Makefile.am): Likewise.
2759         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2760         * modules/lock-tests (Makefile.am): Likewise.
2761         * modules/rbtree-list-tests (Makefile.am): Likewise.
2762         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2763         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2764         * modules/tls-tests (Makefile.am): Likewise.
2765         * modules/tsearch-tests (Makefile.am): Likewise.
2766         * modules/xvasprintf-tests (Makefile.am): Likewise.
2767
2768         Fix fpurge for cygwin.
2769         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2770         value.
2771         * modules/fpurge-tests (Depends-on): Clean up trash.
2772
2773 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2774
2775         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2776
2777         * m4/autobuild.m4: Re-indent.
2778
2779 2007-04-13  Bruno Haible  <bruno@clisp.org>
2780
2781         * modules/fpurge-tests: New file.
2782         * tests/test-fpurge.c: New file.
2783
2784         * modules/fpurge: New file.
2785         * lib/fpurge.h: New file.
2786         * lib/fpurge.c: New file.
2787         * m4/fpurge.m4: New file.
2788
2789 2007-04-13  Bruno Haible  <bruno@clisp.org>
2790
2791         * modules/fbufmode-tests: New file.
2792         * tests/test-fbufmode.c: New file.
2793
2794         * modules/fbufmode: New file.
2795         * lib/fbufmode.h: New file.
2796         * lib/fbufmode.c: New file.
2797         * m4/fbufmode.m4: New file.
2798
2799 2007-04-13  Bruno Haible  <bruno@clisp.org>
2800
2801         * modules/fwritable-tests: New file.
2802         * tests/test-fwritable.c: New file.
2803
2804         * modules/fwritable: New file.
2805         * lib/fwritable.h: New file.
2806         * lib/fwritable.c: New file.
2807         * m4/fwritable.m4: New file.
2808
2809 2007-04-13  Bruno Haible  <bruno@clisp.org>
2810
2811         * modules/freadable-tests: New file.
2812         * tests/test-freadable.c: New file.
2813
2814         * modules/freadable: New file.
2815         * lib/freadable.h: New file.
2816         * lib/freadable.c: New file.
2817         * m4/freadable.m4: New file.
2818
2819 2007-04-13  Bruno Haible  <bruno@clisp.org>
2820
2821         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2822         MOSTLYCLEANFILES.
2823
2824 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2825
2826         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2827         gzip bootstrap.conf to avoid dragging in i18n machinery.
2828         (gnulib_tool_option): Use it.
2829
2830 2007-04-13  Bruno Haible  <bruno@clisp.org>
2831
2832         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2833         %F directives.
2834         * tests/test-vasprintf-posix.c (test_function): Likewise.
2835         * tests/test-snprintf-posix.h (test_function): Likewise.
2836         * tests/test-sprintf-posix.h (test_function): Likewise.
2837         * tests/test-fprintf-posix.h (test_function): Likewise.
2838         * tests/test-printf-posix.h (test_function): Likewise.
2839         * tests/test-fprintf-posix.out: Likewise.
2840
2841 2007-04-13  Bruno Haible  <bruno@clisp.org>
2842
2843         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2844         * modules/tls-tests (configure.ac): Likewise.
2845         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2846
2847 2007-04-13  Bruno Haible  <bruno@clisp.org>
2848
2849         * lib/tls.c (glthread_tls_get): Fix return type.
2850         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2851
2852 2007-04-12  Eric Blake  <ebb9@byu.net>
2853
2854         * modules/gettime (Depends-on): Remove gettime.
2855         Reported by Dmitry V. Levin.
2856
2857 2007-04-12  Bruno Haible  <bruno@clisp.org>
2858
2859         * modules/fflush (Include): Mention <stdio.h>.
2860         * modules/strtoimax (Include): Mention <inttypes.h>.
2861         * modules/strtoumax (Include): Likewise.
2862
2863 2007-04-12  Eric Blake  <ebb9@byu.net>
2864
2865         * .cvsignore: New file.
2866         * .gitignore: Likewise.
2867
2868 2007-04-12  Bruno Haible  <bruno@clisp.org>
2869
2870         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2871         not before, since $(LDADD) often contains libgnu.a.
2872         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2873         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2874         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2875         Needed on Cygwin.
2876
2877 2007-04-12  Eric Blake  <ebb9@byu.net>
2878
2879         Work around glibc's failure to flush stdin on fclose.
2880         * lib/closein.c (close_stdin): Flush stdin before closing.
2881
2882         Work around glibc's failure to reset seekable stdin on exit.
2883         * modules/closein: New module.
2884         * lib/closein.c: New file.
2885         * lib/closein.h: Likewise.
2886         * m4/closein.m4: Likewise.
2887         * MODULES.html.sh (File stream based Input/Output): Document it.
2888
2889 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2890
2891         * gnulib-tool: Rename generated 'autobuild' script to
2892         'do-autobuild' in --create-megatestdir output.
2893
2894         * doc/gnulib.texi (Build robot for gnulib): Fix.
2895
2896 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2897
2898         * modules/sysexits (Depends-on): Add absolute-header.
2899
2900 2007-04-12  Eric Blake  <ebb9@byu.net>
2901
2902         No need to preserve errno on success.
2903         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2904         Reported by Bruno Haible.
2905
2906 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2907
2908         * MODULES.html.sh (Support for maintaining and releasing
2909         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2910
2911 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2912
2913         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2914
2915 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2916
2917         * modules/autobuild: New module.
2918
2919         * m4/autobuild.m4: New file.
2920
2921 2007-04-11  Bruno Haible  <bruno@clisp.org>
2922
2923         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2924         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2925         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2926         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2927         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2928         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2929         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2930         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2931         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2932         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2933         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2934         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2935         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2936         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2937         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2938         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2939         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2940         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2941         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2942         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2943         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2944         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2945         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2946         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2947         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2948         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2949         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2950         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2951         Reported by Eric Blake.
2952
2953 2007-04-11  Bruno Haible  <bruno@clisp.org>
2954
2955         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2956
2957 2007-04-10  Bruno Haible  <bruno@clisp.org>
2958
2959         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2960         for NaN and Infinity. Needed on FreeBSD 6.1.
2961         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2962         regarding results for "%010a" of Infinity and NaN.
2963         * tests/test-vasprintf-posix.c (test_function): Likewise.
2964         * tests/test-snprintf-posix.h (test_function): Likewise.
2965         * tests/test-sprintf-posix.h (test_function): Likewise.
2966         * tests/test-fprintf-posix.h (test_function): Likewise.
2967         * tests/test-printf-posix.h (test_function): Likewise.
2968         * tests/test-fprintf-posix.out: Likewise.
2969
2970 2007-04-10  Bruno Haible  <bruno@clisp.org>
2971
2972         * modules/locale-tests: New file.
2973         * tests/test-locale.c: New file.
2974
2975         * modules/locale: New file.
2976         * lib/locale_.h: New file.
2977         * m4/locale_h.m4: New file.
2978
2979 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2980             Bruno Haible  <bruno@clisp.org>
2981
2982         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2983         be determined, test for availability of the copysignf, copysign,
2984         copysignl functions.
2985         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2986         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2987         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2988
2989 2007-04-09  Eric Blake  <ebb9@byu.net>
2990
2991         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2992         * modules/stdio (Makefile.am): Support fflush.
2993         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2994         * modules/fflush: New file.
2995         * lib/fflush.c: Likewise.
2996         * m4/fflush.m4: Likewise.
2997         * modules/fflush-tests: New test.
2998         * tests/test-fflush.c: Likewise.
2999         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3000
3001 2007-04-06  Bruno Haible  <bruno@clisp.org>
3002
3003         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3004         (VASNPRINTF): Use signbit for faster determination whether to print a
3005         minus sign.
3006         * modules/vasnprintf (Files): Remove lib/float+.h.
3007         * modules/fprintf-posix (Depends-on): Add signbit.
3008         * modules/snprintf-posix (Depends-on): Likewise.
3009         * modules/sprintf-posix (Depends-on): Likewise.
3010         * modules/vasnprintf-posix (Depends-on): Likewise.
3011         * modules/vasprintf-posix (Depends-on): Likewise.
3012         * modules/vfprintf-posix (Depends-on): Likewise.
3013         * modules/vsnprintf-posix (Depends-on): Likewise.
3014         * modules/vsprintf-posix (Depends-on): Likewise.
3015
3016 2007-04-06  Bruno Haible  <bruno@clisp.org>
3017
3018         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3019         * tests/test-frexpl.c (main): Likewise.
3020         * tests/test-ldexpl.c (main): Likewise.
3021         * modules/frexp-tests (Depends-on): Add signbit.
3022         * modules/frexpl-tests (Depdends-on): Likewise.
3023         * modules/ldexpl-tests (Depdends-on): Likewise.
3024
3025 2007-04-06  Bruno Haible  <bruno@clisp.org>
3026
3027         * modules/signbit-tests: New file.
3028         * tests/test-signbit.c: New file.
3029
3030         * modules/signbit: New file.
3031         * lib/signbitf.c: New file.
3032         * lib/signbitd.c: New file.
3033         * lib/signbitl.c: New file.
3034         * m4/signbit.m4: New file.
3035         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3036         (signbit): New macro.
3037         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3038         REPLACE_SIGNBIT.
3039         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3040         REPLACE_FREXPL into math.h.
3041
3042 2007-04-06  Bruno Haible  <bruno@clisp.org>
3043
3044         * modules/isnanf-nolibm-tests: New file.
3045         * tests/test-isnanf.c: New file.
3046
3047         * modules/isnanf-nolibm: New file.
3048         * lib/isnanf.h: New file.
3049         * lib/isnanf.c: New file.
3050         * lib/isnan.c: Consider the USE_FLOAT macro.
3051         * m4/isnanf.m4: New file.
3052
3053 2007-04-06  Bruno Haible  <bruno@clisp.org>
3054
3055         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3056         (Link): New section.
3057
3058         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3059
3060 2007-04-06  Bruno Haible  <bruno@clisp.org>
3061
3062         Assume the 'long double' type.
3063         * m4/longdouble.m4: Remove file.
3064         * config/srclist.txt: Don't mention longdouble.m4.
3065         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3066         * lib/float+.h: Likewise.
3067         * lib/frexp.c: Likewise.
3068         * lib/printf-args.h: Likewise.
3069         * lib/printf-args.c: Likewise.
3070         * lib/printf-frexp.c: Likewise.
3071         * lib/printf-parse.c: Likewise.
3072         * lib/vasnprintf.c: Likewise.
3073         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3074         * m4/intl.m4: Likewise.
3075         * m4/isnanl.m4: Likewise.
3076         * m4/printf.m4: Likewise.
3077         * m4/printf-frexpl.m4: Likewise.
3078         * m4/vasnprintf.m4: Likewise.
3079         * modules/allocsa (Files): Remove m4/longdouble.m4.
3080         * modules/gettext (Files): Likewise.
3081         * modules/relocatable-prog-wrapper (Files): Likewise.
3082         * modules/vasnprintf (Files): Likewise.
3083         * modules/isnanl (Files): Likewise.
3084         (Include): Simplify.
3085         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3086         (Include): Simplify.
3087         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3088         (Include): Simplify.
3089         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3090         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3091         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3092         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3093         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3094         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3095         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3096         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3097         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3098         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3099         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3100         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3101         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3102         * tests/test-isnanl.c: Likewise.
3103         * tests/test-snprintf-posix.h: Likewise.
3104         * tests/test-sprintf-posix.h: Likewise.
3105         * tests/test-vasnprintf-posix.c: Likewise.
3106         * tests/test-vasnprintf-posix2.c: Likewise.
3107         * tests/test-vasprintf-posix.c: Likewise.
3108
3109 2007-04-06  Bruno Haible  <bruno@clisp.org>
3110
3111         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3112         * lib/math_.h [__DECC]: Include the overridden include file through
3113         #include_next, outside the double-inclusion guard.
3114         * lib/stdio_.h [__DECC]: Likewise.
3115         * lib/stdlib_.h [__DECC]: Likewise.
3116         * lib/string_.h [__DECC]: Likewise.
3117         * lib/time_.h [__DECC]: Likewise.
3118         * lib/wchar_.h [__DECC]: Likewise.
3119         * lib/wctype_.h [__DECC]: Likewise.
3120         * lib/inttypes_.h [__DECC]: Likewise.
3121         Reported by Albert Chin <china@thewrittenword.com> in
3122         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3123
3124 2007-04-04  Eric Blake  <ebb9@byu.net>
3125
3126         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3127         1.5.x.
3128
3129 2007-04-04  Bruno Haible  <bruno@clisp.org>
3130
3131         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3132         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3133
3134 2007-04-04  Bruno Haible  <bruno@clisp.org>
3135
3136         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3137         results for "%010a" of Infinity and NaN.
3138         * tests/test-vasprintf-posix.c (test_function): Likewise.
3139         * tests/test-snprintf-posix.h (test_function): Likewise.
3140         * tests/test-sprintf-posix.h (test_function): Likewise.
3141         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3142         * tests/test-printf-posix.h (test_function): Likewise.
3143         * tests/test-fprintf-posix.out: Update.
3144         Needed for FreeBSD 6.1.
3145
3146 2007-04-04  Bruno Haible  <bruno@clisp.org>
3147
3148         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3149         directly used by the gnulib modules nor by gnulib-tool.
3150
3151 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3152
3153         * DEPENDENCIES: Give overall description of version dependency
3154         desirability.  Use more-typical names for apps.
3155         Add shell, coreutils, diffutils, grep, tar, gzip.
3156
3157 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3158
3159         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3160
3161 2007-04-04  Karl Berry  <karl@gnu.org>
3162
3163         * MODULES.html.sh (func_module): missing '.
3164
3165 2007-04-03  Bruno Haible  <bruno@clisp.org>
3166
3167         * modules/argmatch-tests (Makefile.am): New variable
3168         test_argmatch_LDADD.
3169         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3170         * modules/array-list-tests (Makefile.am): New variable
3171         test_array_list_LDADD.
3172         * modules/array-oset-tests (Makefile.am): New variable
3173         test_array_oset_LDADD.
3174         * modules/avltree-list-tests (Makefile.am): New variable
3175         test_avltree_list_LDADD.
3176         * modules/avltree-oset-tests (Makefile.am): New variable
3177         test_avltree_oset_LDADD.
3178         * modules/avltreehash-list-tests (Makefile.am): New variable
3179         test_avltreehash_list_LDADD.
3180         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3181         test_canonicalize_lgpl_LDADD.
3182         * modules/carray-list-tests (Makefile.am): New variable
3183         test_carray_list_LDADD.
3184         * modules/dirname-tests (Makefile.am): New variable
3185         test_dirname_LDADD.
3186         * modules/linked-list-tests (Makefile.am): New variable
3187         test_linked_list_LDADD.
3188         * modules/linkedhash-list-tests (Makefile.am): New variable
3189         test_linkedhash_list_LDADD.
3190         * modules/rbtree-list-tests (Makefile.am): New variable
3191         test_rbtree_list_LDADD.
3192         * modules/rbtree-oset-tests (Makefile.am): New variable
3193         test_rbtree_oset_LDADD.
3194         * modules/rbtreehash-list-tests (Makefile.am): New variable
3195         test_rbtreehash_list_LDADD.
3196         * modules/xvasprintf-tests (Makefile.am): New variable
3197         test_xvasprintf_LDADD.
3198         Reported by Eric Blake.
3199
3200 2007-04-03  Eric Blake  <ebb9@byu.net>
3201
3202         * DEPENDENCIES: Weaken m4 requirements.
3203
3204 2007-04-03  Bruno Haible  <bruno@clisp.org>
3205
3206         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3207         * modules/isnanl-tests (configure.ac): Likewise.
3208
3209 2007-04-03  Ben Pfaff  <blp@gnu.org>
3210
3211         * modules/iconv_open: Add $(srcdir)/ to source directory
3212         references in Makefile fragments that call gperf, to fix VPATH
3213         builds.
3214
3215 2007-04-03  Bruno Haible  <bruno@clisp.org>
3216
3217         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3218         * lib/ldexpl.c: Undo last change.
3219
3220 2007-04-03  Bruno Haible  <bruno@clisp.org>
3221
3222         * modules/printf-frexpl (Depends-on): Undo last change.
3223         (Files): Add m4/ldexpl.m4.
3224
3225 2007-04-03  Bruno Haible  <bruno@clisp.org>
3226
3227         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3228         * modules/isnanl (Link): New section.
3229
3230         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3231         * modules/frexp (Link): New section.
3232
3233         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3234         * modules/frexpl (Link): New section.
3235
3236         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3237         * modules/ldexpl (Link): New section.
3238
3239 2007-04-03  Bruno Haible  <bruno@clisp.org>
3240
3241         * modules/TEMPLATE-EXTENDED: New file.
3242         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3243
3244 2007-04-03  Bruno Haible  <bruno@clisp.org>
3245
3246         * DEPENDENCIES: New file.
3247         Suggested by Simon Josefsson.
3248
3249 2007-04-03  Bruno Haible  <bruno@clisp.org>
3250
3251         * doc/gnulib.texi: Escape @.
3252
3253 2007-04-03  James Youngman  <jay@gnu.org>
3254         and Paul Eggert  <eggert@cs.ucla.edu>
3255
3256         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3257         birthtime on all systems that have birthtime, not just those which
3258         use st_birthtimensec rather than st_birthtim.  Putting zero in
3259         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3260         that the birth time is not available for files on an NFS mount.
3261
3262 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3263
3264         * modules/memxor: Move back from crypto/, suggested by Bruno.
3265         * modules/crypto/hmac-sha1: Fix memxor dependency.
3266
3267         * modules/crypto/gc: Moved from ../.
3268
3269 2007-04-02  Eric Blake  <ebb9@byu.net>
3270
3271         * lib/ldexpl.c (includes): Avoid libm.
3272
3273         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3274
3275 2007-04-02  Bruno Haible  <bruno@clisp.org>
3276
3277         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3278         on IRIX.
3279
3280 2007-04-02  Bruno Haible  <bruno@clisp.org>
3281
3282         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3283         x86 or x86_64 platforms running MacOS X.
3284         Reported by Ryan Schmidt <@ryandesign.com>.
3285
3286 2007-04-02  Bruno Haible  <bruno@clisp.org>
3287
3288         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3289         i386.
3290
3291 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3292
3293         * modules/crypto/arcfour: Moved from ../.
3294         * modules/crypto/arcfour-tests: Moved from ../.
3295         * modules/crypto/arctwo: Moved from ../.
3296         * modules/crypto/arctwo-tests: Moved from ../.
3297         * modules/crypto/des: Moved from ../.
3298         * modules/crypto/des-tests: Moved from ../.
3299         * modules/crypto/gc-arcfour: Moved from ../.
3300         * modules/crypto/gc-arcfour-tests: Moved from ../.
3301         * modules/crypto/gc-arctwo: Moved from ../.
3302         * modules/crypto/gc-arctwo-tests: Moved from ../.
3303         * modules/crypto/gc-des: Moved from ../.
3304         * modules/crypto/gc-des-tests: Moved from ../.
3305         * modules/crypto/gc-hmac-md5: Moved from ../.
3306         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3307         * modules/crypto/gc-hmac-sha1: Moved from ../.
3308         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3309         * modules/crypto/gc-md2: Moved from ../.
3310         * modules/crypto/gc-md2-tests: Moved from ../.
3311         * modules/crypto/gc-md4: Moved from ../.
3312         * modules/crypto/gc-md4-tests: Moved from ../.
3313         * modules/crypto/gc-md5: Moved from ../.
3314         * modules/crypto/gc-md5-tests: Moved from ../.
3315         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3316         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3317         * modules/crypto/gc-random: Moved from ../.
3318         * modules/crypto/gc-rijndael: Moved from ../.
3319         * modules/crypto/gc-rijndael-tests: Moved from ../.
3320         * modules/crypto/gc-sha1: Moved from ../.
3321         * modules/crypto/gc-sha1-tests: Moved from ../.
3322         * modules/crypto/gc-tests: Moved from ../.
3323         * modules/crypto/hmac-md5: Moved from ../.
3324         * modules/crypto/hmac-md5-tests: Moved from ../.
3325         * modules/crypto/hmac-sha1: Moved from ../.
3326         * modules/crypto/hmac-sha1-tests: Moved from ../.
3327         * modules/crypto/md2: Moved from ../.
3328         * modules/crypto/md2-tests: Moved from ../.
3329         * modules/crypto/md4: Moved from ../.
3330         * modules/crypto/md4-tests: Moved from ../.
3331         * modules/crypto/md5: Moved from ../.
3332         * modules/crypto/md5-tests: Moved from ../.
3333         * modules/crypto/memxor: Moved from ../.
3334         * modules/crypto/rijndael: Moved from ../.
3335         * modules/crypto/rijndael-tests: Moved from ../.
3336         * modules/crypto/sha1: Moved from ../.
3337
3338 2007-03-30  James Youngman  <jay@gnu.org>
3339
3340         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3341         rename() to change the ctime of a file (because ctime is unaffected
3342         by rename on jfs2 on AIX 5.1).
3343         (main): Start by doing cleanup, in case a previous run failed leaving
3344         test files behind.
3345
3346 2007-03-31  Bruno Haible  <bruno@clisp.org>
3347
3348         Support old proprietary implementations of iconv.
3349         * modules/iconv_open: New file.
3350         * lib/iconv_.h: New file.
3351         * m4/iconv_h.m4: New file.
3352         * lib/iconv_open.c: New file.
3353         * lib/iconv_open-aix.gperf: New file.
3354         * lib/iconv_open-hpux.gperf: New file.
3355         * lib/iconv_open-irix.gperf: New file.
3356         * lib/iconv_open-osf.gperf: New file.
3357         * m4/iconv_open.m4: New file.
3358         * modules/linebreak (Depends-on): Add iconv_open.
3359         * modules/striconv (Depends-on): Likewise.
3360         * modules/striconveh (Depends-on): Likewise.
3361         * modules/unicodeio (Depends-on): Likewise.
3362         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3363         (iconv_t)(-1).
3364         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3365         conversion if cd is (iconv_t)(-1).
3366         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3367         is not possible.
3368
3369 2007-03-31  Bruno Haible  <bruno@clisp.org>
3370
3371         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3372         work on Solaris either. Protect also second use of "autodetect_jp".
3373
3374 2007-03-31  Bruno Haible  <bruno@clisp.org>
3375
3376         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3377         the function is not present.
3378
3379 2007-03-31  Bruno Haible  <bruno@clisp.org>
3380
3381         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3382         the function is not present.
3383
3384 2007-03-31  Bruno Haible  <bruno@clisp.org>
3385
3386         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3387         a bug in HP-UX iconv_open().
3388
3389 2007-03-31  Bruno Haible  <bruno@clisp.org>
3390
3391         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3392         (Mathematics <math.h>): New section, add fpieee.
3393         (Input/output <stdio.h>): Add fseterr.
3394         (Mathematics <math.h>): New section, add printf-frexp.
3395         (Container data structures): Add sublist.
3396         (Core language properties): Add fpucw, inline.
3397         (Functions for greatest-width integer types <inttypes.h>): Add
3398         imaxabs, imaxdiv, inttypes.
3399         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3400         isnanl-nolibm, ldexp.
3401         (Mathematics <math.h>): New section, add printf-frexpl.
3402         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3403         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3404         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3405         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3406         (Unicode string functions): Add unistr/u*-mbtoucr.
3407         (Java): Add javacomp-script, javaexec-script.
3408         (C#): Add csharpcomp-script, csharpexec-script.
3409         (Support for building libraries and executables): Add havelib,
3410         relocatable-*.
3411         (Support for maintaining and releasing projects): Renamed from
3412         'Support for maintaining and release projects'. Add announce-gen.
3413
3414 2007-03-31  Bruno Haible  <bruno@clisp.org>
3415
3416         * README: Talk primarily about git.
3417         (git and CVS): Renamed from CVS.
3418         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3419         gnulib is available through git.
3420         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3421
3422 2007-03-30  Bruno Haible  <bruno@clisp.org>
3423
3424         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3425         * lib/poll_.h: Likewise.
3426         * lib/stat_.h: Likewise.
3427         * lib/sys_time_.h: Likewise.
3428         * lib/sysexit_.h: Likewise.
3429         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3430         * lib/stdbool_.h: Likewise.
3431         * lib/byteswap_.h: Add double-inclusion guard.
3432
3433 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3434
3435         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3436
3437 2007-03-30  Karl Berry  <karl@gnu.org>
3438
3439         * config/srclist-update: double space after USA in the license
3440         substitution, since that's how it's usually (?) written.
3441
3442 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3443
3444         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3445         reported by Bruno Haible.
3446
3447 2007-03-29  Bruno Haible  <bruno@clisp.org>
3448
3449         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3450         a bug in AIX iconv().
3451
3452 2007-03-29  Bruno Haible  <bruno@clisp.org>
3453
3454         * modules/ldexpl-tests: New file.
3455         * tests/test-ldexpl.c: New file.
3456
3457 2007-03-29  Bruno Haible  <bruno@clisp.org>
3458
3459         * lib/ldexpl.c: Include fpucw.h.
3460         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3461         multiplication.
3462         * modules/ldexpl (Depends-on): Add fpucw.
3463
3464 2007-03-29  Bruno Haible  <bruno@clisp.org>
3465
3466         * modules/ldexpl: New file.
3467         * m4/ldexpl.m4: New file.
3468         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3469         set.
3470         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3471         REPLACE_LDEXPL.
3472         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3473         REPLACE_LDEXPL.
3474         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3475         gl_FUNC_LDEXPL_WORKS.
3476         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3477         * modules/mathl (Files): Remove lib/ldexpl.c.
3478         (Depends-on): Add ldexpl.
3479
3480 2007-03-29  Bruno Haible  <bruno@clisp.org>
3481
3482         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3483
3484 2007-03-29  Bruno Haible  <bruno@clisp.org>
3485
3486         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3487         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3488         and possibly also HP-UX.
3489         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3490         work on AIX, IRIX, HP-UX, OSF/1.
3491         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3492         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3493         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3494         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3495         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3496         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3497
3498 2007-03-29  Bruno Haible  <bruno@clisp.org>
3499
3500         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3501
3502 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3503
3504         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3505         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3506
3507 2007-03-29  Eric Blake  <ebb9@byu.net>
3508
3509         * lib/acl-internal.h: Remove redundant include.
3510         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3511         Cygwin when a file is locked.
3512
3513 2007-03-29  Bruno Haible  <bruno@clisp.org>
3514
3515         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3516         file.
3517         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3518
3519 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3520
3521         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3522         try to remove a parent directory if the child couldn't be removed
3523         (except for the first rmdir, which could fail because the child
3524         doesn't exist).  Problem reported by Jeff Blaine in
3525         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3526
3527 2007-03-28  Bruno Haible  <bruno@clisp.org>
3528
3529         * lib/striconveh.c (utf8conv_carefully): New function.
3530         (mem_cd_iconveh_internal): Invoke it.
3531
3532 2007-03-28  Bruno Haible  <bruno@clisp.org>
3533
3534         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3535         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3536         input.
3537         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3538         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3539         unistr/u8-uctomb.
3540
3541 2007-03-28  Bruno Haible  <bruno@clisp.org>
3542
3543         * modules/unistr/u8-mbtoucr: New file.
3544         * lib/unistr/u8-mbtoucr.c: New file.
3545         * modules/unistr/u16-mbtoucr: New file.
3546         * lib/unistr/u16-mbtoucr.c: New file.
3547         * modules/unistr/u16-mbtoucr: New file.
3548         * lib/unistr/u16-mbtoucr.c: New file.
3549         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3550
3551 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3552             Bruno Haible  <bruno@clisp.org>
3553
3554         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3555         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3556         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3557
3558         * m4/stdio_h.m4: Add stubs for vasprintf too.
3559
3560         * modules/stdio: Support vasprintf in sed command.
3561
3562         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3563         vasprintf.h.  Add stdio module indicator.
3564
3565         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3566         vasprintf.h.
3567
3568         * lib/vasprintf.h: File removed.
3569
3570         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3571         * lib/vasprintf.c: Ditto.
3572         * lib/xvasprintf.c: Ditto.
3573         * tests/test-vasprintf-posix.c: Ditto.
3574         * tests/test-vasprintf.c: Ditto.
3575
3576 2007-03-27  Bruno Haible  <bruno@clisp.org>
3577
3578         Make vasnprintf multithread-safe.
3579         * lib/vasnprintf.c (decimal_point_char): New function.
3580         (VASNPRINTF): Use it.
3581         Suggested by Simon Josefsson.
3582
3583 2007-03-27  Eric Blake  <ebb9@byu.net>
3584
3585         Support sub-second birthtime on cygwin.
3586         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3587         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3588         (get_stat_birthtime): Also work with st_birthtim.
3589
3590 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3591
3592         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3593         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3594         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3595         (get_stat_birthtime_ns): Simplify compile-time tests.
3596         (get_stat_birthtime): Change the API to look like
3597         get_stat_mtime etc., except return a negative tv_nsec on error.
3598         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3599         Don't check for "spare" fields.
3600         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3601         or for struct stat.st_birthtime, as these tests aren't used.
3602         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3603
3604 2007-03-27  Bruno Haible  <bruno@clisp.org>
3605
3606         * lib/stat-time.h: Include <sys/stat.h>.
3607
3608 2007-03-27  James Youngman  <jay@gnu.org>
3609
3610         * lib/stat-time.h (get_stat_birthtime): New function for
3611           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3612         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3613           and its variants.
3614         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3615         * modules/stat-time-test: New file.
3616         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3617
3618 2007-03-26  Bruno Haible  <bruno@clisp.org>
3619
3620         Better support of signalling NaNs.
3621         * lib/atanl.c: Include isnanl.h.
3622         (atanl): Perform test for NaN at the beginning of the function and
3623         through a call to isnanl.
3624         * lib/cosl.c: Include isnanl.h.
3625         (cosl): Perform test for NaN at the beginning of the function and
3626         through a call to isnanl.
3627         * lib/ldexpl.c: Include isnanl.h.
3628         (ldexpl): Perform test for NaN through a call to isnanl.
3629         * lib/logl.c: Include isnanl.h.
3630         (logl): Perform test for NaN at the beginning of the function and
3631         through a call to isnanl.
3632         * lib/sinl.c: Include isnanl.h.
3633         (sinl): Perform test for NaN at the beginning of the function and
3634         through a call to isnanl.
3635         * lib/sqrtl.c: Include isnanl.h.
3636         (sqrtl): Perform test for NaN at the beginning of the function and
3637         through a call to isnanl.
3638         * lib/tanl.c: Include isnanl.h.
3639         (tanl): Perform test for NaN at the beginning of the function and
3640         through a call to isnanl.
3641         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3642         * modules/mathl (Depends-on): Add isnanl.
3643
3644 2007-03-26  Eric Blake  <ebb9@byu.net>
3645
3646         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3647         regression in logic sense of previous patch.
3648
3649 2007-03-26  Bruno Haible  <bruno@clisp.org>
3650
3651         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3652         unportable shell command "if ! ...".
3653         Reported by Ralf Wildenhues.
3654
3655 2007-03-25  Bruno Haible  <bruno@clisp.org>
3656
3657         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3658         <sysexits.h> file, and only add EX_CONFIG.
3659         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3660         absolute file name and whether it is sufficient. Substitute also
3661         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3662         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3663         ABSOLUTE_SYSEXITS_H into sysexits.h.
3664
3665 2007-03-25  Bruno Haible  <bruno@clisp.org>
3666
3667         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3668         hints is NULL.
3669
3670 2007-03-25  Bruno Haible  <bruno@clisp.org>
3671
3672         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3673         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3674
3675 2007-03-25  Bruno Haible  <bruno@clisp.org>
3676
3677         * lib/vasnprintf.c: Include langinfo.h.
3678         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3679         multithread-safe.
3680         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3681         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3682         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3683         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3684         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3685         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3686         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3687         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3688         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3689         Reported by Simon Josefsson.
3690
3691 2007-03-25  Bruno Haible  <bruno@clisp.org>
3692
3693         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3694         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3695         * modules/vasnprintf (Depends-on): Add stdint.
3696
3697 2007-03-25  Bruno Haible  <bruno@clisp.org>
3698
3699         * modules/fpieee: New file.
3700         * m4/fpieee.m4: New file.
3701         * modules/isnan-nolibm (Depends-on): Add fpieee.
3702         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3703         * modules/isnanl (Depends-on): Add fpieee.
3704
3705 2007-03-25  Bruno Haible  <bruno@clisp.org>
3706
3707         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3708
3709 2007-03-25  Bruno Haible  <bruno@clisp.org>
3710
3711         Avoid test failures on IRIX 6.5.
3712         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3713         (main): Use it.
3714         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3715         macros.
3716         (main): Use them.
3717
3718 2007-03-25  Bruno Haible  <bruno@clisp.org>
3719
3720         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3721         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3722         exists but doesn't work.
3723         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3724         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3725         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3726         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3727
3728 2007-03-25  Bruno Haible  <bruno@clisp.org>
3729
3730         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3731         returns inf. Needed on IRIX 6.5.
3732
3733 2007-03-25  Bruno Haible  <bruno@clisp.org>
3734
3735         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3736         (main): Use isnanl instead of x != x idiom.
3737         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3738
3739         * tests/test-frexp.c: Include isnan.h.
3740         (main): Use isnan instead of x != x idiom.
3741         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3742
3743 2007-03-25  Bruno Haible  <bruno@clisp.org>
3744
3745         * tests/test-frexp.c (NaN): New function/macro.
3746         (main): Use it instead of 0.0 / 0.0.
3747         * tests/test-isnan.c (NaN): New function/macro.
3748         (main): Use it instead of 0.0 / 0.0.
3749         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3750         (test_function): Use it instead of 0.0 / 0.0.
3751         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3752         (test_function): Use it instead of 0.0 / 0.0.
3753         * tests/test-snprintf-posix.h (NaN): New function/macro.
3754         (test_function): Use it instead of 0.0 / 0.0.
3755         * tests/test-sprintf-posix.h (NaN): New function/macro.
3756         (test_function): Use it instead of 0.0 / 0.0.
3757         * tests/test-fprintf-posix.h (NaN): New function/macro.
3758         (test_function): Use it instead of 0.0 / 0.0.
3759         * tests/test-printf-posix.h (NaN): New function/macro.
3760         (test_function): Use it instead of 0.0 / 0.0.
3761
3762         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3763
3764 2007-03-25  Bruno Haible  <bruno@clisp.org>
3765
3766         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3767
3768 2007-03-25  Bruno Haible  <bruno@clisp.org>
3769
3770         * lib/regexec.c (merge_state_with_log): Make static.
3771
3772 2007-03-25  Bruno Haible  <bruno@clisp.org>
3773
3774         * lib/trigl.c (kernel_rem_pio2): Make static.
3775
3776 2007-03-25  Bruno Haible  <bruno@clisp.org>
3777
3778         * lib/sincosl.c (sincosl_table): Make static.
3779
3780 2007-03-25  Bruno Haible  <bruno@clisp.org>
3781
3782         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3783         if the compiler does not support C99.
3784
3785 2007-03-25  Bruno Haible  <bruno@clisp.org>
3786
3787         * modules/time (Makefile.am): Ensure all rule action lines start with a
3788         tab.
3789
3790 2007-03-24  Bruno Haible  <bruno@clisp.org>
3791
3792         * modules/tsearch-tests: New file.
3793         * tests/test-tsearch.sh: New file.
3794         * tests/test-tsearch.c: New file, mostly copied from glibc.
3795
3796         * modules/search-tests: New file.
3797         * tests/test-search.c: New file.
3798
3799         * modules/search: New file.
3800         * lib/search_.h: New file, incorporating lib/tsearch.h.
3801         * m4/search_h.m4: New file.
3802         * lib/tsearch.h: Remove file.
3803         * lib/tsearch.c: Include search.h instead of tsearch.h.
3804         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3805         HAVE_TSEARCH.
3806         * modules/tsearch (Files): Remove lib/tsearch.h.
3807         (Depends-on): Add search.
3808         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3809         (Include): Change tsearch.h into search.h.
3810
3811 2007-03-24  Bruno Haible  <bruno@clisp.org>
3812
3813         * modules/fpucw: New file.
3814         * lib/fpucw.h: New file.
3815         * lib/frexp.c: Include fpucw.h.
3816         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3817         (FUNC): Use them.
3818         * lib/printf-frexp.c: Include fpucw.h.
3819         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3820         (FUNC): Use them.
3821         * lib/vasnprintf.c: Include fpucw.h.
3822         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3823         'long double' calculations.
3824         * tests/test-frexpl.c: Include fpucw.h.
3825         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3826         * tests/test-printf-frexpl.c: Include fpucw.h.
3827         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3828         * modules/frexpl (Depends-on): Add fpucw.
3829         * modules/printf-frexpl (Depends-on): Likewise.
3830         * modules/fprintf-posix (Depends-on): Likewise.
3831         * modules/snprintf-posix (Depends-on): Likewise.
3832         * modules/sprintf-posix (Depends-on): Likewise.
3833         * modules/vasnprintf-posix (Depends-on): Likewise.
3834         * modules/vasprintf-posix (Depends-on): Likewise.
3835         * modules/vfprintf-posix (Depends-on): Likewise.
3836         * modules/vsnprintf-posix (Depends-on): Likewise.
3837         * modules/vsprintf-posix (Depends-on): Likewise.
3838         * modules/frexpl-tests (Depends-on): Likewise.
3839         * modules/printf-frexpl-tests (Depends-on): Likewise.
3840
3841 2007-03-24  Bruno Haible  <bruno@clisp.org>
3842
3843         * lib/float+.h: New file.
3844         * lib/isnan.c: Include float+.h.
3845         (SIZE): New macro.
3846         (FUNC): Compare only SIZE bytes of the value.
3847         * lib/vasnprintf.c: Include float+.h.
3848         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3849         SIZEOF_LDBL or SIZEOF_DBL bytes.
3850         * modules/isnan-nolibm (Files): Add lib/float+.h.
3851         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3852         * modules/isnanl (Files): Add lib/float+.h.
3853         * modules/vasnprintf (Files): Add lib/float+.h.
3854
3855 2007-03-24  Bruno Haible  <bruno@clisp.org>
3856
3857         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3858         include isnanl-nolibm.h.
3859
3860 2007-03-24  Bruno Haible  <bruno@clisp.org>
3861
3862         * tests/test-read-file.c (main): Don't produce spurious output for
3863         expected situations. Make the test fail if it encountered unexpected
3864         results.
3865
3866 2007-03-24  Bruno Haible  <bruno@clisp.org>
3867
3868         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3869         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3870
3871 2007-03-24  Bruno Haible  <bruno@clisp.org>
3872
3873         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3874
3875 2007-03-24  Bruno Haible  <bruno@clisp.org>
3876
3877         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3878         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3879
3880         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3881         * modules/utf8-ucs4: Turn into a symbolic link to module
3882         unistr/u8-mbtouc.
3883
3884         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3885         utf8-ucs4-unsafe.
3886         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3887         unistr/u8-mbtouc-unsafe.
3888
3889         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3890         * modules/utf16-ucs4: Turn into a symbolic link to module
3891         unistr/u16-mbtouc.
3892
3893         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3894         utf16-ucs4-unsafe.
3895         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3896         unistr/u16-mbtouc-unsafe.
3897
3898         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3899         * modules/ucs4-utf8: Turn into a symbolic link to module
3900         unistr/u8-ubtomb.
3901
3902         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3903         * modules/ucs4-utf16: Turn into a symbolic link to module
3904         unistr/u16-ubtomb.
3905
3906 2007-03-24  Bruno Haible  <bruno@clisp.org>
3907
3908         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3909         Enable the function only if HAVE_INLINE.
3910         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3911         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3912         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3913         Enable the function only if HAVE_INLINE.
3914         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3915         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3916         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3917         Enable the function only if HAVE_INLINE.
3918         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3919         Enable the function only if HAVE_INLINE.
3920         * modules/utf8-ucs4: Update.
3921         * modules/utf8-ucs4-unsafe: Update.
3922         * modules/utf16-ucs4: Update.
3923         * modules/utf16-ucs4-unsafe: Update.
3924         * modules/ucs4-utf8: Update.
3925         * modules/ucs4-utf16: Update.
3926
3927 2007-03-24  Bruno Haible  <bruno@clisp.org>
3928
3929         * lib/utf8-ucs4.h: Remove file.
3930         * lib/utf8-ucs4-unsafe.h: Remove file.
3931         * lib/utf16-ucs4.h: Remove file.
3932         * lib/utf16-ucs4-unsafe.h: Remove file.
3933         * lib/ucs4-utf8.h: Remove file.
3934         * lib/ucs4-utf16.h: Remove file.
3935         * lib/unistr.h: Include their previous contents.
3936         * m4/utf-ucs4.m4: Remove file.
3937         * m4/ucs4-utf.m4: Remove file.
3938         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3939         (Depends-on): Add unistr/base.
3940         (configure.ac): Remove gl_UTF_UCS4.
3941         (Makefile.am): Update.
3942         (Include): Change to unistr.h.
3943         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3944         (Depends-on): Add unistr/base.
3945         (configure.ac): Remove gl_UTF_UCS4.
3946         (Makefile.am): Update.
3947         (Include): Change to unistr.h.
3948         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3949         (Depends-on): Add unistr/base.
3950         (configure.ac): Remove gl_UTF_UCS4.
3951         (Makefile.am): Update.
3952         (Include): Change to unistr.h.
3953         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3954         (Depends-on): Add unistr/base.
3955         (configure.ac): Remove gl_UTF_UCS4.
3956         (Makefile.am): Update.
3957         (Include): Change to unistr.h.
3958         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3959         (Depends-on): Add unistr/base.
3960         (configure.ac): Remove gl_UCS4_UTF.
3961         (Makefile.am): Update.
3962         (Include): Change to unistr.h.
3963         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3964         (Depends-on): Add unistr/base.
3965         (configure.ac): Remove gl_UCS4_UTF.
3966         (Makefile.am): Update.
3967         (Include): Change to unistr.h.
3968         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3969         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3970         utf8-ucs4-unsafe.h.
3971         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3972         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3973         utf16-ucs4-unsafe.h.
3974         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3975         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3976         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3977         * lib/unistr/u8-strchr.c: Likewise.
3978         * lib/unistr/u8-strrchr.c: Likewise.
3979         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3980         * lib/unistr/u16-strchr.c: Likewise.
3981         * lib/unistr/u16-strrchr.c: Likewise.
3982         * lib/striconveh.c: Update.
3983         * lib/linebreak.c: Update.
3984
3985 2007-03-24  Bruno Haible  <bruno@clisp.org>
3986
3987         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3988         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3989
3990 2007-03-22  Bruno Haible  <bruno@clisp.org>
3991
3992         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3993
3994 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3995
3996         * MODULES.html.sh (File system functions): New module write-any-file.
3997         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3998         * m4/write-any-file.m4: New files.
3999
4000 2007-03-23  Eric Blake  <ebb9@byu.net>
4001
4002         * gnulib-tool: Rearrange space-tab sequences, since some editors
4003         like to eat them.
4004
4005 2007-03-23  Eric Blake  <ebb9@byu.net>
4006
4007         * lib/version-etc.c (version_etc_va): Update license wording to
4008         be more concise.  Recommended by Richard Stallman.
4009
4010 2007-03-22  Bruno Haible  <bruno@clisp.org>
4011
4012         * lib/poll.c (MSG_PEEK): New fallback definition.
4013
4014 2007-03-22  Bruno Haible  <bruno@clisp.org>
4015
4016         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4017         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4018         (main): Update.
4019         Fixes a compilation error on BeOS.
4020
4021 2007-03-22  Bruno Haible  <bruno@clisp.org>
4022
4023         * modules/frexpl-tests: New file.
4024         * tests/test-frexpl.c: New file.
4025
4026         * modules/frexpl: New file.
4027         * m4/frexpl.m4: New file.
4028         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4029         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4030         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4031         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4032         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4033         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4034
4035 2007-03-22  Bruno Haible  <bruno@clisp.org>
4036
4037         * lib/frexpl.c: Share code with lib/frexp.c.
4038         * modules/mathl (Files): Add lib/frexp.c.
4039         (Depends-on): Add isnanl-nolibm.
4040
4041 2007-03-22  Bruno Haible  <bruno@clisp.org>
4042
4043         * modules/printf-frexp (Files): Add m4/frexp.m4.
4044         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4045         only if the found frexp function actually works.
4046
4047 2007-03-22  Bruno Haible  <bruno@clisp.org>
4048
4049         * lib/frexp.c: Remove older implementation that uses divisions.
4050
4051 2007-03-21  Bruno Haible  <bruno@clisp.org>
4052
4053         * modules/frexp-tests: New file.
4054         * tests/test-frexp.c: New file.
4055
4056         * modules/frexp: New file.
4057         * lib/frexp.c: New file.
4058         * m4/frexp.m4: New file.
4059         * lib/math_.h (frexp): New declaration.
4060         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4061         REPLACE_FREXP.
4062         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4063
4064 2007-03-21  Bruno Haible  <bruno@clisp.org>
4065
4066         * modules/isnanl-tests: New file.
4067         * tests/test-isnanl.c: New file.
4068
4069         * modules/isnanl: New file.
4070         * lib/isnanl.h: New file.
4071         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4072         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4073         gl_FUNC_ISNANL_WORKS.
4074         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4075         New macros.
4076
4077 2007-03-21  Bruno Haible  <bruno@clisp.org>
4078
4079         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4080         lib/isnanl.h.
4081         (Include): Update.
4082         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4083         * lib/vasnprintf.c: Update.
4084         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4085         tests/test-isnanl.h, remove tests/test-isnanl.c.
4086         (Makefile.am): Update.
4087         * tests/test-isnanl-nolibm.c: New file.
4088         * tests/test-isnanl.h: New file.
4089         * tests/test-isnanl.c: Remove file.
4090
4091 2007-03-21  Jim Meyering  <jim@meyering.net>
4092
4093         When trying to open ".", treat ESTALE like EACCES.
4094         * lib/savewd.c (savewd_save): Resort to forking not just upon
4095         failure with EACCES, but also when errno is ESTALE.
4096
4097 2007-03-20  Bruno Haible  <bruno@clisp.org>
4098
4099         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4100         Needed on AIX 5.1. Reported by Matthew Woehlke.
4101
4102 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4103
4104         Suggestions by Bruno Haible:
4105         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4106         our own.
4107         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4108         * modules/acl (Depends-on): Add gettext.
4109
4110 2007-03-19  Bruno Haible  <bruno@clisp.org>
4111
4112         * modules/iconvme: Remove file.
4113         * lib/iconvme.h: Remove file.
4114         * lib/iconvme.c: Remove file.
4115         * m4/iconvme.m4: Remove file.
4116
4117 2007-03-19  Bruno Haible  <bruno@clisp.org>
4118
4119         * doc/relocatable-maint.texi: Break long shell script line.
4120         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4121
4122 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4123
4124         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4125         handle file_has_acl.
4126         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4127         * lib/acl.c: Move header inclusions and related macro defns into
4128         lib/acl-internal.h.
4129         (S_ISLNK): Remove defn, since that's now done for us.
4130         (file_has_acl): Move to lib/file-has-acl.c.
4131         Call acl_trivial if available.  This is the crucial part of the fix.
4132         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4133         shared within the library.  Rewrite a bit, partly to make it compatible
4134         with the GNU coding style.
4135         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4136         Remove unnecessary double-quotes.
4137         Don't test for acl_to_text; the build will catch that.
4138         Replace acl_entries if it doesn't exist and it is needed.
4139         Check for -lsec and acl_trivial (as used on Solaris 10).
4140         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4141         lib/file-has-acl.c.
4142         (Depends-on): Add sys_stat, for S_ISLNK.
4143
4144 2007-03-19  Ben Pfaff  <blp@gnu.org>
4145
4146         * doc/gnulib.texi: Fix typos.
4147         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4148
4149 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4150
4151         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4152         If size is zero here, buf must be zero.
4153
4154 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4155
4156         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4157         <bruno@clisp.org>.
4158
4159 2007-03-18  Bruno Haible  <bruno@clisp.org>
4160
4161         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4162         Suggested by Eric Blake.
4163
4164 2007-03-18  Ben Pfaff  <blp@gnu.org>
4165
4166         * doc/relocatable.texi: Recommend using as prefix a directory
4167         that does not exist and will never be created.  Based on
4168         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4169         and others.
4170
4171 2007-03-17  Bruno Haible  <bruno@clisp.org>
4172
4173         * lib/fchownat.c: Include lchown.h.
4174
4175 2007-03-17  Bruno Haible  <bruno@clisp.org>
4176
4177         Fix endless loop when the given allocated size was > INT_MAX.
4178         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4179         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4180         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4181         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4182         * lib/sprintf.c (sprintf): Likewise.
4183
4184 2007-03-17  Bruno Haible  <bruno@clisp.org>
4185
4186         * tests/test-argp-2.sh (func_compare): Output a context diff.
4187
4188 2007-03-17  Bruno Haible  <bruno@clisp.org>
4189
4190         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4191         locale's decimal-point character.
4192
4193 2007-03-17  Bruno Haible  <bruno@clisp.org>
4194
4195         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4196         before comparing it. Needed because on some platforms (e.g. x86) a
4197         'long double' occupies less bytes than sizeof (long double).
4198
4199 2007-03-17  Bruno Haible  <bruno@clisp.org>
4200
4201         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4202         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4203         * tests/test-getaddrinfo.c (simple): Likewise.
4204         * tests/test-read-file.c (main): Likewise.
4205
4206 2007-03-17  Bruno Haible  <bruno@clisp.org>
4207
4208         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4209
4210 2007-03-17  Bruno Haible  <bruno@clisp.org>
4211
4212         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4213         unused variable.
4214
4215 2007-03-17  Bruno Haible  <bruno@clisp.org>
4216
4217         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4218         * tests/test-c-strncasecmp.c: Likewise.
4219
4220 2007-03-17  Bruno Haible  <bruno@clisp.org>
4221
4222         * modules/stdlib (Depends-on): Add unistd.
4223         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4224         Needed for MacOS X 10.3.
4225
4226 2007-03-17  Bruno Haible  <bruno@clisp.org>
4227
4228         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4229
4230 2007-03-17  Bruno Haible  <bruno@clisp.org>
4231
4232         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4233
4234 2007-03-17  Bruno Haible  <bruno@clisp.org>
4235
4236         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4237         to reflect files copied from gnulib (with or without modifications).
4238         Suggested by Jim Meyering.
4239
4240 2007-03-17  Eric Blake  <ebb9@byu.net>
4241
4242         * NEWS: Document stdlib change from 2007-02-18.
4243
4244 2007-03-17  Jim Meyering  <jim@meyering.net>
4245
4246         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4247         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4248         someone uses a name containing shell meta-characters.
4249         Reported by Alfred M. Szmidt.
4250
4251         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4252
4253 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4254
4255         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4256         and copy gettext configuration files only if configure.ac contains
4257         a use of AM_GNU_GETTEXT_VERSION.
4258
4259 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4260
4261         * build-aux/bootstrap (gnulib_name): New variable.
4262         (gnulib_tool_options): Use it.
4263
4264 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4265
4266         * tests/test-des.c: Use new namespace.
4267
4268 2007-03-15  Bruno Haible  <bruno@clisp.org>
4269
4270         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4271         Reported by James Youngman <jay@gnu.org>.
4272
4273 2007-03-15  Bruno Haible  <bruno@clisp.org>
4274
4275         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4276         declared prototype. Needed with cc on OSF/1 5.1.
4277
4278 2007-03-15  Bruno Haible  <bruno@clisp.org>
4279
4280         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4281         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4282         (struct gl_list_implementation): Add dispose_fn argument to the
4283         'create_empty', 'create' methods.
4284         (struct gl_list_impl_base): Add field 'dispose_fn'.
4285         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4286         argument.
4287         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4288         dispose_fn argument.
4289         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4290         dispose_fn on the dropped values.
4291         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4292         dispose_fn argument.
4293         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4294         dropped values.
4295         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4296         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4297         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4298         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4299         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4300         argument.
4301         (gl_tree_list_free): Call dispose_fn on the dropped values.
4302         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4303         the dropped values.
4304         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4305         Add dispose_fn argument.
4306         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4307         Call dispose_fn on the dropped values.
4308         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4309         Add dispose_fn argument.
4310         (gl_sublist_create): Initialize the 'dispose_fn' field.
4311         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4312         * tests/test-array_list.c (main): Update.
4313         * tests/test-carray_list.c (main): Update.
4314         * tests/test-avltree_list.c (main): Update.
4315         * tests/test-rbtree_list.c (main): Update.
4316         * tests/test-avltreehash_list.c (main): Update.
4317         * tests/test-rbtreehash_list.c (main): Update.
4318         * tests/test-linked_list.c (main): Update.
4319         * tests/test-linkedhash_list.c (main): Update.
4320         * tests/test-array_oset.c (main): Update.
4321
4322 2007-03-15  Bruno Haible  <bruno@clisp.org>
4323
4324         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4325         (gl_oset_create_empty): Add dispose_fn argument.
4326         (struct gl_oset_implementation): Add dispose_fn argument to
4327         'create_empty' method.
4328         (struct gl_oset_impl_base): Add dispose_fn field.
4329         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4330         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4331         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4332         values.
4333         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4334         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4335         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4336         dropped value.
4337         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4338         dropped value.
4339         * tests/test-array_oset.c (main): Update.
4340         * tests/test-avltree_oset.c (main): Update.
4341         * tests/test-rbtree_oset.c (main): Update.
4342         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4343
4344 2007-03-13  Bruno Haible  <bruno@clisp.org>
4345
4346         * tests/test-stdbool.c (i): Update after last patch.
4347
4348 2007-03-12  Bruno Haible  <bruno@clisp.org>
4349
4350         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4351         the iswprint macro. Needed on Solaris 2.5.1.
4352
4353 2007-03-12  Bruno Haible  <bruno@clisp.org>
4354
4355         * tests/test-printf-frexp.c (main): Declare x as volatile.
4356
4357 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4358
4359         * doc/gnulib.texi (Build robot for gnulib): New section.
4360
4361 2007-03-12  Jim Meyering  <jim@meyering.net>
4362
4363         * build-aux/bootstrap: New file.
4364         * build-aux/bootstrap.conf: New file, from coreutils.
4365
4366 2007-03-11  Bruno Haible  <bruno@clisp.org>
4367
4368         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4369
4370 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4371
4372         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4373         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4374         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4375
4376 2007-03-11  Bruno Haible  <bruno@clisp.org>
4377
4378         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4379         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4380
4381 2007-03-11  Bruno Haible  <bruno@clisp.org>
4382
4383         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4384         formula. Needed for SunPRO C 5.0.
4385
4386 2007-03-11  Bruno Haible  <bruno@clisp.org>
4387
4388         * modules/long-options (Depends-on): Add getopt.
4389
4390 2007-03-11  Bruno Haible  <bruno@clisp.org>
4391
4392         * modules/modechange (Depends-on): Add stdbool.
4393
4394 2007-03-11  Bruno Haible  <bruno@clisp.org>
4395
4396         * modules/i-ring (Depends-on): Add stdbool.
4397
4398 2007-03-11  Bruno Haible  <bruno@clisp.org>
4399
4400         * modules/gc-des (Depends-on): Add stdbool.
4401
4402 2007-03-11  Bruno Haible  <bruno@clisp.org>
4403
4404         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4405
4406 2007-03-11  Bruno Haible  <bruno@clisp.org>
4407
4408         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4409
4410 2007-03-11  Bruno Haible  <bruno@clisp.org>
4411
4412         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4413
4414 2007-03-11  Bruno Haible  <bruno@clisp.org>
4415
4416         * lib/vasnprintf.c (sprintf): Undefine.
4417
4418 2007-03-11  Bruno Haible  <bruno@clisp.org>
4419
4420         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4421         initializers in SunPRO C and Compaq C compilers.
4422
4423 2007-03-11  Bruno Haible  <bruno@clisp.org>
4424
4425         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4426         decrementing code ANSI C compliant.
4427
4428 2007-03-11  Bruno Haible  <bruno@clisp.org>
4429
4430         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4431         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4432
4433 2007-03-11  Bruno Haible  <bruno@clisp.org>
4434
4435         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4436         <stdbool.h> substitute doesn't pass.
4437
4438 2007-03-11  Bruno Haible  <bruno@clisp.org>
4439
4440         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4441
4442 2007-03-11  Bruno Haible  <bruno@clisp.org>
4443
4444         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4445         script, for submission to autobuild.josefsson.org.
4446
4447 2007-03-10  Bruno Haible  <bruno@clisp.org>
4448
4449         * modules/canonicalize-lgpl-tests: New file.
4450         * tests/test-canonicalize-lgpl.sh: New file.
4451         * tests/test-canonicalize-lgpl.c: New file.
4452
4453         * modules/c-strcase-tests: New file.
4454         * tests/test-c-strcase.sh: New file.
4455         * tests/test-c-strcasecmp.c: New file.
4456         * tests/test-c-strncasecmp.c: New file.
4457
4458         * modules/atexit-tests: New file.
4459         * tests/test-atexit.sh: New file.
4460         * tests/test-atexit.c: New file.
4461
4462 2007-03-10  Bruno Haible  <bruno@clisp.org>
4463
4464         * tests/test-binary-io.sh: Use temporary filenames that are not so
4465         likely to clash with those of other tests (in a parallel make).
4466         * tests/test-binary-io.c: Likewise.
4467
4468 2007-03-10  Bruno Haible  <bruno@clisp.org>
4469
4470         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4471         fallback; use #error instead.
4472         Suggested by Simon Josefsson.
4473
4474 2007-03-10  Bruno Haible  <bruno@clisp.org>
4475
4476         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4477         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4478         first and the last.
4479
4480 2007-03-10  Bruno Haible  <bruno@clisp.org>
4481
4482         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4483
4484 2007-03-10  Bruno Haible  <bruno@clisp.org>
4485
4486         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4487         "make distcheck".
4488         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4489         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4490         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4491
4492 2007-03-10  Bruno Haible  <bruno@clisp.org>
4493
4494         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4495         variable.
4496         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4497         variable.
4498
4499 2007-03-09  Eric Blake  <ebb9@byu.net>
4500         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4501
4502         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4503         types are not being provided by gnulib.
4504         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4505         types are supported.
4506
4507 2007-03-10  Bruno Haible  <bruno@clisp.org>
4508
4509         * lib/stdio_.h (__attribute__): New macro.
4510         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4511         vsprintf): Specify __attribute__ __format__ for GCC.
4512         Suggested by Eric Blake.
4513
4514 2007-03-09  Bruno Haible  <bruno@clisp.org>
4515
4516         * modules/printf-posix-tests: New file.
4517         * tests/test-printf-posix.sh: New file.
4518         * tests/test-printf-posix.c: New file.
4519
4520         * modules/printf-posix: New file.
4521         * lib/printf.c: New file.
4522         * m4/printf-posix-rpl.m4: New file.
4523         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4524         REPLACE_PRINTF.
4525         * lib/stdio_.h (printf): New declaration.
4526         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4527         ____strfmon____): New macros.
4528         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4529         REPLACE_PRINTF.
4530
4531 2007-03-09  Bruno Haible  <bruno@clisp.org>
4532
4533         * tests/test-vasnprintf-posix2.sh: New file.
4534         * tests/test-vasnprintf-posix2.c: New file.
4535         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4536         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4537         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4538
4539         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4540         a locale dependent decimal point, rather than always '.'.
4541
4542 2007-03-09  Eric Blake  <ebb9@byu.net>
4543
4544         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4545         spite of platforms like Tandem/NSK that define it to -1.
4546
4547 2007-03-08  Bruno Haible  <bruno@clisp.org>
4548
4549         * modules/vprintf-posix-tests: New file.
4550         * tests/test-vprintf-posix.sh: New file.
4551         * tests/test-vprintf-posix.c: New file.
4552         * tests/test-printf-posix.h: New file.
4553
4554         * modules/vprintf-posix: New file.
4555         * lib/vprintf.c: New file.
4556         * m4/vprintf-posix.m4: New file.
4557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4558         REPLACE_VPRINTF.
4559         * lib/stdio_.h (vprintf): New declaration.
4560         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4561         REPLACE_VPRINTF.
4562
4563 2007-03-08  Bruno Haible  <bruno@clisp.org>
4564
4565         * modules/fprintf-posix-tests: New file.
4566         * tests/test-fprintf-posix.sh: New file.
4567         * tests/test-fprintf-posix.c: New file.
4568
4569         * modules/fprintf-posix: New file.
4570         * lib/fprintf.c: New file.
4571         * m4/fprintf-posix.m4: New file.
4572         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4573         REPLACE_FPRINTF.
4574         * lib/stdio_.h (fprintf): New declaration.
4575         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4576         REPLACE_FPRINTF.
4577
4578 2007-03-08  Bruno Haible  <bruno@clisp.org>
4579
4580         * modules/vfprintf-posix-tests: New file.
4581         * tests/test-vfprintf-posix.sh: New file.
4582         * tests/test-vfprintf-posix.c: New file.
4583         * tests/test-fprintf-posix.h: New file.
4584         * tests/test-fprintf-posix.out: New file.
4585
4586         * modules/vfprintf-posix: New file.
4587         * lib/vfprintf.c: New file.
4588         * m4/vfprintf-posix.m4: New file.
4589         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4590         REPLACE_VFPRINTF.
4591         * lib/stdio_.h (vfprintf): New declaration.
4592         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4593         REPLACE_VFPRINTF.
4594
4595 2007-03-08  Bruno Haible  <bruno@clisp.org>
4596
4597         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4598
4599 2007-03-08  Bruno Haible  <bruno@clisp.org>
4600
4601         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4602         instead of 'expr' invocations.
4603         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4604         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4605         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4606         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4607         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4608         Suggested by Paul Eggert.
4609
4610 2007-03-08  Bruno Haible  <bruno@clisp.org>
4611
4612         * modules/fseterr-tests: New file.
4613         * tests/test-fseterr.c: New file.
4614
4615         * modules/fseterr: New file.
4616         * lib/fseterr.h: New file.
4617         * lib/fseterr.c: New file.
4618
4619 2007-03-08  Bruno Haible  <bruno@clisp.org>
4620
4621         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4622         * lib/getopt_.h: Likewise.
4623         * lib/mbswidth.h: Likewise.
4624         * lib/setenv.h: Likewise.
4625         * lib/vasnprintf.h: Likewise.
4626         * lib/vasprintf.h: Likewise.
4627         * lib/verror.h: Likewise.
4628         * lib/xsetenv.h: Likewise.
4629         * lib/xvasprintf.h: Likewise.
4630
4631 2007-03-08  Jim Meyering  <jim@meyering.net>
4632
4633         * users.txt: Add parted.
4634
4635         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4636
4637 2007-03-07  Bruno Haible  <bruno@clisp.org>
4638
4639         * m4/printf.m4: Make the shell script snippets copy&pastable.
4640
4641 2007-03-02  Bruno Haible  <bruno@clisp.org>
4642
4643         * lib/netinet_in_.h: New file.
4644         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4645         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4646         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4647         (Depends-on): Add absolute-header.
4648         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4649         into netinet/in.h.
4650
4651 2007-03-03  Bruno Haible  <bruno@clisp.org>
4652
4653         * lib/sys_select_.h: New file.
4654         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4655         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4656         * modules/sys_select (Files): Add lib/sys_select_.h.
4657         (Depends-on): Add absolute-header.
4658         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4659         into sys/select.h.
4660
4661 2007-03-02  Bruno Haible  <bruno@clisp.org>
4662
4663         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4664         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4665         values.
4666         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4667         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4668         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4669         * modules/sys_socket (Depends-on): Add absolute-header.
4670         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4671         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4672         (Include): Remove requirement of inclusion of <sys/types.h>.
4673
4674 2007-03-02  Bruno Haible  <bruno@clisp.org>
4675
4676         * lib/byteswap_.h (bswap_32): Fix formula.
4677
4678 2007-03-06  Bruno Haible  <bruno@clisp.org>
4679
4680         * modules/sprintf-posix-tests: New file.
4681         * tests/test-sprintf-posix.c: New file.
4682
4683         * modules/sprintf-posix: New file.
4684         * lib/sprintf.c: New file.
4685         * m4/sprintf-posix.m4: New file.
4686         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4687         REPLACE_SPRINTF.
4688         * lib/stdio_.h (sprintf): New declaration.
4689         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4690         REPLACE_SPRINTF.
4691
4692 2007-03-06  Bruno Haible  <bruno@clisp.org>
4693
4694         * modules/vsprintf-posix-tests: New file.
4695         * tests/test-vsprintf-posix.c: New file.
4696         * tests/test-sprintf-posix.h: New file.
4697
4698         * modules/vsprintf-posix: New file.
4699         * lib/vsprintf.c: New file.
4700         * m4/vsprintf-posix.m4: New file.
4701         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4702         REPLACE_VSPRINTF.
4703         * lib/stdio_.h (vsprintf): New declaration.
4704         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4705         REPLACE_VSPRINTF.
4706
4707 2007-03-06  Bruno Haible  <bruno@clisp.org>
4708
4709         * modules/vsnprintf (Depend-on): Remove minmax.
4710
4711 2007-03-06  Bruno Haible  <bruno@clisp.org>
4712
4713         * modules/snprintf-posix-tests: New file.
4714         * tests/test-snprintf-posix.c: New file.
4715
4716         * modules/snprintf-posix: New file.
4717         * m4/snprintf-posix.m4: New file.
4718         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4719         gl_FUNC_SNPRINTF.
4720         (gl_FUNC_SNPRINTF): Invoke it.
4721         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4722         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4723         is set.
4724         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4725
4726 2007-03-06  Bruno Haible  <bruno@clisp.org>
4727
4728         * modules/vsnprintf-posix-tests: New file.
4729         * tests/test-vsnprintf-posix.c: New file.
4730         * tests/test-snprintf-posix.h: New file.
4731
4732         * modules/vsnprintf-posix: New file.
4733         * m4/vsnprintf-posix.m4: New file.
4734         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4735         gl_FUNC_VSNPRINTF.
4736         (gl_FUNC_VSNPRINTF): Invoke it.
4737         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4738         * lib/stdio_.h (vsnprintf): Define as a replacement if
4739         REPLACE_VSNPRINTF is set.
4740         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4741
4742 2007-03-06  Bruno Haible  <bruno@clisp.org>
4743
4744         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4745         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4746
4747 2007-03-06  Bruno Haible  <bruno@clisp.org>
4748
4749         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4750         (asinl): Declare also if HAVE_DECL_ASINL is set.
4751         (atanl): Declare also if HAVE_DECL_ATANL is set.
4752         (ceill): Declare also if HAVE_DECL_CEILL is set.
4753         (cosl): Declare also if HAVE_DECL_COSL is set.
4754         (expl): Declare also if HAVE_DECL_EXPL is set.
4755         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4756         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4757         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4758         (logl): Declare also if HAVE_DECL_LOGL is set.
4759         (sinl): Declare also if HAVE_DECL_SINL is set.
4760         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4761         (tanl): Declare also if HAVE_DECL_TANL is set.
4762         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4763         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4764         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4765         declaration of frexpl, ldexpl.
4766         * modules/printf-frexpl (Depends-on): Add math.
4767         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4768
4769 2007-03-05  Bruno Haible  <bruno@clisp.org>
4770
4771         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4772         frexpl and ldexpl are declared.
4773         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4774
4775 2007-03-05  Bruno Haible  <bruno@clisp.org>
4776
4777         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4778         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4779
4780 2007-03-05  Bruno Haible  <bruno@clisp.org>
4781
4782         * lib/stdio_.h: Include <stddef.h>.
4783
4784 2007-03-05  Bruno Haible  <bruno@clisp.org>
4785
4786         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4787
4788 2007-03-05  Bruno Haible  <bruno@clisp.org>
4789
4790         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4791         NetBSD 4, from Ralf Wildenhues.
4792
4793 2007-03-04  Bruno Haible  <bruno@clisp.org>
4794
4795         * lib/vasprintf.h: Update #if logic for the case when the functions
4796         exist but are overridden.
4797
4798 2007-03-04  Bruno Haible  <bruno@clisp.org>
4799
4800         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4801         implementations: glibc-2.4 and MacOS X 10.3.
4802         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4803         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4804         * tests/test-vasprintf-posix.c (test_function): Likewise.
4805
4806 2007-03-04  Bruno Haible  <bruno@clisp.org>
4807
4808         * modules/vasprintf-posix-tests: New file.
4809         * tests/test-vasprintf-posix.c: New file.
4810
4811         * modules/vasprintf-posix: New file.
4812         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4813         defined.
4814         * m4/vasprintf-posix.m4: New file.
4815         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4816         gl_FUNC_VASPRINTF.
4817         (gl_FUNC_VASPRINTF): Invoke it.
4818         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4819         here.
4820         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4821
4822 2007-03-04  Bruno Haible  <bruno@clisp.org>
4823
4824         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4825         REPLACE_GETTIMEOFDAY.
4826         * modules/sys_time (Makefile.am): Likewise.
4827         * m4/sys_time_h.m4: Likewise.
4828         * m4/gettimeofday.m4: Likewise.
4829
4830 2007-03-04  Bruno Haible  <bruno@clisp.org>
4831
4832         * modules/vasnprintf-posix-tests: New file.
4833         * tests/test-vasnprintf-posix.c: New file.
4834
4835         * modules/vasnprintf-posix: New file.
4836         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4837         printf-frexpl.h.
4838         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4839         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4840         REPLACE_VASNPRINTF is defined.
4841         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4842         gl_FUNC_VASNPRINTF.
4843         (gl_FUNC_VASNPRINTF): Invoke it.
4844         * m4/vasnprintf-posix.m4: New file.
4845         * m4/printf.m4: New file.
4846
4847 2007-03-04  Bruno Haible  <bruno@clisp.org>
4848
4849         Compile progreloc.c only if --enable-relocatable is specified.
4850         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4851         if --enable-relocatable was specified.
4852         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4853         lib_SOURCES.
4854
4855 2007-03-04  Jim Meyering  <jim@meyering.net>
4856
4857         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4858         Use it consistently, rather than enumerating errno constants.
4859
4860 2007-03-04  Bruno Haible  <bruno@clisp.org>
4861
4862         * modules/xvasprintf-tests: New file.
4863         * tests/test-xvasprintf.c: New file.
4864
4865         * modules/vasprintf-tests: New file.
4866         * tests/test-vasprintf.c: New file.
4867
4868         * modules/vasnprintf-tests: New file.
4869         * tests/test-vasnprintf.c: New file.
4870
4871         * modules/vsnprintf-tests: New file.
4872         * tests/test-vsnprintf.c: New file.
4873
4874         * modules/snprintf-tests: New file.
4875         * tests/test-snprintf.c: New file.
4876
4877 2007-03-04  Bruno Haible  <bruno@clisp.org>
4878
4879         Compile relocatable.c only if --enable-relocatable is specified.
4880         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4881         gl_RELOCATABLE_LIBRARY.
4882         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4883         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4884         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4885         gl_RELOCATABLE_LIBRARY.
4886         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4887         (Makefile.am): Remove lib_SOURCES.
4888         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4889         gl_RELOCATABLE_LIBRARY.
4890         (Makefile.am): Remove lib_SOURCES.
4891         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4892         always.
4893         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4894         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4895
4896 2007-03-04  Bruno Haible  <bruno@clisp.org>
4897
4898         * modules/argmatch-tests: New file.
4899         * tests/test-argmatch.c: New file.
4900
4901         * tests/test-allocsa.c (main): Halve the number of loop runs.
4902
4903         * modules/alloca-opt-tests: New file.
4904         * tests/test-alloca-opt.c: New file.
4905
4906 2007-03-04  Jim Meyering  <jim@meyering.net>
4907
4908         Work around difference between Linux ACLs and Solaris 10 ZFS.
4909         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4910         for EINVAL.
4911
4912 2007-03-03  Bruno Haible  <bruno@clisp.org>
4913
4914         * modules/relocatable-prog (Depends-on): Add back progreloc's
4915         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4916
4917 2007-03-03  Bruno Haible  <bruno@clisp.org>
4918
4919         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4920         * modules/relocatable-lib: New file.
4921
4922 2007-03-03  Bruno Haible  <bruno@clisp.org>
4923
4924         * modules/relocatable-prog: Renamed from modules/relocatable.
4925         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4926
4927 2007-03-03  Bruno Haible  <bruno@clisp.org>
4928
4929         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4930         m4/relocatable-lib.m4.
4931         (Depends-on): Remove 'relocatable'.
4932         (configure.ac): Add gl_RELOCATABLE_NOP.
4933
4934 2007-03-03  Bruno Haible  <bruno@clisp.org>
4935
4936         * modules/relocatable-prog-wrapper: New file.
4937         * modules/relocatable (Depends-on): Add it. Remove all other
4938         dependencies except progname.
4939         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4940
4941         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4942         (gl_FUNC_STRERROR): Nop.
4943         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4944
4945         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4946         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4947
4948         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4949         (gl_FUNC_READLINK): Update.
4950
4951         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4952
4953 2007-03-03  Bruno Haible  <bruno@clisp.org>
4954
4955         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4956         * modules/xreadlink (Depends-on): Add unistd.
4957         * modules/xreadlink-with-size (Depends-on): Likewise.
4958
4959 2007-03-03  Bruno Haible  <bruno@clisp.org>
4960
4961         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4962         extracted from gt_FUNC_SETENV.
4963         (gt_FUNC_SETENV): Remove macro.
4964         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4965         remove gt_FUNC_SETENV.
4966
4967 2007-03-03  Bruno Haible  <bruno@clisp.org>
4968
4969         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4970         ENABLE_RELOCATABLE here.
4971         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4972
4973 2007-03-03  Bruno Haible  <bruno@clisp.org>
4974
4975         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4976         * tests/test-rbtreehash_list.c: Include progname.h.
4977         (main): Call set_program_name.
4978
4979         * modules/rbtree-oset-tests (Depends-on): Add progname.
4980         * tests/test-rbtree_oset.c: Include progname.h.
4981         (main): Call set_program_name.
4982
4983         * modules/rbtree-list-tests (Depends-on): Add progname.
4984         * tests/test-rbtree_list.c: Include progname.h.
4985         (main): Call set_program_name.
4986
4987         * modules/linked-list-tests (Depends-on): Add progname.
4988         * tests/test-linked_list.c: Include progname.h.
4989         (main): Call set_program_name.
4990
4991 2007-03-03  Bruno Haible  <bruno@clisp.org>
4992
4993         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4994         All uses of __restrict changed to _Restrict_.
4995         * lib/glob_.h (__restrict): Remove macro.
4996
4997 2007-03-02  Bruno Haible  <bruno@clisp.org>
4998
4999         * modules/gettext (configure.ac): Require gettext infrastructure
5000         from version 0.16.1.
5001
5002 2007-03-02  Bruno Haible  <bruno@clisp.org>
5003
5004         * modules/linkedhash-list-tests (Depends-on): Add progname.
5005         * tests/test-linkedhash_list.c: Include progname.h.
5006         (main): Call set_program_name.
5007
5008         * modules/carray-list-tests (Depends-on): Add progname.
5009         * tests/test-carray_list.c: Include progname.h.
5010         (main): Call set_program_name.
5011
5012         * modules/avltreehash-list-tests (Depends-on): Add progname.
5013         * tests/test-avltreehash_list.c: Include progname.h.
5014         (main): Call set_program_name.
5015
5016         * modules/avltree-oset-tests (Depends-on): Add progname.
5017         * tests/test-avltree_oset.c: Include progname.h.
5018         (main): Call set_program_name.
5019
5020         * modules/avltree-list-tests (Depends-on): Add progname.
5021         * tests/test-avltree_list.c: Include progname.h.
5022         (main): Call set_program_name.
5023
5024         * modules/array-oset-tests (Depends-on): Add progname.
5025         * tests/test-array_oset.c: Include progname.h.
5026         (main): Call set_program_name.
5027
5028         * modules/array-list-tests (Depends-on): Add progname.
5029         * tests/test-array_list.c: Include progname.h.
5030         (main): Call set_program_name.
5031
5032         * modules/argp-tests (Depends-on): Add progname.
5033         * tests/test-argp.c: Include argp.h first. Include progname.h.
5034         (main): Call set_program_name.
5035
5036 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5037
5038         * doc/gnulib-tool.texi (Initial import): Reword description of
5039         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5040         limited effect even if defined after the first system include.
5041
5042 2007-03-01  Bruno Haible  <bruno@clisp.org>
5043
5044         * build-aux/config.libpath: Update to libtool-1.5.22.
5045         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5046
5047 2007-03-01  Bruno Haible  <bruno@clisp.org>
5048
5049         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5050         foo_CFLAGS.
5051         Reported by Ralf Wildenhues.
5052
5053 2007-03-01  Bruno Haible  <bruno@clisp.org>
5054
5055         * build-aux/install-reloc: Remove object files left over by some
5056         compilers.
5057         Reported by Ralf Wildenhues.
5058
5059 2007-03-01  Bruno Haible  <bruno@clisp.org>
5060
5061         * build-aux/install-reloc: Break long lines.
5062
5063 2007-03-01  Bruno Haible  <bruno@clisp.org>
5064
5065         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5066         Reported by Ralf Wildenhues.
5067
5068 2007-03-01  Bruno Haible  <bruno@clisp.org>
5069
5070         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5071         include ordering constraints.
5072
5073 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5074
5075         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5076         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5077         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5078         as another example.
5079         * lib/time_.h: Fix misspelling.
5080         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5081         Require gl_HEADER_TIME_H_DEFAULTS.
5082         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5083         * m4/time_r.m4 (gl_TIME_R): Likewise.
5084         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5085
5086 2007-03-01  Bruno Haible  <bruno@clisp.org>
5087
5088         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5089         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5090
5091 2007-03-01  Jim Meyering  <jim@meyering.net>
5092
5093         * modules/xreadlink (Maintainer): Add my name.
5094         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5095
5096 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5097             Bruno Haible  <bruno@clisp.org>
5098
5099         * build-aux/install-reloc: Compile also c-ctype.c.
5100         * build-aux/relocatable.sh.in: New file.
5101         * doc/relocatable.texi: New file.
5102         * doc/relocatable-maint.texi: New file.
5103         * doc/gnulib.texi: Include relocatable-maint.texi.
5104         * lib/progreloc.c: Include unistd.h unconditionally.
5105         * lib/relocwrapper.c: Include unistd.h unconditionally.
5106         Include c-ctype.h.
5107         (add_dotbin): Use c_tolower.
5108         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5109         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5110         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5111         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5112         to m4/relocatable-lib.m4.
5113         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5114         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5115         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5116         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5117         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5118         * modules/relocatable: New file.
5119         * modules/relocatable-lib: New file.
5120         * modules/relocatable-script: New file.
5121
5122 2007-02-28  Bruno Haible  <bruno@clisp.org>
5123
5124         Import --enable-relocatable infrastructure.
5125         * build-aux/config.libpath: New file, from GNU gettext.
5126         * build-aux/install-reloc: New file, from GNU gettext.
5127         * build-aux/reloc-ldflags: New file, from GNU gettext.
5128         * lib/relocatable.h: New file, from GNU gettext.
5129         * lib/relocatable.c: New file, from GNU gettext.
5130         * lib/relocwrapper.c: New file, from GNU gettext.
5131         * m4/relocatable.m4: New file, from GNU gettext.
5132
5133 2007-02-28  Bruno Haible  <bruno@clisp.org>
5134
5135         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5136
5137         * modules/xreadlink: New file, from GNU gettext with modifications.
5138         * lib/xreadlink.c: New file, from GNU gettext.
5139         * lib/xreadlink.h: Add comments.
5140         (xreadlink): New declaration.
5141
5142         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5143         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5144         lib/xreadlink-with-size.c.
5145         (configure.ac): Remove gl_XREADLINK invocation.
5146         (Makefile.am): Augment lib_SOURCES.
5147         * m4/xreadlink.m4: Remove file.
5148         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5149         (xreadlink_with_size): Renamed from xreadink.
5150         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5151         * modules/canonicalize (Depends-on): Replace xreadlink with
5152         xreadlink-with-size.
5153         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5154
5155 2007-02-25  Jim Meyering  <jim@meyering.net>
5156
5157         * build-aux/announce-gen: When complaining about excess arguments,
5158         list them.
5159
5160 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5161
5162         * README: Document signed integer overflow situation more
5163         accurately.
5164
5165 2007-02-25  Bruno Haible  <bruno@clisp.org>
5166
5167         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5168         'a' or 'A' conversion.
5169
5170 2007-02-25  Bruno Haible  <bruno@clisp.org>
5171
5172         * modules/filename: Renamed from modules/pathname.
5173         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5174         lib/concatpath.c with lib/concat-filename.c.
5175         (Makefile.am): Update.
5176         (Include): Replace pathname.h with filename.h.
5177         * lib/filename.h: Renamed from lib/pathname.h.
5178         (concatenated_filename): Renamed from concatenated_pathname.
5179         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5180         (concatenated_filename): Renamed from concatenated_pathname.
5181         * lib/findprog.c: Include filename.h instead of pathname.h.
5182         (find_in_path): Update.
5183         * lib/javacomp.c: Include filename.h instead of pathname.h.
5184         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5185         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5186         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5187         is_oldgcj_14_13_usable, is_javac_usable): Update.
5188         * lib/javaexec.c: Include filename.h instead of pathname.h.
5189         (execute_java_class): Update.
5190         * modules/findprog: Update.
5191         * modules/javacomp: Update.
5192         * modules/javaexec: Update.
5193         * MODULES.html.sh (File system functions): Add 'filename', remove
5194         'pathname'.
5195
5196 2007-02-25  Bruno Haible  <bruno@clisp.org>
5197
5198         * modules/printf-frexpl-tests: New file.
5199         * tests/test-printf-frexpl.c: New file.
5200
5201         * modules/printf-frexpl: New file.
5202         * lib/printf-frexpl.h: New file.
5203         * lib/printf-frexpl.c: New file.
5204         * m4/printf-frexpl.m4: New file.
5205
5206 2007-02-25  Bruno Haible  <bruno@clisp.org>
5207
5208         * modules/printf-frexp-tests: New file.
5209         * tests/test-printf-frexp.c: New file.
5210
5211         * modules/printf-frexp: New file.
5212         * lib/printf-frexp.h: New file.
5213         * lib/printf-frexp.c: New file.
5214         * m4/printf-frexp.m4: New file.
5215
5216 2007-02-25  Bruno Haible  <bruno@clisp.org>
5217
5218         Assume automake >= 1.10 for the tests.
5219         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5220         * modules/arctwo-tests: Likewise.
5221         * modules/argp-tests: Likewise.
5222         * modules/avltree-list-tests: Likewise.
5223         * modules/avltree-oset-tests: Likewise.
5224         * modules/avltreehash-list-tests: Likewise.
5225         * modules/carray-list-tests: Likewise.
5226         * modules/crc-tests: Likewise.
5227         * modules/des-tests: Likewise.
5228         * modules/gc-arcfour-tests: Likewise.
5229         * modules/gc-arctwo-tests: Likewise.
5230         * modules/gc-des-tests: Likewise.
5231         * modules/gc-hmac-md5-tests: Likewise.
5232         * modules/gc-hmac-sha1-tests: Likewise.
5233         * modules/gc-md2-tests: Likewise.
5234         * modules/gc-md4-tests: Likewise.
5235         * modules/gc-md5-tests: Likewise.
5236         * modules/gc-pbkdf2-sha1-tests: Likewise.
5237         * modules/gc-rijndael-tests: Likewise.
5238         * modules/gc-sha1-tests: Likewise.
5239         * modules/gc-tests: Likewise.
5240         * modules/getaddrinfo-tests: Likewise.
5241         * modules/hmac-md5-tests: Likewise.
5242         * modules/hmac-sha1-tests: Likewise.
5243         * modules/linked-list-tests: Likewise.
5244         * modules/linkedhash-list-tests: Likewise.
5245         * modules/lock-tests: Likewise.
5246         * modules/md2-tests: Likewise.
5247         * modules/md4-tests: Likewise.
5248         * modules/md5-tests: Likewise.
5249         * modules/rbtree-list-tests: Likewise.
5250         * modules/rbtree-oset-tests: Likewise.
5251         * modules/rbtreehash-list-tests: Likewise.
5252         * modules/read-file-tests: Likewise.
5253         * modules/rijndael-tests: Likewise.
5254         * modules/stdint-tests: Likewise.
5255         * modules/tls-tests: Likewise.
5256
5257 2007-02-24  Bruno Haible  <bruno@clisp.org>
5258
5259         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5260         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5261         function; instead check whether isnan with a double argument links.
5262         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5263         function; instead check whether isnan with a 'long double' argument
5264         links.
5265         Reported by Eric Blake <ebb9@byu.net>.
5266
5267 2007-02-24  Bruno Haible  <bruno@clisp.org>
5268
5269         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5270         defined.
5271         * lib/isnanl.c: Remove all code. Just include isnan.c.
5272         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5273
5274 2007-02-25  Jim Meyering  <jim@meyering.net>
5275
5276         Avoid conflicting types for 'unsetenv' on FreeBSD.
5277         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5278         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5279         in stdlib.h.
5280
5281 2007-02-24  Bruno Haible  <bruno@clisp.org>
5282
5283         * modules/isnanl-nolibm-tests: New file.
5284         * tests/test-isnanl.c: New file.
5285
5286         * modules/isnanl-nolibm: New file.
5287         * lib/isnanl.h: New file.
5288         * lib/isnanl.c: New file.
5289         * m4/isnanl.m4: New file.
5290
5291 2007-02-24  Bruno Haible  <bruno@clisp.org>
5292
5293         * modules/isnan-nolibm-tests: New file.
5294         * tests/test-isnan.c: New file.
5295
5296         * modules/isnan-nolibm: New file.
5297         * lib/isnan.h: New file.
5298         * lib/isnan.c: New file.
5299         * m4/isnan.m4: New file.
5300
5301 2007-02-24  Bruno Haible  <bruno@clisp.org>
5302
5303         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5304         assume that an exponent fits in 20 bits.
5305
5306 2007-02-24  Jim Meyering  <jim@meyering.net>
5307
5308         * m4/regex.m4: Update the description of the configure-time option,
5309         --without-included-regex, to state accurately what the defaults are,
5310         and perhaps to give people an idea why using this option is risky.
5311
5312 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5313
5314         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5315         loops on small arguments.  This attempts to avoid the problem
5316         Bruno Haible reported for AIX 4.3.2 in
5317         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5318
5319 2007-02-23  Bruno Haible  <bruno@clisp.org>
5320
5321         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5322         Needed for help2man.
5323
5324 2007-02-23  Karl Berry  <karl@gnu.org>
5325
5326         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5327         exists, foo.h should be cvs-ignored, not committed.
5328
5329 2007-02-23  Eric Blake  <ebb9@byu.net>
5330
5331         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5332         * lib/stat-time.h (includes): Likewise.
5333         * lib/utimecmp.c (includes): Likewise.
5334         * lib/utimens.h (includes): Likewise.
5335         * lib/getdate.y (includes): Also include "timespec.h" for use
5336         internal to the module.
5337         * modules/utimens (Depends-on): Revert yesterday's patch.
5338         * modules/nanosleep (Depends-on): Add missing dependency.
5339
5340 2007-02-22  Bruno Haible  <bruno@clisp.org>
5341
5342         * lib/glob.c: Don't include getlogin_r.h.
5343
5344 2007-02-22  Jim Meyering  <jim@meyering.net>
5345
5346         * modules/utimens (Depends-on): Add timespec, required for
5347         utimens.h's inclusion of timespec.h.
5348
5349 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5350
5351         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5352         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5353         Schwab in
5354         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5355         I'll try to think of a better way to fix the Solaris problem.
5356
5357         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5358         like glibc; on Solaris 10, it fails with errno == EINVAL.
5359         POSIX says the behavior is unspecified if the first argument is NULL,
5360         so play it safe and never pass NULL to the system getcwd.
5361
5362 2007-02-21  Jim Meyering  <jim@meyering.net>
5363
5364         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5365         of gettimeofday.  It would conflict with the one now always
5366         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5367         an IRIX 6.5 build failure.
5368
5369 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5370
5371         Minor fixups to port to Solaris 10 with Sun C 5.8.
5372         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5373         * modules/getcwd (Depends-on): Add dirfd.
5374         * lib/putenv.c (putenv): #undef it.
5375         (rpl_putenv): New decl.
5376         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5377
5378 2007-02-20  Bruno Haible  <bruno@clisp.org>
5379
5380         * modules/stdio-tests: New file.
5381         * tests/test-stdio.c: New file.
5382
5383         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5384         (Depends-on): Add stdio.
5385         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5386         (Include): Use <stdio.h> instead of vsnprintf.h.
5387         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5388         HAVE_DECL_VSNPRINTF.
5389         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5390
5391         * modules/snprintf (Files): Remove lib/snprintf.h.
5392         (Depends-on): Add stdio.
5393         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5394         (Include): Use <stdio.h> instead of snprintf.h.
5395         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5396         HAVE_DECL_SNPRINTF.
5397         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5398         * lib/getaddrinfo.c: Likewise.
5399
5400         * modules/stdio: New file.
5401         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5402         * lib/snprintf.h: Remove file.
5403         * lib/vsnprintf.h: Remove file.
5404         * lib/.cppi-disable: Remove snprintf.h.
5405         * m4/stdio_h.m4: New file.
5406         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5407
5408 2007-02-20  Jim Meyering  <jim@meyering.net>
5409
5410         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5411         used by e.g., mingw.  From Bruno Haible.
5412
5413 2007-02-19  Bruno Haible  <bruno@clisp.org>
5414
5415         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5416         warnings.
5417         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5418
5419 2007-02-19  Bruno Haible  <bruno@clisp.org>
5420
5421         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5422         from mingw users.
5423
5424 2007-02-19  Bruno Haible  <bruno@clisp.org>
5425
5426         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5427         warnings.
5428         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5429
5430 2007-02-19  Jim Meyering  <jim@meyering.net>
5431
5432         Don't use FD after a successful "fdopendir (fd)".
5433         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5434         Reset it by calling dirfd on the just-obtained DIR*.
5435
5436         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5437         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5438
5439 2007-02-18  Bruno Haible  <bruno@clisp.org>
5440
5441         * lib/readlink.c: Include <unistd.h>.
5442         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5443         HAVE_READLINK.
5444         * modules/readlink (Depends-on): Add unistd.
5445         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5446         (Include): Add <unistd.h>.
5447
5448         * lib/getlogin_r.h: Remove file.
5449         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5450         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5451         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5452         HAVE_DECL_GETLOGIN_R.
5453         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5454         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5455         (Include): Use <unistd.h> instead of getlogin_r.h.
5456
5457         * lib/getcwd.h: Remove file.
5458         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5459         * lib/xgetcwd.c: Likewise.
5460         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5461         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5462         * modules/getcwd (Files): Remove lib/getcwd.h.
5463         (Depends-on): Add unistd.
5464         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5465         (Include): Use <unistd.h> instad of getcwd.h.
5466
5467         * lib/ftruncate.c: Include <unistd.h> first.
5468         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5469         Set HAVE_FTRUNCATE.
5470         * modules/ftruncate (Depends-on): Add unistd.
5471         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5472
5473         * lib/fchdir.c: Include <unistd.h> first.
5474         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5475         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5476         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5477         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5478         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5479
5480         * lib/dup2.c: Include <unistd.h> first.
5481         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5482         HAVE_DUP2.
5483         * modules/dup2 (Depends-on): Add unistd.
5484         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5485
5486         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5487         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5488         REPLACE_CHOWN. Don't define chown as a macro here.
5489         * modules/chown (Depends-on): Add unistd.
5490         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5491
5492         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5493         Add definition for GL_LINK_WARNING.
5494         (chown, dup2): New declarations.
5495         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5496         link warning.
5497         (ftruncate): New declaration.
5498         (getcwd): New declaration, taken from old getcwd.h.
5499         (getlogin_r): New declaration, taken from old getlogin_r.h.
5500         (readlink): New declaration.
5501         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5502         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5503         (gl_PREREQ_UNISTD): Remove macro.
5504         (gl_UNISTD_MODULE_INDICATOR): New macro.
5505         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5506         many new variables. Don't set UNISTD_H.
5507         * modules/unistd (Description): Change.
5508         (Depends-on): Add link-warning.
5509         (configure.ac): Update.
5510         (Makefile.am): Create unistd.h always. Substitute many new variables
5511         into it.
5512
5513 2007-02-18  Bruno Haible  <bruno@clisp.org>
5514
5515         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5516         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5517         HAVE_GETSUBOPT.
5518         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5519         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5520         * lib/getsubopt.h: Remove file.
5521         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5522         (Depends-on): Add stdlib.
5523         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5524         (Includes): Use <stdlib.h> instead of getsubopt.h.
5525         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5526         Set HAVE_GETSUBOPT.
5527         * lib/getsubopt.c: Don't include getsubopt.h.
5528
5529 2007-02-18  Bruno Haible  <bruno@clisp.org>
5530
5531         * modules/fchdir (Depends-on): Add dup2.
5532
5533 2007-02-18  Bruno Haible  <bruno@clisp.org>
5534
5535         * lib/stdlib_.h: Handle glibc's special invocation convention
5536         specially.
5537
5538 2007-02-18  Bruno Haible  <bruno@clisp.org>
5539
5540         * modules/stdlib-tests: New file.
5541         * tests/test-stdlib.c: New file.
5542
5543         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5544         (Depends-on): Add stdlib.
5545         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5546         (Includes): Use <stdlib.h> instead of mkstemp.h.
5547         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5548         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5549         * lib/mkstemp.c: Don't include mkstemp.h.
5550         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5551         * lib/stdlib--.h: Don't include mkstemp.h.
5552
5553         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5554         (Depends-on): Add stdlib.
5555         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5556         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5557         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5558         HAVE_MKDTEMP.
5559         * lib/mkdtemp.c: Don't include mkdtemp.h.
5560         * lib/clean-temp.c: Don't include mkdtemp.h.
5561
5562         * modules/exit (Files): Remove lib/exit.h.
5563         (Depends-on): Add stdlib.
5564         (Makefile.am): Remove lib_SOURCES.
5565         (Include): Use <stdlib.h> instead of exit.h.
5566         * lib/argmatch.c: Don't include exit.h.
5567         * lib/execute.c: Likewise.
5568         * lib/pagealign_alloc.c: Likewise.
5569         * lib/pipe.c: Likewise.
5570         * lib/wait-process.c: Likewise.
5571         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5572         * lib/exitfail.c: Likewise.
5573         * lib/savewd.c: Likewise.
5574         * lib/xsetenv.c: Likewise.
5575
5576         * modules/stdlib: New file.
5577         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5578         and extra comments about mkstemp().
5579         * lib/exit.h: Remove file.
5580         * lib/mkdtemp.h: Remove file.
5581         * lib/mkstemp.h: Remove file.
5582         * m4/stdlib_h.m4: New file.
5583         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5584
5585 2007-02-18  Bruno Haible  <bruno@clisp.org>
5586
5587         * modules/math-tests: New file.
5588         * tests/test-math.c: New file.
5589
5590         * modules/math: New file.
5591         * modules/mathl (Files): Remove lib/mathl.h.
5592         (Depends-on): Add math.
5593         (Makefile.am): Don't mention mathl.h.
5594         (Include): Use <math.h> instead of mathl.h.
5595         * lib/math_.h: New file.
5596         * lib/mathl.h: Remove file.
5597         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5598         mathl.h.
5599         * lib/asinl.c: Likewise.
5600         * lib/atanl.c: Likewise.
5601         * lib/ceill.c: Likewise.
5602         * lib/cosl.c: Likewise.
5603         * lib/expl.c: Likewise.
5604         * lib/floorl.c: Likewise.
5605         * lib/frexpl.c: Likewise.
5606         * lib/ldexpl.c: Likewise.
5607         * lib/logl.c: Likewise.
5608         * lib/sincosl.c: Likewise.
5609         * lib/sinl.c: Likewise.
5610         * lib/sqrtl.c: Likewise.
5611         * lib/tanl.c: Likewise.
5612         * lib/trigl.c: Likewise.
5613         * m4/math_h.m4: New file.
5614         * MODULES.html.sh (Mathematics): Add math.
5615
5616 2007-02-17  Bruno Haible  <bruno@clisp.org>
5617
5618         * modules/wctype-tests: New file.
5619         * tests/test-wctype.c: New file.
5620
5621         * modules/wchar-tests: New file.
5622         * tests/test-wchar.c: New file.
5623
5624         * modules/unistd-tests: New file.
5625         * tests/test-unistd.c: New file.
5626
5627         * modules/time-tests: New file.
5628         * tests/test-time.c: New file.
5629
5630         * modules/sysexits-tests: New file.
5631         * tests/test-sysexits.c: New file.
5632
5633         * modules/sys_time-tests: New file.
5634         * tests/test-sys_time.c: New file.
5635
5636         * modules/sys_stat-tests: New file.
5637         * tests/test-sys_stat.c: New file.
5638
5639         * modules/sys_socket-tests: New file.
5640         * tests/test-sys_socket.c: New file.
5641
5642         * modules/sys_select-tests: New file.
5643         * tests/test-sys_select.c: New file.
5644
5645         * modules/string-tests: New file.
5646         * tests/test-string.c: New file.
5647
5648         * modules/stdbool-tests: New file.
5649         * tests/test-stdbool.c: New file.
5650
5651         * modules/netinet_in-tests: New file.
5652         * tests/test-netinet_in.c: New file.
5653
5654         * modules/inttypes-tests: New file.
5655         * tests/test-inttypes.c: New file.
5656
5657         * modules/fcntl-tests: New file.
5658         * tests/test-fcntl.c: New file.
5659
5660         * modules/byteswap-tests: New file.
5661         * tests/test-byteswap.c: New file.
5662
5663         * modules/arpa_inet-tests: New file.
5664         * tests/test-arpa_inet.c: New file.
5665
5666 2007-02-17  Bruno Haible  <bruno@clisp.org>
5667
5668         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5669         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5670         if the corresponding module is not enabled. Emit link warnings if
5671         the function is used nevertheless.
5672         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5673         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5674         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5675         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5676         * modules/inttypes (Depends-on): Add link-warning.
5677         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5678         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5679         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5680         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5681         * modules/imaxdiv (configure.ac): Likewise.
5682         * modules/strtoimax (configure.ac): Likewise.
5683         * modules/strtoumax (configure.ac): Likewise.
5684
5685 2007-02-17  Bruno Haible  <bruno@clisp.org>
5686
5687         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5688         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5689         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5690         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5691
5692 2007-02-17  Bruno Haible  <bruno@clisp.org>
5693
5694         * modules/link-warning: New file.
5695         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5696         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5697         * modules/string (Depends-on): Add link-warning.
5698         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5699         string.h.
5700         * MODULES.html.sh (Support for building libraries and executables): Add
5701         link-warning.
5702
5703 2007-02-17  Bruno Haible  <bruno@clisp.org>
5704
5705         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5706         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5707         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5708         long lines.
5709
5710 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5711             Bruno Haible  <bruno@clisp.org>
5712
5713         * modules/tmpfile: New file.
5714         * lib/tmpfile.c: New file.
5715         * m4/tmpfile.m4: New file.
5716         * MODULES.html.sh (func_all_modules): New section "Input/output".
5717
5718 2007-02-15  Bruno Haible  <bruno@clisp.org>
5719
5720         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5721         (supports_delete_on_close): New function.
5722         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5723
5724 2007-02-14  Bruno Haible  <bruno@clisp.org>
5725
5726         * modules/mbspcasecmp-tests: New file.
5727         * tests/test-mbspcasecmp.sh: New file.
5728         * tests/test-mbspcasecmp.c: New file.
5729
5730         New module mbspcasecmp.
5731         * modules/mbspcasecmp: New file.
5732         * lib/mbspcasecmp.c: New file.
5733         * lib/string_.h (strncasecmp): Change warning message.
5734         (mbspcasecmp): New declaration.
5735         * m4/mbspcasecmp.m4: New file.
5736         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5737         GNULIB_MBSPCASECMP.
5738         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5739         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5740
5741 2007-02-14  Bruno Haible  <bruno@clisp.org>
5742
5743         * modules/mbsncasecmp-tests: New file.
5744         * tests/test-mbsncasecmp.sh: New file.
5745         * tests/test-mbsncasecmp.c: New file.
5746
5747         New module mbsncasecmp.
5748         * modules/mbsncasecmp: New file.
5749         * lib/mbsncasecmp.c: New file.
5750         * lib/string_.h (mbsncasecmp): New declaration.
5751         * m4/mbsncasecmp.m4: New file.
5752         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5753         GNULIB_MBSNCASECMP.
5754         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5755         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5756
5757 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5758
5759         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5760         Verify that it doesn't overlap with our flags.
5761         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5762         do not have the desired effect in multibyte locales; instead, use
5763         mbscasecmp.
5764         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5765         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5766         we don't require GNU fnmatch ourselves (if our users require it, they
5767         should do so explicitly).
5768
5769         Fix regex code so it doesn't rely on strcasecmp.
5770         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5771         Otherwise, include gnulib's langinfo.h.
5772         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5773         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5774         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5775         * modules/regex (FILES): Remove m4/codeset.m4.
5776         (Depends-on): Add localcharset.  Remove strcase.
5777
5778 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5779
5780         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5781         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5782
5783 2007-02-13  Bruno Haible  <bruno@clisp.org>
5784
5785         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5786         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5787
5788 2007-02-12  Bruno Haible  <bruno@clisp.org>
5789
5790         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5791         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5792         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5793         time warning rather than a link error.
5794
5795 2007-02-12  Bruno Haible  <bruno@clisp.org>
5796
5797         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5798         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5799         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5800
5801 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5802
5803         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5804         args, not 2.
5805
5806 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5807
5808         New module 'time', so that apps can include <time.h> as per
5809         POSIX and GNU instead of separate include files like time_r.h
5810         and timegm.h.  This implementation tries out a simpler approach
5811         for replacing decls in standard include files (as compared to
5812         the string module), somewhat as an experiment.
5813
5814         * config/srclist.txt: Comment out mktime.c for now.
5815         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5816         since it doesn't apply any more.  Use generic wording instead.
5817         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5818         'time'.
5819         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5820         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5821         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5822         Don't include <sys/types.h>; no longer needed since we assume C89.
5823         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5824         * lib/strftime.c: Likewise.
5825         * lib/time_r.c: Likewise.
5826         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5827         * lib/nanosleep.c: Include <time.h> first, to check interface.
5828         * lib/strptime.c: Likewise.
5829         * lib/time_r.c: Likewise.
5830         * lib/timegm.c: Likewise.
5831         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5832         needed.
5833         * lib/timegm.c: Don't include timegm.h; no longer needed.
5834         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5835         time.h now handles any problems in that area.
5836         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5837         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5838         that time.h defines struct timespec.
5839         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5840         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5841         handles that.
5842         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5843         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5844         needed.  Set REPLACE_LOCALTIME.
5845         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5846         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5847         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5848         nanosleep; time_h.m4 now does that.  Don't require
5849         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5850         module handles this now.
5851         * modules/getdate (Depends-on): Remove timespec.  Add time.
5852         * modules/nanosleep (Depends-on): Likewise.
5853         * modules/stat-time (Depends-on): Likewise.
5854         * modules/nanosleep (Include): Include time.h, not timespec.h.
5855         * modules/strptime (Files): Remove lib/strptime.h.
5856         (Depends-on): Add extensions, time.
5857         (Include): Include time.h, not strptime.h.
5858         * modules/time_r (Files): Remove lib/time_r.h.
5859         (Depends-on): Add time.
5860         (Include): Include time.h, not time_r.h.
5861         * modules/timegm: Likewise.
5862         * modules/timespec (Description): Now does timespec-related decls
5863         of our own, instead of struct timespec itself.
5864         (Depends-on): Add time; remove extensions.
5865         (Maintainer): Add self.
5866         * modules/utimecmp (Depends-on): Add time; remove timespec.
5867         * modules/utimens (Depends-on): Likewise.
5868         * modules/xnanosleep (Depends-on): Likewise.
5869
5870 2007-02-11  Bruno Haible  <bruno@clisp.org>
5871
5872         * lib/c-strstr.c: Include allocsa.h.
5873         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5874         * lib/c-strcasestr.c: Include allocsa.h.
5875         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5876         * lib/strcasestr.c: Include allocsa.h.
5877         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5878         * lib/mbsstr.c: Include allocsa.h.
5879         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5880         allocsa/freesa instead of malloc/free.
5881         * lib/mbscasestr.c: Include allocsa.h.
5882         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5883         allocsa/freesa instead of malloc/free.
5884         * modules/c-strstr (Depends-on): Add allocsa.
5885         * modules/c-strcasestr (Depends-on): Likewise.
5886         * modules/strcasestr (Depends-on): Likewise.
5887         * modules/mbsstr (Depends-on): Likewise.
5888         * modules/mbscasestr (Depends-on): Likewise.
5889
5890 2007-02-11  Bruno Haible  <bruno@clisp.org>
5891
5892         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5893
5894         * modules/mbsspn-tests: New file.
5895         * tests/test-mbsspn.sh: New file.
5896         * tests/test-mbsspn.c: New file.
5897
5898 2007-02-11  Bruno Haible  <bruno@clisp.org>
5899
5900         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5901
5902         * modules/mbspbrk-tests: New file.
5903         * tests/test-mbspbrk.sh: New file.
5904         * tests/test-mbspbrk.c: New file.
5905
5906 2007-02-11  Bruno Haible  <bruno@clisp.org>
5907
5908         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5909         unneeded cast.
5910
5911         * modules/mbscspn-tests: New file.
5912         * tests/test-mbscspn.sh: New file.
5913         * tests/test-mbscspn.c: New file.
5914
5915 2007-02-11  Bruno Haible  <bruno@clisp.org>
5916
5917         * modules/mbscasecmp-tests: New file.
5918         * tests/test-mbscasecmp.sh: New file.
5919         * tests/test-mbscasecmp.c: New file.
5920
5921 2007-02-11  Bruno Haible  <bruno@clisp.org>
5922
5923         Ensure O(n) worst-case complexity of mbscasestr.
5924         * lib/mbscasestr.c: Include stdbool.h.
5925         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5926         functions.
5927         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5928         the bookkeeping indicates that it's worth it.
5929         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5930
5931         * modules/mbscasestr-tests: New file.
5932         * tests/test-mbscasestr1.c: New file.
5933         * tests/test-mbscasestr2.sh: New file.
5934         * tests/test-mbscasestr2.c: New file.
5935         * tests/test-mbscasestr3.sh: New file.
5936         * tests/test-mbscasestr3.c: New file.
5937         * tests/test-mbscasestr4.sh: New file.
5938         * tests/test-mbscasestr4.c: New file.
5939         * m4/locale-tr.m4: New file.
5940
5941 2007-02-11  Bruno Haible  <bruno@clisp.org>
5942
5943         Ensure O(n) worst-case complexity of mbsstr.
5944         * lib/mbsstr.c: Include stdbool.h.
5945         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5946         functions.
5947         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5948         bookkeeping indicates that it's worth it.
5949         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5950
5951         * modules/mbsstr-tests: New file.
5952         * tests/test-mbsstr1.c: New file.
5953         * tests/test-mbsstr2.sh: New file.
5954         * tests/test-mbsstr2.c: New file.
5955         * tests/test-mbsstr3.sh: New file.
5956         * tests/test-mbsstr3.c: New file.
5957         * m4/locale-fr.m4: New file.
5958
5959 2007-02-11  Bruno Haible  <bruno@clisp.org>
5960
5961         * lib/mbsrchr.c (mbsrchr): Fix bug.
5962
5963         * modules/mbsrchr-tests: New file.
5964         * tests/test-mbsrchr.sh: New file.
5965         * tests/test-mbsrchr.c: New file.
5966
5967 2007-02-11  Bruno Haible  <bruno@clisp.org>
5968
5969         * lib/mbschr.c (mbschr): Fix bug.
5970
5971         * modules/mbschr-tests: New file.
5972         * tests/test-mbschr.sh: New file.
5973         * tests/test-mbschr.c: New file.
5974         * m4/locale-zh.m4: New file.
5975
5976 2007-02-11  Bruno Haible  <bruno@clisp.org>
5977
5978         Support for copying multibyte string iterators.
5979         * lib/mbiter.h: Include <string.h>.
5980         (mbiter_multi_copy): New function.
5981         (mbi_copy): New macro.
5982         * lib/mbuiter.h: Include <string.h>.
5983         (mbuiter_multi_copy): New function.
5984         (mbui_copy): New macro.
5985
5986 2007-02-11  Bruno Haible  <bruno@clisp.org>
5987
5988         New module mbslen.
5989         * modules/mbslen: New file.
5990         * lib/mbslen.c: New file.
5991         * lib/string_.h (mbslen): New declaration.
5992         * m4/mbslen.m4: New file.
5993         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5994         GNULIB_MBSLEN.
5995         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5996         * MODULES.html.sh (Internationalization functions): Add mbslen.
5997
5998 2007-02-11  Bruno Haible  <bruno@clisp.org>
5999
6000         Ensure O(n) worst-case complexity of strcasestr substitute.
6001         * lib/strcasestr.c: Include stdbool.h.
6002         (knuth_morris_pratt): New function.
6003         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6004         bookkeeping indicates that it's worth it.
6005         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6006
6007         * modules/strcasestr-tests: New file.
6008         * tests/test-strcasestr.c: New file.
6009
6010 2007-02-11  Bruno Haible  <bruno@clisp.org>
6011
6012         Ensure O(n) worst-case complexity of c_strcasestr.
6013         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6014         (knuth_morris_pratt): New function.
6015         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6016         the bookkeeping indicates that it's worth it.
6017         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6018
6019         * modules/c-strcasestr-tests: New file.
6020         * tests/test-c-strcasestr.c: New file.
6021
6022 2007-02-11  Bruno Haible  <bruno@clisp.org>
6023
6024         Ensure O(n) worst-case complexity of c_strstr.
6025         * lib/c-strstr.c: Include stdbool.h, string.h.
6026         (knuth_morris_pratt): New function.
6027         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6028         bookkeeping indicates that it's worth it.
6029         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6030
6031         * lib/c-strstr.c: Complete rewrite for maintainability.
6032
6033         * modules/c-strstr-tests: New file.
6034         * tests/test-c-strstr.c: New file.
6035
6036 2007-02-11  Bruno Haible  <bruno@clisp.org>
6037
6038         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6039         5.2.1 and earlier, whereby \055 was treated just like the range
6040         delimiter '-'.
6041         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6042
6043 2007-02-08  Bruno Haible  <bruno@clisp.org>
6044
6045         * modules/regex (Depends-on): Add stdbool.
6046         Reported by Dalibor Topic <robilad@kaffe.org>.
6047
6048 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6049
6050         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6051         Prefer returning from main to exiting from it.
6052         Remove unnecessary parens after sizeof.
6053
6054 2007-02-05  Bruno Haible  <bruno@clisp.org>
6055
6056         New module mbssep.
6057         * modules/mbssep: New file.
6058         * lib/mbssep.c: New file.
6059         * lib/string_.h (strsep): Add a conditional link warning.
6060         (mbssep): New declaration.
6061         * m4/mbssep.m4: New file.
6062         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6063         GNULIB_MBSSEP.
6064         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6065         * MODULES.html.sh (Internationalization functions): Add mbssep.
6066
6067 2007-02-05  Bruno Haible  <bruno@clisp.org>
6068
6069         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6070         Optimize search in case of 1 delimiter.
6071
6072 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6073
6074         * lib/acl.h: Include sys/types.h before sys/acl.h.
6075
6076 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6077
6078         Merge upstream fix for glibc bugzilla #3957:
6079
6080         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6081
6082         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6083         bit for RE_HAT_LISTS_NOT_NEWLINE.
6084         (build_charclass_op): Remove bogus comment.
6085
6086 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6087
6088         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6089
6090 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6091
6092         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6093         * lib/memmem.c [!defined _LIBC]: Include config.h.
6094
6095 2007-02-04  Bruno Haible  <bruno@clisp.org>
6096
6097         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6098         warning message.
6099
6100 2007-02-04  Bruno Haible  <bruno@clisp.org>
6101
6102         New module mbstok_r.
6103         * modules/mbstok_r: New file.
6104         * lib/mbstok_r.c: New file.
6105         * lib/string_.h (strtok_r): Change argument names to match the
6106         comments. Add a conditional link warning.
6107         (mbstok_r): New declaration.
6108         * m4/mbstok_r.m4: New file.
6109         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6110         GNULIB_MBSTOK_R.
6111         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6112         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6113
6114 2007-02-04  Bruno Haible  <bruno@clisp.org>
6115
6116         New module mbsspn.
6117         * modules/mbsspn: New file.
6118         * lib/mbsspn.c: New file.
6119         * lib/string_.h (strspn): Add a conditional link warning.
6120         (mbsspn): New declaration.
6121         * m4/mbsspn.m4: New file.
6122         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6123         GNULIB_MBSSPN.
6124         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6125         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6126
6127 2007-02-04  Bruno Haible  <bruno@clisp.org>
6128
6129         New module mbspbrk.
6130         * modules/mbspbrk: New file.
6131         * lib/mbspbrk.c: New file.
6132         * lib/string_.h (strpbrk): Add a conditional link warning.
6133         (mbspbrk): New declaration.
6134         * m4/mbspbrk.m4: New file.
6135         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6136         GNULIB_MBSPBRK.
6137         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6138         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6139
6140 2007-02-04  Bruno Haible  <bruno@clisp.org>
6141
6142         New module mbscspn.
6143         * modules/mbscspn: New file.
6144         * lib/mbscspn.c: New file.
6145         * lib/string_.h (strcspn): Add a conditional link warning.
6146         (mbscspn): New declaration.
6147         * m4/mbscspn.m4: New file.
6148         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6149         GNULIB_MBSCSPN.
6150         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6151         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6152
6153 2007-02-04  Bruno Haible  <bruno@clisp.org>
6154
6155         New module mbscasestr, reduced goal of strcasestr.
6156         * modules/mbscasestr: New file.
6157         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6158         (mbscasestr): Renamed from strcasestr.
6159         * lib/strcasestr.c: Don't include mbuiter.h.
6160         (strcasestr): Remove support for multibyte locales.
6161         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6162         Change the conditional link warning.
6163         (mbscasestr): New declaration.
6164         * m4/mbscasestr.m4: New file.
6165         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6166         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6167         REPLACE_STRCASESTR.
6168         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6169         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6170         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6171         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6172         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6173         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6174         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6175         (Depends-on): Remove mbuiter.
6176         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6177
6178 2007-02-04  Bruno Haible  <bruno@clisp.org>
6179
6180         Simplify handling of strncasecmp.
6181         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6182         the conditional link warning.
6183         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6184         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6185         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6186         * modules/strcase (configure.ac): Don't invoke
6187         gl_STRING_MODULE_INDICATOR.
6188         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6189
6190 2007-02-04  Bruno Haible  <bruno@clisp.org>
6191
6192         New module mbscasecmp, reduced goal of strcasecmp.
6193         * modules/mbscasecmp: New file.
6194         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6195         (mbscasecmp): Renamed from strcasecmp.
6196         * lib/strcasecmp.c: Don't include mbuiter.h.
6197         (strcasecmp): Remove support for multibyte locales.
6198         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6199         Change the conditional link warning.
6200         (mbscasecmp): New declaration.
6201         * m4/mbscasecmp.m4: New file.
6202         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6203         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6204         REPLACE_STRCASECMP.
6205         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6206         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6207         GNULIB_MBSCASECMP.
6208         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6209         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6210         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6211         (Depends-on): Remove mbuiter.
6212         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6213
6214 2007-02-04  Bruno Haible  <bruno@clisp.org>
6215
6216         New module mbsstr. Remove module strstr.
6217         * modules/mbsstr: New file.
6218         * modules/strstr: Remove file.
6219         * lib/mbsstr.c: Renamed from lib/strstr.c.
6220         (mbsstr): Renamed from strstr.
6221         * lib/string_.h (strstr): Remove declaration. Change the conditional
6222         link warning.
6223         (mbsstr): New declaration.
6224         * m4/mbsstr.m4: New file.
6225         * m4/strstr.m4: Remove file.
6226         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6227         REPLACE_STRSTR.
6228         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6229         Don't initialize GNULIB_STRSTR.
6230         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6231         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6232         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6233         (Support for systems lacking ANSI C 89): Remove strstr.
6234
6235 2007-02-04  Bruno Haible  <bruno@clisp.org>
6236
6237         New module mbsrchr.
6238         * modules/mbsrchr: New file.
6239         * lib/mbsrchr.c: New file.
6240         * lib/string_.h (strrchr): Add a conditional link warning.
6241         (mbsrchr): New declaration.
6242         * m4/mbsrchr.m4: New file.
6243         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6244         GNULIB_MBSRCHR.
6245         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6246         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6247
6248 2007-02-04  Bruno Haible  <bruno@clisp.org>
6249
6250         New module mbschr.
6251         * modules/mbschr: New file.
6252         * lib/mbschr.c: New file.
6253         * lib/string_.h (strchr): Add a conditional link warning.
6254         (mbschr): New declaration.
6255         * m4/mbschr.m4: New file.
6256         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6257         GNULIB_MBSCHR.
6258         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6259         * MODULES.html.sh (Internationalization functions): Add mbschr.
6260
6261 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6262
6263         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6264
6265         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6266
6267 2007-02-04  Bruno Haible  <bruno@clisp.org>
6268
6269         New module description section 'configure.ac-early'.
6270         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6271         (func_get_autoconf_early_snippet): New function.
6272         (func_import, func_create_testdir): Use it. Remove special cases for
6273         modules 'extensions' and 'lock'.
6274         * modules/extensions (configure.ac-early): Require
6275         gl_USE_SYSTEM_EXTENSIONS.
6276         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6277
6278 2007-02-04  Bruno Haible  <bruno@clisp.org>
6279
6280         Make use of gcj-4.3's -fsource and -ftarget option.
6281         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6282         and if so try the options -fsource and -ftarget.
6283         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6284         source_version, ftarget_option, target_version arguments.
6285         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6286         (is_envjavac_oldgcj_14_14_usable): Renamed from
6287         is_envjavac_gcj_14_14_usable.
6288         (is_envjavac_oldgcj_14_13_usable): Renamed from
6289         is_envjavac_gcj_14_13_usable.
6290         (is_gcj_present): Update.
6291         (is_gcj_43, is_gcj43_usable): New functions.
6292         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6293         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6294         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6295         try the options -fsource and -ftarget.
6296
6297 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6298
6299         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6300         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6301         larger value.
6302
6303 2007-02-03  Jim Meyering  <jim@meyering.net>
6304
6305         Give tools a better chance to allocate space for very large buffers.
6306         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6307
6308         Make pwd and readlink work also when run with an unreadable parent dir
6309         on systems with openat support.
6310         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6311         provided getcwd function, even when we have openat support.
6312         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6313
6314 2007-02-02  Bruno Haible  <bruno@clisp.org>
6315
6316         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6317         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6318         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6319         portability problems if one of these functions is only used on specific
6320         platforms.
6321         Reported by Paul Eggert.
6322
6323 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6324
6325         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6326         is causing more trouble than it's curing.
6327         * lib/regex_internal.h (__mempcpy): Remove.
6328         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6329         (and make the code a tad smaller to boot).
6330         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6331
6332 2007-02-02  Jim Meyering  <jim@meyering.net>
6333
6334         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6335         section, not in the Makefile.am: one.
6336
6337 2007-02-02  Eric Blake  <ebb9@byu.net>
6338
6339         * lib/strchrnul.c: Always include config.h first.
6340
6341         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6342         gnulib strstr is not necessary here.
6343
6344 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6345
6346         * m4/socklen.m4: Fix typo.
6347
6348 2007-02-02  Eric Blake  <ebb9@byu.net>
6349
6350         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6351         * modules/netinet_in (Makefile.am): Likewise.
6352
6353 2007-02-01  Bruno Haible  <bruno@clisp.org>
6354
6355         * lib/string_.h (GL_LINK_WARNING): New macro.
6356         (strcasecmp, strstr, strcasestr): If provided by the system,
6357         conditionally define as a macro that leads to a warning instead of to
6358         an error.
6359         (strncasecmp): Conditionally define as a macro that leads to a warning.
6360
6361 2007-02-01  Karl Berry  <karl@gnu.org>
6362
6363         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6364
6365 2007-02-01  Bruno Haible  <bruno@clisp.org>
6366
6367         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6368         renamings.
6369
6370 2007-02-01  Eric Blake  <ebb9@byu.net>
6371
6372         * modules/regex (Depends-on): Revert dependence on mempcpy.
6373         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6374         module's definition of mempcpy.
6375         Reported by Paul Eggert.
6376
6377 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6378
6379         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6380         the symbol XYZ before redefining it.  This fixes a problem with
6381         programs that don't use XYZ, when compiled on systems that define
6382         XYZ to something else.
6383
6384 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6385
6386         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6387         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6388         writeable to group or other and (2) is intended to have a special
6389         mode bit that is set or cleared.  In such a case, the directory
6390         should be neither group- nor other-writeable until the special
6391         mode bits are right.
6392
6393 2007-01-31  Eric Blake  <ebb9@byu.net>
6394
6395         * modules/mountlist (Depends-on): Add strstr.
6396
6397         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6398         bug.
6399         * modules/string (Makefile.am): Remove redundant replacement.
6400         * modules/regex (Depends-on): Add mempcpy.
6401
6402 2007-01-31  Bruno Haible  <bruno@clisp.org>
6403
6404         New module description field 'Link'.
6405         * gnulib-tool (func_usage): Document --extract-link-directive.
6406         (sed_extract_prog): Recognize 'Link' directive.
6407         (func_get_link_directive): New function.
6408         (func_import): Show summary of link directives.
6409         Handle --extract-link-directive option.
6410         * modules/acl (Link): New section.
6411         * modules/clock-time (Link): New section.
6412         * modules/euidaccess (Link): New section.
6413         * modules/gettext (Link): New section.
6414         * modules/iconv (Link): New section.
6415         * modules/lock (Link): New section.
6416         * modules/nanosleep (Link): New section.
6417         * modules/readline (Link): New section.
6418
6419 2007-01-27  Bruno Haible  <bruno@clisp.org>
6420
6421         Enforce the use of gnulib modules for unportable <string.h> functions.
6422         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6423         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6424         (gl_HEADER_STRING_H_BODY): Require it.
6425         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6426         the symbol XYZ to one that gives a link error.
6427         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6428         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6429         * modules/mempcpy (configure.ac): Likewise.
6430         * modules/memrchr (configure.ac): Likewise.
6431         * modules/stpcpy (configure.ac): Likewise.
6432         * modules/stpncpy (configure.ac): Likewise.
6433         * modules/strcase (configure.ac): Likewise.
6434         * modules/strcasestr (configure.ac): Likewise.
6435         * modules/strchrnul (configure.ac): Likewise.
6436         * modules/strdup (configure.ac): Likewise.
6437         * modules/strndup (configure.ac): Likewise.
6438         * modules/strnlen (configure.ac): Likewise.
6439         * modules/strpbrk (configure.ac): Likewise.
6440         * modules/strsep (configure.ac): Likewise.
6441         * modules/strstr (configure.ac): Likewise.
6442         * modules/strtok_r (configure.ac): Likewise.
6443
6444 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6445
6446         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6447
6448 2007-01-30  Jim Meyering  <jim@meyering.net>
6449
6450         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6451
6452 2007-01-29  Bruno Haible  <bruno@clisp.org>
6453
6454         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6455         * lib/execute.c: Likewise.
6456         * lib/pipe.c: Likewise.
6457         * lib/printf-args.h: Likewise.
6458         * lib/printf-args.c: Likewise.
6459         * lib/printf-parse.c: Likewise.
6460         * lib/vasnprintf.c: Likewise.
6461
6462 2007-01-29  Eric Blake  <ebb9@byu.net>
6463
6464         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6465         declaration.
6466
6467 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6468
6469         * lib/strptime.h (strptime): Use 'restrict' for args where
6470         POSIX requires this.
6471         * lib/strptime.c (strptime): Likewise.
6472         Change license notice from LGPL to GPL, since gnulib-tool will
6473         change this as needed.
6474         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6475         defined.
6476         Include "strptime.h" first, to check interface.
6477         Do not #undef _LIBC and _NL_CURRENT.
6478         Do not include <stdlib.h>; no longer needed.
6479         Include "time_r.h" and declare ptime_locale_status
6480         only if _LIBC is not defined.
6481         (__P): Remove unused macro.
6482         (match_string): Bring back glibc version, but use it only if _LIBC
6483         is defined.
6484         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6485         Remove unnecessary assertion and abort() call.
6486         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6487         * m4/strptime.m4: Fix serial number comment.
6488         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6489         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6490         (Depends-on): Add time_r.
6491
6492 2007-01-29  Bruno Haible  <bruno@clisp.org>
6493
6494         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6495         strptime.
6496         * modules/strptime (Depends-on): Add stdbool.
6497         * lib/strptime.h: Include <time.h> always. Add comments.
6498
6499 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6500
6501         * modules/strptime: New file.
6502         * lib/strptime.h: New file.
6503         * lib/strptime.c: New file.
6504         * m4/strptime.m4: New file.
6505
6506 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6507
6508         * MODULES.html.sh: New module mpsort.
6509         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6510
6511         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6512         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6513         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6514         All uses changed.
6515         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6516         All uses changed.
6517         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6518         to _Restrict_.
6519         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6520         the parameter matches the prototype.
6521
6522 2007-01-28  Jim Meyering  <jim@meyering.net>
6523
6524         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6525         sys/time.h here, reverting that part of the previous patch:
6526         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6527
6528 2007-01-28  Bruno Haible  <bruno@clisp.org>
6529
6530         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6531         value of $(SYS_TIME_H).
6532         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6533         remove it conditionally, too. [added by Jim Meyering]
6534         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6535         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6536         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6537         GETTIMEOFDAY_REPLACEMENT to 1.
6538
6539 2007-01-28  Bruno Haible  <bruno@clisp.org>
6540
6541         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6542         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6543         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6544         Set UNISTD_H instead of UNISTD_H2.
6545         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6546
6547 2007-01-28  Bruno Haible  <bruno@clisp.org>
6548
6549         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6550         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6551
6552 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6553
6554         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6555         (func_create_testdir): Ensure C locale for `grep' and `tr'
6556         character ranges.
6557         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6558         ACLOCAL_AMFLAGS parsing state machine.
6559
6560 2007-01-27  Bruno Haible  <bruno@clisp.org>
6561
6562         * modules/unistr/base: Update.
6563
6564 2007-01-27  Bruno Haible  <bruno@clisp.org>
6565
6566         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6567         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6568         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6569         modules/unistr/u32-mbtouc.
6570         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6571         * lib/unistr.h: Update.
6572         * lib/linebreak.c: Update.
6573         * modules/unistr/u32-mbtouc: Renamed from
6574         modules/unistr/u32-mbtouc-safe.
6575         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6576         * lib/unistr.h: Update.
6577         * lib/unistr/u32-to-u8.c: Update.
6578         * lib/unistr/u32-to-u16.c: Update.
6579
6580 2007-01-27  Bruno Haible  <bruno@clisp.org>
6581
6582         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6583         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6584         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6585         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6586         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6587         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6588         modules/unistr/u16-mbtouc.
6589         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6590         * lib/unistr.h: Update.
6591         * lib/linebreak.c: Update.
6592         * modules/linebreak: Update.
6593         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6594         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6595         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6596         * modules/unistr/u16-mbtouc: Renamed from
6597         modules/unistr/u16-mbtouc-safe.
6598         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6599         * lib/unistr.h: Update.
6600         * lib/unistr/u16-to-u8.c: Update.
6601         * modules/unistr/u16-to-u8: Update.
6602         * lib/unistr/u16-to-u32.c: Update.
6603         * modules/unistr/u16-to-u32: Update.
6604
6605 2007-01-27  Bruno Haible  <bruno@clisp.org>
6606
6607         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6608         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6609         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6610         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6611         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6612         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6613         modules/unistr/u8-mbtouc.
6614         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6615         * lib/unistr.h: Update.
6616         * lib/striconveh.c: Update.
6617         * modules/striconveh: Update.
6618         * lib/linebreak.c: Update.
6619         * modules/linebreak: Update.
6620         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6621         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6622         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6623         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6624         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6625         * lib/unistr.h: Update.
6626         * lib/striconveh.c: Update.
6627         * modules/striconveh: Update.
6628         * lib/unistr/u8-to-u16.c: Update.
6629         * modules/unistr/u8-to-u16: Update.
6630         * lib/unistr/u8-to-u32.c: Update.
6631         * modules/unistr/u8-to-u32: Update.
6632
6633 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6634
6635         Sync from Libtool.
6636         * lib/argz.c: Do not include strings.h nor memory.h, include
6637         string.h unconditionally.  Patch by Simon Josefsson.
6638
6639 2007-01-27  Bruno Haible  <bruno@clisp.org>
6640
6641         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6642         from gl_HEADER_STRING_H_BODY.
6643         (gl_HEADER_STRING_H_BODY): Require it.
6644         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6645         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6646         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6647         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6648         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6649         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6650         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6651         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6652         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6653         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6654         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6655         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6656         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6657         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6658         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6659
6660 2007-01-27  Bruno Haible  <bruno@clisp.org>
6661
6662         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6663         check_PROGRAMS into noinst_PROGRAMS.
6664         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6665         check_PROGRAMS in this case.
6666         (func_import): Set for_test to false.
6667         (func_create_testdir): Set for_test to true.
6668
6669 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6670             Bruno Haible  <bruno@clisp.org>
6671
6672         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6673         (Depends-on): Add string.
6674         (Includes): Use <string.h> instead of strcasestr.h.
6675         * modules/string (Makefile.am): Also substitute the value of
6676         REPLACE_STRCASESTR.
6677         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6678         assume strcasestr is declared in <string.h> not <strings.h>. Also
6679         set REPLACE_STRCASESTR.
6680         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6681         REPLACE_STRCASESTR.
6682         * lib/strcasestr.h: Remove file.
6683         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6684         * lib/string_.h (strcasestr): New declaration.
6685
6686 2007-01-27  Bruno Haible  <bruno@clisp.org>
6687
6688         * lib/string_.h: Use 'extern'.
6689
6690 2007-01-27  Jim Meyering  <jim@meyering.net>
6691
6692         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6693         of set-but-not-used local, "q".
6694
6695         * lib/mempcpy.c: Include <config.h> before <string.h>.
6696         This fixes a compilation error on HP-UX, due to the system's
6697         "restrict"-using mempcpy prototype.
6698
6699 2007-01-26  Bruno Haible  <bruno@clisp.org>
6700
6701         Small optimization.
6702         * lib/javacomp.c: Include c-strstr.h.
6703          (is_envjavac_gcj): Use c_strstr instead of strstr.
6704         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6705
6706 2007-01-26  Bruno Haible  <bruno@clisp.org>
6707
6708         * MODULES.html.sh (Unicode string functions): Add the new modules.
6709
6710         * modules/uniconv/u32-strconv-to-locale: New file.
6711         * lib/uniconv/u32-strconv-to-locale.c: New file.
6712
6713         * modules/uniconv/u16-strconv-to-locale: New file.
6714         * lib/uniconv/u16-strconv-to-locale.c: New file.
6715
6716         * modules/uniconv/u8-strconv-to-locale: New file.
6717         * lib/uniconv/u8-strconv-to-locale.c: New file.
6718
6719         * modules/uniconv/u32-strconv-from-locale: New file.
6720         * lib/uniconv/u32-strconv-from-locale.c: New file.
6721
6722         * modules/uniconv/u16-strconv-from-locale: New file.
6723         * lib/uniconv/u16-strconv-from-locale.c: New file.
6724
6725         * modules/uniconv/u8-strconv-from-locale: New file.
6726         * lib/uniconv/u8-strconv-from-locale.c: New file.
6727
6728         * modules/uniconv/u32-strconv-to-enc: New file.
6729         * lib/uniconv/u32-strconv-to-enc.c: New file.
6730         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6731         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6732
6733         * modules/uniconv/u16-strconv-to-enc: New file.
6734         * lib/uniconv/u16-strconv-to-enc.c: New file.
6735         * lib/uniconv/u-strconv-to-enc.h: New file.
6736         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6737         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6738
6739         * modules/uniconv/u8-strconv-to-enc: New file.
6740         * lib/uniconv/u8-strconv-to-enc.c: New file.
6741         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6742         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6743
6744         * modules/uniconv/u32-strconv-from-enc: New file.
6745         * lib/uniconv/u32-strconv-from-enc.c: New file.
6746         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6747         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6748
6749         * modules/uniconv/u16-strconv-from-enc: New file.
6750         * lib/uniconv/u16-strconv-from-enc.c: New file.
6751         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6752         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6753
6754         * modules/uniconv/u8-strconv-from-enc: New file.
6755         * lib/uniconv/u8-strconv-from-enc.c: New file.
6756         * lib/uniconv/u-strconv-from-enc.h: New file.
6757         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6758         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6759
6760         * modules/uniconv/u32-conv-from-enc: New file.
6761         * lib/uniconv/u32-conv-from-enc.c: New file.
6762         * modules/uniconv/u32-conv-from-enc-tests: New file.
6763         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6764
6765         * modules/uniconv/u16-conv-from-enc: New file.
6766         * lib/uniconv/u16-conv-from-enc.c: New file.
6767         * lib/uniconv/u-conv-from-enc.h: New file.
6768         * modules/uniconv/u16-conv-from-enc-tests: New file.
6769         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6770
6771         * modules/uniconv/u8-conv-from-enc: New file.
6772         * lib/uniconv/u8-conv-from-enc.c: New file.
6773         * modules/uniconv/u8-conv-from-enc-tests: New file.
6774         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6775
6776         * modules/uniconv/base: New file.
6777         * lib/uniconv.h: New file.
6778
6779 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6780
6781         * doc/gnulib-tool.texi (Initial import): Update to match current
6782         behavior with strdup module.
6783         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6784         * lib/memmem.h: Remove; all uses removed.  This is now done
6785         by <string.h>.
6786         * lib/mempcpy.h: Likewise.
6787         * lib/memrchr.h: Likewise.
6788         * lib/stpcpy.h: Likewise.
6789         * lib/stpncpy.h: Likewise.
6790         * lib/strcase.h: Likewise.
6791         * lib/strchrnul.h: Likewise.
6792         * lib/strdup.h: Likewise.
6793         * lib/strndup.h: Likewise.
6794         * lib/strnlen.h: Likewise.
6795         * lib/strpbrk.h: Likewise.
6796         * lib/strsep.h: Likewise.
6797         * lib/strstr.h: Likewise.
6798         * lib/strtok_r.h: Likewise.
6799         * lib/string_.h: New file.
6800         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6801         Rely on <string.h> instead.
6802         * lib/canon-host.c: Likewise.
6803         * lib/chdir-long.c: Likewise.
6804         * lib/concatpath.c: Likewise.
6805         * lib/exclude.c: Likewise.
6806         * lib/fchdir.c: Likewise.
6807         * lib/getaddrinfo.c: Likewise.
6808         * lib/getcwd.c: Likewise.
6809         * lib/getsubopt.c: Likewise.
6810         * lib/glob.c: Likewise.
6811         * lib/hard-locale.c: Likewise.
6812         * lib/iconvme.c: Likewise.
6813         * lib/javacomp.c: Likewise.
6814         * lib/mempcpy.c: Likewise.
6815         * lib/memrchr.c: Likewise.
6816         * lib/regex_internal.h: Likewise.
6817         * lib/stpncpy.c: Likewise.
6818         * lib/strcasecmp.c: Likewise.
6819         * lib/strchrnul.c: Likewise.
6820         * lib/strdup.c: Likewise.
6821         * lib/striconv.c: Likewise.
6822         * lib/striconveh.c: Likewise.
6823         * lib/striconveha.c: Likewise.
6824         * lib/strncasecmp.c: Likewise.
6825         * lib/strndup.c: Likewise.
6826         * lib/strnlen.c: Likewise.
6827         * lib/strsep.c: Likewise.
6828         * lib/strstr.c: Likewise.
6829         * lib/strtok_r.c: Likewise.
6830         * lib/userspec.c: Likewise.
6831         * lib/w32spawn.h: Likewise.
6832         * lib/xstrndup.c: Likewise.
6833         * lib/mountlist.c (strstr): Remove decl.
6834         * m4/string_h.m4: New file.
6835         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6836         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6837         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6838         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6839         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6840         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6841         Set REPLACE_STRCASECMP if necessary.
6842         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6843         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6844         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6845         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6846         HAVE_DECL_STRDUP if necessary.
6847         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6848         since gl_FUNC_STRNDUP does that now.
6849         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6850         Check for decl here...
6851         (gl_PREREQ_STRNLEN): ... not here.
6852         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6853         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6854         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6855         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6856         necessary.
6857         * modules/string: New file.
6858         * modules/memmem (Files): Remove special-purpose include file.
6859         (Depends-on): Add string.
6860         (Include): Include <string.h>, not the removed file.
6861         * modules/mempcpy: Likewise.
6862         * modules/memrchr: Likewise.
6863         * modules/stpcpy: Likewise.
6864         * modules/stpncpy: Likewise.
6865         * modules/strcase: Likewise.
6866         * modules/strchrnul: Likewise.
6867         * modules/strdup: Likewise.
6868         * modules/strndup: Likewise.
6869         * modules/strnlen: Likewise.
6870         * modules/strpbrk: Likewise.
6871         * modules/strsep: Likewise.
6872         * modules/strstr: Likewise.
6873         * modules/strtok_r: Likewise.
6874         * tests/test-dirname.c: Don't include "strdup.h", since
6875         <string.h> now suffices.
6876         * tests/test-memmem.c: Don't include "memmem.h", since
6877         <string.h> now suffices.
6878
6879 2007-01-25  Bruno Haible  <bruno@clisp.org>
6880
6881         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6882         *resultp is 0.
6883
6884         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6885         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6886         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6887         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6888
6889         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6890         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6891         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6892         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6893         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6894         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6895
6896 2007-01-24  Bruno Haible  <bruno@clisp.org>
6897
6898         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6899         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6900         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6901         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6902         gl_FUNC_FTS_CORE.
6903         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6904         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6905         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6906         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6907         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6908         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6909         gl_FUNC_FCHOWNAT.
6910         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6911         gl_FUNC_STRFTIME.
6912         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6913         Reported by Ralf Wildenhues.
6914
6915 2007-01-24  Bruno Haible  <bruno@clisp.org>
6916
6917         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6918         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6919         gl_GETADDRINFO.
6920         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6921         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6922         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6923
6924 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6925
6926         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6927         Don't use 'exit'; just return from 'main'.
6928         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6929
6930         * lib/fnmatch_.h: Readjust white space and comments to match
6931         glibc, to avoid spurious diffs.
6932
6933 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6934
6935         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6936         2004-12-01 change by Jakub Jelinek, since this code won't compile
6937         if !LIBC.  Problem reported by Bob Proulx.
6938
6939 2007-01-23  Bruno Haible  <bruno@clisp.org>
6940
6941         * lib/striconveh.c: Include c-strcaseeq.h.
6942         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6943         * modules/striconveh (Depends-on): Add c-strcaseeq.
6944
6945 2007-01-23  Bruno Haible  <bruno@clisp.org>
6946
6947         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6948
6949         * modules/c-strcaseeq: New file.
6950         * lib/c-strcaseeq.h: New file.
6951
6952         * modules/streq: New file.
6953         * lib/streq.h: New file.
6954
6955 2007-01-23  Bruno Haible  <bruno@clisp.org>
6956
6957         * modules/striconveha-tests: New file.
6958         * tests/test-striconveha.c: New file.
6959
6960         * lib/striconveha.h: Include <stdbool.h>.
6961         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6962         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6963         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6964         (mem_iconveha): New function.
6965         (str_iconveha_notranslit): Renamed from str_iconveha.
6966         (str_iconveha): New function.
6967         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6968         c-strcase.
6969
6970 2007-01-23  Bruno Haible  <bruno@clisp.org>
6971
6972         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6973         encodings without forgiving before trying any encoding with handler.
6974         (str_iconveha): Try all encodings without forgiving before trying any
6975         encoding with handler.
6976
6977 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6978
6979         Import the following changes from libc.
6980
6981         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6982
6983         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6984
6985         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6986
6987         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6988         normal_bracket label.
6989
6990         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6991
6992         [BZ #361]
6993         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6994         to normal_bracket after fetching the next character.
6995
6996 2007-01-22  Bruno Haible  <bruno@clisp.org>
6997
6998         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6999         argument.
7000         * lib/striconveh.c (iconv_carefully_1): New function.
7001         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7002         argument.
7003         (str_cd_iconveh): Update.
7004         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7005         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7006         * tests/test-striconveh.c (MAGIC): New macro.
7007         (new_offsets): New function.
7008         (main): Test call with and without offsets.
7009
7010 2007-01-22  Bruno Haible  <bruno@clisp.org>
7011
7012         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7013         * modules/sys_select (Makefile.am): Likewise.
7014         * modules/sys_socket (Makefile.am): Likewise.
7015         * modules/sys_time (Makefile.am): Likewise.
7016
7017 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7018
7019         * modules/gettimeofday (License): Change from GPL to LGPL, since
7020         gettimeofday is a library function.
7021
7022 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7023
7024         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7025
7026 2007-01-21  Bruno Haible  <bruno@clisp.org>
7027
7028         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7029
7030 2007-01-21  Bruno Haible  <bruno@clisp.org>
7031
7032         * modules/striconveha: New file.
7033         * lib/striconveha.h: New file.
7034         * lib/striconveha.c: New file.
7035         * MODULES.html.sh (Internationalization functions): Add striconveha.
7036         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7037         string.
7038         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7039
7040 2007-01-21  Bruno Haible  <bruno@clisp.org>
7041
7042         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7043         * lib/striconveh.c (str_iconveh): Likewise.
7044
7045 2007-01-21  Bruno Haible  <bruno@clisp.org>
7046
7047         * lib/striconveh.h (mem_iconveh): New declaration.
7048         * lib/striconveh.c (mem_iconveh): New function.
7049         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7050
7051 2007-01-21  Bruno Haible  <bruno@clisp.org>
7052
7053         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7054
7055         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7056         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7057         original result buffer.
7058         (str_cd_iconveh): Update.
7059         * tests/test-striconveh.c (main): Update.
7060
7061         * lib/striconv.h (mem_cd_iconv): Change specification.
7062         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7063         result buffer.
7064         (str_cd_iconv): Update.
7065         * tests/test-striconv.c (main): Update.
7066
7067 2007-01-21  Bruno Haible  <bruno@clisp.org>
7068
7069         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7070
7071 2007-01-20  Jim Meyering  <jim@meyering.net>
7072
7073         * lib/userspec.c (parse_with_separator): If a user or group string
7074         starts with "+", skip the corresponding name-to-ID look-up, since
7075         such a look-up must fail: user and group names may not include "+".
7076
7077 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7078
7079         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7080         since we now assume the sys_time module.
7081         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7082         check for sys/time.h; no longer needed.
7083         * modules/poll (Depends-on): Depend on sys_time.
7084
7085 2007-01-18  Bruno Haible  <bruno@clisp.org>
7086
7087         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7088         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7089
7090         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7091         gettimeofday.
7092
7093         * tests/test-gettimeofday.c: Include <time.h>.
7094         (dummy): Remove variable.
7095
7096         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7097         gl_HEADER_SYS_TIME_H.
7098         (gl_HEADER_SYS_TIME_H): New macro.
7099
7100         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7101         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7102         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7103         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7104         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7105         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7106         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7107         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7108         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7109         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7110         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7111
7112         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7113         last change; it caused a compilation error when cross-compiling to
7114         Cygwin.
7115
7116 2007-01-18  Jim Meyering  <jim@meyering.net>
7117
7118         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7119         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7120         than the race-prone "test -d sys || mkdir sys".
7121         (configure.ac): Use AC_PROG_MKDIR_P.
7122         * modules/sys_select: Likewise.
7123         * modules/sys_socket: Likewise.
7124         * modules/sys_time: Likewise.
7125
7126 2007-01-18  Eric Blake  <ebb9@byu.net>
7127
7128         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7129         replace gettimeofday.
7130         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7131         name, to avoid infinite recursion.
7132
7133 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7134
7135         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7136         module sys_time.
7137         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7138         assume timespec.h defines struct timeval.
7139         * lib/settime.c: Likewise.
7140         * lib/utimens.c: Likewise.
7141         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7142         since we now assume the gettimeofday module.
7143         * lib/tempname.c (__gen_tempname): Likewise.
7144         * lib/gettimeofday.h: Remove.
7145         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7146         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7147         Include <time.h>, for 'time()'.
7148         (localtime_buffer_addr): Also use this workaround if
7149         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7150         to simplify the uses.  All uses changed.
7151         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7152         that #undef is inside {}, and 'const' follows type name consistently.
7153         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7154         (gettimeofday): Do not use the maximum possible value for
7155         tv->tv_usec, since that might break usages other than ls.c.
7156         Instead, we'll leave ls.c alone.  This undoes today's patch
7157         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7158         we've never observed the problem but might as well keep the
7159         canary.
7160         * lib/nanosleep.c: Include timespec.h first, for interface check.
7161         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7162         now assume the sys_time module.
7163         * lib/tempname.c: Likewise.
7164         * lib/timespec.h: Likewise.
7165         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7166         needed.
7167         * lib/strftime.c: Likewise.
7168         * lib/timespec.h: Likewise.
7169         * lib/posixtm.c: Include posixtm.h first, for interface check.
7170         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7171         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7172         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7173         * lib/sys_time_.h: New file.
7174         * lib/timespec.h (struct timespec): Use long int, not long.
7175         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7176         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7177         Remove obsolescent call to AC_HEADER_TIME.
7178         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7179         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7180         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7181         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7182         Likewise.
7183         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7184         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7185         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7186         into the sys_time module.  Check for gettimeofday just once.
7187         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7188         for gettimeofday signature to just check the signature.  Merely
7189         compile it, since linking doesn't test signature.  Improve test for
7190         whether gettimeofday.o is actually needed.
7191         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7192         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7193         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7194         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7195         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7196         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7197         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7198         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7199         than worrying about sys/time.h.
7200         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7201         Don't bother worrying about TIME_WITH_SYS_TIME.
7202         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7203         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7204         * m4/sys_time_h.m4: New file.
7205         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7206         Don't include sys/time.h.  Return from main rather than exiting.
7207         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7208         all uses changed.
7209         * modules/gethrxtime (Depends-on): Add sys_time.
7210         * modules/gettime (Depends-on): Likewise.
7211         * modules/gettimeofday (Depends-on): Likewise.
7212         * modules/nanosleep (Depends-on): Likewise.
7213         * modules/settime (Depends-on): Likewise.
7214         * modules/tempname (Depends-on): Likewise.
7215         * modules/utimens (Depends-on): Likewise.
7216         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7217         (Include:) Change back to <sys/time.h>.
7218         (Maintainer:) Add self.
7219         * modules/sys_time: New file.
7220         * modules/tempname (Depends-on): Add gettimeofday.
7221         * tests/test-gettimeofday.c: Include <sys/time.h>
7222         rather than gettimeofday.h.
7223
7224 2007-01-17  Bruno Haible  <bruno@clisp.org>
7225
7226         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7227         the license default to GPL.
7228         (func_create_testdir): Don't complain if a module is LGPL and its
7229         tests module depends on GPLed modules.
7230
7231 2007-01-17  Bruno Haible  <bruno@clisp.org>
7232
7233         * lib/gettimeofday.c (gettimeofday): Add code for the case
7234         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7235         maximum possible value for tv->tv_usec, rather than the minimum one.
7236
7237 2005-10-08  Martin Lambers  <marlam@marlam.de>
7238 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7239 2007-01-16  Bruno Haible  <bruno@clisp.org>
7240
7241         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7242         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7243         gl_FUNC_GETTIMEOFDAY.
7244         (Include): Add gettimeofday.h.
7245         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7246         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7247         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7248         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7249         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7250         * lib/gettimeofday.h: New file.
7251         * lib/gettimeofday.c: Include <sys/timeb.h>.
7252         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7253         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7254         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7255         fall back on time().
7256
7257         * tests/test-gettimeofday.c: New file.
7258         * modules/gettimeofday-tests: New file.
7259
7260 2007-01-16  Eric Blake  <ebb9@byu.net>
7261
7262         * modules/fnmatch (Depends-on): Depend on wchar.
7263         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7264         * m4/fnmatch.m4: Likewise.
7265         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7266         * m4/mbchar.m4: Likewise.
7267         * modules/mbswidth (Depends-on): Depend on wchar.
7268         * lib/mbswidth.c: Assume <wchar.h>.
7269         * m4/mbswidth.m4: Likewise.
7270         * modules/quotearg (Depends-on): Depend on wchar.
7271         * lib/quotearg.c: Assume <wchar.h>.
7272         * m4/quotearg.m4: Likewise.
7273         * modules/regex (Depends-on): Depend on wchar.
7274         * lib/regex_internal.h: Assume <wchar.h>.
7275         * m4/regex.m4: Likewise.
7276         * modules/stdint (Depends-on): Depend on wchar.
7277         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7278         * m4/stdint.m4: Likewise.
7279         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7280         * modules/strftime (Depends-on): Depend on wchar.
7281         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7282         * modules/strtol (Depends-on): Depend on wchar.
7283         * lib/strtol.c: Assume <wchar.h>.
7284         * modules/wcwidth (Depends-on): Depend on wchar.
7285         * lib/wcwidth.h: Assume <wchar.h>.
7286         * m4/wcwidth.m4: Likewise.
7287
7288 2007-01-16  Bruno Haible  <bruno@clisp.org>
7289
7290         * modules/csharpexec-script: New, created from...
7291         * modules/csharpexec: ... this.
7292
7293 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7294
7295         * modules/javaexec-script: New, created from...
7296         * modules/javaexec: ... this.
7297
7298 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7299
7300         * modules/poll (Dependencies): Add sys_select.
7301
7302 2007-01-15  Jim Meyering  <jim@meyering.net>
7303
7304         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7305         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7306         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7307         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7308
7309 2007-01-15  Bruno Haible  <bruno@clisp.org>
7310
7311         * modules/striconveh: New file.
7312         * lib/striconveh.h: New file.
7313         * lib/striconveh.c: New file.
7314         * MODULES.html.sh (Internationalization functions): Add striconveh.
7315
7316         * modules/striconveh-tests: New file.
7317         * tests/test-striconveh.c: New file.
7318
7319 2007-01-15  Bruno Haible  <bruno@clisp.org>
7320
7321         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7322         not from GNU libiconv or GNU libc.
7323
7324 2007-01-15  Bruno Haible  <bruno@clisp.org>
7325
7326         * doc/gnulib-intro.texi (Copyright): Explain the different license
7327         terms for module descriptions, autoconf macros, tests, documentation.
7328
7329 2007-01-14  Bruno Haible  <bruno@clisp.org>
7330
7331         * modules/striconv-tests: New file.
7332         * tests/test-striconv.c: New file.
7333
7334 2007-01-14  Bruno Haible  <bruno@clisp.org>
7335
7336         * modules/iconv-tests: New file.
7337         * tests/test-iconv.c: New file.
7338
7339 2007-01-14  Bruno Haible  <bruno@clisp.org>
7340
7341         * gnulib-tool (func_get_license): For test modules, use the license of
7342         the main module.
7343
7344 2007-01-14  Bruno Haible  <bruno@clisp.org>
7345
7346         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7347         if iconv is found to exist.
7348
7349 2007-01-14  Bruno Haible  <bruno@clisp.org>
7350
7351         * modules/c-ctype-tests: New file.
7352         * tests/test-c-ctype.c: New file.
7353
7354 2007-01-14  Bruno Haible  <bruno@clisp.org>
7355
7356         * modules/binary-io-tests: New file.
7357         * tests/test-binary-io.sh: New file.
7358         * tests/test-binary-io.c: New file.
7359
7360 2007-01-14  Bruno Haible  <bruno@clisp.org>
7361
7362         * modules/array-oset-tests: New file.
7363         * tests/test-array_oset.c: New file.
7364
7365 2007-01-14  Bruno Haible  <bruno@clisp.org>
7366
7367         * modules/array-list-tests: New file.
7368         * tests/test-array_list.c: New file.
7369
7370 2007-01-14  Bruno Haible  <bruno@clisp.org>
7371
7372         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7373         and make.
7374         Reported by Simon Josefsson in
7375         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7376
7377 2007-01-14  Bruno Haible  <bruno@clisp.org>
7378
7379         * modules/allocsa-tests: New file.
7380         * tests/test-allocsa.c: New file.
7381
7382 2007-01-14  Bruno Haible  <bruno@clisp.org>
7383
7384         * modules/fchdir (Depends-on): Add absolute-header.
7385         * modules/unistd (Depends-on): Likewise.
7386
7387 2006-12-30  Bruno Haible  <bruno@clisp.org>
7388
7389         * modules/fchdir: New file.
7390         * modules/unistd (Files): Add lib/unistd_.h.
7391         (Makefile.am): Generate unistd.h from unistd_.h.
7392         * lib/fchdir.c: New file.
7393         * lib/dirent_.h: New file.
7394         * lib/unistd_.h: New file.
7395         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7396         * m4/fchdir.m4: New file.
7397         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7398         (gl_HEADER_UNISTD): Invoke it.
7399         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7400         function.
7401         * lib/backupfile.c (opendir, closedir): Undefine.
7402         * lib/chown.c (open, close): Undefine.
7403         * lib/clean-temp.c (open, close): Undefine.
7404         * lib/copy-file.c (open, close): Undefine.
7405         * lib/execute.c (open, close): Undefine.
7406         * lib/fsusage.c (open, close): Undefine.
7407         * lib/gc-gnulib.c (open, close): Undefine.
7408         * lib/getcwd.c (opendir, closedir): Undefine.
7409         * lib/glob.c (opendir, closedir): Undefine.
7410         * lib/javacomp.c (open, close): Undefine.
7411         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7412         * lib/openat-proc.c (open, close): Undefine.
7413         * lib/pagealign_alloc.c (open, close): Undefine.
7414         * lib/pipe.c (open, close): Undefine.
7415         * lib/progreloc.c (open, close): Undefine.
7416         * lib/savedir.c (opendir, closedir): Undefine.
7417         * lib/utime.c (open, close): Undefine.
7418         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7419
7420 2007-01-10  Bruno Haible  <bruno@clisp.org>
7421
7422         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7423
7424 2007-01-12  Eric Blake  <ebb9@byu.net>
7425
7426         Provide a robust <wchar.h>.  Further simplifications are now
7427         possible in other modules, but not included here.
7428         * modules/wchar: New module.
7429         * m4/wchar.m4: New file.
7430         * lib/wchar_.h: Likewise.
7431         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7432         of the new module.
7433         * MODULES.html.sh (Extended multibyte and wide character utilities):
7434         New section.
7435
7436 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7437
7438         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7439         to a reasonable default for memory allocation.
7440         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7441         file system that reports garbage st_size values for symlinks.
7442         Problem reported by Liyang Hu.
7443
7444 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7445
7446         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7447         Emacs .#* auto-save files).
7448
7449 2007-01-11  Bruno Haible  <bruno@clisp.org>
7450
7451         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7452         directory.
7453
7454 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7455
7456         Use @...@ consistently in lib/wctype_.h.
7457         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7458         on it being set to 1 or 0.
7459         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7460         go back to AC_SUBSTing it.
7461         * modules/wctype (Makefile.am): Undo previous change.
7462
7463 2007-01-10  Eric Blake  <ebb9@byu.net>
7464
7465         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7466         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7467         * modules/wctype (Makefile.am): Likewise.
7468         Reported by Chris McGuire.
7469
7470 2007-01-10  Jim Meyering  <jim@meyering.net>
7471
7472         fts.c: a small readability/maintainability improvement
7473         * lib/fts.c (fts_read): Make this code slightly more readable and
7474         maintainable by hoisting the "sp->fts_cur = p" assignments to
7475         immediately follow the statements that set P.  Derived from
7476         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7477
7478 2007-01-10  Eric Blake  <ebb9@byu.net>
7479
7480         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7481         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7482         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7483         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7484         Reported by Chris McGuire.
7485
7486 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7487
7488         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7489         in sed script.
7490
7491 2007-01-09  Bruno Haible  <bruno@clisp.org>
7492
7493         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7494         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7495         variables.
7496         (func_module): Use them.
7497
7498 2007-01-09  Bruno Haible  <bruno@clisp.org>
7499
7500         * modules/unistr/base: New file.
7501         * lib/unistr.h: New file.
7502
7503         * modules/unistr/u8-to-u16: New file.
7504         * lib/unistr/u8-to-u16.c: New file.
7505
7506         * modules/unistr/u8-to-u32: New file.
7507         * lib/unistr/u8-to-u32.c: New file.
7508
7509         * modules/unistr/u16-to-u8: New file.
7510         * lib/unistr/u16-to-u8.c: New file.
7511
7512         * modules/unistr/u16-to-u32: New file.
7513         * lib/unistr/u16-to-u32.c: New file.
7514
7515         * modules/unistr/u32-to-u8: New file.
7516         * lib/unistr/u32-to-u8.c: New file.
7517
7518         * modules/unistr/u32-to-u16: New file.
7519         * lib/unistr/u32-to-u16.c: New file.
7520
7521         * modules/unistr/u8-check: New file.
7522         * modules/unistr/u16-check: New file.
7523         * modules/unistr/u32-check: New file.
7524         * lib/unistr/u8-check.c: New file.
7525         * lib/unistr/u16-check.c: New file.
7526         * lib/unistr/u32-check.c: New file.
7527
7528         * modules/unistr/u8-chr: New file.
7529         * modules/unistr/u16-chr: New file.
7530         * modules/unistr/u32-chr: New file.
7531         * lib/unistr/u8-chr.c: New file.
7532         * lib/unistr/u16-chr.c: New file.
7533         * lib/unistr/u32-chr.c: New file.
7534
7535         * modules/unistr/u8-cmp: New file.
7536         * modules/unistr/u16-cmp: New file.
7537         * modules/unistr/u32-cmp: New file.
7538         * lib/unistr/u8-cmp.c: New file.
7539         * lib/unistr/u16-cmp.c: New file.
7540         * lib/unistr/u32-cmp.c: New file.
7541
7542         * modules/unistr/u8-cpy: New file.
7543         * modules/unistr/u16-cpy: New file.
7544         * modules/unistr/u32-cpy: New file.
7545         * lib/unistr/u8-cpy.c: New file.
7546         * lib/unistr/u16-cpy.c: New file.
7547         * lib/unistr/u32-cpy.c: New file.
7548         * lib/unistr/u-cpy.h: New file.
7549
7550         * modules/unistr/u8-cpy-alloc: New file.
7551         * modules/unistr/u16-cpy-alloc: New file.
7552         * modules/unistr/u32-cpy-alloc: New file.
7553         * lib/unistr/u8-cpy-alloc.c: New file.
7554         * lib/unistr/u16-cpy-alloc.c: New file.
7555         * lib/unistr/u32-cpy-alloc.c: New file.
7556         * lib/unistr/u-cpy-alloc.h: New file.
7557
7558         * modules/unistr/u8-endswith: New file.
7559         * modules/unistr/u16-endswith: New file.
7560         * modules/unistr/u32-endswith: New file.
7561         * lib/unistr/u8-endswith.c: New file.
7562         * lib/unistr/u16-endswith.c: New file.
7563         * lib/unistr/u32-endswith.c: New file.
7564         * lib/unistr/u-endswith.h: New file.
7565
7566         * modules/unistr/u8-mblen: New file.
7567         * modules/unistr/u16-mblen: New file.
7568         * modules/unistr/u32-mblen: New file.
7569         * lib/unistr/u8-mblen.c: New file.
7570         * lib/unistr/u16-mblen.c: New file.
7571         * lib/unistr/u32-mblen.c: New file.
7572
7573         * modules/unistr/u8-mbtouc: New file.
7574         * modules/unistr/u16-mbtouc: New file.
7575         * modules/unistr/u32-mbtouc: New file.
7576         * lib/unistr/u8-mbtouc.c: New file.
7577         * lib/unistr/u16-mbtouc.c: New file.
7578         * lib/unistr/u32-mbtouc.c: New file.
7579
7580         * modules/unistr/u8-mbtouc-safe: New file.
7581         * modules/unistr/u16-mbtouc-safe: New file.
7582         * modules/unistr/u32-mbtouc-safe: New file.
7583         * lib/unistr/u8-mbtouc-safe.c: New file.
7584         * lib/unistr/u16-mbtouc-safe.c: New file.
7585         * lib/unistr/u32-mbtouc-safe.c: New file.
7586
7587         * modules/unistr/u8-move: New file.
7588         * modules/unistr/u16-move: New file.
7589         * modules/unistr/u32-move: New file.
7590         * lib/unistr/u8-move.c: New file.
7591         * lib/unistr/u16-move.c: New file.
7592         * lib/unistr/u32-move.c: New file.
7593         * lib/unistr/u-move.h: New file.
7594
7595         * modules/unistr/u8-next: New file.
7596         * modules/unistr/u16-next: New file.
7597         * modules/unistr/u32-next: New file.
7598         * lib/unistr/u8-next.c: New file.
7599         * lib/unistr/u16-next.c: New file.
7600         * lib/unistr/u32-next.c: New file.
7601
7602         * modules/unistr/u8-prev: New file.
7603         * modules/unistr/u16-prev: New file.
7604         * modules/unistr/u32-prev: New file.
7605         * lib/unistr/u8-prev.c: New file.
7606         * lib/unistr/u16-prev.c: New file.
7607         * lib/unistr/u32-prev.c: New file.
7608
7609         * modules/unistr/u8-set: New file.
7610         * modules/unistr/u16-set: New file.
7611         * modules/unistr/u32-set: New file.
7612         * lib/unistr/u8-set.c: New file.
7613         * lib/unistr/u16-set.c: New file.
7614         * lib/unistr/u32-set.c: New file.
7615         * lib/unistr/u-set.h: New file.
7616
7617         * modules/unistr/u8-startswith: New file.
7618         * modules/unistr/u16-startswith: New file.
7619         * modules/unistr/u32-startswith: New file.
7620         * lib/unistr/u8-startswith.c: New file.
7621         * lib/unistr/u16-startswith.c: New file.
7622         * lib/unistr/u32-startswith.c: New file.
7623         * lib/unistr/u-startswith.h: New file.
7624
7625         * modules/unistr/u8-stpcpy: New file.
7626         * modules/unistr/u16-stpcpy: New file.
7627         * modules/unistr/u32-stpcpy: New file.
7628         * lib/unistr/u8-stpcpy.c: New file.
7629         * lib/unistr/u16-stpcpy.c: New file.
7630         * lib/unistr/u32-stpcpy.c: New file.
7631         * lib/unistr/u-stpcpy.h: New file.
7632
7633         * modules/unistr/u8-stpncpy: New file.
7634         * modules/unistr/u16-stpncpy: New file.
7635         * modules/unistr/u32-stpncpy: New file.
7636         * lib/unistr/u8-stpncpy.c: New file.
7637         * lib/unistr/u16-stpncpy.c: New file.
7638         * lib/unistr/u32-stpncpy.c: New file.
7639         * lib/unistr/u-stpncpy.h: New file.
7640
7641         * modules/unistr/u8-strcat: New file.
7642         * modules/unistr/u16-strcat: New file.
7643         * modules/unistr/u32-strcat: New file.
7644         * lib/unistr/u8-strcat.c: New file.
7645         * lib/unistr/u16-strcat.c: New file.
7646         * lib/unistr/u32-strcat.c: New file.
7647         * lib/unistr/u-strcat.h: New file.
7648
7649         * modules/unistr/u8-strchr: New file.
7650         * modules/unistr/u16-strchr: New file.
7651         * modules/unistr/u32-strchr: New file.
7652         * lib/unistr/u8-strchr.c: New file.
7653         * lib/unistr/u16-strchr.c: New file.
7654         * lib/unistr/u32-strchr.c: New file.
7655
7656         * modules/unistr/u8-strcmp: New file.
7657         * modules/unistr/u16-strcmp: New file.
7658         * modules/unistr/u32-strcmp: New file.
7659         * lib/unistr/u8-strcmp.c: New file.
7660         * lib/unistr/u16-strcmp.c: New file.
7661         * lib/unistr/u32-strcmp.c: New file.
7662
7663         * modules/unistr/u8-strcpy: New file.
7664         * modules/unistr/u16-strcpy: New file.
7665         * modules/unistr/u32-strcpy: New file.
7666         * lib/unistr/u8-strcpy.c: New file.
7667         * lib/unistr/u16-strcpy.c: New file.
7668         * lib/unistr/u32-strcpy.c: New file.
7669         * lib/unistr/u-strcpy.h: New file.
7670
7671         * modules/unistr/u8-strcspn: New file.
7672         * modules/unistr/u16-strcspn: New file.
7673         * modules/unistr/u32-strcspn: New file.
7674         * lib/unistr/u8-strcspn.c: New file.
7675         * lib/unistr/u16-strcspn.c: New file.
7676         * lib/unistr/u32-strcspn.c: New file.
7677         * lib/unistr/u-strcspn.h: New file.
7678
7679         * modules/unistr/u8-strdup: New file.
7680         * modules/unistr/u16-strdup: New file.
7681         * modules/unistr/u32-strdup: New file.
7682         * lib/unistr/u8-strdup.c: New file.
7683         * lib/unistr/u16-strdup.c: New file.
7684         * lib/unistr/u32-strdup.c: New file.
7685         * lib/unistr/u-strdup.h: New file.
7686
7687         * modules/unistr/u8-strlen: New file.
7688         * modules/unistr/u16-strlen: New file.
7689         * modules/unistr/u32-strlen: New file.
7690         * lib/unistr/u8-strlen.c: New file.
7691         * lib/unistr/u16-strlen.c: New file.
7692         * lib/unistr/u32-strlen.c: New file.
7693         * lib/unistr/u-strlen.h: New file.
7694
7695         * modules/unistr/u8-strmblen: New file.
7696         * modules/unistr/u16-strmblen: New file.
7697         * modules/unistr/u32-strmblen: New file.
7698         * lib/unistr/u8-strmblen.c: New file.
7699         * lib/unistr/u16-strmblen.c: New file.
7700         * lib/unistr/u32-strmblen.c: New file.
7701
7702         * modules/unistr/u8-strmbtouc: New file.
7703         * modules/unistr/u16-strmbtouc: New file.
7704         * modules/unistr/u32-strmbtouc: New file.
7705         * lib/unistr/u8-strmbtouc.c: New file.
7706         * lib/unistr/u16-strmbtouc.c: New file.
7707         * lib/unistr/u32-strmbtouc.c: New file.
7708
7709         * modules/unistr/u8-strncat: New file.
7710         * modules/unistr/u16-strncat: New file.
7711         * modules/unistr/u32-strncat: New file.
7712         * lib/unistr/u8-strncat.c: New file.
7713         * lib/unistr/u16-strncat.c: New file.
7714         * lib/unistr/u32-strncat.c: New file.
7715         * lib/unistr/u-strncat.h: New file.
7716
7717         * modules/unistr/u8-strncmp: New file.
7718         * modules/unistr/u16-strncmp: New file.
7719         * modules/unistr/u32-strncmp: New file.
7720         * lib/unistr/u8-strncmp.c: New file.
7721         * lib/unistr/u16-strncmp.c: New file.
7722         * lib/unistr/u32-strncmp.c: New file.
7723
7724         * modules/unistr/u8-strncpy: New file.
7725         * modules/unistr/u16-strncpy: New file.
7726         * modules/unistr/u32-strncpy: New file.
7727         * lib/unistr/u8-strncpy.c: New file.
7728         * lib/unistr/u16-strncpy.c: New file.
7729         * lib/unistr/u32-strncpy.c: New file.
7730         * lib/unistr/u-strncpy.h: New file.
7731
7732         * modules/unistr/u8-strnlen: New file.
7733         * modules/unistr/u16-strnlen: New file.
7734         * modules/unistr/u32-strnlen: New file.
7735         * lib/unistr/u8-strnlen.c: New file.
7736         * lib/unistr/u16-strnlen.c: New file.
7737         * lib/unistr/u32-strnlen.c: New file.
7738         * lib/unistr/u-strnlen.h: New file.
7739
7740         * modules/unistr/u8-strpbrk: New file.
7741         * modules/unistr/u16-strpbrk: New file.
7742         * modules/unistr/u32-strpbrk: New file.
7743         * lib/unistr/u8-strpbrk.c: New file.
7744         * lib/unistr/u16-strpbrk.c: New file.
7745         * lib/unistr/u32-strpbrk.c: New file.
7746         * lib/unistr/u-strpbrk.h: New file.
7747
7748         * modules/unistr/u8-strrchr: New file.
7749         * modules/unistr/u16-strrchr: New file.
7750         * modules/unistr/u32-strrchr: New file.
7751         * lib/unistr/u8-strrchr.c: New file.
7752         * lib/unistr/u16-strrchr.c: New file.
7753         * lib/unistr/u32-strrchr.c: New file.
7754
7755         * modules/unistr/u8-strspn: New file.
7756         * modules/unistr/u16-strspn: New file.
7757         * modules/unistr/u32-strspn: New file.
7758         * lib/unistr/u8-strspn.c: New file.
7759         * lib/unistr/u16-strspn.c: New file.
7760         * lib/unistr/u32-strspn.c: New file.
7761         * lib/unistr/u-strspn.h: New file.
7762
7763         * modules/unistr/u8-strstr: New file.
7764         * modules/unistr/u16-strstr: New file.
7765         * modules/unistr/u32-strstr: New file.
7766         * lib/unistr/u8-strstr.c: New file.
7767         * lib/unistr/u16-strstr.c: New file.
7768         * lib/unistr/u32-strstr.c: New file.
7769         * lib/unistr/u-strstr.h: New file.
7770
7771         * modules/unistr/u8-strtok: New file.
7772         * modules/unistr/u16-strtok: New file.
7773         * modules/unistr/u32-strtok: New file.
7774         * lib/unistr/u8-strtok.c: New file.
7775         * lib/unistr/u16-strtok.c: New file.
7776         * lib/unistr/u32-strtok.c: New file.
7777         * lib/unistr/u-strtok.h: New file.
7778
7779         * modules/unistr/u8-uctomb: New file.
7780         * modules/unistr/u16-uctomb: New file.
7781         * modules/unistr/u32-uctomb: New file.
7782         * lib/unistr/u8-uctomb.c: New file.
7783         * lib/unistr/u16-uctomb.c: New file.
7784         * lib/unistr/u32-uctomb.c: New file.
7785
7786         * MODULES.html.sh (Unicode string functions): Add the new modules.
7787
7788 2007-01-08  Bruno Haible  <bruno@clisp.org>
7789
7790         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7791         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7792         subdirectories.
7793
7794 2007-01-08  Karl Berry  <karl@gnu.org>
7795
7796         * doc/error.texi: mention that main() fns must set program_name
7797         when progname is used.
7798
7799 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7800
7801         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7802         WCTYPE_H is empty, for the benefit of builds from non-distclean
7803         directories.  Problem reported by Eric Blake in
7804         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7805
7806 2007-01-08  Bruno Haible  <bruno@clisp.org>
7807
7808         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7809         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7810         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7811         PROVIDE_CANONICALIZE_FILENAME_MODE.
7812         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7813
7814 2007-01-08  Bruno Haible  <bruno@clisp.org>
7815
7816         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7817         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7818         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7819         * lib/fts.c: Likewise.
7820         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7821
7822 2006-12-25  Bruno Haible  <bruno@clisp.org>
7823
7824         * modules/utf8-ucs4-safe: New file.
7825         * lib/utf8-ucs4-safe.h: New file.
7826         * lib/unistr/utf8-ucs4-safe.c: New file.
7827
7828         * modules/utf16-ucs4-safe: New file.
7829         * lib/utf16-ucs4-safe.h: New file.
7830         * lib/unistr/utf16-ucs4-safe.c: New file.
7831
7832         * MODULES.html.sh (Unicode string functions): Add the new modules.
7833
7834 2007-01-08  Bruno Haible  <bruno@clisp.org>
7835
7836         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7837         (Depends-on): Add unitypes.
7838         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7839         (u8_mbtouc_aux): Move out to separate file.
7840         (u8_mbtouc): Use ucs4_t, uint8_t types.
7841         * lib/unistr/utf8-ucs4.c: New file.
7842
7843         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7844         (Depends-on): Add unitypes.
7845         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7846         (u16_mbtouc_aux): Move out to separate file.
7847         (u16_mbtouc): Use ucs4_t, uint16_t types.
7848         * lib/unistr/utf16-ucs4.c: New file.
7849
7850         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7851         (Depends-on): Add unitypes.
7852         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7853         (u8_uctomb_aux): Move out to separate file.
7854         (u8_uctomb): Use ucs4_t, uint8_t types.
7855         * lib/unistr/ucs4-utf8.c: New file.
7856
7857         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7858         (Depends-on): Add unitypes.
7859         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7860         (u16_uctomb_aux): Move out to separate file.
7861         (u16_uctomb): Use ucs4_t, uint16_t types.
7862         * lib/unistr/ucs4-utf16.c: New file.
7863
7864 2006-12-25  Bruno Haible  <bruno@clisp.org>
7865
7866         * modules/unitypes: New file.
7867         * lib/unitypes.h: New file.
7868         * MODULES.html.sh (func_all_modules): New section "Unicode string
7869         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7870         this section. Add unitypes.
7871
7872 2007-01-08  Bruno Haible  <bruno@clisp.org>
7873
7874         Avoid variable names that conflict with those from libtool.
7875         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7876         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7877         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7878         library_names_spec to acl_library_names_spec, hardcode_* to
7879         acl_hardcode_*.
7880         Reported by Ralf Wildenhues.
7881
7882 2007-01-08  Bruno Haible  <bruno@clisp.org>
7883
7884         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7885         definition.
7886         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7887         definition.
7888         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7889         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7890         definition.
7891         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7892         definition.
7893         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7894         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7895         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7896         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7897         definition.
7898         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7899         definition.
7900         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7901         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7902         GC_USE_<algorithm>.
7903         * lib/gc-libgcrypt.c: Likewise.
7904         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7905         * modules/gc-arctwo (configure.ac): Likewise.
7906         * modules/gc-des (configure.ac): Likewise.
7907         * modules/gc-hmac-md5 (configure.ac): Likewise.
7908         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7909         * modules/gc-md2 (configure.ac): Likewise.
7910         * modules/gc-md4 (configure.ac): Likewise.
7911         * modules/gc-md5 (configure.ac): Likewise.
7912         * modules/gc-random (configure.ac): Likewise.
7913         * modules/gc-rijndael (configure.ac): Likewise.
7914         * modules/gc-sha1 (configure.ac): Likewise.
7915
7916 2007-01-08  Bruno Haible  <bruno@clisp.org>
7917
7918         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7919         macro definition.
7920         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7921         definition.
7922         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7923         definition.
7924         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7925         * modules/fcntl-safer (configure.ac): Likewise.
7926         * modules/fopen-safer (configure.ac): Likewise.
7927         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7928         GNULIB_FWRITEERROR macro definition.
7929
7930 2007-01-08  Bruno Haible  <bruno@clisp.org>
7931
7932         * m4/gnulib-common.m4: New file.
7933         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7934         (func_get_filelist): Add m4/gnulib-common.m4.
7935
7936 2007-01-08  Bruno Haible  <bruno@clisp.org>
7937
7938         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7939         command.
7940
7941 2007-01-08  Jim Meyering  <jim@meyering.net>
7942
7943         Use a more robust test for a "can't happen" condition.
7944         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7945         narrowed the st_size value.  Presuming the "can't happen" condition
7946         is true, that narrowing could conceivably convert an invalid st_size
7947         value into a valid one.  Instead, use a change based on Matthew
7948         Woehlke's original patch.
7949
7950         Slight readability improvement: use an assert-like macro
7951         in place of literal "abort ()" uses.
7952         * lib/fts.c (fts_assert): Define.
7953         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7954         Use this macro instead of a bare 'abort'.
7955
7956 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7957
7958         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7959         simply work around them.
7960         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7961         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7962         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7963         declaring.
7964         Don't bother to define as macros, since the standard doesn't require it.
7965         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7966         longer worry about IRIX 5.3.
7967         (HAVE_WCTYPE_CTMP_BUG): Remove.
7968
7969 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7970
7971         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7972         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7973         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7974         Problems reported by Georg Schwarz for IRIX 5.3.
7975
7976         * gnulib-tool (autoconf_minversion): Take the maximum version number
7977         found, not the minimum.  Problem reported by James Youngman.
7978
7979 2007-01-03  Karl Berry  <karl@gnu.org>
7980
7981         * doc/error.texi: new file, explaining interaction with progname.
7982         * doc/gnulib.texi: include it.  Update copyright.
7983
7984 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7985
7986         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7987         AC_CANONICAL_HOST, to improve autobuild outputs.
7988
7989 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7990             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7991
7992         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7993         sockets, server sockets, and other file descriptors.  Count errors
7994         to compute the return value.  Reorder the code a bit to be easier
7995         to follow.  Don't set event bits that were not requested (except
7996         POLLERR and POLLHUP).
7997
7998 2007-01-01  Bruno Haible  <bruno@clisp.org>
7999
8000         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8001
8002 2007-01-03  Jim Meyering  <jim@meyering.net>
8003
8004         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8005
8006 2007-01-02  Bruno Haible  <bruno@clisp.org>
8007
8008         * modules/settime (Include): Require timespec.h.
8009         * modules/nanosleep (Include): Likewise.
8010
8011 2007-01-01  Bruno Haible  <bruno@clisp.org>
8012
8013         * gnulib-tool (func_emit_copyright_notice): Bump year.
8014         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8015
8016 2007-01-01  Bruno Haible  <bruno@clisp.org>
8017
8018         Improve support for OpenBSD.
8019         * build-aux/config.rpath (libname_spec): Export.
8020         (library_names_spec): New variable. Export.
8021         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8022         library_names_spec from the config.rpath output. Locate shared library
8023         through the name pattern in library_names_spec.
8024
8025 2007-01-01  Eric Blake  <ebb9@byu.net>
8026
8027         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8028
8029 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8030
8031         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8032         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8033         assume the C locale, and avoid an "eval" that could cause trouble.
8034         Problem with SORT reported by Bob Proulx.
8035
8036         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8037         Define.  Trivial patch from Henning Nielsen Lund, originally
8038         sent to bug-grep@gnu.org today.
8039
8040 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8041
8042         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8043         struct stat.  Problem reported by Henning Nielsen Lund.
8044         * lib/acl.c: Include acl.h first, to check interface.  Don't
8045         bother to include sys/types.h and sys/stat.h again.
8046
8047 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8048
8049         Import the following change from libc; problem reported by
8050         Sven Verdoolaege.
8051
8052         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8053
8054         [BZ #1373]
8055         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8056
8057 2006-12-28  Jim Meyering  <jim@meyering.net>
8058
8059         * build-aux/announce-gen: Do not assume that the package
8060         builds any of tar.gz, tar.bz2, and .xdelta files.
8061         Suggestion from Simon Josefsson.
8062
8063 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8064
8065         * modules/announce-gen: New file.
8066
8067 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8068
8069         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8070         handles its gotchas now.
8071         * lib/mbswidth.c: Likewise.
8072         * lib/wcwidth.h: Likewise.
8073         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8074         and iswcntrl; the wctype module does this stuff now.
8075         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8076         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8077         * modules/mbchar (Depends-on): Add wctype.
8078         * modules/mbswidth (Depends-on): Likewise.
8079         * modules/wcwidth (Depends-on): Likewise.
8080
8081 2006-12-27  Eric Blake  <ebb9@byu.net>
8082
8083         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8084         module uses more than what <wctype.h> is required to provide.
8085
8086 2006-12-26  Eric Blake  <ebb9@byu.net>
8087
8088         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8089
8090 2006-12-26  Eric Blake  <ebb9@byu.net>
8091
8092         * modules/absolute-header: New module.
8093         * modules/fcntl (Depends-on): Depend on it.
8094         * modules/inttypes (Depends-on): Likewise.
8095         * modules/stdint (Depends-on): Likewise.
8096         * modules/sys_stat (Depends-on): Likewise.
8097         * modules/wctype (Depends-on): Likewise.
8098         * MODULES.html.sh (Support for building libraries and
8099         executables): Document it.
8100
8101 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8102
8103         * gnulib-tool (SED): Remove, undoing previous change.
8104         The problem was that it broke coreutils on Solaris, because
8105         "sed --posix" leaked into a makefile.
8106         (sed): New alias, if 'alias' and GNU sed.
8107
8108 2006-12-24  Jim Meyering  <jim@meyering.net>
8109
8110         Work around an fchownat bug in glibc-2.4:
8111         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8112         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8113         in spite of the -P option.
8114         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8115         New macros.
8116         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8117         * modules/openat (Files): Add lib/fchownat.c.
8118         * lib/openat.c (fchownat): Don't define here.  Move to...
8119         * lib/fchownat.c: ...this new file.
8120
8121 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8122
8123         Fix bug reported by Bruno Haible in
8124         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8125         where quotearg.c didn't compile on Mac OS X 10.2 because it
8126         lacks <wchar.h> and wint_t.
8127         * lib/wctype_.h (__wctype_wint_t): New type.
8128         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8129         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8130         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8131         Arg is now of type __wctype_wint_t, not wint_t.
8132         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8133         substitute HAVE_WINT_T.
8134         * modules/wctype (Files): Add m4/wint_t.m4.
8135         (wctype.h): Substitute HAVE_WINT_T.
8136
8137 2006-12-23  Bruno Haible  <bruno@clisp.org>
8138
8139         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8140
8141 2006-12-23  Bruno Haible  <bruno@clisp.org>
8142
8143         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8144         S_ISLNK.
8145         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8146         mingw.
8147
8148 2006-12-22  Bruno Haible  <bruno@clisp.org>
8149
8150         * lib/copy-file.c: Include acl.h.
8151         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8152         Close the file descriptors only after being done with copy_acl.
8153         * modules/copy-file (Depends-on): Add acl.
8154
8155 2006-12-22  Bruno Haible  <bruno@clisp.org>
8156
8157         * gnulib-tool (SED): New variable.
8158         Use $SED instead of sed everywhere.
8159
8160 2006-12-22  Bruno Haible  <bruno@clisp.org>
8161
8162         * modules/no-c++: New file.
8163         * m4/no-c++.m4: New file.
8164         * MODULES.html.sh (Support for building libraries and executables):
8165         Add no-c++.
8166
8167 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8168
8169         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8170         Include <limits.h>, and use its INT_MAX to rewrite the
8171         j loop so that it does not overflow 'int'.  Problem reported by
8172         Ralf Wildenhues in
8173         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8174         Play it safe by shifting left by 1 rather than multiplying by 2,
8175         as GCC is less likely to optimize this away when the value
8176         is signed (when it assumes overflow leads to undefined behavior).
8177         Also, don't assume time_t uses two's complement.
8178
8179 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8180
8181         * MODULES.html.sh: New module wctype.
8182         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8183         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8184         <wctype.h>, since the new wctype module should fix this.
8185         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8186         the wctype module should arrange for it.
8187         * lib/regex_internal.h: Likewise.
8188         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8189         since the wctype module should handle this now.
8190         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8191         * modules/fnmatch (Depends-on): Add wctype.
8192         * modules/quotearg (Depends-on): Likewise.
8193         * modules/regex (Depends-on): Likewise.
8194
8195 2006-12-19  Bruno Haible  <bruno@clisp.org>
8196
8197         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8198         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8199
8200 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8201
8202         * modules/savewd (Depends-on): Fix dependency on fcntl.
8203
8204 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8205
8206         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8207         conforms to C99, rather than relying on the user's environment
8208         setting of STDINT_H.
8209
8210 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8211         and Eric Blake  <ebb9@byu.net>
8212
8213         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8214         This is more consistent with the other defines here.
8215         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8216         Port to z/OS.  Problem reported by Paul Gilmartin.
8217         Change local vars to use gl_ prefix rather than ac_.
8218         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8219         with other defines.
8220         * modules/double-slash-root: New module.
8221         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8222         (Depends-on): Add double-slash-root.
8223         * MODULES.html.sh (File system functions): Mention new module.
8224
8225 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8226
8227         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8228         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8229         This is for the benefit of gzip, which doesn't do i18n.
8230
8231 2006-12-12  Jim Meyering  <jim@meyering.net>
8232
8233         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8234         Reported by Andreas Schwab <schwab@suse.de>.
8235
8236 2006-12-12  Bruno Haible  <bruno@clisp.org>
8237
8238         Merge these changes.
8239         2006-09-05  Bruno Haible  <bruno@clisp.org>
8240         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8241         iconv_alloc succeeded.
8242         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8243         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8244         test for " && dest " at the end - dest is always != NULL there. Call
8245         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8246         with 2xNULL arguments, also to flush the state storage. Handle the
8247         IRIX iconv behaviour. Realloc the final result, to throw away unused
8248         memory.
8249
8250 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8251
8252         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8253         and fchmodat unconditionally, since glibc 2.4 has them.
8254         Problem reported by Arkadiusz Miskiewicz.
8255
8256 2006-12-10  Bruno Haible  <bruno@clisp.org>
8257
8258         * gnulib-tool (func_import): Show the include files only for those
8259         modules that are copied and specified.
8260         Reported by Karl Berry.
8261
8262 2006-12-08  Jim Meyering  <jim@meyering.net>
8263
8264         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8265         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8266
8267         * build-aux/announce-gen: Add two new options, both optional:
8268         --bootstrap-tools=TOOL_LIST
8269               a comma-separated list of tools, e.g.,
8270               autoconf,automake,bison,gnulib
8271         --gnulib-snapshot-date=DATE
8272               if gnulib is in the bootstrap tool list,
8273               then report this as the snapshot date.
8274               If not specified, use the current date/time.
8275               If you specify a date here, be sure it's UTC.
8276
8277 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8278
8279         * tests/test-argp-2.sh: Fix test to match actual output.
8280         (func_compare): Fix sed script to be portable.
8281
8282 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8283
8284         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8285         workaround for this case.  It is not autoconfigured now; offhand
8286         it's hard to see how to autoconfigure it.
8287
8288 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8289
8290         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8291         a directory that is about to be chowned.  Such a directory's
8292         initial file permissions should permit the owner only and this
8293         should not be changed until after the chown, since the group and
8294         other bits would be incorrect if they granted permission before
8295         the chown.
8296
8297         Fix porting problem for iswctype reported by Georg Schwarz in:
8298         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8299         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8300         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8301         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8302         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8303
8304 2006-12-03  Jim Meyering  <jim@meyering.net>
8305
8306         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8307         p->fts_statp may not yet be defined.
8308         (fts_read): Instead, set it in the caller, once p->fts_statp is
8309         sure to be defined, and corresponds to a top-level directory.
8310         This bug made du -x fail.  Here's the coreutils test case:
8311         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8312         Reported by Mike Frysinger.
8313
8314 2006-12-01  Jim Meyering  <jim@meyering.net>
8315
8316         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8317         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8318         Reported by Simon Josefsson.
8319
8320 2006-11-30  Jim Meyering  <jim@meyering.net>
8321
8322         * m4/warning.m4: Use the all-permissive copyright notice
8323         recommended by RMS (rather than LGPL).
8324         * m4/vararrays.m4: Likewise.
8325         * m4/flexmember.m4: Likewise.
8326
8327 2006-11-29  Bruno Haible  <bruno@clisp.org>
8328
8329         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8330         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8331         using +=.
8332         Reported by Simon Josefsson <simon@josefsson.org>.
8333
8334 2006-11-28  James Youngman <jay@gnu.org>
8335
8336         * README: Advise users that they might find the bug-gnulib@gnu.org
8337         and autotools-announce@gnu.org mailing lists useful.
8338
8339 2006-11-28  Bruno Haible  <bruno@clisp.org>
8340
8341         * m4/ptrdiff_max.m4: Remove file.
8342
8343 2006-11-21  Bruno Haible  <bruno@clisp.org>
8344
8345         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8346         _AC_COMPUTE_INT.
8347         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8348         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8349         _AC_COMPUTE_INT.
8350         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8351         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8352         _AC_COMPUTE_INT.
8353         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8354
8355 2006-11-28  Jim Meyering  <jim@meyering.net>
8356
8357         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8358         warning from "gcc -Wshadow" about shadowing the builtin.
8359
8360 2006-11-27  Bruno Haible  <bruno@clisp.org>
8361
8362         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8363         _AC_COMPUTE_INT.
8364         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8365
8366 2006-11-27  Bruno Haible  <bruno@clisp.org>
8367             Paul Eggert  <eggert@cs.ucla.edu>
8368
8369         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8370
8371 2006-11-26  Bruno Haible  <bruno@clisp.org>
8372
8373         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8374         noinst_LTLIBRARIES.
8375
8376 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8377             Bruno Haible  <bruno@clisp.org>
8378
8379         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8380         if compiling with "gcc -ansi".
8381
8382 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8383
8384         Fix some incompatibilities with gcc -ansi -pedantic.
8385         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8386         if compiling pedantically with GCC, unless it's C99 or later.
8387         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8388         it mishandles gcc -ansi -pedantic as well.
8389         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8390         if gcc -pedantic.
8391         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8392         initializers for struct if -pedantic, unless it's C99 or later.
8393
8394 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8395
8396         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8397         Don't close an fd more than once. Identical atimes indicate
8398         success, not failure.
8399
8400 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8401
8402         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8403
8404 2006-11-23  Jim Meyering  <jim@meyering.net>
8405
8406         * build-aux/announce-gen: New file.  From coreutils.
8407
8408 2006-11-22  Jim Meyering  <jim@meyering.net>
8409
8410         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8411         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8412         (fts_read): Use a temporary to narrow the overused st_size member
8413         before using it in a switch statement.  Reported by Matthew Woehlke.
8414
8415         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8416         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8417
8418 2006-11-20  Bruno Haible  <bruno@clisp.org>
8419
8420         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8421         changequote instead of pairs of brackets.
8422         Reported by Andreas Schwab <schwab@suse.de>.
8423
8424 2006-11-21  Jim Meyering  <jim@meyering.net>
8425
8426         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8427         so as to remain compatible with older compilers.
8428         Patch from Michael Deutschmann.
8429
8430 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8431
8432         * MODULES.html.sh (File system functions): Add openat.
8433
8434         * lib/openat.h (rpl_fstatat): New macro, if
8435         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8436         (fstatat): Define to rpl_fstatat under the same conditions,
8437         unless COMPILING_FSTATAT.
8438         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8439         seems to have the bug.
8440         * lib/fstatat.c: New file.
8441         * modules/openat (Files): Add it.
8442
8443 2006-11-20  Bruno Haible  <bruno@clisp.org>
8444
8445         * Makefile: New file.
8446
8447 2006-11-20  Jim Meyering  <jim@meyering.net>
8448
8449         The beginnings of syntax-related checks for gnulib.
8450         * lib/Makefile: New file.
8451         * lib/t-idcache: New script.  Ensure that the two halves of
8452         idcache.c stay in sync.
8453
8454         * lib/idcache.c: Adjust comments in user- and group- portions to
8455         be more accurate, and to be consistent with one another.
8456
8457 2006-11-20  Jim Meyering  <jim@meyering.net>
8458
8459         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8460         continue using the flexible array member (thus, this module performs
8461         half as many malloc calls), with the addition that...
8462         (getgroup, getuser): Consistently record a non-match via an empty
8463         "name" string, and map an empty string match to a NULL return value.
8464         * modules/idcache (Depends-on): Re-add flexmember.
8465
8466         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8467         (getuidbyname, getgroup, getgidbyname): Likewise.
8468
8469         Use cleaner syntax: NULL rather than 0.
8470         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8471
8472 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8473
8474         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8475         It mishandled the case where the group was missing.
8476         Problem reported by Greg Schafer.
8477         * modules/idcache: Likewise.
8478
8479 2006-11-18  Jim Meyering  <jim@meyering.net>
8480
8481         * check-module (%exempt_header): Add exception for some
8482         conditionally-included headers.
8483
8484         * modules/i-ring (Depends-on): Add verify.
8485         (License): Change to LGPL.
8486
8487 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8488
8489         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8490         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8491         and inttostr.h.  Use snprintf rather than uinttostr, so that
8492         LGPLed code doesn't depend on GPLed.
8493
8494 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8495
8496         * modules/inline (License): Change from GPL to LGPL.
8497
8498 2006-11-17  Jim Meyering  <jim@meyering.net>
8499
8500         * modules/d-type (License): Switch to LGPL.
8501
8502 2006-11-15  Bruno Haible  <bruno@clisp.org>
8503
8504         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8505
8506 2006-11-15  Eric Blake  <ebb9@byu.net>
8507
8508         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8509         the module dependency.
8510
8511 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8512             Bruno Haible  <bruno@clisp.org>
8513
8514         * gnulib-tool (func_create_testdir): Add license consistency check.
8515
8516 2006-11-15  Eric Blake  <ebb9@byu.net>
8517
8518         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8519         random "(cached)" in configure output.
8520
8521 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8522
8523         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8524         test for conforming inttypes.h is both announced and cached.
8525
8526         * MODULES.html.sh (seen_modules, seen_files): New variables.
8527         (func_module): Rewrite to use a few less gnulib-tool and sed
8528         invocations.  Avoid a couple of quadratic algorithms for ...
8529         (missed_modules, missed_files): ... these, with ...
8530         (func_append, func_tmpdir): ... these new functions, from
8531         gnulib-tool.  Analogously, install traps for cleanup.
8532
8533         * tests/test-gc.c (main): Remove unused variables.
8534         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8535
8536 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8537
8538         * modules/inttostr (License): Change to LGPL.
8539
8540 2006-11-14  Eric Blake  <ebb9@byu.net>
8541
8542         * modules/tempname (License): Change to LGPL.
8543
8544 2006-11-14  Eric Blake  <ebb9@byu.net>
8545
8546         * doc/functions.texi (Function Portability): *printf functions on
8547         Cygwin now understand all POSIX size specifiers.
8548
8549 2006-11-14  Bruno Haible  <bruno@clisp.org>
8550
8551         * modules/c-ctype (License): Change to LGPL.
8552
8553 2006-11-12  Bruno Haible  <bruno@clisp.org>
8554
8555         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8556         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8557         for GNOME libraries, for which the include files are installed in
8558         subdirectories of $prefix/include.
8559
8560 2006-11-12  Bruno Haible  <bruno@clisp.org>
8561
8562         * m4/lib-link.m4: Require at least autoconf-2.54.
8563         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8564         name to underscores for the --with option.
8565
8566 2006-11-13  Bruno Haible  <bruno@clisp.org>
8567
8568         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8569         the tests directory.
8570         Reported by Ralf Wildenhues.
8571
8572 2006-11-13  Bruno Haible  <bruno@clisp.org>
8573
8574         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8575         (func_emit_initmacro_end): Undo the override here.
8576         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8577         Works around the famous automake error in coreutils.
8578
8579 2006-11-13  Eric Blake  <ebb9@byu.net>
8580
8581         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8582         element, not its node.
8583
8584 2006-11-12  Bruno Haible  <bruno@clisp.org>
8585
8586         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8587         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8588
8589 2006-11-12  Bruno Haible  <bruno@clisp.org>
8590
8591         * gnulib-tool: New option --local-symlink.
8592         (func_usage): Document it.
8593         (lsymbolic): New variable.
8594         (func_import, func_create_testdir): If --symlink was not specified,
8595         test whether --local-symlink was specified and the file comes from
8596         the local_gnulib_dir.
8597
8598 2006-11-12  Bruno Haible  <bruno@clisp.org>
8599
8600         * gnulib-tool (func_ln): New function.
8601         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8602
8603 2006-11-12  Bruno Haible  <bruno@clisp.org>
8604
8605         Finish support for source files in subdirectories.
8606         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8607         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8608         AUTOMAKE_OPTIONS.
8609         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8610
8611 2006-11-12  Bruno Haible  <bruno@clisp.org>
8612
8613         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8614         EXTRA_lib_SOURCES augmentation.
8615         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8616
8617 2006-11-12  Jim Meyering  <jim@meyering.net>
8618
8619         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8620         file descriptors.  This also averts a failure on systems with
8621         native openat support when a traversed directory lacks "x" access.
8622         * lib/fts_.h: Include "i-ring.h"
8623         (struct FTS) [fts_fd_ring]: New member.
8624         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8625         (FCHDIR): Add parentheses.
8626         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8627         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8628         When descending, rather than simply closing the previous
8629         fts_cwd_fd value, push that file descriptor onto the ring.
8630         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8631         (fts_open): Initialize the new fd_ring member.
8632         (fts_close): Clear the ring.
8633         (fts_safe_changedir): When possible, use our new fd_ring to skip
8634         the diropen and fstat and dev/ino comparison that would normally
8635         accompany a virtual `chdir ("..")'.
8636
8637         * modules/fts (Depends-on): Add i-ring.
8638         * modules/i-ring: New module.
8639         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8640         * m4/i-ring.m4: New file.
8641
8642 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8643
8644         * gnulib-tool (func_create_testdir): Fix replacement of
8645         `build-aux' in configure.ac.  Run autotools in gltests
8646         subdirectory.
8647         (func_create_testdir, func_create_megatestdir, test): There is
8648         no need for '--force' in most autotool invocations in a new
8649         tree.  Actually fail the whole test if any of the tools, or the
8650         configure or make stages fail.
8651
8652         Sync from Automake.
8653         * build-aux/gnupload: Revert last change.  Add pointer to upload
8654         instructions of the GNU Maintenance Instructions.
8655         Suggestion by Karl Berry.
8656
8657 2006-11-10  Jim Meyering  <jim@meyering.net>
8658
8659         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8660
8661 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8662
8663         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8664         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8665         (bind_textdomain_codeset) [! ENABLE_NLS]:
8666         Evaluate all the arguments.  That way, callers get compatible behavior
8667         if the arguments have side effects.  Also, it avoids some GCC
8668         diagnostics in some cases; Joel E. Denny reported problems when Bison
8669         was configured with --enable-gcc-warnigs.
8670
8671 2006-11-10  Jim Meyering  <jim@meyering.net>
8672
8673         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8674         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8675         account.
8676
8677 2006-11-10  Jim Meyering  <jim@meyering.net>
8678
8679         * modules/inline: New file/module.
8680         * modules/xalloc (Files): Remove m4/inline.m4.
8681         (Depends-on): Add inline, instead.
8682         * modules/oset: Likewise.
8683         * modules/list: Likewise.
8684
8685 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8686
8687         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8688         Problem reported by Matthew Woehlke.
8689
8690 2006-11-09  Bruno Haible  <bruno@clisp.org>
8691
8692         * lib/tempname.c (gen_tempname): Remove variant that invokes
8693         __gen_tempname.
8694         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8695         __gen_tempname.
8696
8697 2006-11-08  Bruno Haible  <bruno@clisp.org>
8698
8699         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8700         to 'yes' instead of 'cross-compiling'.
8701
8702 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8703
8704         * lib/quotearg.h (quotearg_free): New decl.
8705         * lib/quotearg.c (quotearg_free): New function.
8706         (slot0, nslots, slotvec0, slotvec):
8707         Now file-scope so that quotearg_free can get at them.
8708
8709 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8710
8711         Sync from Automake.
8712         * build-aux/gnupload: Add missing 'gnu' to example URL.
8713         Report by Karl Berry.
8714
8715 2006-11-08  Bruno Haible  <bruno@clisp.org>
8716
8717         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8718         Suggested by Paul Eggert.
8719
8720 2006-11-08  Jim Meyering  <jim@meyering.net>
8721
8722         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8723         It's already included if !_LIBC.
8724         (fts_safe_changedir): Add a comment.
8725
8726 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8727
8728         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8729         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8730         Matthew Woehlke.
8731
8732         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8733         definitions up, to avoid colliding with change below.
8734         (static_inline) [HAVE_INLINE]: New macro.
8735         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8736         Provide extern decls when !HAVE_INLINE.  Do not define unless
8737         static_inline is defined, either by us or by xmalloc.c.  Use
8738         static_inline rather than static inline.
8739         (XCALLOC): Optimize sizeof(T) = 1 case.
8740         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8741
8742 2006-11-07  Bruno Haible  <bruno@clisp.org>
8743
8744         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8745         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8746         AC_C_INLINE.
8747         * modules/xalloc (Files): Add m4/inline.m4.
8748
8749 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8750
8751         * README: Fix typo.
8752         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8753         (Miscellanous Notes): ...from this.
8754
8755 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8756
8757         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8758         Mention that offsetof should be used instead of sizeof.
8759         From Bruno Haible.
8760
8761 2006-11-07  Bruno Haible  <bruno@clisp.org>
8762
8763         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8764
8765 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8766
8767         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8768         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8769         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8770         (gl_tree_add_before, gl_tree_add_after):
8771         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8772         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8773         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8774         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8775         (gl_linked_add_after, gl_linked_add_at): Likewise.
8776         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8777         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8778         (gl_tree_add_before, gl_tree_add_after): Likewise.
8779         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8780         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8781         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8782
8783 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8784
8785         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8786
8787 2006-11-06  Bruno Haible  <bruno@clisp.org>
8788
8789         * m4/inline.m4: New file.
8790         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8791         * modules/list (Files): Add m4/inline.m4.
8792         * modules/oset (Files): Likewise.
8793
8794 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8795
8796         * lib/idcache.c: Include <stddef.h>, for offsetof.
8797         (struct userid.name): Change from char * to a flexible array member.
8798         All uses changed.
8799         * modules/idcache (Depends-on): Add flexmember.
8800
8801         * MODULES.html.sh (Core language properties): New module flexmember.
8802         * modules/flexmember, m4/flexmember.m4: New files.
8803
8804         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8805         inline functions that are identical with the old xnmalloc_inline,
8806         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8807         that we can avoid some unnecessary integer multiplications and
8808         divisions in the common case where the element size is known at
8809         compile time.
8810         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8811         needed.
8812         (xnboundedmalloc): Remove.
8813         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8814         arguments, for consistency with rest of this header.
8815         (xcharalloc): Rewrite using XNMALLOC.
8816         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8817         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8818         versions have been moved to lib/xalloc.h and renamed to be the
8819         non-*_inline versions.
8820         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8821         and xnrealloc functions, since those functions are now inline and
8822         now call us.
8823         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8824         renaming described above.
8825         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8826         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8827         captures the dependency in AC_C_INLINE.
8828
8829         New module canonicalize-lgpl, proposed by Charles Wilson in
8830         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8831         with a few small changes afterwards.
8832         * MODULES.html.sh (File system functions): New module
8833         canonicalize-lgpl.
8834         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8835         and canonicalize_file_name.
8836         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8837         * modules/canonicalize-lgpl: New files.
8838
8839 2006-11-05  Bruno Haible  <bruno@clisp.org>
8840
8841         * gnulib-tool (func_import, func_create_testdir): Create directories
8842         also for files in subdirectories of lib/.
8843
8844 2006-11-05  Bruno Haible  <bruno@clisp.org>
8845
8846         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8847         ANSI C compliant.
8848
8849 2006-11-03  Bruno Haible  <bruno@clisp.org>
8850
8851         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8852         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8853         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8854         (xnboundedmalloc): New inline function.
8855         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8856         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8857         xmalloc.
8858         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8859         xmalloc.
8860         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8861         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8862         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8863         xmalloc.
8864         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8865         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8866         xmalloc.
8867         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8868         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8869         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8870         xmalloc.
8871         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8872         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8873         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8874         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8875         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8876         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8877         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8878
8879 2006-11-03  Bruno Haible  <bruno@clisp.org>
8880
8881         * lib/c-ctype.h [C++]: Define functions without name mangling.
8882         * lib/fwriteerror.h [C++]: Likewise.
8883         * lib/gcd.h [C++]: Likewise.
8884         * lib/linebreak.h [C++]: Likewise.
8885
8886 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8887
8888         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8889         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8890         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8891         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8892         Check for functions and headers just once.
8893         Check for declaration of canonicalize_file_name.
8894         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8895
8896 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8897
8898         * gnulib-tool (func_import): Fix typo in actioncmd.
8899
8900 2006-11-02  Bruno Haible  <bruno@clisp.org>
8901
8902         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8903         newline sequence in the Makefile.am snippet as a space, like "make"
8904         does.
8905         Reported by Roger Persson <perrog@gmail.com>.
8906
8907 2006-11-01  Bruno Haible  <bruno@clisp.org>
8908
8909         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8910         already declared in <string.h>.
8911         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8912
8913 2006-11-01  Bruno Haible  <bruno@clisp.org>
8914
8915         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8916         * lib/strcase.h: Include <string.h>.
8917         (strcasecmp): Define to rpl_strcasecmp here.
8918
8919 2006-11-01  Bruno Haible  <bruno@clisp.org>
8920
8921         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8922
8923 2006-11-01  Eric Blake  <ebb9@byu.net>
8924
8925         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8926
8927         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8928
8929 2006-10-29  Bruno Haible  <bruno@clisp.org>
8930
8931         Make it compile in C++ mode.
8932         * lib/full-write.c (full_rw): Add a cast.
8933
8934 2006-11-01  Bruno Haible  <bruno@clisp.org>
8935
8936         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8937         be POSIX compliant.
8938         Reported by Roger Persson <perrog@gmail.com>.
8939
8940 2006-11-01  Eric Blake  <ebb9@byu.net>
8941
8942         * lib/getopt_.h: Fix comments.
8943
8944 2006-10-31  Eric Blake  <ebb9@byu.net>
8945
8946         * modules/tmpdir (Depends-on): Add sys_stat.
8947         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8948         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8949         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8950         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8951         tempname.
8952
8953 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8954
8955         Avoid some C++ diagnostics reported by Bruno Haible.
8956         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8957         xmalloc.
8958         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8959         (struct slotvec): Move to top level.
8960         (quotearg_n_options): Rewrite to avoid xmalloc.
8961         * lib/xalloc.h (xcharalloc): New function.
8962         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8963         [defined __cplusplus]: Add function template that provides result
8964         type propagation.  This part of the change is from Bruno Haible.
8965
8966 2006-10-29  Bruno Haible  <bruno@clisp.org>
8967
8968         Make it compile in C++ mode.
8969         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8970         * lib/strnlen1.c (strnlen1): Cast memchr result.
8971         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8972         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8973         (create_temp_dir): Rename local variable 'template'.
8974         (compile_csharp_using_sscli): Add cast.
8975         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8976         * lib/findprog.c (find_in_path): Likewise.
8977         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8978         * lib/wait-process.c (register_slave_subprocess): Likewise.
8979
8980 2006-10-22  Bruno Haible  <bruno@clisp.org>
8981
8982         * modules/tsearch: New file.
8983         * lib/tsearch.h: New file.
8984         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8985         * m4/tsearch.m4: New file.
8986         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8987
8988 2006-10-29  Eric Blake  <ebb9@byu.net>
8989
8990         * lib/arcfour.c: Assume config.h.
8991         * lib/arctwo.c: Likewise.
8992         * lib/base64.c: Likewise.
8993         * lib/check-version.c: Likewise.
8994         * lib/crc.c: Likewise.
8995         * lib/des.c: Likewise.
8996         * lib/gc-gnulib.c: Likewise.
8997         * lib/gc-libgcrypt.c: Likewise.
8998         * lib/gc-pbkdf2-sha1.c: Likewise.
8999         * lib/getaddrinfo.c: Likewise.
9000         * lib/getdelim.c: Likewise.
9001         * lib/getline.c: Likewise.
9002         * lib/hmac-md5.c: Likewise.
9003         * lib/hmac-sha1.c: Likewise.
9004         * lib/iconvme.c: Likewise.
9005         * lib/md2.c: Likewise.
9006         * lib/md4.c: Likewise.
9007         * lib/memxor.c: Likewise.
9008         * lib/read-file.c: Likewise.
9009         * lib/readline.c: Likewise.
9010         * lib/rijndael-alg-fst.c: Likewise.
9011         * lib/rijndael-api-fst.c: Likewise.
9012         * lib/xgetdomainname.c: Likewise.
9013
9014 2006-10-28  Eric Blake  <ebb9@byu.net>
9015
9016         * lib/xstrndup.c: Assume config.h.
9017
9018 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9019
9020         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9021         stat-macros.h is now for our own macros, whereas stat_h is for
9022         macros in the <sys/stat.h> name space.
9023         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9024         (STAT_MACROS_H): Remove.
9025         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9026         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9027         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9028         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9029         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9030         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9031         Move these macros to ...
9032         * lib/stat_.h: here.  Don't include stat-macros.h.
9033         * lib/canonicalize.c: Don't include stat-macros.h.
9034         * lib/chown.c: Likewise.
9035         * lib/euidaccess.c: Likewise.
9036         * lib/file-type.c: Likewise.
9037         * lib/filemode.c: Likewise.
9038         * lib/glob.c: Likewise.
9039         * lib/isapipe.c: Likewise.
9040         * lib/lchown.c: Likewise.
9041         * lib/lstat.c: Likewise.
9042         * lib/mkdir-p.c: Likewise.
9043         * lib/rmdir.c: Likewise.
9044         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9045         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9046         unless mkdir isn't declared, to speed up 'configure'.
9047         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9048         would define all the S_* symbols.
9049         * modules/canonicalize (Depends-on):
9050         Depend on sys_stat, not stat-macros.
9051         * modules/chown: Likewise.
9052         * modules/euidaccess: Likewise.
9053         * modules/filemode: Likewise.
9054         * modules/file-type: Likewise.
9055         * modules/glob: Likewise.
9056         * modules/isapipe: Likewise.
9057         * modules/lchown: Likewise.
9058         * modules/lstat: Likewise.
9059         * modules/mkancesdirs: Likewise.
9060         * modules/rmdir: Likewise.
9061         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9062         * modules/modechange: Likewise.
9063         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9064         (configure.ac): Remove gl_STAT_MACROS.
9065         * modules/sys_stat (Depends-on): Remove stat-macros.
9066
9067 2006-10-27  Bruno Haible  <bruno@clisp.org>
9068
9069         * m4/signed.m4: Remove file.
9070         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9071         invocation.
9072         * modules/vasnprintf (Files): Remove m4/signed.m4.
9073
9074 2006-10-27  Bruno Haible  <bruno@clisp.org>
9075
9076         Update to GNU gettext 0.16.
9077         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9078         m4/inttypes-h.m4, m4/signed.m4.
9079         * m4/gettext.m4: Update to GNU gettext 0.16.
9080         * m4/intl.m4: New file, from GNU gettext.
9081         * m4/intldir.m4: New file, from GNU gettext.
9082         * config/srclist.txt: Update
9083
9084 2006-10-27  Eric Blake  <ebb9@byu.net>
9085
9086         * MODULES.html.sh: Document tempname.
9087         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9088         dependencies.
9089         (Files): Move lib/tempname.c...
9090         * modules/tempname: ...to this new module.
9091         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9092         (gl_PREREQ_TEMPNAME): Move...
9093         * m4/tempname.m4: ...to this new file.
9094         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9095         * modules/sys_stat (Depends-on): Add stat-macros.
9096         * lib/stat_.h (includes): Pick up stat macros.
9097         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9098         if stat macros are broken.
9099         * lib/tempname.c (includes): No need to include "stat-macros.h".
9100         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9101         (direxists, __path_search) [!_LIBC]: Don't compile these in
9102         gnulib; the tmpdir module covers that.
9103         * lib/tempname.h: New file.
9104
9105 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9106
9107         * COPYING: Explain how gnulib-tool converts licence headers.
9108         Almost all wording by Eric Blake.
9109
9110 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9111
9112         * lib/mbchar.h (is_basic_table): Make read-only.
9113         * lib/mbchar.c (is_basic_table): Likewise.
9114         Reported by John Darrington.
9115
9116 2006-10-25  Bruno Haible  <bruno@clisp.org>
9117
9118         * lib/progname.h (set_program_name): Undefine before defining.
9119
9120 2006-10-25  Bruno Haible  <bruno@clisp.org>
9121
9122         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9123         false for non-gcc C++ compilers.
9124         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9125
9126 2006-10-24  Bruno Haible  <bruno@clisp.org>
9127
9128         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9129         iconv implementations like Irix iconv.
9130
9131 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9132
9133         * modules/vararrays: New file.
9134         * m4/vararrays.m4: New file, taken from diffutils.
9135         * MODULES.html.sh: New module vararrays.
9136
9137 2006-10-24  Karl Berry  <karl@gnu.org>
9138
9139         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9140         Don't call GNU Unix.
9141
9142 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9143
9144         * users.txt: Add Libtool.
9145
9146         Sync from Libtool:
9147
9148         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9149
9150         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9151         to gnulib's policy of including config.h unconditionally.
9152
9153 2006-10-24  Bruno Haible  <bruno@clisp.org>
9154
9155         * modules/wcwidth (Files): Add m4/wint_t.m4.
9156         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9157         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9158
9159 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9160
9161         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9162         to pacify GCC with some -W flags enabled.  Problem reported by
9163         Bruno Haible.
9164
9165 2006-10-24  Jim Meyering  <jim@meyering.net>
9166
9167         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9168         Reported by Karl Berry.
9169
9170 2006-10-23  Bruno Haible  <bruno@clisp.org>
9171
9172         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9173
9174 2006-10-24  Bruno Haible  <bruno@clisp.org>
9175
9176         * lib/gl_list.h: Use C comment style, not C++ comment style.
9177
9178 2006-10-23  Eric Blake  <ebb9@byu.net>
9179
9180         * lib/getaddrinfo.c (includes): Add missing include.
9181
9182 2006-10-23  Bruno Haible  <bruno@clisp.org>
9183             Paul Eggert  <eggert@cs.ucla.edu>
9184
9185         Ability to rename obstack_free.
9186         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9187         obstack_free.
9188         (obstack_free): Invoke the __obstack_free macro.
9189         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9190
9191 2006-10-23  Bruno Haible  <bruno@clisp.org>
9192             Paul Eggert  <eggert@cs.ucla.edu>
9193
9194         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9195         __argc, __argv from the declaration. (They are defined as macros on
9196         mingw.)
9197
9198 2006-10-22  Bruno Haible  <bruno@clisp.org>
9199
9200         * doc/gnulib-intro.texi: New file.
9201         * doc/gnulib.texi: Include it.
9202
9203 2006-10-21  Bruno Haible  <bruno@clisp.org>
9204
9205         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9206         "Introduction", "Miscellanous Notes", "Particular Modules".
9207
9208 2006-10-21  Bruno Haible  <bruno@clisp.org>
9209
9210         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9211         Change mostlyclean-local rule to avoid sh syntax error from bash
9212         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9213
9214 2006-10-23  Jim Meyering  <jim@meyering.net>
9215
9216         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9217         in place of snprintf.
9218
9219         * modules/inttostr (Files): Add lib/uinttostr.c.
9220         * lib/uinttostr.c (inttostr): New file/function.
9221         * lib/inttostr.h (uinttostr): Declare.
9222         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9223         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9224         Add uinttostr.
9225         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9226
9227 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9228
9229         * lib/canonicalize.c (ELOOP): Define if not already defined.
9230         Problem reported by Bruno Haible in
9231         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9232
9233 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9234
9235         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9236         Problem reported by Perry Smith and Ville Laurikari.
9237
9238         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9239         uses.
9240
9241 2006-10-19  Bruno Haible  <bruno@clisp.org>
9242
9243         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9244         for mingw.
9245
9246 2006-10-19  Bruno Haible  <bruno@clisp.org>
9247
9248         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9249         Needed for mingw.
9250
9251 2006-10-19  Bruno Haible  <bruno@clisp.org>
9252
9253         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9254
9255 2006-10-19  Bruno Haible  <bruno@clisp.org>
9256
9257         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9258         it.
9259
9260 2006-10-19  Bruno Haible  <bruno@clisp.org>
9261
9262         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9263         invocation.
9264
9265 2006-10-19  Bruno Haible  <bruno@clisp.org>
9266
9267         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9268         mountlist by default.
9269
9270 2006-10-16  Bruno Haible  <bruno@clisp.org>
9271
9272         * lib/c-strstr.c: Include c-strstr.h.
9273
9274 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9275
9276         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9277         in a slash.
9278
9279 2006-10-18  Bruno Haible  <bruno@clisp.org>
9280
9281         * lib/lock.h [C++]: Wrap definitions in extern "C".
9282
9283 2006-10-18  Bruno Haible  <bruno@clisp.org>
9284
9285         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9286         gl_LIBOBJS list.
9287
9288 2006-10-18  Bruno Haible  <bruno@clisp.org>
9289
9290         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9291
9292 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9293
9294         * lib/xstrtol.h: Include gettext.h.
9295         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9296         Problem reported by Eric Blake.
9297         * modules/xstrtol (Depends-on): Add gettext-h.
9298
9299 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9300
9301         * lib/strftime.c (advance): New macro.
9302         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9303         incomplete type, so you can't add 0 to it.  Problem and patch
9304         reported by Eelco Dolstra for dietlibc.
9305
9306 2006-10-18  Jim Meyering  <jim@meyering.net>
9307
9308         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9309         type for a local, and rename it: s/up/user_proc/.
9310
9311 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9312
9313         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9314         READ_UTMP_USER_PROCESS.
9315         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9316
9317 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9318
9319         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9320         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9321
9322 2006-10-17  Eric Blake  <ebb9@byu.net>
9323
9324         * lib/sigprocmask.c (sigprocmask): Fix typo.
9325
9326         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9327
9328         * modules/clean-temp (Makefile.am): Don't add to make output...
9329         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9330         config.h.
9331
9332 2006-10-17  Bruno Haible  <bruno@clisp.org>
9333
9334         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9335         differently if DEFAULT_TEXT_DOMAIN is set.
9336
9337 2006-10-16  Bruno Haible  <bruno@clisp.org>
9338
9339         * lib/clean-temp.c: Include fwriteerror.h.
9340
9341 2006-10-16  Bruno Haible  <bruno@clisp.org>
9342
9343         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9344
9345 2006-10-16  Bruno Haible  <bruno@clisp.org>
9346
9347         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9348         * lib/sigprocmask.h: Include <sys/types.h>.
9349         (sigset_t): Use the system's definition if present.
9350
9351 2006-10-17  Eric Blake  <ebb9@byu.net>
9352
9353         * lib/xvasprintf.c (includes): Assume config.h.
9354         * lib/xasprintf.c (includes): Likewise.
9355
9356 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9357
9358         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9359         at least as wide as intmax_t.
9360
9361 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9362
9363         (Imported from Automake.)
9364         * build-aux/gnupload: Update to version 1.1 of directive file.
9365
9366 2006-10-16  Eric Blake  <ebb9@byu.net>
9367
9368         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9369         match Automake 1.10a.
9370
9371 2006-10-14  Bruno Haible  <bruno@clisp.org>
9372
9373         * modules/sigprocmask: New file.
9374         * lib/sigprocmask.h: New file.
9375         * lib/sigprocmask.c: New file.
9376         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9377         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9378         request sigprocmask.o.
9379         (gl_PREREQ_SIGPROCMASK): New macro.
9380         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9381         (Depends-on): Add sigprocmask.
9382         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9383         gt_SIGNALBLOCKING. Test for 'raise' only once.
9384         * lib/fatal-signal.c: Include sigprocmask.h.
9385         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9386         unblock_fatal_signals): Define always.
9387         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9388         sigprocmask.
9389
9390 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9391
9392         Sync from Automake.
9393         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9394         which incorrectly sets the mode of an existing destination
9395         directory.  In some cases the unpatched install-sh could do the
9396         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9397         system.  We hope this is rare in practice, but it's clearly worth
9398         fixing.  Problem reported by Alex Unleashed in
9399         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9400         Also, don't bother to check for -m bugs unless we're using -m;
9401         suggested by Stepan Kasal.
9402
9403 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9404
9405         Sync from Automake.
9406         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9407         `-c' flag, so they appear at the same position as in %FASTDEP%
9408         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9409         which ignores unknown options only after the first non-option.
9410         Bug report against M4 by Nelson H. F. Beebe.
9411
9412 2006-10-13  Jim Meyering  <jim@meyering.net>
9413
9414         Fix a bug in yesterday's change.
9415         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9416         p->fts_statp->st_dev would be used uninitialized.
9417         Ensures that we always call fts_stat on the very first entry.
9418         Miklos Szeredi reported that find -xdev stopped working.
9419
9420 2006-10-12  Bruno Haible  <bruno@clisp.org>
9421
9422         * gnulib-tool (func_get_automake_snippet): Append an automatically
9423         computed EXTRA_DIST augmentation.
9424         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9425         * modules/alloca-opt (Makefile.am): Likewise.
9426         * modules/allocsa (Makefile.am): Likewise.
9427         * modules/arcfour (Makefile.am): Likewise.
9428         * modules/arctwo (Makefile.am): Likewise.
9429         * modules/argmatch (Makefile.am): Likewise.
9430         * modules/argz (Makefile.am): Likewise.
9431         * modules/atexit (Makefile.am): Likewise.
9432         * modules/backupfile (Makefile.am): Likewise.
9433         * modules/byteswap (Makefile.am): Likewise.
9434         * modules/c-strtod (Makefile.am): Likewise.
9435         * modules/c-strtold (Makefile.am): Likewise.
9436         * modules/calloc (Makefile.am): Likewise.
9437         * modules/canon-host (Makefile.am): Likewise.
9438         * modules/canonicalize (Makefile.am): Likewise.
9439         * modules/chdir-long (Makefile.am): Likewise.
9440         * modules/chdir-safer (Makefile.am): Likewise.
9441         * modules/check-version (Makefile.am): Likewise.
9442         * modules/chown (Makefile.am): Likewise.
9443         * modules/cloexec (Makefile.am): Likewise.
9444         * modules/close-stream (Makefile.am): Likewise.
9445         * modules/closeout (Makefile.am): Likewise.
9446         * modules/crc (Makefile.am): Likewise.
9447         * modules/csharpexec (Makefile.am): Likewise.
9448         * modules/cycle-check (Makefile.am): Likewise.
9449         * modules/des (Makefile.am): Likewise.
9450         * modules/dev-ino (Makefile.am): Likewise.
9451         * modules/dirfd (Makefile.am): Likewise.
9452         * modules/dirname (Makefile.am): Likewise.
9453         * modules/dup2 (Makefile.am): Likewise.
9454         * modules/eealloc (Makefile.am): Likewise.
9455         * modules/error (Makefile.am): Likewise.
9456         * modules/euidaccess (Makefile.am): Likewise.
9457         * modules/exclude (Makefile.am): Likewise.
9458         * modules/exitfail (Makefile.am): Likewise.
9459         * modules/fcntl-safer (Makefile.am): Likewise.
9460         * modules/fcntl (Makefile.am): Likewise.
9461         * modules/file-type (Makefile.am): Likewise.
9462         * modules/fileblocks (Makefile.am): Likewise.
9463         * modules/filemode (Makefile.am): Likewise.
9464         * modules/filenamecat (Makefile.am): Likewise.
9465         * modules/fnmatch (Makefile.am): Likewise.
9466         * modules/fopen-safer (Makefile.am): Likewise.
9467         * modules/fpending (Makefile.am): Likewise.
9468         * modules/fprintftime (Makefile.am): Likewise.
9469         * modules/free (Makefile.am): Likewise.
9470         * modules/fsusage (Makefile.am): Likewise.
9471         * modules/ftruncate (Makefile.am): Likewise.
9472         * modules/fts (Makefile.am): Likewise.
9473         * modules/gc-arcfour (Makefile.am): Likewise.
9474         * modules/gc-des (Makefile.am): Likewise.
9475         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9476         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9477         * modules/gc-md4 (Makefile.am): Likewise.
9478         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9479         * modules/gc-sha1 (Makefile.am): Likewise.
9480         * modules/gc (Makefile.am): Likewise.
9481         * modules/getaddrinfo (Makefile.am): Likewise.
9482         * modules/getcwd (Makefile.am): Likewise.
9483         * modules/getdelim (Makefile.am): Likewise.
9484         * modules/getdomainname (Makefile.am): Likewise.
9485         * modules/getgroups (Makefile.am): Likewise.
9486         * modules/gethostname (Makefile.am): Likewise.
9487         * modules/gethrxtime (Makefile.am): Likewise.
9488         * modules/getline (Makefile.am): Likewise.
9489         * modules/getloadavg (Makefile.am): Likewise.
9490         * modules/getlogin_r (Makefile.am): Likewise.
9491         * modules/getndelim2 (Makefile.am): Likewise.
9492         * modules/getopt (Makefile.am): Likewise.
9493         * modules/getpagesize (Makefile.am): Likewise.
9494         * modules/getpass-gnu (Makefile.am): Likewise.
9495         * modules/getpass (Makefile.am): Likewise.
9496         * modules/getsubopt (Makefile.am): Likewise.
9497         * modules/gettime (Makefile.am): Likewise.
9498         * modules/gettimeofday (Makefile.am): Likewise.
9499         * modules/getugroups (Makefile.am): Likewise.
9500         * modules/getusershell (Makefile.am): Likewise.
9501         * modules/glob (Makefile.am): Likewise.
9502         * modules/group-member (Makefile.am): Likewise.
9503         * modules/hard-locale (Makefile.am): Likewise.
9504         * modules/hash (Makefile.am): Likewise.
9505         * modules/hmac-md5 (Makefile.am): Likewise.
9506         * modules/hmac-sha1 (Makefile.am): Likewise.
9507         * modules/human (Makefile.am): Likewise.
9508         * modules/idcache (Makefile.am): Likewise.
9509         * modules/imaxabs (Makefile.am): Likewise.
9510         * modules/imaxdiv (Makefile.am): Likewise.
9511         * modules/inet_ntop (Makefile.am): Likewise.
9512         * modules/inet_pton (Makefile.am): Likewise.
9513         * modules/intprops (Makefile.am): Likewise.
9514         * modules/inttostr (Makefile.am): Likewise.
9515         * modules/inttypes (Makefile.am): Likewise.
9516         * modules/isapipe (Makefile.am): Likewise.
9517         * modules/javaversion (Makefile.am): Likewise.
9518         * modules/lchmod (Makefile.am): Likewise.
9519         * modules/lchown (Makefile.am): Likewise.
9520         * modules/localcharset (Makefile.am): Likewise.
9521         * modules/long-options (Makefile.am): Likewise.
9522         * modules/lstat (Makefile.am): Likewise.
9523         * modules/malloc (Makefile.am): Likewise.
9524         * modules/mathl (Makefile.am): Likewise.
9525         * modules/mbchar (Makefile.am): Likewise.
9526         * modules/md2 (Makefile.am): Likewise.
9527         * modules/md4 (Makefile.am): Likewise.
9528         * modules/md5 (Makefile.am): Likewise.
9529         * modules/memcasecmp (Makefile.am): Likewise.
9530         * modules/memchr (Makefile.am): Likewise.
9531         * modules/memcmp (Makefile.am): Likewise.
9532         * modules/memcoll (Makefile.am): Likewise.
9533         * modules/memcpy (Makefile.am): Likewise.
9534         * modules/memmem (Makefile.am): Likewise.
9535         * modules/memmove (Makefile.am): Likewise.
9536         * modules/mempcpy (Makefile.am): Likewise.
9537         * modules/memrchr (Makefile.am): Likewise.
9538         * modules/memset (Makefile.am): Likewise.
9539         * modules/memxor (Makefile.am): Likewise.
9540         * modules/mkancesdirs (Makefile.am): Likewise.
9541         * modules/mkdir-p (Makefile.am): Likewise.
9542         * modules/mkdir (Makefile.am): Likewise.
9543         * modules/mkdtemp (Makefile.am): Likewise.
9544         * modules/mkstemp (Makefile.am): Likewise.
9545         * modules/mktime (Makefile.am): Likewise.
9546         * modules/modechange (Makefile.am): Likewise.
9547         * modules/mountlist (Makefile.am): Likewise.
9548         * modules/nanosleep (Makefile.am): Likewise.
9549         * modules/obstack (Makefile.am): Likewise.
9550         * modules/openat (Makefile.am): Likewise.
9551         * modules/pagealign_alloc (Makefile.am): Likewise.
9552         * modules/pathmax (Makefile.am): Likewise.
9553         * modules/physmem (Makefile.am): Likewise.
9554         * modules/poll (Makefile.am): Likewise.
9555         * modules/posixtm (Makefile.am): Likewise.
9556         * modules/posixver (Makefile.am): Likewise.
9557         * modules/putenv (Makefile.am): Likewise.
9558         * modules/quote (Makefile.am): Likewise.
9559         * modules/quotearg (Makefile.am): Likewise.
9560         * modules/raise (Makefile.am): Likewise.
9561         * modules/read-file (Makefile.am): Likewise.
9562         * modules/readline (Makefile.am): Likewise.
9563         * modules/readlink (Makefile.am): Likewise.
9564         * modules/readtokens (Makefile.am): Likewise.
9565         * modules/readutmp (Makefile.am): Likewise.
9566         * modules/realloc (Makefile.am): Likewise.
9567         * modules/regex (Makefile.am): Likewise.
9568         * modules/rename-dest-slash (Makefile.am): Likewise.
9569         * modules/rename (Makefile.am): Likewise.
9570         * modules/rijndael (Makefile.am): Likewise.
9571         * modules/rmdir (Makefile.am): Likewise.
9572         * modules/rpmatch (Makefile.am): Likewise.
9573         * modules/safe-read (Makefile.am): Likewise.
9574         * modules/safe-write (Makefile.am): Likewise.
9575         * modules/same-inode (Makefile.am): Likewise.
9576         * modules/same (Makefile.am): Likewise.
9577         * modules/save-cwd (Makefile.am): Likewise.
9578         * modules/savedir (Makefile.am): Likewise.
9579         * modules/setenv (Makefile.am): Likewise.
9580         * modules/settime (Makefile.am): Likewise.
9581         * modules/sha1 (Makefile.am): Likewise.
9582         * modules/sig2str (Makefile.am): Likewise.
9583         * modules/snprintf (Makefile.am): Likewise.
9584         * modules/stat-macros (Makefile.am): Likewise.
9585         * modules/stat-time (Makefile.am): Likewise.
9586         * modules/stdbool (Makefile.am): Likewise.
9587         * modules/stdint (Makefile.am): Likewise.
9588         * modules/stdlib-safer (Makefile.am): Likewise.
9589         * modules/stpcpy (Makefile.am): Likewise.
9590         * modules/stpncpy (Makefile.am): Likewise.
9591         * modules/strcase (Makefile.am): Likewise.
9592         * modules/strcasestr (Makefile.am): Likewise.
9593         * modules/strchrnul (Makefile.am): Likewise.
9594         * modules/strcspn (Makefile.am): Likewise.
9595         * modules/strdup (Makefile.am): Likewise.
9596         * modules/strerror (Makefile.am): Likewise.
9597         * modules/strftime (Makefile.am): Likewise.
9598         * modules/strndup (Makefile.am): Likewise.
9599         * modules/strnlen (Makefile.am): Likewise.
9600         * modules/strpbrk (Makefile.am): Likewise.
9601         * modules/strsep (Makefile.am): Likewise.
9602         * modules/strstr (Makefile.am): Likewise.
9603         * modules/strtod (Makefile.am): Likewise.
9604         * modules/strtoimax (Makefile.am): Likewise.
9605         * modules/strtok_r (Makefile.am): Likewise.
9606         * modules/strtol (Makefile.am): Likewise.
9607         * modules/strtoll (Makefile.am): Likewise.
9608         * modules/strtoul (Makefile.am): Likewise.
9609         * modules/strtoull (Makefile.am): Likewise.
9610         * modules/strtoumax (Makefile.am): Likewise.
9611         * modules/strverscmp (Makefile.am): Likewise.
9612         * modules/sys_socket (Makefile.am): Likewise.
9613         * modules/sys_stat (Makefile.am): Likewise.
9614         * modules/sysexits (Makefile.am): Likewise.
9615         * modules/time_r (Makefile.am): Likewise.
9616         * modules/timegm (Makefile.am): Likewise.
9617         * modules/timespec (Makefile.am): Likewise.
9618         * modules/tmpfile-safer (Makefile.am): Likewise.
9619         * modules/trim (Makefile.am): Likewise.
9620         * modules/unistd-safer (Makefile.am): Likewise.
9621         * modules/unlinkdir (Makefile.am): Likewise.
9622         * modules/unlocked-io (Makefile.am): Likewise.
9623         * modules/userspec (Makefile.am): Likewise.
9624         * modules/utime (Makefile.am): Likewise.
9625         * modules/utimecmp (Makefile.am): Likewise.
9626         * modules/utimens (Makefile.am): Likewise.
9627         * modules/vasnprintf (Makefile.am): Likewise.
9628         * modules/vasprintf (Makefile.am): Likewise.
9629         * modules/vsnprintf (Makefile.am): Likewise.
9630         * modules/xalloc (Makefile.am): Likewise.
9631         * modules/xgetcwd (Makefile.am): Likewise.
9632         * modules/xnanosleep (Makefile.am): Likewise.
9633         * modules/xreadlink (Makefile.am): Likewise.
9634         * modules/xstrtod (Makefile.am): Likewise.
9635         * modules/xstrtol (Makefile.am): Likewise.
9636         * modules/xstrtold (Makefile.am): Likewise.
9637         * modules/yesno (Makefile.am): Likewise.
9638         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9639
9640 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9641
9642         * modules/error (Makefile.am): Distribute files through
9643         EXTRA_DIST, not lib_SOURCES.
9644
9645 2006-10-12  Eric Blake  <ebb9@byu.net>
9646
9647         * modules/error (Makefile.am): Distribute files in /lib.
9648         * modules/obstack (Makefile.am): Likewise.
9649
9650 2006-10-12  Bruno Haible  <bruno@clisp.org>
9651
9652         * modules/acl (Makefile.am): Distribute all files in lib/ through
9653         EXTRA_DIST.
9654         * modules/arcfour (Makefile.am): Likewise.
9655         * modules/arctwo (Makefile.am): Likewise.
9656         * modules/argmatch (Makefile.am): Likewise.
9657         * modules/argz (Makefile.am): Likewise.
9658         * modules/atexit (Makefile.am): Likewise.
9659         * modules/backupfile (Makefile.am): Likewise.
9660         * modules/c-strtod (Makefile.am): Likewise.
9661         * modules/c-strtold (Makefile.am): Likewise.
9662         * modules/calloc (Makefile.am): Likewise.
9663         * modules/canon-host (Makefile.am): Likewise.
9664         * modules/canonicalize (Makefile.am): Likewise.
9665         * modules/chdir-long (Makefile.am): Likewise.
9666         * modules/chdir-safer (Makefile.am): Likewise.
9667         * modules/check-version (Makefile.am): Likewise.
9668         * modules/chown (Makefile.am): Likewise.
9669         * modules/cloexec (Makefile.am): Likewise.
9670         * modules/close-stream (Makefile.am): Likewise.
9671         * modules/closeout (Makefile.am): Likewise.
9672         * modules/crc (Makefile.am): Likewise.
9673         * modules/cycle-check (Makefile.am): Likewise.
9674         * modules/des (Makefile.am): Likewise.
9675         * modules/dirfd (Makefile.am): Likewise.
9676         * modules/dirname (Makefile.am): Likewise.
9677         * modules/dup2 (Makefile.am): Likewise.
9678         * modules/euidaccess (Makefile.am): Likewise.
9679         * modules/exclude (Makefile.am): Likewise.
9680         * modules/exitfail (Makefile.am): Likewise.
9681         * modules/fcntl-safer (Makefile.am): Likewise.
9682         * modules/file-type (Makefile.am): Likewise.
9683         * modules/fileblocks (Makefile.am): Likewise.
9684         * modules/filemode (Makefile.am): Likewise.
9685         * modules/filenamecat (Makefile.am): Likewise.
9686         * modules/fnmatch (Makefile.am): Likewise.
9687         * modules/fopen-safer (Makefile.am): Likewise.
9688         * modules/fpending (Makefile.am): Likewise.
9689         * modules/fprintftime (Makefile.am): Likewise.
9690         * modules/free (Makefile.am): Likewise.
9691         * modules/fsusage (Makefile.am): Likewise.
9692         * modules/ftruncate (Makefile.am): Likewise.
9693         * modules/fts (Makefile.am): Likewise.
9694         * modules/gc (Makefile.am): Likewise.
9695         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9696         * modules/getaddrinfo (Makefile.am): Likewise.
9697         * modules/getcwd (Makefile.am): Likewise.
9698         * modules/getdelim (Makefile.am): Likewise.
9699         * modules/getdomainname (Makefile.am): Likewise.
9700         * modules/getgroups (Makefile.am): Likewise.
9701         * modules/gethostname (Makefile.am): Likewise.
9702         * modules/gethrxtime (Makefile.am): Likewise.
9703         * modules/getline (Makefile.am): Likewise.
9704         * modules/getloadavg (Makefile.am): Likewise.
9705         * modules/getlogin_r (Makefile.am): Likewise.
9706         * modules/getopt (Makefile.am): Likewise.
9707         * modules/getpass (Makefile.am): Likewise.
9708         * modules/getpass-gnu (Makefile.am): Likewise.
9709         * modules/getsubopt (Makefile.am): Likewise.
9710         * modules/gettime (Makefile.am): Likewise.
9711         * modules/gettimeofday (Makefile.am): Likewise.
9712         * modules/getugroups (Makefile.am): Likewise.
9713         * modules/getusershell (Makefile.am): Likewise.
9714         * modules/glob (Makefile.am): Likewise.
9715         * modules/group-member (Makefile.am): Likewise.
9716         * modules/hard-locale (Makefile.am): Likewise.
9717         * modules/hash (Makefile.am): Likewise.
9718         * modules/hmac-md5 (Makefile.am): Likewise.
9719         * modules/hmac-sha1 (Makefile.am): Likewise.
9720         * modules/human (Makefile.am): Likewise.
9721         * modules/idcache (Makefile.am): Likewise.
9722         * modules/imaxabs (Makefile.am): Likewise.
9723         * modules/imaxdiv (Makefile.am): Likewise.
9724         * modules/inet_ntop (Makefile.am): Likewise.
9725         * modules/inet_pton (Makefile.am): Likewise.
9726         * modules/inttostr (Makefile.am): Likewise.
9727         * modules/isapipe (Makefile.am): Likewise.
9728         * modules/lchown (Makefile.am): Likewise.
9729         * modules/long-options (Makefile.am): Likewise.
9730         * modules/lstat (Makefile.am): Likewise.
9731         * modules/malloc (Makefile.am): Likewise.
9732         * modules/mathl (Makefile.am): Likewise.
9733         * modules/mbchar (Makefile.am): Likewise.
9734         * modules/md2 (Makefile.am): Likewise.
9735         * modules/md4 (Makefile.am): Likewise.
9736         * modules/md5 (Makefile.am): Likewise.
9737         * modules/memcasecmp (Makefile.am): Likewise.
9738         * modules/memchr (Makefile.am): Likewise.
9739         * modules/memcmp (Makefile.am): Likewise.
9740         * modules/memcoll (Makefile.am): Likewise.
9741         * modules/memcpy (Makefile.am): Likewise.
9742         * modules/memmem (Makefile.am): Likewise.
9743         * modules/memmove (Makefile.am): Likewise.
9744         * modules/mempcpy (Makefile.am): Likewise.
9745         * modules/memrchr (Makefile.am): Likewise.
9746         * modules/memset (Makefile.am): Likewise.
9747         * modules/memxor (Makefile.am): Likewise.
9748         * modules/mkancesdirs (Makefile.am): Likewise.
9749         * modules/mkdir (Makefile.am): Likewise.
9750         * modules/mkdir-p (Makefile.am): Likewise.
9751         * modules/mkdtemp (Makefile.am): Likewise.
9752         * modules/mkstemp (Makefile.am): Likewise.
9753         * modules/mktime (Makefile.am): Likewise.
9754         * modules/modechange (Makefile.am): Likewise.
9755         * modules/mountlist (Makefile.am): Likewise.
9756         * modules/nanosleep (Makefile.am): Likewise.
9757         * modules/openat (Makefile.am): Likewise.
9758         * modules/pagealign_alloc (Makefile.am): Likewise.
9759         * modules/physmem (Makefile.am): Likewise.
9760         * modules/poll (Makefile.am): Likewise.
9761         * modules/posixtm (Makefile.am): Likewise.
9762         * modules/posixver (Makefile.am): Likewise.
9763         * modules/putenv (Makefile.am): Likewise.
9764         * modules/quote (Makefile.am): Likewise.
9765         * modules/quotearg (Makefile.am): Likewise.
9766         * modules/raise (Makefile.am): Likewise.
9767         * modules/read-file (Makefile.am): Likewise.
9768         * modules/readline (Makefile.am): Likewise.
9769         * modules/readlink (Makefile.am): Likewise.
9770         * modules/readtokens (Makefile.am): Likewise.
9771         * modules/readutmp (Makefile.am): Likewise.
9772         * modules/realloc (Makefile.am): Likewise.
9773         * modules/regex (Makefile.am): Likewise.
9774         * modules/rename (Makefile.am): Likewise.
9775         * modules/rename-dest-slash (Makefile.am): Likewise.
9776         * modules/rijndael (Makefile.am): Likewise.
9777         * modules/rmdir (Makefile.am): Likewise.
9778         * modules/rpmatch (Makefile.am): Likewise.
9779         * modules/safe-read (Makefile.am): Likewise.
9780         * modules/safe-write (Makefile.am): Likewise.
9781         * modules/same (Makefile.am): Likewise.
9782         * modules/save-cwd (Makefile.am): Likewise.
9783         * modules/savedir (Makefile.am): Likewise.
9784         * modules/setenv (Makefile.am): Likewise.
9785         * modules/settime (Makefile.am): Likewise.
9786         * modules/sha1 (Makefile.am): Likewise.
9787         * modules/sig2str (Makefile.am): Likewise.
9788         * modules/snprintf (Makefile.am): Likewise.
9789         * modules/stdlib-safer (Makefile.am): Likewise.
9790         * modules/stpcpy (Makefile.am): Likewise.
9791         * modules/stpncpy (Makefile.am): Likewise.
9792         * modules/strcase (Makefile.am): Likewise.
9793         * modules/strcasestr (Makefile.am): Likewise.
9794         * modules/strchrnul (Makefile.am): Likewise.
9795         * modules/strcspn (Makefile.am): Likewise.
9796         * modules/strdup (Makefile.am): Likewise.
9797         * modules/strerror (Makefile.am): Likewise.
9798         * modules/strftime (Makefile.am): Likewise.
9799         * modules/strndup (Makefile.am): Likewise.
9800         * modules/strnlen (Makefile.am): Likewise.
9801         * modules/strpbrk (Makefile.am): Likewise.
9802         * modules/strsep (Makefile.am): Likewise.
9803         * modules/strstr (Makefile.am): Likewise.
9804         * modules/strtod (Makefile.am): Likewise.
9805         * modules/strtoimax (Makefile.am): Likewise.
9806         * modules/strtok_r (Makefile.am): Likewise.
9807         * modules/strtol (Makefile.am): Likewise.
9808         * modules/strtoll (Makefile.am): Likewise.
9809         * modules/strtoul (Makefile.am): Likewise.
9810         * modules/strtoull (Makefile.am): Likewise.
9811         * modules/strtoumax (Makefile.am): Likewise.
9812         * modules/strverscmp (Makefile.am): Likewise.
9813         * modules/time_r (Makefile.am): Likewise.
9814         * modules/timegm (Makefile.am): Likewise.
9815         * modules/tmpfile-safer (Makefile.am): Likewise.
9816         * modules/unistd-safer (Makefile.am): Likewise.
9817         * modules/unlinkdir (Makefile.am): Likewise.
9818         * modules/userspec (Makefile.am): Likewise.
9819         * modules/utime (Makefile.am): Likewise.
9820         * modules/utimecmp (Makefile.am): Likewise.
9821         * modules/utimens (Makefile.am): Likewise.
9822         * modules/vasnprintf (Makefile.am): Likewise.
9823         * modules/vasprintf (Makefile.am): Likewise.
9824         * modules/vsnprintf (Makefile.am): Likewise.
9825         * modules/xalloc (Makefile.am): Likewise.
9826         * modules/xgetcwd (Makefile.am): Likewise.
9827         * modules/xnanosleep (Makefile.am): Likewise.
9828         * modules/xreadlink (Makefile.am): Likewise.
9829         * modules/xstrtod (Makefile.am): Likewise.
9830         * modules/xstrtol (Makefile.am): Likewise.
9831         * modules/xstrtold (Makefile.am): Likewise.
9832         * modules/yesno (Makefile.am): Likewise.
9833
9834 2006-10-12  Jim Meyering  <jim@meyering.net>
9835
9836         * m4/getloadavg.m4: Revert the change below.
9837
9838         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9839         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9840         fail with a symlink, which is what coreutils' ./bootstrap now
9841         creates by default.
9842
9843 2006-10-12  Bruno Haible  <bruno@clisp.org>
9844
9845         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9846         mingw.
9847         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9848         MSVC and mingw explicitly.
9849
9850 2006-10-11  Simon Josefsson  <jas@extundo.com>
9851             Bruno Haible  <bruno@clisp.org>
9852
9853         Add support for multiple gnulib-tool invocations in the scope of a
9854         single configure.ac file.
9855         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9856         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9857         with the same contents as the _LIBADD variable.
9858         (func_emit_initmacro_start, func_emit_initmacro_end,
9859         func_emit_initmacro_done): New functions.
9860         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9861         gl_LIBOBJS and gl_LTLIBOBJS.
9862
9863 2006-10-11  Bruno Haible  <bruno@clisp.org>
9864
9865         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9866         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9867         autoreconf. Instead, invoke autopoint explicitly but move back the
9868         *.m4 files from gnulib.
9869
9870 2006-10-11  Bruno Haible  <bruno@clisp.org>
9871
9872         * gnulib-tool (func_usage): Make module names after --create-testdir
9873         optional.
9874         (func_create_testdir): If no module was specified, use nearly all
9875         modules.
9876
9877 2006-10-12  Jim Meyering  <jim@meyering.net>
9878
9879         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9880         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9881         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9882         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9883         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9884         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9885         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9886         (fts_set_stat_required): New function.
9887         (fts_open): Defer the calls to fts_stat, if possible or requested.
9888         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9889         into fts_stat itself.
9890         (fts_read): Perform any required (deferred) fts_stat call.
9891         (fts_build): Likewise, for the directory we're about to open and read.
9892         In the readdir loop, carefully decide whether each entry will require
9893         an eventual call to fts_stat, using dirent.d_type info if available.
9894         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9895         a command line argument into this function.  Update all callers.
9896         Map a return value of FTS_DOT to FTS_D for a command line argument.
9897         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9898         Thanks to Miklos Szeredi for his tenacity and for the initial
9899         bug report about "find" failing on a FUSE-based file system.
9900
9901         * lib/fts.c (fts_open): Use consistent indentation.
9902
9903 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9904
9905         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9906         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9907         reported by Jim Meyering.  All uses of cache variables renamed
9908         to match Autoconf's.
9909         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9910         the other one.
9911
9912         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9913         Fix misspelling in diagnostic.
9914
9915 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9916
9917         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9918         defined.  Problem reported by Matthew Woehlke.
9919
9920         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9921         Add support for Tandem NonStop R series.
9922         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9923         Use new macro.
9924
9925         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9926         (has_trailing_slash): Omit size arg; all callers changed.
9927         Omit 'inline', since it doesn't help performance and we'd
9928         need to configure it.
9929         Don't count //, ///, etc. as having a trailing slash.
9930         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9931         (rpl_rename_dest_slash): On failure, use rename's errno rather
9932         than (in some cases) an incorrect or junk errno.
9933         Simplify code by removing need to compute length; this does
9934         cause it to make two passes instead of one over the file name,
9935         but it's worth it.
9936
9937         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9938         change, since Autoconf's version may no longer be appropriate now
9939         that we are using CVS Autoconf's version.  Add support for Tandem.
9940
9941 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9942             Bruno Haible  <bruno@clisp.org>
9943
9944         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9945         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9946         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9947         gl_AC_TYPE_LONG_LONG.
9948
9949         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9950         instead of HAVE_LONG_LONG.
9951         * lib/printf-args.c (printf_fetchargs): Likewise.
9952         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9953         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9954         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9955         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9956         gl_AC_TYPE_LONG_LONG.
9957
9958 2006-10-11  Bruno Haible  <bruno@clisp.org>
9959
9960         * m4/longlong.m4: Add comments.
9961         * m4/ulonglong.m4: Likewise.
9962
9963 2006-10-10  Bruno Haible  <bruno@clisp.org>
9964
9965         Make it possible to #define stpcpy, strdup to aliases.
9966         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9967         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9968
9969 2006-10-10  Bruno Haible  <bruno@clisp.org>
9970
9971         Make it possible to #define gcd to an alias.
9972         * lib/gcd.c: Include config.h.
9973
9974 2006-10-10  Bruno Haible  <bruno@clisp.org>
9975
9976         Make it possible to #define c_isascii to an alias.
9977         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9978         defined. Undefine the macros before defining them, to avoid gcc
9979         warnings.
9980         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9981         define NO_C_CTYPE_MACROS early.
9982
9983 2006-10-10  Bruno Haible  <bruno@clisp.org>
9984
9985         Make it possible to #define set_program_name to an alias.
9986         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9987         ENABLE_RELOCATABLE early.
9988
9989 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9990
9991         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9992         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9993         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9994         More generally, don't assume that 64-bit signed int is available
9995         if unsigned int is, and vice versa.
9996         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9997         unsigned symbols, not on their signed counterparts.
9998         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9999         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10000         (UINT64_C, UINTMAX_C):
10001         Likewise.
10002         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10003         unsigned counterparts.
10004         (Have_long_long, Unsigned): New macros.
10005         (Int): Renamed from INT.
10006         (strtoimax): Use the new macros.
10007         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10008         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10009         * modules/inttypes (inttypes.h): Substitute
10010         HAVE_UNSIGNED_LONG_LONG_INT.
10011         * modules/stdint (stdint.h): Likewise.
10012         (Files): Add m4/ulonglong.m4.
10013
10014 2006-10-10  Bruno Haible  <bruno@clisp.org>
10015
10016         Fix a gcc -Wshadow warning.
10017         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10018         to 'bucket'.
10019         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10020         gl_linked_indexof_from_to): Likewise.
10021         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10022         Likewise.
10023         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10024         Likewise.
10025         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10026         Reported by Eric Blake.
10027
10028 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10029
10030         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10031         for NetBSD.  Problem reported by Bruno Haible.
10032
10033 2006-10-09  Jim Meyering  <jim@meyering.net>
10034
10035         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10036         Patch from Bruno Haible.
10037
10038 2006-10-09  Jim Meyering  <jim@meyering.net>
10039
10040         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10041         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10042         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10043
10044 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10045
10046         Don't include <config.h> twice; this doesn't work in some cases,
10047         e.g., when config.h has "#define intmax_t long long int" and
10048         we include <config.h>, <inttypes.h>, <config.h> in that order.
10049         Problem reported by Matthew Woehlke in:
10050         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10051         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10052         * lib/fts-cycle.c: Don't include config.h.
10053         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10054         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10055         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10056         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10057         inttypes.h.
10058         * lib/xstrtoumax.c: Likewise.
10059         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10060         __strtol and the like, so that this module is more like its siblings.
10061         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10062         Remove; no longer needed now that we assume gnulib inttypes.h.
10063
10064 2006-10-08  Bruno Haible  <bruno@clisp.org>
10065
10066         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10067         option.
10068
10069 2006-10-07  Jim Meyering  <jim@meyering.net>
10070
10071         * modules/inttypes (inttypes.h): Revert what seems to have been
10072         an inadvertent part of today's change: use "|", not "/" in the
10073         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10074
10075 2006-10-07  Bruno Haible  <bruno@clisp.org>
10076
10077         * modules/sublist: New file.
10078
10079 2006-10-07  Bruno Haible  <bruno@clisp.org>
10080
10081         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10082         * modules/argz (argz.h): Likewise.
10083         * modules/arpa_inet (arpa/inet.h): Likewise.
10084         * modules/byteswap (byteswap.h): Likewise.
10085         * modules/configmake (configmake.h): Likewise.
10086         * modules/fcntl (fcntl.h): Likewise.
10087         * modules/fnmatch (fnmatch.h): Likewise.
10088         * modules/getopt (getopt.h): Likewise.
10089         * modules/glob (glob.h): Likewise.
10090         * modules/inttypes (inttypes.h): Likewise.
10091         * modules/netinet_in (netinet/in.h): Likewise.
10092         * modules/poll (poll.h): Likewise.
10093         * modules/stdbool (stdbool.h): Likewise.
10094         * modules/stdint (stdint.h): Likewise.
10095         * modules/sys_select (sys/select.h): Likewise.
10096         * modules/sys_socket (sys/socket.h): Likewise.
10097         * modules/sys_stat (sys/stat.h): Likewise.
10098         * modules/sysexits (sysexits.h): Likewise.
10099         * modules/unistd (unistd.h): Likewise.
10100         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10101         Add a "DO NOT EDIT" comment to the generated file.
10102         (func_import): Likewise for gnulib-comp.m4.
10103
10104 2006-10-07  Bruno Haible  <bruno@clisp.org>
10105
10106         * lib/gl_sublist.h: New file.
10107         * lib/gl_sublist.c: New file.
10108
10109 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10110
10111         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10112         name (relative to the original working directory) and the file
10113         name component (relative to the temporary working directory).  All
10114         callers changed.
10115         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10116         * lib/mkdir-p.c (make_dir_parents): Likewise.
10117         * lib/mkdir-p.h (make_dir_parents): Likewise.
10118
10119 2006-10-06  Eric Blake  <ebb9@byu.net>
10120
10121         Define several macros for use by the clean-temp module.
10122         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10123         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10124         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10125
10126         * lib/clean-temp.h (close_stream_temp): New declaration.
10127         * lib/clean-temp.c (includes): Pull in headers according to what
10128         other modules are in use.
10129         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10130
10131 2006-10-06  Bruno Haible  <bruno@clisp.org>
10132
10133         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10134         instead of fopen, fwriteerror.
10135
10136 2006-10-06  Bruno Haible  <bruno@clisp.org>
10137
10138         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10139         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10140         int.
10141         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10142         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10143         Return an error indicator.
10144         Suggested by Eric Blake.
10145
10146 2006-10-06  Bruno Haible  <bruno@clisp.org>
10147
10148         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10149         Reported by Eric Blake.
10150
10151 2006-10-06  Bruno Haible  <bruno@clisp.org>
10152
10153         * modules/closeout (Description): Mention stderr too.
10154
10155 2006-10-06  Bruno Haible  <bruno@clisp.org>
10156         and Paul Eggert  <eggert@cs.ucla.edu>
10157
10158         * lib/closeout.c (close_stdout): Also close stderr.
10159         * lib/closeout.h: Update comment.
10160
10161 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10162
10163         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10164         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10165         * lib/dirchownmod.c: Include lchown.h.
10166         * lib/lchown.c: Don't include files that lchown.h now includes.
10167         Don't declare chown, since lchown.h now does that.
10168         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10169         (lchown): Define to rpl_chown if lchown is declared but
10170         does not exist.  Declare using a prototype if lchown is not
10171         declared.  Add a copyright notice.
10172         * lib/mkstemp.h: Include <unistd.h>.
10173         * lib/openat.c: Include lchown.h.
10174
10175         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10176         we now test for that separately.
10177         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10178         rather than O_NOFOLLOW, when testing whether it's possible to
10179         avoid a race condition reliably.
10180         * lib/savewd.c (savewd_chdir): Likewise.
10181
10182         Remove macros that are no longer needed now that stdint.h is
10183         reliable.
10184         * lib/fsusage.c (UINTMAX_MAX): Remove.
10185         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10186         * lib/utimecmp.c (SIZE_MAX): Remove.
10187
10188         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10189
10190         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10191         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10192         O_NOATIME works.
10193
10194 2006-10-05  Bruno Haible  <bruno@clisp.org>
10195
10196         * lib/gl_list.h (gl_sortedlist_search_from_to,
10197         gl_sortedlist_indexof_from_to): New declarations.
10198         (gl_list_implementation): New fields sortedlist_search_from_to,
10199         sortedlist_indexof_from_to.
10200         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10201         inline functions.
10202         * lib/gl_list.c (gl_sortedlist_search_from_to,
10203         gl_sortedlist_indexof_from_to): New functions.
10204         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10205         function.
10206         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10207         (gl_array_sortedlist_search_from_to): New function.
10208         (gl_array_list_implementation): Update.
10209         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10210         function.
10211         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10212         (gl_carray_sortedlist_search_from_to): New function.
10213         (gl_carray_list_implementation): Update.
10214         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10215         gl_linked_sortedlist_indexof_from_to): New functions.
10216         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10217         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10218         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10219         gl_tree_sortedlist_indexof_from_to): New functions.
10220         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10221         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10222         Update.
10223         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10224         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10225         Update.
10226
10227 2006-10-05  Bruno Haible  <bruno@clisp.org>
10228
10229         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10230         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10231         (struct gl_list_implementation): Add fields search_from_to,
10232         indexof_from_to. Remove fields search, indexof.
10233         (gl_list_search): Use the search_from_to method.
10234         (gl_list_search_from, gl_list_search_from_to): New functions.
10235         (gl_list_indexof): Use the indexof_from_to method.
10236         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10237         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10238         (gl_list_search_from, gl_list_search_from_to): New functions.
10239         (gl_list_indexof): Use the indexof_from_to method.
10240         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10241         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10242         gl_array_indexof. Add start_index, end_index arguments.
10243         (gl_array_search_from_to): Renamed from gl_array_search. Add
10244         start_index, end_index arguments.
10245         (gl_array_remove, gl_array_list_implementation): Update.
10246         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10247         gl_carray_indexof. Add start_index, end_index arguments.
10248         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10249         start_index, end_index arguments.
10250         (gl_carray_remove, gl_carray_list_implementation): Update.
10251         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10252         gl_linked_search. Add start_index, end_index arguments.
10253         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10254         start_index, end_index arguments.
10255         (gl_linked_remove): Update.
10256         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10257         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10258         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10259         field to 'size_t'.
10260         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10261         gl_tree_search. Add start_index, end_index arguments.
10262         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10263         start_index, end_index arguments.
10264         (gl_tree_remove): Update.
10265         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10266         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10267         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10268         function.
10269         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10270         gl_tree_search. Add start_index, end_index arguments.
10271         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10272         start_index, end_index arguments.
10273         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10274         Update.
10275         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10276
10277 2006-10-05  Bruno Haible  <bruno@clisp.org>
10278
10279         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10280
10281         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10282         fwriteerror_temp): New declarations.
10283         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10284         (descriptors): New variable.
10285         (cleanup): First, close the descriptors.
10286         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10287         fclose_temp, fwriteerror_temp): New functions.
10288
10289 2006-10-04  Jim Meyering  <jim@meyering.net>
10290
10291         * lib/fts.c (fts_open): Tiny comment change.
10292
10293 2006-10-04  Bruno Haible  <bruno@clisp.org>
10294
10295         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10296         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10297         gl_LOCK_BODY.
10298         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10299         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10300         gl_LOCK_EARLY_BODY.
10301         (gl_LOCK): Require gl_LOCK_BODY.
10302
10303 2006-10-04  Bruno Haible  <bruno@clisp.org>
10304
10305         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10306         (gl_oset_search_atleast): New declaration.
10307         (struct gl_oset_implementation): Add field 'search_atleast'.
10308         (gl_oset_search_atleast): New inline function.
10309         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10310         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10311         (gl_array_oset_implementation): Update.
10312         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10313         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10314         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10315
10316 2006-10-04  Bruno Haible  <bruno@clisp.org>
10317
10318         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10319
10320 2006-10-03  Bruno Haible  <bruno@clisp.org>
10321
10322         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10323         from gl_avltreehash_list_implementation.
10324
10325 2006-10-03  Bruno Haible  <bruno@clisp.org>
10326
10327         * lib/gl_oset.c (gl_oset_add): Fix return type.
10328
10329 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10330
10331         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10332
10333 2006-10-02  Eric Blake  <ebb9@byu.net>
10334
10335         * modules/strnlen (Depends-on): Add extensions.
10336
10337 2006-10-02  Eric Blake  <ebb9@byu.net>
10338
10339         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10340         definition in 2.60+.
10341
10342 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10343
10344         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10345         checks.
10346
10347 2006-10-02  Bruno Haible  <bruno@clisp.org>
10348
10349         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10350         to the AUTOMAKE_OPTIONS.
10351         Reported by Jim Meyering.
10352
10353 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10354
10355         Work around bug in Solaris 10 /proc file system:
10356         /proc/self/fd/NNN/.. isn't the parent directory of
10357         the directory whose file descriptor is NNN.  This needs to
10358         be worked around at run time, not compile time, since a
10359         program might be built on Solaris 8, where things work, and
10360         run on Solaris 10.
10361         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10362         to use the following interface instead:
10363         (OPENAT_BUFFER_SIZE): New macro.
10364         (openat_proc_name): New function.
10365         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10366         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10367         Likewise.
10368         * lib/openat-proc.c: New file.
10369         * modules/openat (Files): Add lib/openat-proc.c.
10370         (Depends-on): Add same-inode, stdbool.
10371         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10372
10373 2006-09-29  Bruno Haible  <bruno@clisp.org>
10374
10375         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10376         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10377         argument. Set stdout_closed before testing for ferror, not after.
10378         (fwriteerror, fwriteerror_no_ebadf): New functions.
10379
10380 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10381
10382         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10383
10384 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10385
10386         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10387         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10388
10389 2006-09-28  Jim Meyering  <jim@meyering.net>
10390
10391         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10392         Include <unistd.h>.
10393
10394 2006-09-28  Bruno Haible  <bruno@clisp.org>
10395
10396         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10397         * modules/linkedhash-list (Depends-on): Likewise.
10398         * modules/rbtreehash-list (Depends-on): Likewise.
10399
10400 2006-09-28  Bruno Haible  <bruno@clisp.org>
10401
10402         * lib/strndup.h: Simplify the redefinition of strndup.
10403         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10404         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10405
10406 2006-09-28  Bruno Haible  <bruno@clisp.org>
10407
10408         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10409         * lib/gl_linkedhash_list.c: Likewise.
10410         * lib/gl_rbtreehash_list.c: Likewise.
10411
10412 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10413
10414         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10415         getaddrinfo.
10416
10417         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10418         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10419         it causes <stdio_ext.h> to cause a compile-time error.
10420         Problem reported by Nelson H. F. Beebe.
10421         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10422         of HAVE_DECL___PENDING.
10423
10424         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10425         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10426         declaration.
10427
10428 2006-09-27  Jim Meyering  <jim@meyering.net>
10429
10430         This file could end up with a definition for a function
10431         named __strndup, rather than rpl_strndup on a system with
10432         incomplete weak_alias support.
10433         * lib/strndup.c (strndup): Rename from __strndup.
10434         Remove #defines that used to map __strndup to strndup.
10435         Don't use K&R prototypes.
10436         Remove LIBC-related code, since this file is not sync'd with glibc.
10437         * lib/strndup.h: Revamp, accordingly.
10438         * m4/strndup.m4: Modernize.
10439
10440 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10441
10442         * modules/savewd (Depends-on): Add 'raise'.
10443         * lib/savewd.c: Include <signal.h>, for 'raise'.
10444
10445 2006-09-26  Jim Meyering  <jim@meyering.net>
10446
10447         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10448         when we detect Darwin 8.7.0's acl_get_file bug.
10449         Rearrange to perform the new (below) run-test while $LIBS
10450         contains any acl-related library.  Set USE_ACL at the end.
10451         (gl_ACL_GET_FILE): New function.
10452
10453 2006-09-26  Eric Blake  <ebb9@byu.net>
10454
10455         * lib/verror.c: Include <config.h> unconditionally.
10456
10457 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10458
10459         * modules/clock-time (Maintainer): Add self.
10460         * modules/getlogin_r (Depends-on): Add extensions.
10461
10462 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10463
10464         * modules/clock-time: New module.
10465         * modules/nanosleep (Depends-on): Add clock-time.
10466         * modules/gethrxtime (Depends-on): Likewise.
10467         * modules/gettime (Depends-on): Likewise.
10468         * modules/settime (Depends-on): Likewise.
10469
10470         * modules/fts-lgpl: Depend on openat.
10471         * modules/mkancesdirs: Depend on savewd.
10472         * modules/mkdir-p: Likewise.
10473
10474 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10475
10476         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10477
10478         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10479         `gl_have_arbitrary_file_name_length_limit' to
10480         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10481         actually works between configure runs.
10482
10483 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10484             Bruno Haible  <bruno@clisp.org>
10485
10486         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10487
10488 2006-09-25  Jim Meyering  <jim@meyering.net>
10489
10490         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10491         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10492
10493 2006-09-25  Eric Blake  <ebb9@byu.net>
10494
10495         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10496         exec's in 2006-09-18 patch when shuffling fds.
10497
10498 2006-09-25  Bruno Haible  <bruno@clisp.org>
10499
10500         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10501         Reported by Jim Meyering.
10502
10503 2006-09-24  Jim Meyering  <jim@meyering.net>
10504
10505         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10506         compare a pointer against a literal "0".  That caused failures with
10507         at least HP-UX's hpcc.
10508
10509 2006-09-22  Simon Josefsson  <jas@extundo.com>
10510
10511         * modules/gc-sha1:
10512         * modules/gc-md4:
10513         * modules/gc-hmac-sha1:
10514         * modules/gc-hmac-md5:
10515         * modules/gc-des:
10516         * modules/gc-arcfour: Distribute more files.
10517
10518 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10519
10520         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10521         (gl_linked_iterator_from_to): Initialize struct completely.
10522         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10523         (gl_tree_iterator_from_to): Likewise
10524         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10525         * lib/gl_array_list.c [lint] (gl_array_iterator)
10526         (gl_array_iterator_from_to): Likewise.
10527         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10528         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10529         (gl_carray_iterator_from_to): Likewise.
10530
10531         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10532         * lib/md4.c (md4_process_block): Remove unused variable.
10533         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10534         parentheses for clarity.
10535
10536 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10537
10538         * modules/bison-i18n (Depends-on): Add gettext.
10539
10540 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10541
10542         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10543         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10544         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10545         also add missing comma that caused broken test.
10546         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10547         stdlib.h, for `abort'.
10548         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10549         variables.
10550         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10551         include unistd.h if present, for `rmdir'.
10552         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10553         variables.
10554         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10555         in the process include standard headers for prototypes.
10556         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10557         gets declared on GNU/Linux.
10558         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10559         unistd.h, for `rmdir'.
10560         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10561
10562         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10563         always true.
10564         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10565
10566         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10567
10568 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10569
10570         * gnulib-tool (func_version): Create output all at once.  This
10571         may help avoid triggering unnecessary SIGPIPEs, and at any
10572         rate it doesn't hurt.
10573
10574 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10575             Bruno Haible  <bruno@clisp.org>
10576
10577         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10578         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10579         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10580
10581         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10582         (gl_FUNC_VASPRINTF): Invoke it.
10583
10584 2006-09-22  Bruno Haible  <bruno@clisp.org>
10585
10586         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10587         getloadavg.c as first argument.
10588
10589 2006-09-22  Bruno Haible  <bruno@clisp.org>
10590
10591         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10592         at the beginning of the gl_INIT macro.
10593         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10594         gl_GETLOADAVG.
10595
10596 2006-09-22  Bruno Haible  <bruno@clisp.org>
10597
10598         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10599         module.
10600         Suggested by Ralf Wildenhues.
10601
10602 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10603
10604         Import this patch from libc:
10605
10606         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10607
10608         * lib/regex_internal.c (re_string_reconstruct): Handle
10609         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10610         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10611         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10612         re_string_context_at.
10613
10614         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10615         now requires it.
10616         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10617         gl_REGEX now does it for us.
10618         (gl_REGEX): Add test taken from
10619         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10620
10621         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10622         Check that large offsets work.  Modernize Autoconf usages.
10623         Prefer "yes" to mean a good thing rather than a bad.
10624         Don't put "#define mkstemp" in config.h, as this might interfere
10625         with standard system headers that "#define mkstemp mkstemp64".
10626
10627         * modules/mkstemp (Depends-on): Add extensions, so that
10628         mkstemp is visible on some platforms.
10629         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10630         (Include): Change to "mkstemp.h" from <stdlib.h>.
10631         (Files): Add mkstemp.h.
10632
10633         * lib/mkstemp.h: New file, since some standard headers
10634         #define mkstemp.
10635         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10636         Include "mkstemp.h".
10637         Make the _LIBC code resemble glibc original more,
10638         e.g., use K&R style.
10639         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10640         (mkstemp): Remove, since mkstemp.h does this for us.
10641         * lib/stdlib--.h: Include mkstemp.h.
10642
10643         Import this patch from libc:
10644
10645         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10646
10647         * lib/tempname.c (__gen_tempname): Change attempts_min
10648         into a macro.  Use preprocessor to decide how to initialize
10649         attempts [Coverity CID 67].
10650
10651 2006-09-20  Bruno Haible  <bruno@clisp.org>
10652
10653         * lib/mkdtemp.c: Import from libc.
10654         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10655                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10656                 attempts_min into a macro.  Use preprocessor to decide how to
10657                 initialize attempts [Coverity CID 67].
10658         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10659                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10660                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10661
10662 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10663
10664         * gnulib-tool (func_exit): New function, to allow to pass the
10665         exit status portably through the trap.  Use everywhere.
10666         (--help, --version): Signal a write error.
10667         (trap): catch SIGPIPE, for write errors.
10668         Exit at the end of the trap, with the correct exit status.
10669
10670 2006-09-19  Karl Berry  <karl@gnu.org>
10671
10672         * doc/gnulib.texi: note about the license texinfo files.
10673
10674 2006-09-19  Eric Blake  <ebb9@byu.net>
10675
10676         * gnulib-tool: Avoid space-tab.
10677
10678 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10679
10680         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10681         that prevented coreutils 6.1 from building.  Problem reported
10682         by Petter Reinholdtsen.
10683
10684 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10685
10686         * gnulib-tool (avoidlist): Fix typo that broke options like
10687         --avoid=lock that are used by coreutils bootstrap.
10688
10689 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10690
10691         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10692         more systematically.
10693
10694 2006-09-18  Jim Meyering  <jim@meyering.net>
10695
10696         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10697
10698 2006-09-18  Bruno Haible  <bruno@clisp.org>
10699
10700         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10701
10702 2006-09-18  Bruno Haible  <bruno@clisp.org>
10703
10704         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10705         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10706         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10707         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10708         * m4/gettext.m4: Require autoconf >= 2.52.
10709         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10710         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10711         of gl_cv_header_inttypes_h.
10712
10713 2006-09-18  Bruno Haible  <bruno@clisp.org>
10714
10715         * lib/javaversion.c: Include configmake.h.
10716
10717 2006-09-18  Bruno Haible  <bruno@clisp.org>
10718
10719         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10720         avoid that the while loops be executed in a subshell.
10721
10722 2006-09-18  Bruno Haible  <bruno@clisp.org>
10723
10724         * MODULES.html.sh (func_module): Break long lines.
10725         Suggested by Bruce Korb <bkorb@gnu.org>.
10726
10727 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10728
10729         Speed up by a factor of 1.12.
10730         * gnulib-tool (nl): New variable.
10731         (func_import): Rewrite include directive extraction to only read each
10732         directive once.
10733
10734 2006-09-17  Bruno Haible  <bruno@clisp.org>
10735
10736         * modules/javaversion (Makefile.am): Remove DEFS setting.
10737         (Depends-on): Add configmake, for PKGDATADIR definition.
10738
10739 2006-09-17  Bruno Haible  <bruno@clisp.org>
10740
10741         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10742
10743 2006-09-17  Bruno Haible  <bruno@clisp.org>
10744
10745         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10746         (func_modules_transitive_closure, func_modules_add_dummy,
10747         func_modules_to_filelist, func_import, func_create_testdir,
10748         func_create_megatestdir, ...): Use it wherever possible.
10749         Suggested by Ralf Wildenhues.
10750
10751 2006-09-16  Karl Berry  <karl@gnu.org>
10752
10753         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10754         to avoid sectioning errors.
10755         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10756         [ifinfo]: blank line after @center-ed titles.
10757         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10758         Spell FSF address consistently with others.
10759         (These changes approved by rms.)
10760
10761 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10762
10763         Speed up by a factor of 1.61.
10764         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10765         already checked module names again.
10766
10767 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10768
10769         Speed up by a factor of 1.13.
10770         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10771         for new_files, and the input to func_add_or_update.
10772
10773 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10774
10775         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10776         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10777
10778 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10779
10780         * modules/mkancesdirs (Depends-on): Add fcntl.
10781         * modules/savewd: New file.
10782         * MODULES.html.sh (File system functions): Add savewd.
10783
10784         * modules/configmake (Makefile.am): Add support for the
10785         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10786
10787 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10788
10789         * m4/savewd.m4: New file.
10790
10791 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10792
10793         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10794         (dirchownmod): New arg FD.  All callers changed.
10795         Use FD rather than opening the directory ourself, as opening is
10796         now the caller's responsibility.
10797         * lib/dirchownmod.h: Likewise.
10798         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10799         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10800         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10801         (test_dir): Remove.
10802         (mkancesdirs): Return length of prefix of FILE that has already
10803         been made, or -2 if there is a child doing the work.  Redo
10804         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10805         ".", and treat ".." specially since it might stray back into
10806         already-created areas.  Use a subprocess if necessary.  New arg
10807         WD; all users changed.  MAKE_DIR function should now return 1
10808         if it creates a directory that is not readable.  Return -2 if
10809         a child process is spun off.
10810         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10811         Adjust signature to match code.
10812         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10813         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10814         all users changed.
10815         * lib/savewd.c, lib/savewd.h: New files.
10816
10817 2006-09-15  Jim Meyering  <jim@meyering.net>
10818
10819         * modules/rename-dest-slash: New module.
10820         * MODULES.html.sh (posix_compat): Add it here.
10821
10822         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10823
10824 2006-09-15  Jim Meyering  <jim@meyering.net>
10825
10826         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10827         file.
10828
10829         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10830
10831 2006-09-15  Jim Meyering  <jim@meyering.net>
10832
10833         * lib/rename-dest-slash.c (has_trailing_slash): Use
10834         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10835         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10836         test before testing whether SRC is a directory.
10837         Suggestions from Bruno Haible.
10838
10839         Avoid a warning about an unused variable.
10840         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10841         into the #ifdef block where it's used.
10842
10843         * lib/rename-dest-slash.c: New file.
10844
10845 2006-09-14  Bruno Haible  <bruno@clisp.org>
10846
10847         * lib/allocsa.c: Include <config.h> unconditionally.
10848         * lib/asnprintf.c: Likewise.
10849         * lib/asprintf.c: Likewise.
10850         * lib/c-strcasecmp.c: Likewise.
10851         * lib/c-strcasestr.c: Likewise.
10852         * lib/c-strncasecmp.c: Likewise.
10853         * lib/c-strstr.c: Likewise.
10854         * lib/classpath.c: Likewise.
10855         * lib/clean-temp.c: Likewise.
10856         * lib/concatpath.c: Likewise.
10857         * lib/copy-file.c: Likewise.
10858         * lib/csharpcomp.c: Likewise.
10859         * lib/csharpexec.c: Likewise.
10860         * lib/execute.c: Likewise.
10861         * lib/fatal-signal.c: Likewise.
10862         * lib/findprog.c: Likewise.
10863         * lib/fwriteerror.c: Likewise.
10864         * lib/gl_array_list.c: Likewise.
10865         * lib/gl_array_oset.c: Likewise.
10866         * lib/gl_avltree_list.c: Likewise.
10867         * lib/gl_avltree_oset.c: Likewise.
10868         * lib/gl_avltreehash_list.c: Likewise.
10869         * lib/gl_carray_list.c: Likewise.
10870         * lib/gl_linked_list.c: Likewise.
10871         * lib/gl_linkedhash_list.c: Likewise.
10872         * lib/gl_list.c: Likewise.
10873         * lib/gl_oset.c: Likewise.
10874         * lib/gl_rbtree_list.c: Likewise.
10875         * lib/gl_rbtree_oset.c: Likewise.
10876         * lib/gl_rbtreehash_list.c: Likewise.
10877         * lib/imaxabs.c: Likewise.
10878         * lib/imaxdiv.c: Likewise.
10879         * lib/javacomp.c: Likewise.
10880         * lib/javaexec.c: Likewise.
10881         * lib/javaversion.c: Likewise.
10882         * lib/linebreak.c: Likewise.
10883         * lib/localcharset.c: Likewise.
10884         * lib/lock.c: Likewise.
10885         * lib/mbchar.c: Likewise.
10886         * lib/mbswidth.c: Likewise.
10887         * lib/mkdtemp.c: Likewise.
10888         * lib/pipe.c: Likewise.
10889         * lib/printf-args.c: Likewise.
10890         * lib/printf-parse.c: Likewise.
10891         * lib/progname.c: Likewise.
10892         * lib/progreloc.c: Likewise.
10893         * lib/readlink.c: Likewise.
10894         * lib/sh-quote.c: Likewise.
10895         * lib/stpcpy.c: Likewise.
10896         * lib/stpncpy.c: Likewise.
10897         * lib/strcasecmp.c: Likewise.
10898         * lib/strcasestr.c: Likewise.
10899         * lib/strcspn.c: Likewise.
10900         * lib/striconv.c: Likewise.
10901         * lib/strncasecmp.c: Likewise.
10902         * lib/strnlen1.c: Likewise.
10903         * lib/strstr.c: Likewise.
10904         * lib/strtok_r.c: Likewise.
10905         * lib/tls.c: Likewise.
10906         * lib/tmpdir.c: Likewise.
10907         * lib/unicodeio.c: Likewise.
10908         * lib/unsetenv.c: Likewise.
10909         * lib/vasnprintf.c: Likewise.
10910         * lib/vasprintf.c: Likewise.
10911         * lib/wait-process.c: Likewise.
10912         * lib/xallocsa.c: Likewise.
10913         * lib/xsetenv.c: Likewise.
10914         * lib/xstriconv.c: Likewise.
10915
10916 2006-09-13  Simon Josefsson  <jas@extundo.com>
10917
10918         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10919         that internally, suggested by Ralf Wildenhues
10920         <Ralf.Wildenhues@gmx.de>.
10921
10922 2006-09-13  Simon Josefsson  <jas@extundo.com>
10923
10924         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10925         @LIBOBJS@.
10926         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10927
10928 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10929
10930         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10931         longer worry about uses that don't define HAVE_CONFIG_H.
10932         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10933         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10934         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10935         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10936         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10937         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10938         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10939         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10940         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10941         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10942         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10943         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10944         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10945         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10946         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10947         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10948         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10949         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10950         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10951         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10952         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10953         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10954         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10955         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10956         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10957         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10958         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10959         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10960         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10961         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10962         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10963         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10964         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10965         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10966         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10967         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10968         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10969         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10970         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10971         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10972         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10973         Likewise.
10974
10975 2006-09-13  Eric Blake  <ebb9@byu.net>
10976
10977         * lib/getopt.c: Fix typo in last commit.
10978
10979 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10980
10981         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10982         dgettext.
10983
10984 2006-09-12  Jim Meyering  <jim@meyering.net>
10985
10986         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10987         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10988         Reported by Nelson H. F. Beebe.
10989
10990 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10991
10992         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10993         program_invocation_name and program_invocation_short_name are
10994         initialized.
10995         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10996         and program_invocation_short_name to argp.h, so they are visible
10997         to user programs.
10998         * lib/argp.h: Likewise
10999
11000 2006-09-10  Bruno Haible  <bruno@clisp.org>
11001
11002         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11003         m4/inttypes_h.m4, m4/uintmax_t.m4.
11004
11005 2006-09-10  Bruno Haible  <bruno@clisp.org>
11006
11007         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11008         gl_AC_TYPE_UINTMAX_T.
11009
11010 2006-09-10  Bruno Haible  <bruno@clisp.org>
11011
11012         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11013
11014 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11015
11016         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11017         convention.  Text proposed by Bruno Haible.
11018         (struct argp_option): Document the use of N_() wrappers.
11019
11020         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11021         '\v', and translate the two parts separately, instead of feeding
11022         the whole string to gettext.  This allows to exclude
11023         '\v' from the strings visible to the translator by writing doc
11024         strings as N_("..") "\v" N_("..").
11025
11026 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11027
11028         * config/srclist.txt: Undo latest change; the bug was fixed.
11029
11030 2006-09-09  Bruno Haible  <bruno@clisp.org>
11031
11032         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11033         assignments if building a library without libtool.
11034         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11035         in func_emit_lib_Makefile_am.
11036         (func_import): When building a static library libfoo.a, arrange to
11037         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11038         (func_create_testdir): Likewise.
11039         * modules/gc (configure.ac, Makefile.am): If building statically,
11040         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11041         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11042         * modules/striconv (configure.ac, Makefile.am): Likewise.
11043         Based on a suggestion by Ralf Wildenhues.
11044
11045 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11046
11047         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11048         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11049         Also:
11050
11051         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11052         Add year_2050_test to catch glibc bug 2821
11053         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11054
11055         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11056         Prefer #ifdef to #if.
11057
11058         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11059         Return from 'main' instead of calling 'exit'.
11060
11061 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11062
11063         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11064         returned the maximum time_t value rather than (time_t) -1.
11065         Problem originally reported by William Bardwell
11066         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11067
11068         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11069         Moved to here ...
11070         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11071         ... from here.
11072
11073 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11074
11075         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11076         2821 is fixed.
11077
11078 2006-09-08  Jim Meyering  <jim@meyering.net>
11079
11080         Don't make generated files read-only.  That would bother too many
11081         people.  However, do retain the ability to work when targets are
11082         read-only: remove the destination and temporary files before writing
11083         them (when generated via sed or echo), or by using the -f option for
11084         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11085         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11086         * modules/byteswap, modules/configmake, modules/fcntl:
11087         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11088         * modules/localcharset, modules/netinet_in, modules/poll:
11089         * modules/stdbool, modules/stdint, modules/sys_select:
11090         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11091
11092 2006-09-08  Jim Meyering  <jim@meyering.net>
11093
11094         Avoid new build failure on FreeBSD 6.0.
11095         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11096         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11097         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11098
11099 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11100
11101         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11102
11103 2006-09-07  Jim Meyering  <jim@meyering.net>
11104
11105         Fix global typo in last change: use chmod u-w, not chmod u-x.
11106         Spotted by Paul Eggert and Bruce Korb.
11107         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11108         * modules/byteswap, modules/configmake, modules/fcntl:
11109         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11110         * modules/localcharset, modules/netinet_in, modules/poll:
11111         * modules/stdbool, modules/stdint, modules/sys_select:
11112         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11113
11114 2006-09-06  Jim Meyering  <jim@meyering.net>
11115
11116         Make generated files be read-only.
11117         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11118         Ensure that each generated file is now read-only.
11119         * modules/argz: Likewise.
11120         * modules/arpa_inet: Likewise.
11121         * modules/byteswap: Likewise.
11122         * modules/configmake: Likewise.
11123         * modules/fcntl: Likewise.
11124         * modules/fnmatch: Likewise.
11125         * modules/getopt: Likewise.
11126         * modules/glob: Likewise.
11127         * modules/inttypes: Likewise.
11128         * modules/netinet_in: Likewise.
11129         * modules/poll: Likewise.
11130         * modules/stdbool: Likewise.
11131         * modules/stdint: Likewise.
11132         * modules/sys_select: Likewise.
11133         * modules/sys_socket: Likewise.
11134         * modules/sys_stat: Likewise.
11135         * modules/sysexits: Likewise.
11136         * modules/localcharset: Same as above, but continue using temporary
11137         file named "t-$@" (why different?) rather than the "$@-t" used
11138         everywhere else.
11139
11140         * modules/sysexits (Makefile.am): Replace literal occurrences
11141         of "sysexit.h" more readable, and more consistent, "$@".
11142
11143 2006-09-06  Bruno Haible  <bruno@clisp.org>
11144
11145         * modules/striconv: New file.
11146         * modules/xstriconv: New file.
11147         * MODULES.html.sh (Internationalization functions): Add striconv,
11148         xstriconv.
11149
11150 2006-09-06  Bruno Haible  <bruno@clisp.org>
11151
11152         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11153         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11154         not using libtool correctly.
11155
11156 2006-09-06  Bruno Haible  <bruno@clisp.org>
11157
11158         * lib/striconv.h: New file.
11159         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11160         iconvstring.c.
11161         * lib/xstriconv.h: New file.
11162         * lib/xstriconv.c: New file.
11163
11164 2006-09-06  Bruno Haible  <bruno@clisp.org>
11165
11166         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11167         lib_..._LDFLAGS.
11168
11169 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11170
11171         * lib/argz_.h: Sync from Libtool.
11172
11173         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11174                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11175
11176         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11177
11178 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11179
11180         * modules/trim: New file.
11181
11182 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11183
11184         * lib/trim.h: New file.
11185         * lib/trim.c: New file.
11186
11187 2006-09-05  Bruno Haible  <bruno@clisp.org>
11188
11189         * MODULES.html.sh (String handling): Add trim.
11190
11191 2006-09-04  Karl Berry  <karl@gnu.org>
11192
11193         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11194         until next release.
11195
11196 2006-09-03  Bruno Haible  <bruno@clisp.org>
11197
11198         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11199         correctly.
11200
11201 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11202
11203         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11204         not gl_GETLOADAVG.  Omit unneeded semicolons.
11205         Problems reported by Ralf Wildenhues in
11206         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11207         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11208         at the end, which is the usual gnulib style.
11209
11210         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11211         of doing all the work ourselves.
11212         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11213         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11214
11215 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11216
11217         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11218         Problem reported by Ralf Wildenhues in
11219         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11220
11221         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11222         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11223
11224 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11225
11226         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11227         yesterday's patch by changing test -n to test -z.
11228
11229 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11230
11231         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11232         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11233         the former is now obsolescent.
11234
11235         * modules/chdir-long (Depends-on): Add fcntl.
11236
11237 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11238
11239         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11240         obsolescent, and programs should use gnulib instead.
11241         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11242         but with prefixes changed.
11243
11244 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11245
11246         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11247         or stdbool.h, because they might not exist while configuring.
11248
11249         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11250         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11251         does that for us.
11252         (O_DIRECTORY): Remove.
11253
11254 2006-08-31  Eric Blake  <ebb9@byu.net>
11255
11256         * gnulib-tool: Don't let emacs change spaces to TAB.
11257
11258 2006-08-31  Bruno Haible  <bruno@clisp.org>
11259
11260         * gnulib-tool: When calling func_import more than once, do it in a
11261         subshell.
11262         Reported by Eric Blake <ebb9@byu.net>.
11263
11264 2006-08-31  Bruno Haible  <bruno@clisp.org>
11265
11266         * gnulib-tool (nl): Remove variable.
11267         (sed_transform_lib_file): Use more robust test for config-h module.
11268         (func_import): Fix typo in 2006-08-25 patch.
11269
11270 2006-08-31  Bruno Haible  <bruno@clisp.org>
11271
11272         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11273         specified, augment Makefile.am variables instead of assigning them.
11274
11275 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11276
11277         Work around a bug in both the Linux and SunOS 64-bit kernels:
11278         nanosleep mishandles sleeps for longer than 2**31 seconds.
11279         Problem reported by Frank v Waveren in
11280         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11281         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11282         Check for nanosleep bug.
11283         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11284
11285 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11286
11287         Work around a bug in both the Linux and SunOS 64-bit kernels:
11288         nanosleep mishandles sleeps for longer than 2**31 seconds.
11289         Problem reported by Frank v Waveren in
11290         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11291         * lib/nanosleep.c (BILLION): New constant.
11292         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11293         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11294         implementation.
11295
11296 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11297
11298         * modules/nanosleep (Depends-on): Add gettime.
11299
11300 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11301         and Simon Josefsson  <jas@extundo.com>
11302         and Oskar Liljeblad  <oskar@osk.mine.nu>
11303
11304         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11305         * gnulib-tool (func_import): New license type 'unmodifiable license
11306         text'.
11307         * modules/fdl: Use it.  Longer description.
11308         * module/gpl, module/lgpl: New files.
11309
11310 2006-08-30  Jim Meyering  <jim@meyering.net>
11311
11312         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11313         shadowing the parameter.
11314
11315 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11316
11317         Sync from Libtool:
11318
11319         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11320
11321         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11322         sharing with gnulib.  Report by Eric Blake.
11323
11324 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11325
11326         * modules/isapipe: New file.
11327         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11328
11329 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11330
11331         * modules/configmake (Makefile.am): Add a comment, and omit
11332         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11333         by Bruno Haible.
11334
11335 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11336
11337         * m4/isapipe.m4: New file.
11338
11339 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11340
11341         * lib/isapipe.c, lib/isapipe.h: New files.
11342
11343 2006-08-29  Jim Meyering  <jim@meyering.net>
11344
11345         * modules/configmake (Makefile.am): Make configmake.h depend on
11346         Makefile.  Otherwise, a stale configmake.h could hang around.
11347
11348 2006-08-29  Eric Blake  <ebb9@byu.net>
11349
11350         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11351         resolution of upstream bug 3044.
11352
11353 2006-08-29  Bruno Haible  <bruno@clisp.org>
11354
11355         * modules/localcharset (Depends-on): Add configmake.
11356         (Makefile.am): Remove setting of LIBDIR through DEFS.
11357
11358 2006-08-29  Bruno Haible  <bruno@clisp.org>
11359
11360         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11361         defined.
11362
11363 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11364
11365         * modules/fcntl: New file.
11366         * modules/chdir-safer (Depends-on): Add fcntl.
11367         * modules/fts: Likewise.
11368         * modules/mkdir-p: Likewise.
11369
11370         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11371         This undoes the most recent change, since we're now addressing the
11372         problem in a different way.
11373
11374         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11375         into output, since the output might be called Makefile.am even
11376         if $makefile_name is something different.
11377         (func_import): Use $makefile_am rather than
11378         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11379         empty.
11380
11381         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11382
11383 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11384
11385         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11386         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11387         recent change to stdint.m4, since we're now addressing the problem in a
11388         different way.
11389
11390 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11391
11392         * m4/fcntl_h.m4: New file.
11393
11394 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11395
11396         * lib/fcntl_.h: New file.
11397         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11398         the fcntl module.
11399         * lib/dirchownmod.c: Likewise.
11400         * lib/fts.c: Likewise.
11401
11402         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11403         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11404         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11405         just before including <inttypes.h>, to avoid circular inclusion.
11406
11407 2006-08-28  Jim Meyering  <jim@meyering.net>
11408
11409         * doc/visibility.texi: Actually read and correct the grammar of the
11410         sentence affected by yesterday's change.
11411
11412 2006-08-28  Eric Blake  <ebb9@byu.net>
11413
11414         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11415         needs wrapper.
11416
11417 2006-08-28  Eric Blake  <ebb9@byu.net>
11418
11419         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11420
11421 2006-08-28  Eric Blake  <ebb9@byu.net>
11422
11423         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11424
11425 2006-08-28  Bruno Haible  <bruno@clisp.org>
11426
11427         * modules/c-strstr: New file, from GNU gettext.
11428         * MODULES.html.sh (String handling): Add c-strstr.
11429
11430 2006-08-28  Bruno Haible  <bruno@clisp.org>
11431
11432         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11433         macros.
11434         Reported by Eric Blake.
11435
11436 2006-08-28  Bruno Haible  <bruno@clisp.org>
11437
11438         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11439         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11440         * lib/vasprintf.c: Include errno.h, limits.h.
11441         (EOVERFLOW): New fallback definition.
11442         (vasprintf): Test here whether the string length is > INT_MAX.
11443         * lib/vsnprintf.c: Include errno.h, limits.h.
11444         (EOVERFLOW): New fallback definition.
11445         (vsnprintf): Fix bug when generated string was too long for the buffer.
11446         Test here whether the string length is > INT_MAX.
11447
11448 2006-08-28  Bruno Haible  <bruno@clisp.org>
11449
11450         * lib/inttypes_.h (SCNX*): Remove definitions.
11451         Reported by Eric Blake.
11452
11453 2006-08-28  Bruno Haible  <bruno@clisp.org>
11454
11455         * lib/c-strstr.h: New file, from GNU gettext.
11456         * lib/c-strstr.c: New file, from GNU gettext.
11457
11458 2006-08-28  Bruno Haible  <bruno@clisp.org>
11459
11460         * gnulib-tool: Reorder some statements.
11461
11462 2006-08-28  Bruno Haible  <bruno@clisp.org>
11463
11464         * gnulib-tool: New option --makefile-name.
11465         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11466         $makefile_name.
11467         (func_import): Write $makefile_name to the cache file, and read it from
11468         there unless explicitly specified. Use $makefile_name as file name
11469         instead of Makefile.am. Adjust the recommendations accordingly.
11470
11471 2006-08-28  Bruno Haible  <bruno@clisp.org>
11472
11473         * gnulib-tool (func_verify_module): Check against misapplying patch.
11474
11475 2006-08-28  Bruno Haible  <bruno@clisp.org>
11476
11477         * gnulib-tool (func_relativize, func_relconcat): New functions.
11478         Give an error if --local-dir is given with --update.
11479         Remove trailing slashes from $local_gnulib_dir.
11480         (func_import): Store the relativized $local_gnulib_dir in
11481         gnulib-cache.m4, and read it from there if not specified explicitly.
11482
11483 2006-08-28  Bruno Haible  <bruno@clisp.org>
11484
11485         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11486         is the current directory. Respect also $local_gnulib_dir.
11487
11488 2006-08-28  Bruno Haible  <bruno@clisp.org>
11489             Simon Josefsson  <jas@extundo.com>
11490
11491         BeOS portability.
11492         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11493
11494 2006-08-27  Jim Meyering  <jim@meyering.net>
11495
11496         * doc/visibility.texi: Remove duplicate word: "pointer".
11497
11498 2006-08-26  Bruno Haible  <bruno@clisp.org>
11499
11500         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11501         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11502         (Makefile.am): Create inttypes.h from inttypes_.h.
11503         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11504
11505         * modules/imaxabs: New file.
11506
11507         * modules/imaxdiv: New file.
11508
11509 2006-08-26  Bruno Haible  <bruno@clisp.org>
11510
11511         * m4/inttypes.m4: New file.
11512         * m4/_inttypes_h.m4: Remove file.
11513         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11514         PRI_MACROS_BROKEN.
11515         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11516
11517         * m4/imaxabs.m4: New file.
11518
11519         * m4/imaxdiv.m4: New file.
11520
11521 2006-08-26  Bruno Haible  <bruno@clisp.org>
11522
11523         * lib/inttypes_.h: New file.
11524         * lib/inttypes.h: Remove file.
11525         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11526
11527         * lib/imaxabs.c: New file.
11528
11529         * lib/imaxdiv.c: New file.
11530
11531 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11532
11533         New config-h module, so that "make" output needn't be cluttered
11534         by -DHAVE_CONFIG_H.
11535         * MODULES.html.sh (Support for building libraries and executables):
11536         Add config-h.
11537         * modules/config-h: New file.
11538         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11539         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11540         the config-h module is used.
11541
11542         New configmake module, so that "make" output needn't be cluttered
11543         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11544         * MODULES.html.sh (Support for building libraries and executables):
11545         Add configmake.
11546         * modules/configmake: New file.
11547
11548 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11549
11550         * m4/config-h.m4: New file.
11551
11552 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11553
11554         * config/srclist.txt: Add elisp-comp.
11555
11556 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11557
11558         * MODULES.html.sh (Support for building libraries and executables):
11559         Add elisp-comp.
11560         * build-aux/elisp-comp: New file.
11561         * modules/elisp-comp: New file.
11562
11563 2006-08-24  Bruno Haible  <bruno@clisp.org>
11564
11565         * gnulib-tool (func_create_testdir): Use non-default values of
11566         sourcebase and m4base.
11567
11568 2006-08-24  Bruno Haible  <bruno@clisp.org>
11569
11570         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11571         HTML structure.
11572
11573 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11574
11575         * modules/openat (Depends-on): Add lchown.
11576
11577 2006-08-23  Bruno Haible  <bruno@clisp.org>
11578
11579         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11580         of gl_LOCK_EARLY instead of gl_LOCK.
11581
11582 2006-08-23  Bruno Haible  <bruno@clisp.org>
11583
11584         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11585         on OSF/1 to no.
11586         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11587
11588 2006-08-23  Bruno Haible  <bruno@clisp.org>
11589
11590         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11591         as unusable.
11592
11593         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11594         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11595         (gl_LOCK): New macro.
11596
11597 2006-08-22  Simon Josefsson  <jas@extundo.com>
11598
11599         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11600         to md5 module.
11601
11602 2006-08-22  Simon Josefsson  <jas@extundo.com>
11603
11604         * MODULES.html.sh: Add "Support for maintaining and release
11605         projects".
11606
11607         * build-aux/gnupload: New file, from coreutils.
11608
11609 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11610
11611         Avoid the need for AC_LIBSOURCES in m4 macros.
11612         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11613         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11614         * modules/check-version (EXTRA_DIST): Add check-version.h.
11615         * modules/crc (EXTRA_DIST): Add crc.h.
11616         * modules/des (EXTRA_DIST): Add des.h.
11617         * modules/gc (EXTRA_DIST): Add gc.h.
11618         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11619         * modules/getline (EXTRA_DIST): Add getline.h.
11620         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11621         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11622         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11623         * modules/md2 (EXTRA_DIST): Add md2.h.
11624         * modules/md4 (EXTRA_DIST): Add md4.h.
11625         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11626         * modules/read-file (EXTRA_DIST): Add read-file.h.
11627         * modules/readline (EXTRA_DIST): Add readline.h.
11628         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11629         rijndael-api-fst.h.
11630
11631 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11632
11633         * m4/rijndael.m4 (gl_ARCFOUR):
11634         * m4/arctwo.m4 (gl_ARCTWO):
11635         * m4/check-version.m4 (gl_CHECK_VERSION):
11636         * m4/crc.m4 (gl_CRC):
11637         * m4/des.m4 (gl_DES):
11638         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11639         * m4/gc.m4 (gl_GC):
11640         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11641         * m4/getline.m4 (gl_FUNC_GETLINE):
11642         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11643         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11644         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11645         * m4/md2.m4 (gl_MD2):
11646         * m4/md4.m4 (gl_MD4):
11647         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11648         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11649         * m4/readline.m4 (gl_FUNC_READLINE):
11650         * m4/rijndael.m4 (gl_RIJNDAEL):
11651         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11652         to get the necessary .h files and whatnot.
11653
11654 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11655
11656         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11657         gnulib rather than the other way around.
11658         * config/srclistvars.sh (COREUTILS): Remove.
11659
11660 2006-08-22  Jim Meyering  <jim@meyering.net>
11661
11662         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11663
11664         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11665
11666 2006-08-22  Eric Blake  <ebb9@byu.net>
11667
11668         * modules/regexprops-generic: New file.
11669         * MODULES.html.sh (Support for building documentation): List it.
11670
11671 2006-08-22  Eric Blake  <ebb9@byu.net>
11672
11673         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11674         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11675         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11676         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11677
11678 2006-08-22  Bruno Haible  <bruno@clisp.org>
11679
11680         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11681         and lib_LTLIBRARIES like the other lib_* variables.
11682
11683 2006-08-22  Bruno Haible  <bruno@clisp.org>
11684
11685         * build-aux/x-to-1.in: New file, from GNU gettext.
11686
11687 2006-08-22  Bruno Haible  <bruno@clisp.org>
11688
11689         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11690         <utmpx.h> exists.
11691
11692 2006-08-22  Bruno Haible  <bruno@clisp.org>
11693
11694         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11695         <utmpx.h> exists.
11696
11697 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11698
11699         BeOS portability.
11700         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11701         exist.
11702         Problem reported by Bruno Haible.
11703
11704 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11705
11706         Avoid the need for AC_LIBSOURCES in m4 macros.
11707         * modules/acl (EXTRA_DIST): Add acl.h.
11708         * modules/argmatch (Files): Add m4/argmatch.m4.
11709         (configure.ac): Add gl_ARGMATCH.
11710         (EXTRA_DIST): Renamed from lib_SOURCES, for
11711         consistency with the other modules.  Remove argmatch.c.
11712         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11713         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11714         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11715         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11716         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11717         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11718         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11719         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11720         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11721         * modules/closeout (EXTRA_DIST): Add closeout.h.
11722         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11723         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11724         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11725         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11726         dirname.h; remove basename.c and stripslash.c.
11727         * modules/exclude (EXTRA_DIST): Add exclude.h.
11728         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11729         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11730         * modules/file-type (EXTRA_DIST): Add file-type.h.
11731         * modules/filemode (EXTRA_DIST): Add filemode.h.
11732         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11733         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11734         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11735         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11736         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11737         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11738         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11739         * modules/getdate (EXTRA_DIST): Add getdate.c.
11740         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11741         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11742         * modules/getpass (EXTRA_DIST): Add getpass.h.
11743         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11744         * modules/group-member (EXTRA_DIST): Add group-member.h.
11745         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11746         * modules/hash (EXTRA_DIST): Add hash.h.
11747         * modules/human (EXTRA_DIST): Add human.h.
11748         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11749         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11750         * modules/lchown (EXTRA_DIST): Add lchown.h.
11751         * modules/long-options (EXTRA_DIST): Add long-options.h.
11752         * modules/lstat (EXTRA_DIST): Add lstat.h.
11753         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11754         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11755         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11756         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11757         * modules/memxor (EXTRA_DIST): Add memxor.h.
11758         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11759         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11760         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11761         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11762         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11763         * modules/physmem (EXTRA_DIST): Add physmem.h.
11764         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11765         * modules/posixver (EXTRA_DIST): Add posixver.h.
11766         * modules/quote (EXTRA_DIST): Add quote.h.
11767         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11768         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11769         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11770         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11771         regex_internal.h regexec.c.
11772         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11773         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11774         * modules/same (EXTRA_DIST): Add same.h.
11775         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11776         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11777         * modules/savedir (EXTRA_DIST): Add savedir.h.
11778         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11779         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11780         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11781         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11782         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11783         * modules/strdup (EXTRA_DIST): Add strdup.h.
11784         * modules/strftime (EXTRA_DIST): Add strftime.h.
11785         * modules/strndup (EXTRA_DIST): Add strndup.h.
11786         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11787         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11788         * modules/time_r (EXTRA_DIST): Add time_r.h.
11789         * modules/timespec (EXTRA_DIST): Add timespec.h.
11790         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11791         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11792         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11793         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11794         * modules/userspec (EXTRA_DIST): Add userspec.h.
11795         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11796         * modules/utimens (EXTRA_DIST): Add utimens.h.
11797         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11798         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11799         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11800         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11801         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11802         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11803         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11804         * modules/yesno (EXTRA_DIST): Add yesno.h.
11805
11806 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11807
11808         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11809
11810         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11811         * m4/dev-ino.m4, same-inode.m4: Remove.
11812
11813         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11814         * m4/acl.m4 (AC_FUNC_ACL):
11815         * m4/backupfile.m4 (gl_BACKUPFILE):
11816         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11817         * m4/canon-host.m4 (gl_CANON_HOST):
11818         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11819         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11820         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11821         * m4/cloexec.m4 (gl_CLOEXEC):
11822         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11823         * m4/closeout.m4 (gl_CLOSEOUT):
11824         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11825         * m4/dirname.m4 (gl_DIRNAME):
11826         * m4/exclude.m4 (gl_EXCLUDE):
11827         * m4/exitfail.m4 (gl_EXITFAIL):
11828         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11829         * m4/file-type.m4 (gl_FILE_TYPE):
11830         * m4/filemode.m4 (gl_FILEMODE):
11831         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11832         * m4/fpending.m4 (gl_FUNC_FPENDING):
11833         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11834         * m4/fts.m4 (gl_FUNC_FTS):
11835         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11836         * m4/getdate.m4 (gl_GETDATE):
11837         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11838         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11839         * m4/getpass.m4 (gl_FUNC_GETPASS):
11840         * m4/gettime.m4 (gl_GETTIME):
11841         * m4/getugroups.m4 (gl_GETUGROUPS):
11842         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11843         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11844         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11845         * m4/hash.m4 (gl_HASH):
11846         * m4/idcache.m4 (gl_IDCACHE):
11847         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11848         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11849         * m4/long-options.m4 (gl_LONG_OPTIONS):
11850         * m4/lstat.m4 (gl_FUNC_LSTAT):
11851         * m4/md5.m4 (gl_MD5):
11852         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11853         * m4/memcoll.m4 (gl_MEMCOLL):
11854         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11855         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11856         * m4/memxor.m4 (gl_MEMXOR):
11857         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11858         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11859         * m4/modechange.m4 (gl_MODECHANGE):
11860         * m4/mountlist.m4 (gl_MOUNTLIST):
11861         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11862         * m4/openat.m4 (gl_FUNC_OPENAT):
11863         * m4/pathmax.m4 (gl_PATHMAX):
11864         * m4/physmem.m4 (gl_PHYSMEM):
11865         * m4/posixtm.m4 (gl_POSIXTM):
11866         * m4/posixver.m4 (gl_POSIXVER):
11867         * m4/quote.m4 (gl_QUOTE):
11868         * m4/quotearg.m4 (gl_QUOTEARG):
11869         * m4/readtokens.m4 (gl_READTOKENS):
11870         * m4/readutmp.m4 (gl_READUTMP):
11871         * m4/regex.m4 (gl_REGEX):
11872         * m4/safe-read.m4 (gl_SAFE_READ):
11873         * m4/safe-write.m4 (gl_SAFE_WRITE):
11874         * m4/same.m4 (gl_SAME):
11875         * m4/save-cwd.m4 (gl_SAVE_CWD):
11876         * m4/savedir.m4 (gl_SAVEDIR):
11877         * m4/settime.m4 (gl_SETTIME):
11878         * m4/sha1.m4 (gl_SHA1):
11879         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11880         * m4/stat-macros.m4 (gl_STAT_MACROS):
11881         * m4/stat-time.m4 (gl_STAT_TIME):
11882         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11883         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11884         * m4/strdup.m4 (gl_FUNC_STRDUP):
11885         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11886         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11887         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11888         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11889         * m4/time_r.m4 (gl_TIME_R):
11890         * m4/timespec.m4 (gl_TIMESPEC):
11891         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11892         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11893         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11894         * m4/userspec.m4 (gl_USERSPEC):
11895         * m4/utimecmp.m4 (gl_UTIMECMP):
11896         * m4/utimens.m4 (gl_UTIMENS):
11897         * m4/xalloc.m4 (gl_XALLOC):
11898         * m4/xgetcwd.m4 (gl_XGETCWD):
11899         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11900         * m4/xreadlink.m4 (gl_XREADLINK):
11901         * m4/xstrtod.m4 (gl_XSTRTOD):
11902         * m4/yesno.m4 (gl_YESNO):
11903         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11904         to get the necessary .h files and whatnot.
11905
11906 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11907             Bruno Haible  <bruno@clisp.org>
11908
11909         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11910         /bin/sh understanding of '!' conditional negation.
11911
11912 2006-08-21  Jim Meyering  <jim@meyering.net>
11913
11914         * modules/openat (Depends-on): Really alphabetize.
11915
11916         * modules/acl (Depends-on): Add error and quote.
11917
11918         * check-module (find_included_lib_files): Add at-func.c to the
11919         ok-to-include-more-than-once white list.
11920
11921         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11922
11923 2006-08-21  Bruno Haible  <bruno@clisp.org>
11924
11925         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11926         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11927         Reported by Martin Lambers <marlam@marlam.de>.
11928
11929 2006-08-21  Bruno Haible  <bruno@clisp.org>
11930
11931         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11932         specify an installation location, don't emit a noinst_LIBRARIES or
11933         noinst_LTLIBRARIES assignment.
11934
11935 2006-08-21  Bruno Haible  <bruno@clisp.org>
11936
11937         BeOS portability.
11938         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11939         BeOS has mbrtowc() but no <wctype.h>.
11940
11941 2006-08-21  Bruno Haible  <bruno@clisp.org>
11942
11943         BeOS portability.
11944         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11945         exist.
11946
11947 2006-08-21  Bruno Haible  <bruno@clisp.org>
11948
11949         BeOS portability.
11950         * lib/mbchar.h: Include <wctype.h> only if it exists.
11951
11952 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11953
11954         Remove files that are no longer needed by their respective modules.
11955         * m4/obstack.m4: Remove.
11956         * m4/strerror_r.m4: Remove.
11957         * m4/uint32_t.m4: Remove.
11958         * m4/uintptr_t.m4: Remove.
11959         * m4/ullong_max.m4: Remove.
11960         * m4/xstrtoimax.m4: Remove.
11961         * m4/xstrtoumax.m4: Remove.
11962
11963         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11964         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11965         dependencies now capture this.
11966
11967         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11968         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11969         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11970         * m4/human.m4 (gl_HUMAN): Likewise.
11971         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11972         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11973
11974         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11975
11976         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11977         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11978         stdint.
11979         * m4/human.m4 (gl_HUMAN): Likewise.
11980         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11981         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11982         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11983         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11984         * m4/xstrtol (gl_XSTRTOL): Likewise.
11985
11986         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11987         AC_TYPE_LONG_LONG_INT.
11988         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11989         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11990         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11991         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11992
11993         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11994         on stdbool.
11995
11996         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11997         (gl_PREREQ_XSTRTOUL): Remove.
11998
11999         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12000
12001         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12002         mode.
12003
12004 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12005
12006         Add and change modules to make it easier for coreutils to use
12007         gnulib-tool.
12008         * modules/backupfile (Files): Remove m4/d-ino.m4.
12009         (Depends-on): Add d-ino.
12010         * modules/cycle-check (Depends-on): Add stdint.
12011         (lib_SOURCES): Add cycle-check.h.
12012         * modules/d-ino: New module.
12013         * modules/d-type: New module.
12014         * modules/error (Files): Remove m4/strerror_r.m4.
12015         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12016         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12017         m4/inttypes_h.m4, m4/uintmax_t.m4.
12018         (Depends-on): Add stdint.
12019         (lib_SOURCES): Add fsusage.h.
12020         * modules/getcwd (Files): Remove d-ino.m4.
12021         (Depends-on): Add d-ino.
12022         * modules/getndelim2 (Depends-on): Add stdint.
12023         * modules/glob (Files): Remove m4/d-type.m4.
12024         (Depends-on): Add d-type.
12025         * modules/host-os: New module.
12026         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12027         m4/inttypes_h.m4, m4/uintmax_t.m4.
12028         * Depends-on: Add stdint.
12029         (lib_SOURCES): Add human.h.
12030         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12031         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12032         m4/uintmax_t.m4, m4/ulonglong.m4.
12033         (Depends-on): Add stdint.
12034         (EXTRA_DIST): Add inttostr.h.
12035         * modules/lchmod: New module.
12036         * modules/link-follow: New module.
12037         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12038         (Depends-on): Add lchmod.
12039         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12040         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12041         (Depends-on): Add stdint.
12042         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12043         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12044         (Depends-on): Add stdint.
12045         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12046         * modules/perl: New module.
12047         * modules/regex (Depends-on): Add stdint.
12048         * modules/rmdir-errno: New module.
12049         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12050         m4/intmax_t.m4.
12051         (Depends-on): Add stdint.
12052         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12053         m4/uintmax_t.m4.
12054         (Depends-on): Add stdint.
12055         * modules/unlink-busy: New module.
12056         * modules/utimecmp (Depends-on): Add stdint.
12057         * modules/uptime: New module.
12058         * modules/winsz-ioctl: New module.
12059         * modules/winsz-termios: New module.
12060         * modules/xnanosleep (Depends-on): Add nanosleep.
12061         * modules/ullong_max: Remove.
12062         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12063         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12064         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12065         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12066         (Depends-on): Add inttypes.
12067         (lib_SOURCES): Add xstrtol.h.
12068         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12069         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12070         * MODULES.html.sh: Move 'assert' into the assert section.
12071         Move 'dummy' into the linking section.
12072         Remove ullong_max.
12073         Add section for compatibility checks for POSIX:2001 functions,
12074         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12075         winsz-ioctl, and winsz-termios into it.
12076         Add lchmod.
12077         Add top-level Misc section and put host-os, perl, and uptime
12078         into it.
12079
12080 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12081
12082         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12083         now assume the stdint module.  Do not include inttypes.h.
12084         * lib/fsusage.h: Likewise.
12085         * lib/getndelim2.c: Likewise.
12086         * lib/human.h: Likewise.
12087         * lib/inttostr.h: Likewise.
12088         * lib/obstack.c: Likewise.
12089         * lib/regex_internal.h: Likewise.
12090         * lib/tempname.c: Likewise.
12091         * lib/utimecmp.c: Likewise.
12092         * lib/xstrtol.h: Likewise.
12093
12094         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12095
12096         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12097         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12098         * lib/xtime.h: Likewise.
12099
12100 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12101
12102         * modules/openat (Files): Add lib/fchmodat.c.
12103         Fixes problem reported by Jay Youngman.
12104
12105 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12106
12107         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12108         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12109
12110 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12111             Bruno Haible  <bruno@clisp.org>
12112
12113         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12114         and is a script that invokes bison. Tighten the code. Add comments.
12115
12116 2006-08-18  Jim Meyering  <jim@meyering.net>
12117
12118         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12119         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12120         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12121         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12122
12123 2006-08-18  Bruno Haible  <bruno@clisp.org>
12124
12125         * modules/bison-i18n: New file.
12126         * MODULES.html.sh (Internationalization functions): Add it.
12127
12128 2006-08-18  Bruno Haible  <bruno@clisp.org>
12129
12130         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12131         sys/statvfs.h. When getmntinfo was found, check its declaration and
12132         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12133
12134 2006-08-18  Bruno Haible  <bruno@clisp.org>
12135
12136         * m4/bison-i18n.m4: New file, from bison.
12137
12138 2006-08-18  Bruno Haible  <bruno@clisp.org>
12139
12140         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12141         (ME_DUMMY): Treat "kernfs" as a dummy.
12142         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12143
12144 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12145
12146         Update from coreutils.
12147
12148         2006-08-15  Jim Meyering  <jim@meyering.net>
12149
12150         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12151
12152         2006-01-17  Jim Meyering  <jim@meyering.net>
12153
12154         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12155
12156         2006-01-11  Jim Meyering  <jim@meyering.net>
12157
12158         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12159         Check for the lchmod function.
12160
12161 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12162
12163         Update from coreutils.
12164
12165         * lib/__fpending.h: Add copyright notice.
12166         * lib/fprintftime.h: Likewise.
12167         * lib/savedir.c: Use (C) in copyright notice.
12168         * lib/savedir.h: Likewise.
12169
12170         2006-08-15  Jim Meyering  <jim@meyering.net>
12171
12172         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12173         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12174         in support of the EXPECTED_ERRNO macro.
12175         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12176         definitions.  Instead, define the appropriate symbols and include
12177         "at-func.c".
12178         * lib/mkdirat.c (mkdirat): Likewise.
12179         * lib/fchmodat.c (fchmodat): Likewise.
12180         (ENOSYS): Remove definition.
12181         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12182         it.  Don't include "unistd--.h" -- it wasn't ever used.
12183
12184         2006-01-17  Jim Meyering  <jim@meyering.net>
12185
12186         Rewrite fts.c not to change the current working directory,
12187         by using openat, fstatat, fdopendir, etc..
12188
12189         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12190         (HAVE_OPENAT_SUPPORT): Define.
12191         [_LIBC] (fchdir): Don't undef or define; no longer used.
12192         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12193         Now, this `function' always succeeds, and consumes its file descriptor
12194         parameter -- so callers must not close such FDs.  Update callers.
12195         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12196         (diropen): Add parameter, SP.  Adjust all callers.
12197         Implement using diropen_fd, rather than open.
12198         (fts_open): Initialize new member, fts_cwd_fd.
12199         Remove fts_rft-setting code.
12200         (fts_close): Close fts_cwd_fd, if necessary.
12201         (__opendir2): Define in terms of opendir or opendirat,
12202         depending on whether the FST_NOCHDIR flag is set.
12203         (fts_build): Since fts_safe_changedir consumes its FD, and since
12204         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12205         and close the dup'd file descriptor upon failure.
12206         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12207         (fts_safe_changedir): Tweak semantics to reflect that this function
12208         now calls cwd_advance_fd and hence consumes its FD argument.
12209         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12210         [struct FTS] (fts_rft): Remove now-unused member.
12211         [struct FTS] (fts_cycle.state): Improve comment.
12212
12213         * lib/openat.c (openat_needs_fchdir): New function.
12214         * lib/openat.h (openat_needs_fchdir): Declare it.
12215
12216 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12217
12218         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12219         Problem and fix reported by Pádraig Brady in
12220         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12221
12222 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12223
12224         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12225
12226 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12227
12228         * lib/memcoll.c (memcoll): Optimize for the common case where the
12229         arguments are bytewise equal.
12230
12231 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12232
12233         * doc/regexprops-generic.texi: Add a copyright notice.
12234
12235 2006-08-15  Bruno Haible  <bruno@clisp.org>
12236
12237         * modules/tmpdir (License): Change to LGPL.
12238
12239 2006-08-15  Bruno Haible  <bruno@clisp.org>
12240
12241         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12242         module.
12243
12244 2006-08-14  Simon Josefsson  <jas@extundo.com>
12245
12246         * config/srclist.txt: Add gnupload.
12247
12248 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12249
12250         Change copyright notice from LGPL 2 to GPL 2, since that's the
12251         standard form used in the gnulib repository.
12252         * tests/test-lock.c: Likewise.
12253         * tests/test-stdint.c: Likewise.
12254         * tests/test-tls.c: Likewise.
12255
12256         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12257         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12258         Add copyright notice.
12259
12260         * check-module: Add copyright notice.  Output a copyright
12261         notice if "--version" is specified.
12262         * modules/COPYING: New file.
12263         * tests/test-getaddrinfo.c: Add copyright notice.
12264         * tests/test-verify.c: Likewise.
12265
12266 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12267
12268         Change copyright notice from LGPL 2 to GPL 2, since that's the
12269         standard form used in the gnulib repository.
12270         * lib/lock.c: LGPL -> GPL.
12271         * lib/lock.h: Likewise.
12272         * lib/strnlen1.c: Likewise.
12273         * lib/strnlen1.h: Likewise.
12274         * lib/tls.c: Likewise.
12275         * lib/tls.h: Likewise.
12276         * lib/tmpdir.c: Likewise.
12277
12278         * lib/TODO: Remove; this belongs only in coreutils.
12279
12280 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12281
12282         Add copyright notices to long-enough files that lack them, since
12283         otherwise the files aren't clearly free.  Use the same notice that
12284         getdate.texi already uses.
12285         * doc/alloca-opt.texi: Add copyright notice.
12286         * doc/alloca.texi: Likewise.
12287         * doc/ctime.texi: Likewise.
12288         * doc/functions.texi: Likewise.
12289         * doc/gcd.texi: Likewise.
12290         * doc/gnulib-tool.texi: Likewise.
12291         * doc/inet_ntoa.texi: Likewise.
12292         * doc/visibility.texi: Likewise.
12293
12294         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12295         * doc/quote.texi: Add copyright notice.
12296
12297         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12298         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12299         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12300         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12301         is now obsolete, and give a pointer to the Sun list.
12302         Add copyright notice.
12303
12304 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12305
12306         * config/srclistvars.sh: Add copyright notice.
12307
12308 2006-08-14  Eric Blake  <ebb9@byu.net>
12309
12310         Import the following change from libc:
12311
12312         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12313
12314         Upstream bug 2997.
12315         * lib/misc/error.c: Add space between program name and message if file
12316         name is missing.
12317
12318 2006-08-12  Karl Berry  <karl@gnu.org>
12319
12320         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12321         remove, these originate in gnulib now.
12322
12323 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12324
12325         * doc/Makefile (standards.info standards.html standards.dvi):
12326         Also depend on make-stds.texi.
12327
12328 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12329
12330         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12331         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12332
12333         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12334         in wchar_t.  Problem reported by Eric Blake.
12335
12336         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12337         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12338         Also, help the compiler to keep LEN in a register.
12339
12340 2006-08-11  Eric Blake  <ebb9@byu.net>
12341
12342         * users.txt: Sort.  Add tar.
12343
12344 2006-08-11  Bruno Haible  <bruno@clisp.org>
12345
12346         * users.txt: New file.
12347
12348 2006-08-11  Bruno Haible  <bruno@clisp.org>
12349
12350         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12351         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12352
12353 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12354
12355         * modules/snprintf (Depends-on): Remove minmax.
12356         (Maintainer): Add self and Bruno.
12357
12358 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12359
12360         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12361         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12362         (EOVERFLOW): Define if the system does not.
12363         Do not include "minmax.h"; it wasn't used.
12364         (snprintf): Don't assume size_t promotes to an unsigned type.
12365         Fix bug when generated string was too long for the buffer: the
12366         buffer's contents are supposed to be the initial prefix of the
12367         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12368         exceeds INT_MAX; do the check ourselves.
12369
12370         Import the following changes from libc:
12371
12372         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12373
12374         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12375         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12376         set wc to the byte which couldn't be converted.
12377         (re_string_reconstruct): Don't clear valid_raw_len before calling
12378         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12379         tip_context using re_string_context_at.
12380
12381         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12382
12383         * lib/posix/regex.h: g++ still cannot handled [restrict].
12384
12385         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12386
12387         * lib/posix/regex.h: Remove special handling for VMS.
12388
12389 2006-08-10  Jim Meyering  <jim@meyering.net>
12390
12391         * modules/same-inode: New module.
12392         * modules/dev-ino: New module.
12393         * modules/cycle-check: Depend on these modules, rather than simply
12394         including their .h files.
12395         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12396         required via m4/cycle-check.m4.
12397         * modules/same: Depend on new same-inode module, rather than
12398         including same-inode.h.
12399         * modules/chdir-safer: New file.
12400
12401         * modules/chown (Depends-on): Add stat-macros.
12402
12403 2006-08-10  Jim Meyering  <jim@meyering.net>
12404
12405         * m4/cycle-check.m4: New file.
12406         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12407         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12408
12409 2006-08-10  Eric Blake  <ebb9@byu.net>
12410
12411         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12412         in from original proposal.
12413
12414 2006-08-10  Eric Blake  <ebb9@byu.net>
12415         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12416
12417         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12418         namespace.
12419
12420 2006-08-10  Bruno Haible  <bruno@clisp.org>
12421
12422         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12423         as well.
12424
12425 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12426
12427         Sync from coreutils.
12428
12429         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12430
12431         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12432         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12433
12434 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12435
12436         * modules/restrict: Remove; no longer needed now that we assume
12437         Autoconf 2.59 or later.
12438         * MODULES.html.sh: Remove 'restrict'.
12439         * modules/argp (Depends-on): Remove 'restrict'.
12440         * modules/base64 (Depends-on): Likewise.
12441         * modules/gc (Depends-on): Likewise.
12442         * modules/getaddrinfo (Depends-on): Likewise.
12443         * modules/glob (Depends-on): Likewise.
12444         * modules/inet_ntop (Depends-on): Likewise.
12445         * modules/inet_pton (Depends-on): Likewise.
12446         * modules/memxor (Depends-on): Likewise.
12447         * modules/regex (Depends-on): Likewise.
12448         * modules/strtok_r (Depends-on): Likewise.
12449         * modules/time_r (Depends-on): Likewise.
12450
12451 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12452
12453         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12454         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12455         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12456         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12457         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12458         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12459         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12460         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12461
12462         Merge from coreutils.
12463         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12464         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12465         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12466         * m4/time_r.m4 (gl_TIME_R): Likewise.
12467
12468 2006-08-09  Karl Berry  <karl@gnu.org>
12469
12470         * config/srclist.txt: no more gettext-tools, per Bruno.
12471
12472 2006-08-08  Eric Blake  <ebb9@byu.net>
12473
12474         * modules/verror: New module.
12475         * MODULES.html.sh: Document it.
12476
12477 2006-08-08  Eric Blake  <ebb9@byu.net>
12478
12479         * lib/verror.h, lib/verror.c: New files.
12480
12481 2006-08-08  Eric Blake  <ebb9@byu.net>
12482
12483         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12484         verror_at_line output complies with GNU Coding Standards even when
12485         file is NULL.
12486
12487 2006-08-07  Bruno Haible  <bruno@clisp.org>
12488
12489         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12490         versions of AIX.
12491         Reported by Ralf Wildenhues.
12492
12493 2006-08-07  Bruno Haible  <bruno@clisp.org>
12494
12495         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12496         in an AC_DEFUN. Needed so that the autoconf snippets can use
12497         AC_REQUIRE.
12498
12499 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12500
12501         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12502         Initialize pkgdata_DATA.
12503         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12504         overriding it.
12505
12506 2006-08-06  Eric Blake  <ebb9@byu.net>
12507
12508         * lib/error.h: Fold in some upstream changes from glibc.
12509         * lib/error.c: Likewise.
12510
12511 2006-08-04  Bruno Haible  <bruno@clisp.org>
12512
12513         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12514         Make the mostlyclean-local rule depend on mostlyclean-generic.
12515         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12516
12517 2006-07-31  Bruno Haible  <bruno@clisp.org>
12518
12519         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12520         <stdlib.h>, <string.h>.
12521
12522 2006-07-30  Bruno Haible  <bruno@clisp.org>
12523
12524         * modules/readlink (License): Change to LGPL.
12525
12526 2006-07-30  Bruno Haible  <bruno@clisp.org>
12527
12528         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12529         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12530         set PKGDATADIR to point to it.
12531
12532 2006-07-30  Bruno Haible  <bruno@clisp.org>
12533
12534         * modules/csharpexec (configure.ac): Comment out macro invocation.
12535         * modules/javaexec (configure.ac): Likewise.
12536         * modules/javacomp-script (configure.ac): Likewise.
12537
12538         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12539
12540 2006-07-30  Bruno Haible  <bruno@clisp.org>
12541
12542         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12543         linked-list.
12544
12545 2006-07-30  Bruno Haible  <bruno@clisp.org>
12546
12547         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12548
12549 2006-07-30  Bruno Haible  <bruno@clisp.org>
12550
12551         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12552         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12553         get removed.
12554
12555 2006-07-29  Bruno Haible  <bruno@clisp.org>
12556
12557         Make it possible for gnulib-tool to work with locally modified or
12558         augmented gnulib repositories.
12559         * gnulib-tool (func_usage): Document --local-dir option.
12560         (local_gnulib_dir): New variable.
12561         Handle --local-dir option.
12562         (func_lookup_file): New function.
12563         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12564         (func_get_description, func_get_filelist, func_get_description,
12565         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12566         func_get_automake_snippet, func_get_include_directive,
12567         func_get_license, func_get_maintainer): Use func_lookup_file.
12568         (func_import, func_create_testdir): Use func_lookup_file.
12569
12570 2006-07-29  Bruno Haible  <bruno@clisp.org>
12571
12572         * modules/setenv (Depends-on): Add unistd.
12573
12574 2006-07-29  Bruno Haible  <bruno@clisp.org>
12575
12576         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12577
12578 2006-07-29  Bruno Haible  <bruno@clisp.org>
12579
12580         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12581
12582 2006-07-29  Bruno Haible  <bruno@clisp.org>
12583
12584         * gnulib-tool (import, update): If there is no Makefile.am, look at
12585         aclocal.m4, instead of bailing out.
12586
12587 2006-07-29  Bruno Haible  <bruno@clisp.org>
12588
12589         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12590         Categorize the options by when they are useful.
12591
12592 2006-07-29  Bruno Haible  <bruno@clisp.org>
12593
12594         * gnulib-tool (func_usage): Document option --no-libtool.
12595         Handle option --no-libtool.
12596         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12597         for changed semantics of $libtool variable.
12598         (func_import): Likewise. If libtool is not used, show this through
12599         an option --no-libtool.
12600         (func_create_testdir): Update.
12601
12602 2006-07-29  Bruno Haible  <bruno@clisp.org>
12603
12604         * gnulib-tool (func_import): Extend error message about missing
12605         --doc-base.
12606
12607 2006-07-29  Bruno Haible  <bruno@clisp.org>
12608
12609         * gnulib-tool (func_import): Don't create the $docbase directory if
12610         there is no file to store there.
12611
12612 2006-07-29  Bruno Haible  <bruno@clisp.org>
12613
12614         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12615         relevant, look for configure.ac there, not in the current directory.
12616         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12617
12618 2006-07-29  Bruno Haible  <bruno@clisp.org>
12619
12620         * gnulib-tool (SORT): New variable.
12621         (func_usage): Undocument --assume-autoconf option.
12622         Remove --assume-autoconf option handling.
12623         (autoconf_minversion): Determine from the contents of configure.ac.
12624         (func_import): Remove autoconf_minversion handling.
12625         Suggested by Eric Blake.
12626
12627 2006-07-29  Bruno Haible  <bruno@clisp.org>
12628
12629         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12630
12631 2006-07-29  Bruno Haible  <bruno@clisp.org>
12632
12633         * config/srclist.txt (*setenv.[ch]): Remove rules.
12634
12635 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12636
12637         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12638
12639 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12640
12641         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12642         arpa/inet.h.
12643
12644 2006-07-28  Simon Josefsson  <jas@extundo.com>
12645
12646         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12647         * modules/inet_pton (Depends-on): Likewise.
12648
12649 2006-07-28  Simon Josefsson  <jas@extundo.com>
12650
12651         * m4/netinet_in_h.m4: New file.
12652
12653 2006-07-28  Simon Josefsson  <jas@extundo.com>
12654
12655         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12656         #include's.
12657
12658 2006-07-28  Simon Josefsson  <jas@extundo.com>
12659
12660         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12661         #include's.
12662
12663 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12664
12665         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12666         setgid on directories only if they set these bits.
12667         * lib/modechange.h: Remove obsolete comment about masks.
12668
12669 2006-07-28  Eric Blake  <ebb9@byu.net>
12670
12671         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12672         macro expansion.
12673
12674 2006-07-28  Bruno Haible  <bruno@clisp.org>
12675
12676         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12677
12678 2006-07-28  Bruno Haible  <bruno@clisp.org>
12679
12680         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12681
12682 2006-07-28  Bruno Haible  <bruno@clisp.org>
12683
12684         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12685         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12686         Define fallbacks.
12687         Avoids link error on FreeBSD 4.x.
12688         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12689
12690         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12691         encoding.
12692         * lib/mbswidth.c (iswcntrl): Likewise.
12693
12694 2006-07-27  Bruno Haible  <bruno@clisp.org>
12695
12696         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12697         test.
12698
12699 2006-07-27  Bruno Haible  <bruno@clisp.org>
12700
12701         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12702         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12703         defined.
12704
12705 2006-07-26  Eric Blake  <ebb9@byu.net>
12706
12707         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12708
12709 2006-07-26  Eric Blake  <ebb9@byu.net>
12710
12711         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12712         like mingw that lack mkstemp.
12713         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12714         avoid compilation warning on mingw.
12715
12716 2006-07-26  Bruno Haible  <bruno@clisp.org>
12717
12718         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12719         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12720         INT_FAST*_MIN, INTPTR_MIN.
12721
12722 2006-07-25  Bruno Haible  <bruno@clisp.org>
12723
12724         * modules/version-etc (Depends-on): Add stdarg.
12725
12726 2006-07-25  Bruno Haible  <bruno@clisp.org>
12727
12728         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12729         complex commands.
12730
12731 2006-07-25  Bruno Haible  <bruno@clisp.org>
12732
12733         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12734         defined in <stdarg.h> or config.h.
12735
12736 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12737
12738         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12739         (gl_STDIO_SAFER): Remove.
12740
12741 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12742
12743         * MODULES.html.sh (File stream based Input/Output):
12744         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12745         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12746         * modules/fopen-safer, modules/tmpfile-safer: New files.
12747         * modules/stdio-safer: Remove.
12748
12749 2006-07-24  Bruno Haible  <bruno@clisp.org>
12750
12751         * modules/tmpdir: New file.
12752         * MODULES.html.sh (File system functions): Add it.
12753
12754 2006-07-24  Bruno Haible  <bruno@clisp.org>
12755
12756         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12757         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12758
12759 2006-07-24  Bruno Haible  <bruno@clisp.org>
12760
12761         * modules/clean-temp: New file.
12762
12763 2006-07-24  Bruno Haible  <bruno@clisp.org>
12764
12765         * m4/tmpdir.m4: New file, from GNU gettext.
12766
12767 2006-07-24  Bruno Haible  <bruno@clisp.org>
12768
12769         * lib/tmpdir.h: New file, from GNU gettext.
12770         * lib/tmpdir.c: New file, from GNU gettext.
12771
12772 2006-07-24  Bruno Haible  <bruno@clisp.org>
12773
12774         * lib/clean-temp.h: New file, from GNU gettext.
12775         * lib/clean-temp.c: New file, from GNU gettext.
12776
12777 2006-07-23  Eric Blake  <ebb9@byu.net>
12778
12779         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12780         (Depends-on): Add binary-io.
12781
12782 2006-07-23  Eric Blake  <ebb9@byu.net>
12783
12784         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12785
12786 2006-07-23  Eric Blake  <ebb9@byu.net>
12787
12788         * lib/tmpfile-safer.c: New file.
12789         * lib/stdio-safer.h (fopen_safer): Add prototype.
12790         * lib/stdio--.h (tmpfile): Make safer.
12791
12792 2006-07-23  Bruno Haible  <bruno@clisp.org>
12793
12794         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12795         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12796         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12797         gl_linked_remove_at): Use it.
12798
12799 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12800         and Simon Josefsson <jas@extundo.com>
12801
12802         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12803
12804         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12805
12806 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12807
12808         * modules/close-stream: New file.
12809         * modules/closeout (Description): Make it clear that it exits
12810         with a diagnostic on error.
12811         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12812         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12813
12814 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12815
12816         * m4/close-stream.m4: New file.
12817
12818 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12819
12820         * lib/close-stream.c, lib/close-stream.h: New files.
12821
12822 2006-07-22  Bruno Haible  <bruno@clisp.org>
12823
12824         Merge from GNU gettext 0.15.
12825
12826         2006-05-01  Bruno Haible  <bruno@clisp.org>
12827
12828                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12829
12830         2006-07-22  Bruno Haible  <bruno@clisp.org>
12831
12832                 * modules/javaversion: New file.
12833                 * MODULES.html.sh (Java): Add javaversion.
12834
12835         2006-03-12  Bruno Haible  <bruno@clisp.org>
12836
12837                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12838
12839         2005-12-04  Bruno Haible  <bruno@clisp.org>
12840
12841                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12842                 (untested).
12843
12844         2006-06-21  Bruno Haible  <bruno@clisp.org>
12845
12846                 Avoid warnings from recent versions of mcs.
12847                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12848                 -o, -L, -r any more. Use options documented since mcs-1.0
12849                 instead. Similarly for -g.
12850
12851         2005-12-04  Bruno Haible  <bruno@clisp.org>
12852
12853                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12854                 .resources, not .resource.
12855
12856         2005-07-09  Bruno Haible  <bruno@clisp.org>
12857
12858                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12859                 add a .dll suffix.
12860                 Reported by Mark Junker <mjscod@gmx.de>.
12861
12862         2006-07-22  Bruno Haible  <bruno@clisp.org>
12863
12864                 * modules/gettext: Upgrade to gettext-0.15.
12865                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12866                 m4/visibility.m4.
12867                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12868
12869 2006-07-22  Bruno Haible  <bruno@clisp.org>
12870
12871         Merge from GNU gettext 0.15.
12872
12873         2006-03-25  Bruno Haible  <bruno@clisp.org>
12874
12875                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12876
12877         2006-07-21  Bruno Haible  <bruno@clisp.org>
12878
12879                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12880                 "1.1".
12881
12882         2006-05-09  Bruno Haible  <bruno@clisp.org>
12883
12884                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12885                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12886                 for the conftestver execution.
12887
12888         2006-05-01  Bruno Haible  <bruno@clisp.org>
12889
12890                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12891                 optional target-version argument. Verify that the compiler
12892                 groks source of the specified source-version, or add -source
12893                 option as necessary. Verify that the compiler produces
12894                 bytecode in the specified target-version, or add -target and
12895                 -source options as necessary. Make the result of the test
12896                 available as variable CONF_JAVAC. Also log error output in
12897                 config.log.
12898
12899         2006-03-11  Bruno Haible  <bruno@clisp.org>
12900
12901                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12902
12903         2006-05-09  Bruno Haible  <bruno@clisp.org>
12904
12905                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12906                 CLASSPATH_SEPARATOR to a semicolon.
12907
12908         2006-03-12  Bruno Haible  <bruno@clisp.org>
12909
12910                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12911                 available as variable CONF_JAVA, for subsequent autoconf
12912                 tests. Also log error output in config.log.
12913
12914         2006-07-19  Bruno Haible  <bruno@clisp.org>
12915
12916                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12917                 that getline works on glibc2 systems. Needed to avoid trouble
12918                 in relocatable.c.
12919                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12920
12921         2005-12-04  Bruno Haible  <bruno@clisp.org>
12922
12923                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12924                 launcher (untested).
12925
12926         2005-12-04  Bruno Haible  <bruno@clisp.org>
12927
12928                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12929
12930         2006-07-22  Bruno Haible  <bruno@clisp.org>
12931
12932                 * gettext.m4: Update from GNU gettext-0.15.
12933                 * nls.m4: Likewise.
12934                 * po.m4: Likewise.
12935                 * inttypes-pri.m4: Likewise.
12936                 * inttypes-h.m4: Renamed from inttypes.m4.
12937                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12938
12939 2006-07-22  Bruno Haible  <bruno@clisp.org>
12940
12941         Merge from GNU gettext 0.15.
12942
12943         2005-07-05  Bruno Haible  <bruno@clisp.org>
12944
12945                 * printf-args.c (printf_fetchargs): Work around broken
12946                 definition of wint_t on mingw.
12947
12948         2005-02-12  Bruno Haible  <bruno@clisp.org>
12949
12950                 * xallocsa.h: Add extern "C" for C++.
12951
12952         2006-05-17  Bruno Haible  <bruno@clisp.org>
12953
12954                 Cygwin portability.
12955                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12956
12957         2006-04-30  Bruno Haible  <bruno@clisp.org>
12958
12959                 * progreloc.c: Include <mach-o/dyld.h> if available.
12960                 (find_executable): Use _NSGetExecutablePath when possible.
12961
12962         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12963
12964                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12965                 function.
12966
12967         2005-12-29  Bruno Haible  <bruno@clisp.org>
12968
12969                 * progreloc.c (set_program_name_and_installdir): Fix
12970                 compilation error.
12971
12972         2005-12-04  Bruno Haible  <bruno@clisp.org>
12973
12974                 Cygwin portability.
12975                 * progreloc.c: Include <windows.h> also on Cygwin.
12976                 (find_executable): Add support for Cygwin.
12977                 (set_program_name_and_installdir): Handle also platforms with
12978                 nonempty EXEEXT.
12979
12980         2006-07-11  Bruno Haible  <bruno@clisp.org>
12981
12982                 * javacomp.c: Fix a comment.
12983                 Reported by Jim Meyering.
12984
12985         2006-04-30  Bruno Haible  <bruno@clisp.org>
12986
12987                 * javacomp.h (compile_java_class): Add source_version,
12988                 target_version arguments.
12989                 * javacomp.c: Rewritten to choose only a compiler that
12990                 respects the specified source_version and target_version.
12991
12992         2006-06-27  Bruno Haible  <bruno@clisp.org>
12993
12994                 Assume correct S_ISDIR macro.
12995                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12996
12997         2006-07-22  Bruno Haible  <bruno@clisp.org>
12998
12999                 * javaversion.h: New file, from GNU gettext.
13000                 * javaversion.c: New file, from GNU gettext.
13001                 * javaversion.java: New file, from GNU gettext.
13002                 * javaversion.class: New file, from GNU gettext.
13003
13004         2006-05-17  Bruno Haible  <bruno@clisp.org>
13005
13006                 Cygwin portability.
13007                 * javaexec.c (execute_java_class): Test for jview program
13008                 also on Cygwin.
13009
13010         2006-04-09  Bruno Haible  <bruno@clisp.org>
13011
13012                 * fatal-signal.c: Don't include string.h.
13013                 (at_fatal_signal): Use a copying loop instead of memcpy.
13014
13015         2005-12-04  Bruno Haible  <bruno@clisp.org>
13016
13017                 * csharpexec.c: Add support for 'clix' launcher (untested).
13018                 (execute_csharp_using_sscli): New function.
13019                 (execute_csharp_program): Call it.
13020
13021         2006-06-21  Bruno Haible  <bruno@clisp.org>
13022
13023                 Avoid warnings from recent versions of mcs.
13024                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13025                 -o, -L, -r any more. Use options documented since mcs-1.0
13026                 instead. Similarly for -g.
13027
13028         2005-07-09  Bruno Haible  <bruno@clisp.org>
13029
13030                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13031                 add a .dll suffix.
13032                 Reported by Mark Junker <mjscod@gmx.de>.
13033
13034         2006-06-17  Bruno Haible  <bruno@clisp.org>
13035
13036                 * config.charset: Update for NetBSD 3.0.
13037
13038         2006-05-17  Bruno Haible  <bruno@clisp.org>
13039
13040                 Cygwin portability.
13041                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13042
13043         2006-05-16  Bruno Haible  <bruno@clisp.org>
13044
13045                 * localcharset.c [CYGWIN]: Include <windows.h>.
13046                 (get_charset_aliases): For Cygwin, return the same CPxxx
13047                 aliases list as under WIN32.
13048                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13049                 the environment variables. Fall back to GetACP().
13050
13051         2006-04-05  Bruno Haible  <bruno@clisp.org>
13052
13053                 * config.charset: Update Juan Manuel Guerrero's address.
13054
13055         2005-02-12  Bruno Haible  <bruno@clisp.org>
13056
13057                 * allocsa.h: Add extern "C" for C++.
13058
13059         2005-02-10  Bruno Haible  <bruno@clisp.org>
13060
13061                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13062                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13063
13064         2006-07-22  Bruno Haible  <bruno@clisp.org>
13065
13066                 * gettext.h: Update to GNU gettext-0.15.
13067
13068 2006-07-22  Bruno Haible  <bruno@clisp.org>
13069
13070         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13071         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13072         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13073
13074 2006-07-21  Eric Blake  <ebb9@byu.net>
13075
13076         * modules/stdlib-safer: New file.
13077         * MODULES.html.sh (File stream based Input/Output): Add
13078         stdlib-safer.
13079
13080 2006-07-21  Eric Blake  <ebb9@byu.net>
13081
13082         * lib/stdlib-safer.h: New file from coreutils, required by
13083         stdlib--.h.
13084
13085 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13086
13087         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13088
13089 2006-07-20  Bruno Haible  <bruno@clisp.org>
13090
13091         * gnulib-tool: Recognize new option --assume-autoconf.
13092         (autoconf_minversion): New variable.
13093         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13094
13095 2006-07-20  Bruno Haible  <bruno@clisp.org>
13096
13097         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13098
13099 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13100
13101         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13102         Reindent and repaginate.
13103
13104 2006-07-19  Derek Price  <derek@ximbiot.com>
13105
13106         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13107         Correct grammar.
13108
13109 2006-07-17  Bruno Haible  <bruno@clisp.org>
13110
13111         * modules/list: New file.
13112         * modules/array-list: New file.
13113         * modules/carray-list, modules/carray-list-tests: New files.
13114         * modules/linked-list, modules/linked-list-tests: New files.
13115         * modules/avltree-list, modules/avltree-list-tests: New files.
13116         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13117         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13118         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13119         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13120         * modules/oset: New file.
13121         * modules/array-oset: New file.
13122         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13123         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13124         * tests/test-carray_list.c: New file.
13125         * tests/test-linked_list.c: New file.
13126         * tests/test-avltree_list.c: New file.
13127         * tests/test-rbtree_list.c: New file.
13128         * tests/test-linkedhash_list.c: New file.
13129         * tests/test-avltreehash_list.c: New file.
13130         * tests/test-rbtreehash_list.c: New file.
13131         * tests/test-avltree_oset.c: New file.
13132         * tests/test-rbtree_oset.c: New file.
13133         * MODULES.html.sh (Container data structures): New section.
13134
13135 2006-07-17  Bruno Haible  <bruno@clisp.org>
13136
13137         * m4/gl_list.m4: New file.
13138
13139 2006-07-17  Bruno Haible  <bruno@clisp.org>
13140
13141         * lib/gl_list.h: New file.
13142         * lib/gl_list.c: New file.
13143         * lib/gl_array_list.h: New file.
13144         * lib/gl_array_list.c: New file.
13145         * lib/gl_carray_list.h: New file.
13146         * lib/gl_carray_list.c: New file.
13147         * lib/gl_linked_list.h: New file.
13148         * lib/gl_linked_list.c: New file.
13149         * lib/gl_anylinked_list1.h: New file.
13150         * lib/gl_anylinked_list2.h: New file.
13151         * lib/gl_avltree_list.h: New file.
13152         * lib/gl_avltree_list.c: New file.
13153         * lib/gl_anyavltree_list1.h: New file.
13154         * lib/gl_anyavltree_list2.h: New file.
13155         * lib/gl_rbtree_list.h: New file.
13156         * lib/gl_rbtree_list.c: New file.
13157         * lib/gl_anyrbtree_list1.h: New file.
13158         * lib/gl_anyrbtree_list2.h: New file.
13159         * lib/gl_anytree_list1.h: New file.
13160         * lib/gl_anytree_list2.h: New file.
13161         * lib/gl_linkedhash_list.h: New file.
13162         * lib/gl_linkedhash_list.c: New file.
13163         * lib/gl_anyhash_list1.h: New file.
13164         * lib/gl_anyhash_list2.h: New file.
13165         * lib/gl_avltreehash_list.h: New file.
13166         * lib/gl_avltreehash_list.c: New file.
13167         * lib/gl_rbtreehash_list.h: New file.
13168         * lib/gl_rbtreehash_list.c: New file.
13169         * lib/gl_anytreehash_list1.h: New file.
13170         * lib/gl_anytreehash_list2.h: New file.
13171
13172         * lib/gl_oset.h: New file.
13173         * lib/gl_oset.c: New file.
13174         * lib/gl_array_oset.h: New file.
13175         * lib/gl_array_oset.c: New file.
13176         * lib/gl_avltree_oset.h: New file.
13177         * lib/gl_avltree_oset.c: New file.
13178         * lib/gl_rbtree_oset.h: New file.
13179         * lib/gl_rbtree_oset.c: New file.
13180         * lib/gl_anytree_oset.h: New file.
13181
13182 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13183
13184         * m4/mkancesdirs.m4: New file.
13185         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13186         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13187         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13188         it.
13189
13190 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13191
13192         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13193         * lib/mkancesdirs.h: New files.
13194         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13195         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13196         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13197         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13198         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13199         callers changed.  Revamp internals significantly, by not
13200         attempting to create directories that are temporarily more
13201         permissive than the final results.  Do not attempt to use
13202         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13203         This removes some race conditions, fixes some bugs, and simplifies
13204         things.  Use new dirchownmod function to do owner and mode changes.
13205         * lib/mkdir-p.h: Likewise.
13206         * lib/modechange.c (octal_to_mode): New function.
13207         (struct mode_change): New member mentioned.
13208         (make_node_op_equals): New arg mentioned.  All callers changed.
13209         (mode_compile): Keep track of which mode bits the user has explicitly
13210         mentioned.
13211         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13212         New arg PMODE_BITS, to keep track of which mode bits the user
13213         mentioned; it treats S_ISUID and S_ISGID speciall.
13214         All callers changed.
13215         * lib/modechange.h: Likewise.
13216
13217 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13218
13219         * MODULES.html.sh: Add mkancestors.
13220         * modules/mkancesdirs: New module.
13221         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13222         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13223         The chdir-safer and afs files are now orphans; I'll remove them
13224         unless someone speaks up.
13225         Add lib/dirchownmod.c, lib/dirchownmod.h.
13226         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13227         Add lchown, mkancesdirs.
13228         (Maintainer): Add self.
13229
13230 2006-07-15  Karl Berry  <karl@gnu.org>
13231
13232         * gnulib-tool: help message wording/arrangement.
13233
13234 2006-07-14  Simon Josefsson  <jas@extundo.com>
13235
13236         * doc/gnulib.texi (Libtool and Windows): New section.
13237
13238 2006-07-12  Simon Josefsson  <jas@extundo.com>
13239
13240         * modules/gendocs (License): Fix license, approved by Karl.
13241
13242 2006-07-12  Eric Blake  <ebb9@byu.net>
13243
13244         * MODULES.html.sh: Add gendocs.
13245
13246 2006-07-11  Eric Blake  <ebb9@byu.net>
13247
13248         * modules/fdl: New module, to install doc/fdl.texi.
13249         * MODULES.html.sh: Add new section for documentation modules.
13250         * gnulib-tool: Avoid space-tab.
13251         (--doc-base): New option, to manage files from doc.
13252
13253 2006-07-11  Eric Blake  <ebb9@byu.net>
13254
13255         * m4/absolute-header.m4: Fix comments to match recent change.
13256
13257 2006-07-11  Eric Blake  <ebb9@byu.net>
13258
13259         * gnulib-tool: List --doc-base before --tests-base.
13260
13261 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13262
13263         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13264
13265 2006-07-11  Bruno Haible  <bruno@clisp.org>
13266
13267         * README: Mention where to put documentation.
13268
13269 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13270
13271         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13272
13273 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13274
13275         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13276         to stdint.m4.
13277
13278 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13279
13280         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13281         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13282         "no/such/file/stdint.h" when there is no such file, so that
13283         the resulting C code can be parsed by dodgy compilers.
13284         Problems reported by Bob Proulx.
13285
13286 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13287
13288         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13289         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13290         macros into the GNU _D_EXACT_NAMLEN.
13291         * lib/savedir.c:  Likewise.
13292         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13293
13294 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13295         and Paul Eggert  <eggert@cs.ucla.edu>
13296
13297         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13298         * m4/savedir.m4:
13299         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13300         macros into the GNU _D_EXACT_NAMLEN.
13301
13302 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13303
13304         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13305         around the absolute name, to work around a problem with the HP-UX
13306         11.23 native C compiler, reported by Bob Proulx.
13307
13308 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13309
13310         * doc/maintain.texi, make-stds.texi: Sync from
13311         <http://savannah.gnu.org/projects/gnustandards>.
13312
13313 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13314
13315         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13316
13317 2006-07-09  Jim Meyering  <jim@meyering.net>
13318
13319         * m4/glob.m4: Remove a doubled word in a comment.
13320
13321 2006-07-09  Jim Meyering  <jim@meyering.net>
13322
13323         * lib/argp-pv.c: Remove a doubled word in a comment.
13324         * lib/check-version.c (check_version): Likewise.
13325         * lib/javacomp.c (compile_java_class): Likewise.
13326
13327 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13328
13329         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13330         for the benefit of people using Autoconf 2.60.  If you want to
13331         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13332         (or m4/onceonly.m4, if pre-2.57) manually.
13333
13334 2006-07-08  Jim Meyering  <jim@meyering.net>
13335
13336         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13337         comment.
13338         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13339         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13340         comment.
13341
13342 2006-07-08  Jim Meyering  <jim@meyering.net>
13343
13344         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13345
13346 2006-07-07  Simon Josefsson  <jas@extundo.com>
13347
13348         * tests/test-crc.c: Change expected crc value, the test vector
13349         were probably computed using the old broken crc.c?
13350
13351 2006-07-06  Simon Josefsson  <jas@extundo.com>
13352
13353         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13354         now the canonical place for the M4 file).
13355
13356         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13357         from the sys_socket dependency now.
13358
13359         * modules/inet_pton (Files): Ditto.
13360
13361         * modules/inet_ntop (Files): Ditto.
13362
13363 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13364
13365         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13366         not gl_PREREQ_GETUSERSHELL.
13367
13368 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13369
13370         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13371         with only one argument, for Autoconf 2.60.
13372         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13373         expand to nothing, so add a shell command to avoid syntax error.
13374         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13375
13376 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13377
13378         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13379
13380 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13381
13382         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13383         no longer needed.  Check for isblank decl.
13384         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13385         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13386         of existence.
13387
13388 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13389
13390         * lib/getloadavg.c: Use __VMS, not VMS.
13391         * lib/getopt.c: Likewise.
13392         * lib/getpagesize.h: Likewise.
13393         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13394         and probably does not work.
13395
13396 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13397
13398         * lib/.cppi-disable: Add wcwidth.
13399         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13400         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13401         (ISGRAPH): Remove.  All uses changed to isgraph.
13402         (FOLD) [!defined _LIBC]: Remove special case.
13403         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13404         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13405         HAVE_ISBLANK.
13406         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13407         case.
13408
13409 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13410
13411         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13412         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13413         brackets.  Other minor changes to suppress some compiler
13414         warnings.
13415
13416 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13417         and Paul Eggert  <eggert@cs.ucla.edu>
13418
13419         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13420         of invoking obsolescent AC_HEADER_DIRENT macro.
13421         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13422         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13423         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13424         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13425         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13426         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13427         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13428         * m4/readdir.m4: Remove; no longer needed.
13429
13430 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13431         and Paul Eggert  <eggert@cs.ucla.edu>
13432
13433         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13434         Don't worry about this obsolete case any more.
13435         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13436         directories.
13437         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13438         worry about this obsolete case any more.
13439         * lib/fts.c: Likewise.
13440         * lib/getcwd.c: Likewise.
13441         * lib/glob.h: Likewise.
13442         * lib/savedir.c: Likewise.
13443
13444 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13445
13446         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13447         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13448         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13449         needed.
13450         All uses removed.
13451         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13452         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13453         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13454         needed.
13455         * m4/getdate.m4 (gl_GETDATE): Likewise.
13456         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13457         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13458         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13459         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13460         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13461         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13462         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13463         needed.
13464
13465 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13466
13467         * lib/memcasecmp.c: Include <limits.h>.
13468         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13469         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13470         Don't assume isdigit succeeds only on '0' through '9'.
13471
13472 2006-07-05  Eric Blake  <ebb9@byu.net>
13473
13474         * modules/getaddrinfo (Depends-on): Add snprintf.
13475
13476 2006-07-05  Eric Blake  <ebb9@byu.net>
13477
13478         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13479         to avoid 'header present but could not be compiled' on cygwin.
13480
13481 2006-07-05  Eric Blake  <ebb9@byu.net>
13482
13483         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13484         missing from netdb.h.
13485         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13486
13487 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13488
13489         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13490         no longer needed.
13491         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13492         * m4/getdate.m4 (gl_GETDATE): Likewise.
13493         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13494         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13495         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13496         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13497         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13498
13499 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13500
13501         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13502         All uses of is_space replaced by isspace.
13503         * lib/exit.h: Don't talk about STDC_HEADERS.
13504         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13505         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13506         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13507         replaced by isprint etc.
13508         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13509         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13510         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13511         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13512         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13513         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13514
13515 2006-07-05  Bruno Haible  <bruno@clisp.org>
13516
13517         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13518         the function exists, before testing against AIX.
13519         Reported by Martin Lambers <marlam@marlam.de>.
13520
13521 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13522
13523         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13524         From Mark D. Baushke.
13525
13526 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13527
13528         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13529         to the absolute name, not just one, to bypass Sun C 5.8's
13530         "warning: #include of /usr/include/... may be non-portable".
13531
13532 2006-07-04  Eric Blake  <ebb9@byu.net>
13533
13534         * modules/dirname-tests: New test module.
13535         * tests/test-dirname.c: New file, replacing dirname.c
13536         TEST_DIRNAME section that was recently deleted.
13537
13538 2006-07-04  Bruno Haible  <bruno@clisp.org>
13539
13540         Assume ANSI C header files and <ctype.h> functions.
13541         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13542         (mbsnwidth): Use isprint, iscntrl instead.
13543
13544 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13545
13546         Merge from coreutils.
13547         * MODULES.html.sh: Add xstrtold.
13548         * modules/xstrtold: New file.
13549         * modules/cycle-check (Files): Add lib/same-inode.h.
13550         * modules/dirname (Files): Add m4/double-slash-root.m4.
13551         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13552         * modules/mkdir-p (Files): Add lib/same-inode.h.
13553         * modules/same (Files): Add lib/same-inode.h.
13554
13555 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13556
13557         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13558         This is to keep the terminology clean; POSIX talks about
13559         "absolute pathnames", not "full pathnames", but the GNU
13560         Coding Standards say to use "path" for something else;
13561         so use "absolute" to keep both sides happy.
13562         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13563         Set gl_absolute_header, not gl_full_header_path.
13564         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13565         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13566         All uses changed.
13567
13568         Merge from coreutils.
13569
13570         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13571
13572         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13573         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13574         want to require the building of c-strtod.o.
13575         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13576         needs -lm directly.
13577         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13578
13579         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13580
13581         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13582         --as-needed option if available.  Problem reported by Albert Chin in
13583         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13584         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13585         cc merely issues a bunch of annoying warnings for --as-needed
13586         (this problem was reported by Bob Proulx).  Also, try linking with
13587         -lm to detect a bug in binutils 2.16 (this problem was reported
13588         by Ralf Wildenhues).
13589
13590         2006-06-18  Jim Meyering  <jim@meyering.net>
13591
13592         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13593         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13594         macro.
13595         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13596         also check for glibc-2.4's abort-inducing bug.
13597
13598         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13599         Low-probability clean-up should be to use rmdir to get rid of
13600         the just-created directory, not unlink.
13601
13602         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13603         configure fail, and request a bug report to inform us about it.
13604         Add a comment that, barring reports to the contrary, in 2007 we'll
13605         assume ftruncate is universally available.
13606
13607         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13608
13609         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13610
13611         2006-03-12  Jim Meyering  <jim@meyering.net>
13612
13613         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13614         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13615         * m4/same.m4 (gl_SAME): Likewise.
13616         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13617
13618         2006-03-11  Eric Blake  <ebb9@byu.net>
13619
13620         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13621         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13622         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13623         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13624
13625 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13626
13627         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13628         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13629         reported by Mark D. Baushke, one in
13630         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13631
13632         Merge from coreutils.
13633
13634         * lib/.cppi-disable: Add stdint_.h.
13635         * lib/.cvsignore: Add stdint.h.
13636
13637         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13638
13639         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13640         both double and long double versions.
13641         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13642         * lib/xstrtold.c: New file.
13643         * lib/xstrtod.h (xstrtold): New decl.
13644
13645         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13646
13647         * lib/filemode.c (setst): Remove.
13648         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13649         (arguably) clearer, and the generated code is a bit smaller on my
13650         Debian GNU/Linux stable x86 host.
13651
13652         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13653
13654         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13655         Assume that filemode.h includes sys/types.h and sys/stat.h.
13656         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13657         (ftypelet): Reorder to put common cases first, for efficiency.
13658         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13659         to do 'M'.
13660         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13661         of 10, for compatibility with FreeBSD.  All callers changed.
13662         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13663         types that can't be deduced solely from st_mode.  First arg is now a
13664         const pointer.
13665         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13666         (strmode): Renamed from mode_string.
13667         (filemodestring): New decl.
13668         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13669         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13670         needed.
13671         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13672
13673         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13674
13675         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13676         fsusage.h now does that.  Include fsusage.h first, to test interface.
13677         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13678         at most one method (the old code could have generated decls that
13679         didn't conform to C89, not that this was ever exercised).
13680         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13681
13682         2006-03-19  Jim Meyering  <jim@meyering.net>
13683
13684         Work even in a chroot where d_ino values for entries in "/"
13685         don't match the stat.st_ino values for the same names.
13686         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13687         number, iterate through all entries again, using lstat instead.
13688         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13689         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13690
13691         * lib/getcwd.c (__getcwd): Clarify a comment.
13692         Use memcpy in place of a call to strcpy.
13693
13694         2006-03-12  Jim Meyering  <jim@meyering.net>
13695
13696         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13697         matches that of the current directory (which we're about to chdir ".."
13698         out of), then save the dev-ino of the parent, instead.
13699
13700         * lib/same-inode.h (SAME_INODE): New file/macro.
13701         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13702         Include "same-inode.h", instead.
13703         * lib/same.c: Likewise.
13704         * lib/cycle-check.h: Include "same-inode.h".
13705         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13706         * lib/cycle-check.c (SAME_INODE): Remove definition.
13707         * lib/root-dev-ino.h: Include "same-inode.h".
13708
13709         2006-03-11  Eric Blake  <ebb9@byu.net>
13710
13711         * lib/same.c (same_name): s/base_name/last_component/
13712         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13713         * lib/filenamecat.c (file_name_concat): Likewise.
13714
13715         2006-03-11  Eric Blake  <ebb9@byu.net>,
13716                     Paul Eggert  <eggert@cs.ucla.edu>
13717
13718         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13719         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13720         drive prefix.
13721         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13722         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13723         (last_component): New method.
13724         * lib/dirname.c (dir_len): Determine when drive letters need a
13725         subsequent slash.  Preserve // when it is special.
13726         (dir_name): Don't append dot when drive letter is absolute.
13727         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13728         * lib/basename.c (base_name): New semantics - malloc the result.
13729         Preserve // when it is special.  Preserve relative files that look
13730         like drive letters.
13731         (base_len): Preserve // when it is special.
13732         (last_component): New method, similar to old base_name semantics.
13733         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13734         base_name.  Strip redundant slashes from ///.
13735
13736 2006-07-03  Jim Meyering  <jim@meyering.net>
13737
13738         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13739         macro is used before the first cycle_check call.
13740
13741 2006-07-03  Eric Blake  <ebb9@byu.net>
13742
13743         * modules/dirname (Depends-on): Add xstrndup.
13744
13745 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13746
13747         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13748         test cases, so that config.log is a bit easier to follow.
13749
13750 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13751
13752         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13753         both are 64 bits, since this seems to be the tradition, and this
13754         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13755         we ever run into a host that prefers long long to long in this
13756         case, we'll need another configure-time test.  Problem reported by
13757         Jim Meyering.
13758
13759 2006-07-02  Eric Blake  <ebb9@byu.net>
13760
13761         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13762
13763 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13764
13765         * modules/inttypes (Depends-on): No longer depends on stdint.
13766         * modules/stdint (Description): Say more about assumptions.
13767         Say that the fast types might differ.  Say macros are used.
13768         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13769         (Makefile.am): Revise list of substituted symbols to match
13770         new stdint.m4.
13771         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13772         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13773         * tests/test-stdint.c (verify_same_types)
13774         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13775         the code conforms to C99/C89.
13776         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13777         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13778
13779 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13780
13781         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13782         but fix a bug, by requiring at least 64 bits.
13783         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13784         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13785         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13786         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13787
13788         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13789         changes.  Make 2.59 a prerequisite.  Check and substitute for
13790         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13791         inttypes.h.  Do not use special include files; just use the
13792         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13793         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13794         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13795         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13796         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13797         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13798         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13799         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13800         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13801         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13802         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13803         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13804         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13805         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13806         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13807         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13808         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13809         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13810         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13811         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13812         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13813         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13814         not check for things that C99 does not require, e.g., int8_t.  If
13815         a test isn't needed unless <stdint.h> isn't working, and is
13816         unlikely to be needed for any other reason, then don't do it
13817         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13818         size_t, since we assume C89 freestanding at least.  Do not check
13819         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13820         the right thing even if the types are not defined.  Instead use:
13821         (gl_STDINT_TYPE_PROPERTIES): New macro.
13822         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13823         testing whether <sys/types.h> clashes, as Autoconf does this for
13824         us now.  All uses removed.
13825         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13826         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13827         (gl_CHECK_TYPE_SAME):
13828         Remove; no longer needed.
13829         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13830         exists, since we'll return 0 anyway in that case.
13831         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13832
13833 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13834
13835         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13836         possible collision with system files.
13837         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13838         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13839         WCHAR_MIN and WCHAR_MAX in this case.
13840         (<stddef.h>): Do not include; no longer needed.
13841         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13842         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13843         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13844         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13845         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13846         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13847         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13848         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13849         !defined(__c99))]: Include in this case too, since it's harmless
13850         now.
13851         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13852         dangerous to do so.
13853         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13854         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13855         (_STDINT_MIN, _STDINT_MAX): New macros.
13856         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13857         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13858         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13859         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13860         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13861         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13862         macros, not typedefs; this simplifies things quite a bit.
13863         Use long int for all types narrower than int64_t.
13864         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13865         Define in terms of long long int or int64_t or long int,
13866         not int64_t or int32_t.  This saves some compile-time testing.
13867         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13868         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13869         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13870         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13871         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13872         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13873         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13874         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13875         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13876         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13877         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13878         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13879         undef any previous version and define our own version, for
13880         simplicity and consistency with the new macros for types.
13881         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13882         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13883         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13884         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13885         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13886         @WINT_T_SUFFIX@ to keep things simple here.
13887         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13888         Simplify by assuming typical 8/16/32/64 host, since we're
13889         already doing that elsewhere anyway.
13890         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13891         and assume long long int is 64 bits if available.  This
13892         speeds up 'configure'.
13893
13894 2006-07-01  Eric Blake  <ebb9@byu.net>
13895
13896         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13897         Reported by Andreas Buening.
13898
13899 2006-07-01  Eric Blake  <ebb9@byu.net>
13900
13901         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13902
13903 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13904
13905         * lib/getaddrinfo.c: fixed typo
13906
13907 2006-06-29  Jim Meyering  <jim@meyering.net>
13908
13909         * modules/strftime (Maintainer): Add my name, since with the
13910         FPRINTFTIME changes strftime.c has forked from glibc.
13911
13912 2006-06-29  Eric Blake  <ebb9@byu.net>
13913
13914         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13915
13916 2006-06-29  Eric Blake  <ebb9@byu.net>
13917
13918         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13919
13920 2006-06-29  Eric Blake  <ebb9@byu.net>
13921
13922         * lib/stat_.h: New file.
13923
13924 2006-06-29  Eric Blake  <ebb9@byu.net>
13925
13926         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13927         unused static function.
13928
13929 2006-06-29  Eric Blake  <ebb9@byu.net>
13930
13931         * doc/functions.texi (Function Portability): Document missing lstat
13932         on mingw.
13933
13934 2006-06-29  Eric Blake  <ebb9@byu.net>
13935
13936         * MODULES.html.sh: Add sys_stat.
13937         * modules/sys_stat: New module.
13938         * modules/mkstemp (Depends-on): Add sys_stat.
13939
13940 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13941
13942         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13943
13944 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13945
13946         * m4/c-bs-a.m4: Removed.
13947
13948 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13949
13950         * lib/strftime.c: Assume strftime() exists.
13951
13952 2006-06-29  Derek Price  <derek@ximbiot.com>
13953
13954         * modules/c-bs-a: Removed - \a is C89.
13955         * MODULES.html.sh: Remove c-bs-a.
13956
13957 2006-06-29  Bruno Haible  <bruno@clisp.org>
13958
13959         * modules/wcwidth (License): Change to LGPL.
13960
13961 2006-06-28  Simon Josefsson  <jas@extundo.com>
13962
13963         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13964         on _WIN32.
13965
13966         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13967         getnameinfo.
13968
13969 2006-06-28  Simon Josefsson  <jas@extundo.com>
13970
13971         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13972
13973 2006-06-28  Simon Josefsson  <jas@extundo.com>
13974
13975         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13976         functions there.  It will succeed on Windows XP, but on Windows
13977         2000 and (presumably) earlier, it will fail, and use the internal
13978         re-implementation.
13979         (use_win32_p): New function.
13980         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13981         Support AI_NUMERICSERV to disable getservbyname.
13982         (getnameinfo): New function, only supports
13983         NI_NUMERICHOST|NI_NUMERICSERV for now.
13984
13985         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13986         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13987         getnameinfo.
13988
13989 2006-06-28  Eric Blake  <ebb9@byu.net>
13990
13991         * modules/wcwidth: New file.
13992         * modules/mbchar (Depends-on): Add wcwidth.
13993         * modules/mbswidth (Depends-on): Add wcwidth.
13994         * MODULES.html.sh: Add wcwidth.
13995
13996 2006-06-28  Eric Blake  <ebb9@byu.net>
13997
13998         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13999         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14000
14001 2006-06-28  Eric Blake  <ebb9@byu.net>
14002
14003         * lib/xvasprintf.h: Fix comments.
14004
14005 2006-06-28  Eric Blake  <ebb9@byu.net>
14006
14007         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14008         * lib/mbswidth.c (wcwidth): Move from here...
14009         * lib/wcwidth.h: ...to this new file.
14010
14011 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14012
14013         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14014
14015         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14016         it's obsolete.
14017         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14018
14019 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14020
14021         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14022         Autoconf 2.60 says this stuff was obsolete.
14023
14024 2006-06-28  Bruno Haible  <bruno@clisp.org>
14025
14026         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14027
14028 2006-06-28  Bruno Haible  <bruno@clisp.org>
14029
14030         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14031         gt_TYPE_WCHAR_T.
14032
14033 2006-06-28  Bruno Haible  <bruno@clisp.org>
14034
14035         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14036         declaration for wcwidth.
14037         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14038
14039 2006-06-28  Bruno Haible  <bruno@clisp.org>
14040
14041         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14042         (mkdir): Define using _mkdir.
14043
14044 2006-06-28  Bruno Haible  <bruno@clisp.org>
14045
14046         * lib/getaddrinfo.h: Fix POSIX URL.
14047         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14048         _WIN32.
14049         (use_win32_p): Make static.
14050         (getaddrinfo): Reject service name if it is empty or does not consist
14051         solely of decimal digits, or if its value is > 65535.
14052         (getnameinfo): Remove useless casts.
14053
14054 2006-06-27  Simon Josefsson  <jas@extundo.com>
14055
14056         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14057         Eggert and Martin Lambers.
14058
14059 2006-06-27  Simon Josefsson  <jas@extundo.com>
14060
14061         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14062         Eggert and Martin Lambers.
14063
14064 2006-06-27  Bruno Haible  <bruno@clisp.org>
14065
14066         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14067         result to 0, not to empty.
14068         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14069
14070 2006-06-27  Bruno Haible  <bruno@clisp.org>
14071
14072         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14073
14074 2006-06-26  Simon Josefsson  <jas@extundo.com>
14075
14076         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14077         present.
14078
14079 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14080
14081         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14082         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14083         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14084
14085 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14086
14087         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14088
14089 2006-06-26  Bruno Haible  <bruno@clisp.org>
14090
14091         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14092
14093 2006-06-26  Bruno Haible  <bruno@clisp.org>
14094
14095         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14096
14097 2006-06-26  Bruno Haible  <bruno@clisp.org>
14098
14099         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14100         SGI C compiler in pre-C99 mode.
14101         Suggested by Mark D. Baushke and Larry Jones.
14102
14103 2006-06-26  Bruno Haible  <bruno@clisp.org>
14104
14105         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14106         WCHAR_MAX.
14107         Reported by Mark D. Baushke and Larry Jones.
14108
14109 2006-06-26  Bruno Haible  <bruno@clisp.org>
14110
14111         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14112         in pre-C99 mode.
14113         Suggested by Mark D. Baushke and Larry Jones.
14114
14115 2006-06-23  Simon Josefsson  <jas@extundo.com>
14116             Bruno Haible  <bruno@clisp.org>
14117
14118         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14119         Emit mostlyclean-local rule.
14120         (func_emit_tests_Makefile_am): Likewise.
14121         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14122
14123 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14124
14125         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14126
14127 2006-06-23  Bruno Haible  <bruno@clisp.org>
14128
14129         * tests/test-stdint.c: Update to match ISO C 99 Technical
14130         Corrigendum 1.
14131
14132 2006-06-23  Bruno Haible  <bruno@clisp.org>
14133
14134         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14135
14136 2006-06-23  Bruno Haible  <bruno@clisp.org>
14137
14138         * lib/stdint_.h: Treat IRIX like OpenBSD.
14139
14140 2006-06-23  Bruno Haible  <bruno@clisp.org>
14141
14142         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14143         ISO C 99 Technical Corrigendum 1.
14144
14145 2006-06-22  Simon Josefsson  <jas@extundo.com>
14146
14147         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14148         MinGW.
14149
14150 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14151
14152         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14153         needed.  Some compiler complained about some of them.  Problem reported
14154         by Larry Jones in
14155         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14156
14157 2006-06-21  Simon Josefsson  <jas@extundo.com>
14158
14159         * tests/test-getaddrinfo.c: New file.
14160
14161         * modules/getaddrinfo-tests: New file.
14162
14163         * MODULES.html.sh: Add inet_pton.
14164
14165         * modules/inet_pton: New file.
14166
14167 2006-06-21  Simon Josefsson  <jas@extundo.com>
14168
14169         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14170         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14171         of using the (limited) gnulib implementation on Windows XP.
14172
14173         * m4/inet_pton.m4: New file.
14174
14175 2006-06-21  Simon Josefsson  <jas@extundo.com>
14176
14177         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14178         variable.
14179
14180         * lib/socket_.h: Don't define WINVER.
14181
14182         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14183         slightly modified to work in gnulib.
14184
14185 2006-06-21  Simon Josefsson  <jas@extundo.com>
14186
14187         * doc/gnulib.texi (Windows sockets): Add.
14188
14189 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14190
14191         * lib/read-file.c (fread_file): Start with buffer allocation of
14192         0 bytes rather than 1 byte; this simplifies the code.
14193         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14194         code to free buffer and save/restore errno.
14195         (internal_read_file): Remove unused local.
14196
14197 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14198
14199         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14200         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14201         Problem reported by Denis Excoffier in
14202         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14203
14204 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14205
14206         * modules/sys_socket, modules/socklen: Include sys/types since
14207         FreeBSD 4.x's sys/socket.h needs it.
14208
14209 2006-06-19  Simon Josefsson  <jas@extundo.com>
14210
14211         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14212
14213 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14214
14215         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14216
14217 2006-06-19  Bruno Haible  <bruno@clisp.org>
14218
14219         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14220         and FULL_PATH_INTTYPES_H in angle brackets.
14221         Reported by Mark D. Baushke <mdb@gnu.org>.
14222
14223 2006-06-17  Eric Blake  <ebb9@byu.net>
14224
14225         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14226         errno.
14227
14228 2006-06-17  Bruno Haible  <bruno@clisp.org>
14229
14230         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14231         <sys/inttypes.h>.
14232
14233 2006-06-17  Bruno Haible  <bruno@clisp.org>
14234
14235         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14236         whether errno is declared. Assume <errno.h> declares errno.
14237
14238 2006-06-17  Bruno Haible  <bruno@clisp.org>
14239
14240         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14241
14242 2006-06-17  Bruno Haible  <bruno@clisp.org>
14243
14244         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14245         problem on Solaris 2.5.1.
14246
14247 2006-06-16  Eric Blake  <ebb9@byu.net>
14248
14249         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14250         * lib/unicodeio.c [!defined errno]: Likewise.
14251         * lib/strtol.c [!defined errno]: Likewise.
14252         * lib/strtod.c [!defined errno]: Likewise.
14253
14254 2006-06-15  Eric Blake  <ebb9@byu.net>
14255
14256         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14257
14258 2006-06-15  Eric Blake  <ebb9@byu.net>
14259
14260         * config/srclist.txt (ssize_t.m4): Lose sync.
14261
14262 2006-06-15  Bruno Haible  <bruno@clisp.org>
14263
14264         * modules/stdint (Files): Include m4/full-header-path.m4,
14265         m4/size_max.m4, m4/wchar_t.m4.
14266         (Makefile.am): Many more substitutions.
14267         * modules/stdint-tests: New file.
14268         * tests/test-stdint.c: New file.
14269
14270 2006-06-15  Bruno Haible  <bruno@clisp.org>
14271
14272         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14273         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14274         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14275         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14276         gl_CHECK_TYPE_SAME): New macros.
14277
14278 2006-06-15  Bruno Haible  <bruno@clisp.org>
14279
14280         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14281
14282 2006-06-15  Bruno Haible  <bruno@clisp.org>
14283
14284         * lib/stdint_.h: Rewritten to be fully auto-configured.
14285         Fixes bug on HP-UX/IA64.
14286
14287 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14288
14289         * lib/getdate.y (__attribute__): Don't define if already defined.
14290         Problem reported by Larry Jones.
14291         * lib/utimens.c (__attribute__): Likewise.
14292
14293 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14294
14295         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14296         reported by Andreas Schwab.
14297
14298 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14299             Bruno Haible  <bruno@clisp.org>
14300
14301         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14302         check for the declaration of strnlen and a run test that exposes the
14303         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14304         rpl_strndup.
14305
14306 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14307             Bruno Haible  <bruno@clisp.org>
14308
14309         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14310
14311 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14312
14313         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14314         compile test, for Tru64 4.0D.
14315
14316 2006-05-28  Karl Berry  <karl@gnu.org>
14317
14318         * config/srclist.txt (printf-args.c): lose sync.
14319
14320 2006-05-26  Martin Lambers  <marlam@marlam.de>
14321
14322         * lib/getpass.c: Updates the test for the native W32 API, and adds
14323         missing includes, thus fixing compilation warnings.
14324
14325 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14326
14327         * lib/exclude.c (exclude_fnmatch): New function.
14328         (excluded_file_name): Call exclude_fnmatch.
14329         * lib/exclude.h (excluded_file_name): New prototype
14330
14331 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14332
14333         * lib/tempname.c (small_open, large_open): New macros.
14334         (__open, __open64) [!_LIBC]: Remove.
14335         (__gen_tempname): Use small_open and large_open instead of __open
14336         and __open64.  This fixes a portability bug on HP-UX 11.11i
14337         reported by Simon Wing-Tang in
14338         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14339
14340 2006-05-24  Bruno Haible  <bruno@clisp.org>
14341
14342         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14343         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14344         Reported by Thorsten Maerz <torte@netztorte.de> via
14345         Aaron Stone <aaron@serendipity.cx>.
14346
14347 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14348
14349         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14350         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14351         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14352         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14353         not really conditional on the cache.
14354         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14355
14356 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14357
14358         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14359         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14360         (my_usleep): Don't mishandle maximum value.
14361
14362 2006-05-19  Jim Meyering  <jim@meyering.net>
14363
14364         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14365
14366 2006-05-17  Bruno Haible  <bruno@clisp.org>
14367
14368         Cygwin portability.
14369         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14370
14371 2006-05-17  Bruno Haible  <bruno@clisp.org>
14372
14373         * lib/stdint_.h: Fix recognition of Cygwin.
14374
14375 2006-05-15  Bruno Haible  <bruno@clisp.org>
14376
14377         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14378         on libtool patch by Ralf Wildenhues.
14379
14380 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14381
14382         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14383         test for C99 conformance; (bool) 0.5 is an integer constant
14384         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14385         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14386
14387 2006-05-11  Simon Josefsson  <jas@extundo.com>
14388
14389         * m4/xvasprintf.m4: Fix obvious typo.
14390
14391 2006-05-11  Jim Meyering  <jim@meyering.net>
14392
14393         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14394         James Lemley.
14395
14396 2006-05-10  Simon Josefsson  <jas@extundo.com>
14397
14398         * lib/md4.c: Typo fix, update copyright years.
14399         (K1, K2): Don't use L because it turn computations into 64-bit on
14400         64-bit platforms.
14401
14402 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14403
14404         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14405         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14406         unwanted sign propagation, e.g., on hosts with 64-bit int.
14407         There still are some problems with reeelly weird theoretical hosts
14408         (e.g., 33-bit int) but it's not worth worrying about now.
14409         * lib/sha1.c (rol): Likewise.
14410         (K1, K2, K3, K4): Remove unnecessary L suffix.
14411
14412 2006-05-10  Bruno Haible  <bruno@clisp.org>
14413
14414         * lib/des.c: Cast to avoid warnings.
14415
14416 2006-05-09  Bruno Haible  <bruno@clisp.org>
14417
14418         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14419         (Depends-on): Depend also on xsize, stdarg.
14420         (configure.ac): Add gl_XVASPRINTF.
14421
14422 2006-05-09  Bruno Haible  <bruno@clisp.org>
14423
14424         * m4/xvasprintf.m4: New file.
14425
14426 2006-05-09  Bruno Haible  <bruno@clisp.org>
14427
14428         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14429         (EOVERFLOW): Define fallback value.
14430         (xstrcat): New function.
14431         (xvasprintf): Recognize the special case of a string concatenation.
14432
14433 2006-05-08  Eric Blake  <ebb9@byu.net>
14434
14435         * gnulib-tool (func_version): Base copyright year on CVS date.
14436         (func_emit_copyright_notice): New function.
14437         (func_emit_lib_Makefile_am): Use it.
14438         (func_emit_tests_Makefile_am): Likewise.
14439         (func_import): Likewise.
14440
14441 2006-05-08  Bruno Haible  <bruno@clisp.org>
14442
14443         * modules/stdarg: New file.
14444         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14445
14446 2006-05-08  Bruno Haible  <bruno@clisp.org>
14447
14448         * m4/stdarg.m4: New file, from GNU gettext.
14449
14450 2006-05-08  Bruno Haible  <bruno@clisp.org>
14451
14452         * config/srclist.txt (build-aux/config.rpath): different from latest
14453         release.
14454
14455 2006-05-08  Bruno Haible  <bruno@clisp.org>
14456
14457         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14458
14459 2006-05-05  Jim Meyering  <jim@meyering.net>
14460
14461         * m4/warning.m4: New file, derived from bison's file by the same name.
14462
14463 2006-05-03  Bruno Haible  <bruno@clisp.org>
14464
14465         * lib/stdint_.h: Shorter URL.
14466         * lib/inttypes.h: Likewise.
14467
14468 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14469
14470         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14471
14472 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14473
14474         * lib/verify.h: Document the internals better.  Most of this change
14475         was written by Bruno Haible.
14476
14477 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14478
14479         * doc/verify.texi: New file, partly based on a proposal by
14480         Bruno Haible.
14481
14482 2006-05-02  Bruno Haible  <bruno@clisp.org>
14483
14484         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14485         test from here...
14486         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14487
14488 2006-04-29  Bruno Haible  <bruno@clisp.org>
14489
14490         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14491         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14492
14493 2006-04-29  Bruno Haible  <bruno@clisp.org>
14494
14495         * gnulib-tool: Make --update option actually work.
14496
14497 2006-04-29  Bruno Haible  <bruno@clisp.org>
14498
14499         * doc/gcd.texi: New file.
14500         * doc/gnulib.texi: Include it.
14501
14502 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14503
14504         * lib/getdate.y (get_date): When adding relative date, start with the
14505         initial time, not with the result of the first mktime call.
14506
14507 2006-04-25  Bruno Haible  <bruno@clisp.org>
14508
14509         * gnulib-tool (func_import): Output the include directives in three
14510         blocks, sorted separately.
14511         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14512
14513 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14514
14515         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14516         to define main with arguments, for C++.  Reported by Eric Blake.
14517         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14518         Prefer 'int main ()' to 'int main (void)', for C++.
14519         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14520         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14521         for 'main', for C99 and C++.
14522
14523 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14524
14525         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14526         Don't assume that exit status -1 is valid.
14527         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14528         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14529         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14530         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14531         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14532         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14533         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14534         functions can be used without declaring them, or that you can
14535         exit with status -1.
14536         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14537
14538 2006-04-24  Karl Berry  <karl@gnu.org>
14539
14540         * config/srclist.txt (longdouble.m4): sync lost.
14541
14542 2006-04-24  Eric Blake  <ebb9@byu.net>
14543
14544         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14545
14546 2006-04-24  Bruno Haible  <bruno@clisp.org>
14547
14548         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14549         poll() implementation in AIX.
14550         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14551
14552 2006-04-24  Bruno Haible  <bruno@clisp.org>
14553
14554         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14555         assigned exactly once.
14556
14557 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14558             Bruno Haible  <bruno@clisp.org>
14559
14560         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14561         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14562         for AM_CPPFLAGS.
14563
14564 2006-04-23  Bruno Haible  <bruno@clisp.org>
14565
14566         * modules/copy-file: Depend on unistd.
14567         * modules/execute: Likewise.
14568         * modules/fatal-signal: Likewise.
14569         * modules/findprog: Likewise.
14570         * modules/mkdtemp : Likewise.
14571         * modules/pipe: Likewise.
14572         * modules/wait-process: Likewise.
14573
14574 2006-04-23  Bruno Haible  <bruno@clisp.org>
14575
14576         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14577         condition was already detected.
14578         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14579
14580 2006-04-23  Bruno Haible  <bruno@clisp.org>
14581
14582         * lib/copy-file.c: Include <unistd.h> unconditionally.
14583         * lib/execute.c: Likewise.
14584         * lib/fatal-signal.c: Likewise.
14585         * lib/findprog.c: Likewise.
14586         * lib/mkdtemp.c: Likewise.
14587         * lib/pipe.h: Likewise.
14588         * lib/pipe.c: Likewise.
14589         * lib/wait-process.h: Likewise.
14590
14591 2006-04-23  Bruno Haible  <bruno@clisp.org>
14592
14593         * gnulib-tool (func_usage): Fix --import description. Document
14594         --update.
14595         (func_import): Create temporary file in a temporary directory, if
14596         --dry-run is specified. Silence errors from 'grep' when there are no
14597         m4 files in $m4dir.
14598         (func_create_testdir): Silence errors from 'grep' when there are no
14599         m4 files in $m4dir.
14600         Reported by Karl Berry <karl@freefriends.org>.
14601
14602 2006-04-20  Bruno Haible  <bruno@clisp.org>
14603
14604         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14605         one argument, so that the code will be portable to Autoconf 2.60.
14606         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14607         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14608         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14609
14610 2006-04-19  Derek Price  <derek@ximbiot.com>
14611             Eric Blake  <ebb9@byu.net>
14612
14613         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14614         rather than "/full/path.h".  Update comment to match.  Shorten &
14615         generalize m4_translit call via AS_TR_CPP.
14616
14617 2006-04-19  Derek Price  <derek@ximbiot.com>
14618             Eric Blake  <ebb9@byu.net>
14619
14620         * lib/inttypes.h: Correct grammar in comment.
14621
14622 2006-04-18  Derek Price  <derek@ximbiot.com>
14623             Paul Eggert  <eggert@cs.ucla.edu>
14624
14625         * modules/inttypes: New file.
14626         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14627
14628 2006-04-18  Derek Price  <derek@ximbiot.com>
14629             Paul Eggert  <eggert@cs.ucla.edu>
14630
14631         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14632         New files.
14633
14634 2006-04-18  Derek Price  <derek@ximbiot.com>
14635             Paul Eggert  <eggert@cs.ucla.edu>
14636
14637         * lib/inttypes.h: New file.
14638         * lib/strtoimax.c: Assume <inttypes.h>.
14639
14640 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14641
14642         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14643         isn't mounted.  Problem reported by Kir Kolyshkin.
14644
14645 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14646
14647         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14648         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14649         Derek R. Price.
14650         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14651         implementation.
14652
14653 2006-04-12  Eric Blake  <ebb9@byu.net>
14654
14655         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14656         is now done automatically by the corresponding Autoconf macro.
14657
14658 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14659
14660         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14661         time_r.h.
14662
14663 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14664
14665         Merge regex changes from libc, removing some of our
14666         POSIX-conformance changes that were rejected and redoing them in a
14667         less-intrusive way.
14668
14669         * lib/regcomp.c (re_compile_internal, init_dfa):
14670         Length arg is now size_t, not Idx.  All uses changed.
14671         (peek_token): Forward decl now says internal_function.
14672         (__re_error_msgid, __re_error_msgid_idx):
14673         Now static rather than extern with attribute_hidden.
14674         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14675         For some reason libc prefers K&R style defns for external functions.
14676         (regerror) [!defined _LIBC]: Likewise.
14677         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14678         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14679         (build_range_exp, build_collating_symbol):
14680         Use K&R-style defn.
14681         (re_compile_fastmap): Use '\0' to memset, not 0.
14682         (utf8_sb_map): Make the calculations more obvious.
14683         (init_dfa, parse_bracket_exp, build_charclass_op):
14684         Call calloc and cast result, as glibc does.
14685         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14686         (build_range_exp, build_collating_symbol):
14687         Now internal functions.
14688
14689         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14690
14691         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14692         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14693         Don't depend on VMS; depend on __VMS instead, for POSIX
14694         namespace cleanness.
14695         (regoff_t): Define to ssize_t, not long int.
14696
14697         Remove the REG_ macros named below.  Instead, make the old names
14698         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14699         __USE_GNU_REGEX.
14700         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14701         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14702         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14703         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14704         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14705         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14706         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14707         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14708         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14709         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14710         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14711         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14712         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14713         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14714         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14715         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14716         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14717         (REG_NREGS):
14718         Remove.  All uses replaced by the old RE_* names.
14719         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14720         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14721         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14722         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14723         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14724         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14725         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14726         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14727         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14728         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14729         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14730         Don't bother having these macros be independent of each others'
14731         values, since they no longer exist in the POSIX name space.
14732
14733         Rename the following member names back to their old names,
14734         unless !__USE_GNU_REGEX.  All uses changed back.
14735         (buffer): Renamed from re_buffer.
14736         (allocated): Renamed from re_allocated.
14737         (used): Renamed from re_used.
14738         (syntax): Renamed from re_syntax.
14739         (fastmap): Renamed from re_fastmap.
14740         (translate): Renamed from re_translate.
14741         (can_be_null): Renamed from re_can_be_null.
14742         (regs_allocated): Renamed from re_regs_allocated.
14743         (fastmap_accurate): Renamed from re_fastmap_accurate.
14744         (no_sub): Renamed from re_no_sub.
14745         (not_bol): Renamed from re_not_bol.
14746         (not_eol): Renamed from re_not_eol.
14747         (newline_anchor): Renamed from re_newline_anchor.
14748         (num_regs): Renamed from rm_num_regs.
14749         (start): Renamed from rm_start.
14750         (end): Renamed from rm_end.
14751
14752         (free_state): Move up a bit.
14753
14754         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14755         #define to be empty.
14756         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14757         when that is what is intended.
14758         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14759         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14760         (MAX): New macro.
14761         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14762         All uses changed back to re_malloc, etc.  It's now the caller's
14763         responsibility to check for overflow; all callers changed.
14764         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14765         (re_x2nrealloc): Remove.
14766         (free_state): Remove decl.
14767
14768         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14769         (re_set_registers, re_exec):
14770         Use K&R-style defn.
14771
14772         2006-01-31  Roland McGrath  <roland@redhat.com>
14773
14774         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14775         Reported by Mike Frysinger <vapier@gentoo.org>.
14776
14777         2006-01-15  Andreas Jaeger  <aj@suse.de>
14778
14779         [BZ #1950]
14780         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14781         build_wcs_upper_buffer change.
14782         (build_wcs_upper_buffer): Change return type.
14783
14784         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14785
14786         * lib/regex_internal.h: Include <stdint.h> if available.
14787
14788         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14789
14790         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14791
14792         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14793
14794         * lib/regcomp.c: Adjust for changed secondary hash function.
14795
14796         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14797
14798         * lib/regex.h: Pretty printing.
14799         Clean up namespace a bit.
14800
14801         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14802
14803         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14804         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14805
14806         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14807                     Ulrich Drepper  <drepper@redhat.com>
14808
14809         [BZ #1302]
14810         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14811         changed.
14812         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14813
14814         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14815
14816         [BZ #281]
14817         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14818         * lib/regcomp.c: Remove unnecessary uses of
14819         unsigned RE_TRANSLATE_TYPE.
14820         * lib/regex_internal.h: Likewise.
14821         * lib/regex_internal.c: Likewise.
14822         * lib/regexec.c: Likewise.
14823         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14824
14825         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14826
14827         * lib/regexec.c (find_recover_state): Remove unnecessary
14828         initialization.
14829         (transit_state_bkref): Make DFA a const pointer.
14830         (get_subexp): Likewise.
14831         (check_arrival): Likewise.
14832         (update_cur_sifted_state): Likewise.
14833         (re_search_internal): Likewise.
14834         (prune_impossible_nodes): Likewise.
14835         (acquire_init_state_context): Likewise.
14836         (proceed_next_node): Likewise.
14837         (set_regs): Likewise.
14838         (free_fail_stack_return): Likewise.
14839         (check_arrival_expand_ecl): Mark DFA parameter as const.
14840         (check_arrival_expand_ecl_sub): Likewise.
14841         (check_subexp_limits): Likewise.
14842         (sub_epsilon_src_nodes):  Likewise.
14843         (add_epsilon_src_nodes):  Likewise.
14844         (merge_state_array): Likewise.
14845         (update_regs): Likewise.
14846         (build_trtable): Likewise.
14847         (sift_states_backward): Mark MCTX parameter as const.
14848         (build_sifted_states): Likewise.
14849         (update_cur_sifted_state): Likewise.
14850         (sift_states_mkref): Likewise.
14851         (check_arrival_expand_ecl): Mark eclosure as const.
14852         (check_dst_limits_calc_pos_1): Likewise.
14853         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14854         pointer.
14855
14856         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14857
14858         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14859         (transit_state_sb): Likewise.
14860         (transit_state_mb): Likewise.
14861         (sift_states_iter_mb): Likewise.
14862         (check_arrival_add_next_nodes): Likewise.
14863         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14864         [_LIBC] (re_search_2_stub): Use mempcpy.
14865
14866         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14867         mbrtowc for very simple UTF-8 case.
14868
14869         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14870         a pointer-to-const.
14871         (re_acquire_state_context): Likewise.
14872         * lib/regex_internal.h: Adjust prototypes.
14873
14874         * lib/regex.c: Prevent using C++ compilers.
14875
14876         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14877         (re_acquire_state_context): Likewise.
14878
14879 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14880
14881         * modules/regex (Depends-on): Add ssize_t.
14882
14883 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14884
14885         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14886         translation table.
14887
14888 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14889
14890         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14891
14892 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14893             Bruno Haible  <bruno@clisp.org>
14894
14895         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14896         <sys/types.h> and <inttypes.h>.
14897
14898 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14899
14900         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14901         `__error_t_defined', so argp.h will not typedef the former.
14902
14903 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14904
14905         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14906         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14907         glibc names.  Even if glibc is changed to conform to POSIX, the
14908         traditional names will be available anyway, since regex depends on
14909         the extensions module.  Also, fix a longstanding typo in the
14910         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14911         reported by Emanuele Giaquinta.  Also, change sense of cached
14912         variable, so that the message makes sense.
14913
14914 2006-03-24  Simon Josefsson  <jas@extundo.com>
14915
14916         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14917         including some doc fixes.
14918         (base64_encode_alloc): Fix +1 bug on allocation failures.
14919
14920 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14921
14922         * lib/base64.c (base64_encode): Do not read past end of array with
14923         unsanitized input on systems with CHAR_BIT > 8.
14924
14925 2006-03-24  Eric Blake  <ebb9@byu.net>
14926
14927         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14928
14929 2006-03-22  Karl Berry  <karl@gnu.org>
14930
14931         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14932         * config/srclistvars.sh (COREUTILS): new var.
14933
14934 2006-03-17  Jim Meyering  <jim@meyering.net>
14935
14936         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14937         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14938
14939 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14940
14941         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14942         no longer needs it.  Instead, check that regoff_t is as least
14943         as wide as ptrdiff_t.
14944
14945         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14946         so that our regex.h stays compatible with the installed regex.
14947         This is helpful for installers who configure --without-included-regex.
14948         Problem reported by Emanuele Giaquinta.
14949
14950 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14951
14952         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14953         Typedef to long int, not to off_, as POSIX will likely change
14954         in that direction.
14955
14956 2006-03-15  Eric Blake  <ebb9@byu.net>
14957
14958         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14959
14960 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14961
14962         * lib/argp-help.c (validate_uparams): Fix typo
14963         * lib/argp-parse.c (argp_default_options): Consistently begin help
14964         messages with a lowercase letter.
14965
14966 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14967
14968         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14969         overrun buffers and shouldn't be used (much as gets shouldn't be
14970         used).
14971         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14972
14973 2006-03-08  Simon Josefsson  <jas@extundo.com>
14974
14975         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14976         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14977
14978 2006-03-08  Simon Josefsson  <jas@extundo.com>
14979
14980         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14981         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14982
14983 2006-03-08  Simon Josefsson  <jas@extundo.com>
14984
14985         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14986         signal that configure disabled the device.
14987
14988 2006-03-08  Simon Josefsson  <jas@extundo.com>
14989
14990         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14991         languages.
14992
14993 2006-03-07  Simon Josefsson  <jas@extundo.com>
14994
14995         * modules/getopt (Depends-on): Add unistd.
14996
14997         * modules/unistd: New file.
14998
14999 2006-03-07  Simon Josefsson  <jas@extundo.com>
15000
15001         * modules/gc-random: New file.
15002
15003 2006-03-07  Simon Josefsson  <jas@extundo.com>
15004
15005         * m4/unistd_h.m4: New file.
15006
15007 2006-03-07  Simon Josefsson  <jas@extundo.com>
15008
15009         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15010         test to be side-effect free by storing the result in the cache
15011         variable gl_cv_lib_readline, and moving the assignment of
15012         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15013         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15014
15015 2006-03-07  Simon Josefsson  <jas@extundo.com>
15016
15017         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15018         error on missing devices (the functions will return an error).
15019
15020         * m4/gc.m4: Move random stuff to gc-random.m4
15021
15022 2006-03-07  Simon Josefsson  <jas@extundo.com>
15023
15024         * lib/unistd_.h: New file.
15025
15026 2006-03-07  Simon Josefsson  <jas@extundo.com>
15027
15028         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15029
15030 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15031
15032         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15033         Problem reported by Juan Manuel Guerrero.
15034
15035 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15036
15037         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15038         the unistd module.
15039         * lib/getlogin_r.c: Likewise.
15040         * lib/getlogin_r.h: Likewise.
15041         * lib/glob.c: Likewise.
15042         * lib/pagealign_alloc.c: Likewise.
15043         * lib/unistd_.h: Remove; no longer needed.
15044
15045 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15046
15047         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15048         Add unistd.
15049         * modules/c-stack (Depends-on): Add unistd.
15050         * modules/getlogin_r: Likewise.
15051         * modules/glob: Likewise.
15052         * modules/pagealign_alloc: Likewise.
15053         * modules/unistd (Files): Remove lib/unistd_.h.
15054         (EXTRA_DIST): Remove.
15055         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15056         need unistd_.h.
15057         (MOSTLYCLEANFILES): Remove unistd.h-t.
15058
15059 2006-03-03  Simon Josefsson  <jas@extundo.com>
15060
15061         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15062
15063 2006-03-03  Simon Josefsson  <jas@extundo.com>
15064
15065         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15066         libidn and bison.
15067
15068 2006-03-03  Simon Josefsson  <jas@extundo.com>
15069
15070         * build-aux/maint.mk: Add indent target.
15071
15072 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15073
15074         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15075         our replacement poll.h in any case, to avoid a differing
15076         declaration from a system header.  Seen on AIX.
15077
15078 2006-03-01  Simon Josefsson  <jas@extundo.com>
15079
15080         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15081         <kasal@ucw.cz>.
15082
15083 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15084
15085         * modules/gettime (Depends-on): Add extensions module.
15086         * modules/nanosleep (Depends-on): Likewise.
15087         * modules/settime (Depends-on): Likewise.
15088
15089 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15090
15091         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15092         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15093         pedantically.
15094         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15095         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15096
15097         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15098         not "==".  Reported by Ralf Wildenhues.
15099
15100 2006-03-01  Karl Berry  <karl@gnu.org>
15101
15102         * doc/Copyright/request-*: new files, synced from gnuorg.
15103
15104 2006-03-01  Karl Berry  <karl@gnu.org>
15105
15106         * config/srclist.txt (Copyright/*): new entries.
15107
15108 2006-02-28  Simon Josefsson  <jas@extundo.com>
15109
15110         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15111
15112 2006-02-27  Simon Josefsson  <jas@extundo.com>
15113
15114         * lib/base64.h: Indent #define's.  From Jim Meyering
15115         <jim@meyering.net>.
15116
15117 2006-02-27  Jim Meyering  <jim@meyering.net>
15118
15119         Revert the change of 2006-02-24, so these files can continue
15120         to be sync'd from gettext.
15121         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15122         of `config.h'.
15123
15124 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15125
15126         * modules/intprops: New file.
15127         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15128         Add intprops.
15129         * modules/getloadavg (Files): Remove lib/intprops.h.
15130         (Depends-on): Add intprops.
15131         * modules/human: Likewise.
15132         * modules/inttostr: Likewise.
15133         * modules/openat: Likewise.
15134         * modules/sig2str: Likewise.
15135         * modules/userspec: Likewise.
15136         * modules/utimecmp: Likewise.
15137         * modules/xnanosleep: Likewise.
15138         * modules/xstrtol: Likewise.
15139
15140 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15141
15142         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15143         * modules/lock-tests (TESTS): Use $(EXEEXT).
15144         * modules/tls-tests: Likewise.
15145         * modules/argp-tests: Likewise.
15146         (check_PROGRAMS): New var, replacing...
15147         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15148
15149 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15150
15151         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15152         `config.h'.
15153
15154 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15155
15156         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15157
15158 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15159
15160         Sync from coreutils.
15161         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15162         gl_CHDIR_SAFER.
15163
15164 2006-02-22  Jim Meyering  <jim@meyering.net>
15165
15166         Sync from coreutils.
15167         * m4/chdir-safer.m4: New file.
15168
15169 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15170
15171         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15172         AT_FDCWD exceeds INT_MAX.
15173         * lib/openat.h (AT_FDCWD): Likewise.
15174
15175 2006-02-17  Eric Blake  <address@hidden>
15176
15177         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15178
15179 2006-02-16  Simon Josefsson  <jas@extundo.com>
15180
15181         * modules/getaddrinfo (Depends-on): Add sys_socket.
15182
15183 2006-02-15  Simon Josefsson  <jas@extundo.com>
15184
15185         * build-aux/maint.mk: Add dsyntax-check rule.
15186
15187 2006-02-15  Eric Blake  <ebb9@byu.net>
15188
15189         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15190         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15191         'present but cannot compile' warnings on cygwin.
15192         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15193         use ws2tcpip.h if sys/socket.h works.
15194         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15195         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15196
15197 2006-02-14  Simon Josefsson  <jas@extundo.com>
15198
15199         * modules/maintainer-makefile (Files): Rename.
15200
15201         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15202         and (the local) Makefile.cfg to maint-cfg.mk.
15203
15204         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15205         to the latter.
15206
15207         * modules/maintainer-makefile: New module.
15208
15209         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15210         severaly stripped to make it possible to build it up from scratch
15211         with reliable tests.
15212
15213         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15214         fixes to permit overriding the default actions when configure and
15215         makefile are not available.
15216
15217 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15218
15219         Sync from coreutils.
15220         * modules/lstat (Depends-on): Don't depend on xalloc.
15221         (License): Change from GPL to LGPL, since this is now simply a
15222         replacement for a libc function.
15223
15224 2006-02-14  Jim Meyering  <jim@meyering.net>
15225
15226         Sync from coreutils.
15227
15228         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15229         failure on deficient systems, and simplify gnulib lgpl dependencies.
15230         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15231         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15232
15233         * lib/xalloc-die.c: Remove unused definition of N_.
15234
15235 2006-02-14  Jim Meyering  <jim@meyering.net>
15236
15237         Sync from coreutils.
15238         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15239         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15240         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15241         double-quote uses of that variable, to accommodate the rare case in
15242         which getmntent is available in none of the libraries checked.  This
15243         happens at least on FreeBSD 5.0.
15244
15245 2006-02-13  Simon Josefsson  <jas@extundo.com>
15246
15247         * gnulib-tool (Usage): Fix --import, from
15248         karl@freefriends.org (Karl Berry).
15249
15250 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15251
15252         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15253
15254 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15255
15256         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15257         "autoupdate" on 2005-12-12.
15258
15259 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15260
15261         * modules/closeout (Depends-on): Remove atexit.
15262
15263 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15264
15265         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15266         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15267
15268 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15269
15270         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15271         __EXTENSIONS__ if this causes compilation to fail.  Problem
15272         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15273         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15274
15275 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15276
15277         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15278         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15279         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15280         All uses changed.
15281
15282 2006-01-26  Simon Josefsson  <jas@extundo.com>
15283
15284         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15285         prototype is visible on mingw32.
15286
15287         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15288         for mingw32.
15289
15290         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15291         mingw32).
15292
15293 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15294
15295         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15296         attempt to open for write; this always fails, at least on POSIX
15297         hosts.  This reinstates the 2006-01-09 change, which was
15298         inadvertently removed.
15299
15300 2006-01-26  Bruno Haible  <bruno@clisp.org>
15301
15302         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15303         Reported by Paul Eggert.
15304
15305 2006-01-26  Bruno Haible  <bruno@clisp.org>
15306             Paul Eggert  <eggert@cs.ucla.edu>
15307
15308         * lib/stdbool_.h (_Bool)
15309         [(! (defined __cplusplus || defined __BEOS__)
15310           && !defined __GNUC__
15311           && !(defined __HP_cc || defined __xlc__
15312                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15313                || defined __sgi))]:
15314         #define to signed char in these cases too; this simplifies
15315         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15316         etc., separately) and makes it more conservative.
15317
15318 2006-01-25  Simon Josefsson  <jas@extundo.com>
15319
15320         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15321         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15322         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15323
15324 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15325
15326         * lib/argp-namefrob.h: Bugfix. Remove stray #
15327
15328 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15329
15330         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15331         so that we test the test.
15332         Check for yet another HP-UX cc bug involving *bool |= bool.
15333
15334 2006-01-25  Karl Berry  <karl@gnu.org>
15335
15336         * config/srclist.txt (vasnprintf.c): sync lost.
15337
15338 2006-01-25  Jim Meyering  <jim@meyering.net>
15339
15340         Sync from the stable (b5) branch of coreutils:
15341
15342         * lib/fts.c (fts_children): Don't let close() clobber errno from
15343         failed fchdir().
15344
15345         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15346         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15347         a dangling symlink.  That can also happen at least for ELOOP.
15348         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15349         FYI, this bug predates the inclusion of fts.c in coreutils.
15350
15351         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15352         in their own block, so pre-c99 compilers don't object.
15353
15354         Avoid the double-free (first in fts_read, second in fts_close) that
15355         would occur when an `active' directory is made inaccessible (e.g.,
15356         via chmod a-x) during a traversal.
15357         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15358         before returning.  Reproduce this failure by
15359         mkdir -p a/b; cd a; chmod a-x . b
15360         Reported by Stavros Passas.
15361
15362 2006-01-25  Jim Meyering  <jim@meyering.net>
15363
15364         * lib/fileblocks.c: Remove more useless parentheses.
15365         * lib/readutmp.h: Likewise.
15366
15367 2006-01-25  Bruno Haible  <bruno@clisp.org>
15368
15369         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15370         warnings.
15371         Reported by Paul Eggert.
15372
15373 2006-01-25  Bruno Haible  <bruno@clisp.org>
15374
15375         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15376         rid of a trap command. For Solaris sh.
15377         Reported by Mark D. Baushke <mdb@gnu.org>.
15378
15379 2006-01-24  Simon Josefsson  <jas@extundo.com>
15380
15381         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15382         Bruno.
15383
15384 2006-01-24  Karl Berry  <karl@gnu.org>
15385
15386         * config/srclist.txt (argp-namefrob.h): sync lost.
15387
15388 2006-01-24  Jim Meyering  <jim@meyering.net>
15389
15390         * modules/openat (Files): Add lib/intprops.h.
15391         From Mark D. Baushke.
15392
15393 2006-01-24  Jim Meyering  <jim@meyering.net>
15394
15395         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15396         Reported by Mark D. Baushke.
15397
15398 2006-01-24  Jim Meyering  <jim@meyering.net>
15399
15400         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15401
15402 2006-01-24  Bruno Haible  <bruno@clisp.org>
15403
15404         * modules/strnlen (Maintainer): Change from glibc to all.
15405
15406 2006-01-24  Bruno Haible  <bruno@clisp.org>
15407
15408         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15409         Patch by Paul Eggert.
15410
15411 2006-01-24  Bruno Haible  <bruno@clisp.org>
15412
15413         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15414         already has it.
15415         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15416         2005-11-26.
15417
15418         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15419         'signed char' to avoid problems with the built-in _Bool type.
15420         Reported by Paul Eggert on 2005-11-26.
15421
15422 2006-01-24  Bruno Haible  <bruno@clisp.org>
15423
15424         * gnulib-tool (func_import): Avoid constructing complicated sed
15425         expressions inside backquote.
15426         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15427
15428 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15429
15430         These changes imported from libc.
15431         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15432         test and two separate function calls.
15433         * lib/strndup.c (__strndup): Add libc_hidden_def.
15434
15435 2006-01-23  Simon Josefsson  <jas@extundo.com>
15436
15437         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15438         Remove the test_*_SOURCES variable: automake infers it by default.
15439         * modules/tls-tests: Likewise.
15440
15441 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15442
15443         Work around porting bugs reported by Dieter in
15444         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15445         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15446         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15447         Include "getopt.h" first, to check interface.
15448         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15449         !HAVE_DECL_GETENV.
15450         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15451         (__strndup): Revert to K&R-style function dfns, the glibc style.
15452         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15453         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15454         Include strnlen.h first, to get prototype properly.
15455         (strnlen): Renamed from __strnlen.
15456         Remove weak alias.
15457
15458 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15459
15460         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15461
15462 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15463
15464         * config/srclist.txt: Adjust to reflect glibc reorganization.
15465         This affects only comments.
15466
15467 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15468
15469          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15470          Reported by Bruce Korb <bkorb@gnu.org>.
15471
15472 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15473
15474         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15475         to pacify gcc -Wswitch-default.
15476
15477 2006-01-22  Bruno Haible  <bruno@clisp.org>
15478
15479         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15480         temporary buffer for sprintf, take into account the precision also
15481         for 'd', 'i', 'u', 'o', 'x', 'X'.
15482
15483 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15484
15485         * modules/argp-tests: New module
15486         * tests/test-argp.c: New file
15487         * tests/test-argp-2.sh: New file
15488
15489 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15490
15491         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15492         (__argp_base_name): Removed
15493         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15494         typo.
15495         (__argp_base_name): Provide macro definition or extern declaration
15496         depending on the configuration
15497
15498 2006-01-20  Simon Josefsson  <jas@extundo.com>
15499
15500         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15501
15502 2006-01-20  Simon Josefsson  <jas@extundo.com>
15503
15504         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15505
15506 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15507
15508         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15509         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15510         Suggested by Bruno Haible.
15511
15512 2006-01-20  Karl Berry  <karl@gnu.org>
15513
15514         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15515         until changes propagate, I guess.
15516
15517 2006-01-19  Simon Josefsson  <jas@extundo.com>
15518
15519         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15520
15521 2006-01-19  Simon Josefsson  <jas@extundo.com>
15522
15523         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15524
15525 2006-01-19  Simon Josefsson  <jas@extundo.com>
15526
15527         * gnulib-tool: Set check_PROGRAMS.
15528
15529         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15530         modules/des-tests, modules/gc-arcfour-tests,
15531         modules/gc-arctwo-tests, modules/gc-des-tests,
15532         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15533         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15534         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15535         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15536         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15537         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15538         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15539         test_*_SOURCES.
15540
15541 2006-01-18  Simon Josefsson  <jas@extundo.com>
15542
15543         * modules/socklen (Depends-on): Depend on sys_socket.
15544
15545 2006-01-18  Simon Josefsson  <jas@extundo.com>
15546
15547         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15548         modules/des-tests, modules/gc-arcfour-tests,
15549         modules/gc-arctwo-tests, modules/gc-des-tests,
15550         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15551         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15552         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15553         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15554         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15555         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15556         $(EXEEXT) to automake TESTS variable, for mingw32.
15557
15558 2006-01-17  Simon Josefsson  <jas@extundo.com>
15559
15560         * modules/socklen (Include): Need sys/socket.h.
15561
15562 2006-01-17  Bruno Haible  <bruno@clisp.org>
15563
15564         * modules/ssize_t (Include): Add <sys/types.h>.
15565
15566 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15567
15568         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15569         it's not portable and it doesn't work with cross-compiles.
15570         Problem reported by Bruno Haible.  Fix missing-$ typo in
15571         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15572         -zignore from being used with Sun's C compiler.
15573
15574 2006-01-12  Simon Josefsson  <jas@extundo.com>
15575
15576         * lib/base64.c: Fix warning, reported by Bruno Haible
15577         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15578
15579 2006-01-12  Bruno Haible  <bruno@clisp.org>
15580
15581         * modules/ldd: New file.
15582         * build-aux/ldd.sh.in: New file.
15583         * MODULES.html.sh (Support for building libraries and executables): Add
15584         ldd.
15585
15586 2006-01-12  Bruno Haible  <bruno@clisp.org>
15587
15588         * m4/ldd.m4: New file.
15589
15590 2006-01-12  Bruno Haible  <bruno@clisp.org>
15591
15592         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15593         endless loop while replacing $auxdir with build-aux.
15594
15595 2006-01-11  Simon Josefsson  <jas@extundo.com>
15596
15597         * lib/stdint_.h (SIZE_MAX): Add missing (.
15598
15599 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15600
15601         Sync from coreutils.
15602         * lib/md5.c: Fix commentary typos.
15603         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15604         * lib/md5.h (__attribute__): Remove; unused.
15605         * lib/sha1.c: Fix commentary to match md5 better.
15606         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15607         so that we don't need to worry about alignment.  All uses changed.
15608         This merges the 2005-10-28 md5 change into sha1.
15609
15610 2006-01-11  Jim Meyering  <jim@meyering.net>
15611
15612         Sync from coreutils.
15613         * lib/md5.c (OP): Fix spacing.
15614
15615 2006-01-11  Bruno Haible  <bruno@clisp.org>
15616
15617         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15618         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15619         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15620
15621 2006-01-11  Bruno Haible  <bruno@clisp.org>
15622
15623         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15624         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15625         the "early" section as well.
15626
15627 2006-01-11  Bruno Haible  <bruno@clisp.org>
15628
15629         Avoid "ar: no archive members specified" error on MacOS X.
15630         * gnulib-tool (func_modules_add_dummy): New function.
15631         (func_import, func_create_testdir): Invoke it.
15632
15633 2006-01-11  Bruno Haible  <bruno@clisp.org>
15634
15635         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15636         with $auxdir in AC_CONFIG_FILES statements.
15637
15638 2006-01-11  Bruno Haible  <bruno@clisp.org>
15639
15640         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15641         Initialize also noinst_HEADERS to empty.
15642
15643 2006-01-11  Bruno Haible  <bruno@clisp.org>
15644
15645         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15646         variables.
15647         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15648         autoreconf.
15649
15650 2006-01-11  Bruno Haible  <bruno@clisp.org>
15651
15652         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15653         overridable by the user.
15654         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15655
15656 2006-01-10  Simon Josefsson  <jas@extundo.com>
15657
15658         * modules/sys_socket: New file.
15659
15660 2006-01-10  Simon Josefsson  <jas@extundo.com>
15661
15662         * m4/sys_socket_h.m4: New file.
15663
15664 2006-01-10  Simon Josefsson  <jas@extundo.com>
15665
15666         * lib/socket_.h: New file.
15667
15668 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15669
15670         * modules/readutmp (Maintainer): Add myself.
15671
15672 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15673
15674         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15675         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15676         People who are still concerned with buggy memcmp implementations
15677         can invoke gl_FUNC_MEMCMP themselves.
15678
15679 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15680
15681         * lib/regex_internal.h (BITSET_WORD_BITS):
15682         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15683         preprocessor mishandles large unsigned values as if they were signed.
15684         Problem reported by Claudio Fontana in
15685         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15686
15687 2006-01-10  Jim Meyering  <jim@meyering.net>
15688
15689         Avoid the double-free (first in fts_read, second in fts_close) that
15690         would occur when an `active' directory is made inaccessible (e.g.,
15691         via chmod a-x) during a traversal.
15692         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15693         before returning.  Reproduce this failure by
15694         mkdir -p a/b; cd a; chmod a-x . b
15695         Reported by Stavros Passas.
15696
15697         Sync from coreutils.
15698         * lib/sha1.c: Tweak grammar in a comment.
15699
15700 2006-01-10  Jim Meyering  <jim@meyering.net>
15701
15702         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15703         Patch by Joerg Sonnenberger.
15704
15705 2006-01-10  Bruno Haible  <bruno@clisp.org>
15706
15707         * modules/readutmp: Depend on module free.
15708         * modules/strtok_r: Depend on module restrict.
15709
15710 2006-01-10  Bruno Haible  <bruno@clisp.org>
15711
15712         * modules/gettext (configure.ac): Add an invocation of
15713         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15714
15715 2006-01-10  Bruno Haible  <bruno@clisp.org>
15716
15717         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15718         Reported by Werner Lemberg <wl@gnu.org>.
15719
15720 2006-01-10  Bruno Haible  <bruno@clisp.org>
15721
15722         * lib/localcharset.c: Update from GNU gettext.
15723
15724 2006-01-10  Bruno Haible  <bruno@clisp.org>
15725
15726         * lib/argp.h (__const): Remove macro. Use const instead.
15727         * lib/argp-fmtstream.h (__const): Likewise.
15728         * lib/glob_.h (__const): Remove macro.
15729         * lib/glob-libc.h: Use const instead of __const.
15730
15731 2006-01-10  Bruno Haible  <bruno@clisp.org>
15732
15733         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15734         variable.
15735         Needed to avoid an automake error regarding the 'gettext' module.
15736
15737 2006-01-09  Simon Josefsson  <jas@extundo.com>
15738
15739         * modules/inet_ntop (Depends-on): Add restrict.
15740
15741 2006-01-09  Simon Josefsson  <jas@extundo.com>
15742
15743         * modules/gc-rijndael-tests (License): Put under LGPL.
15744
15745         * modules/gc-des-tests (License): Likewise.
15746
15747         * modules/gc-arcfour-tests (License): Likewise.
15748
15749         * modules/gc-arctwo-tests (License): Likewise.
15750
15751         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15752
15753         * modules/gc-hmac-sha1-tests (Files): Likewise.
15754
15755         * modules/gc-hmac-md5-tests (License): Likewise.
15756
15757         * modules/gc-sha1-tests (License): Likewise.
15758
15759         * modules/gc-md5-tests (License): Likewise.
15760
15761         * modules/gc-md4-tests (License): Likewise.
15762
15763         * modules/gc-md2-tests (License): Likewise.
15764
15765         * modules/gc-tests (License): Likewise.
15766
15767         * modules/des-tests (License): Likewise.
15768
15769         * modules/md4-tests (License): Likewise.
15770
15771         * modules/md2-tests (License): Likewise.
15772
15773 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15774
15775         Sync from coreutils:
15776
15777         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15778         * modules/lib-ignore: New file.
15779         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15780         chdir-safer.m4, lchmod.m4.
15781         * modules/openat: Add mkdirat.c, openat-priv.h.
15782
15783 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15784
15785         Sync from coreutils.
15786         * m4/lib-ignore.m4: New file.
15787         * m4/lchmod.m4: New file.
15788
15789 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15790
15791         Sync from coreutils.
15792         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15793         for write access: POSIX says that must fail.
15794         * lib/fts.c (diropen): Likewise.
15795         * lib/save-cwd.c (save_cwd): Likewise.
15796         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15797         well, for minor improvements on hosts that lack O_DIRECTORY.
15798         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15799         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15800         Fall back on chown if open failed with EACCES.
15801
15802         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15803         Report an error at compile-time if only a 1-second nominal clock
15804         resolution is found.
15805
15806         * lib/lchmod.h: New file.
15807         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15808         (make_dir_parents): Use lchown rather than chown, and
15809         lchmod rather than chmod.
15810
15811         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15812         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15813         "proc" reported by n0dalus.
15814
15815         * lib/mountlist.c: Include <limits.h>.
15816         (dev_from_mount_options)
15817         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15818         New function.  It no longer assumes "dev=" has the System V meaning
15819         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15820         (read_file_system_list)
15821         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15822         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15823         dev= in that case.
15824
15825         * lib/posixtm.h (PDS_PRE_2000): New macro.
15826         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15827         allow_century.  All usages changed.  Reject dates outside the range
15828         1969-1999 if PDS_PRE_2000 is used.
15829
15830 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15831
15832         Sync from coreutils.
15833         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15834         (Time of day items): Mention the possibility of leap seconds.
15835         Problem reported by Dr. David Alan Gilbert.
15836
15837 2006-01-09  Jim Meyering  <jim@meyering.net>
15838
15839         Sync from coreutils.
15840
15841         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15842
15843         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15844
15845         * lib/modechange.c (mode_compile): Reject an invalid mode string
15846         that starts with an octal digit.  From Andreas Gruenbacher.
15847
15848         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15849         and dup to open_safer and dup_safer, respectively.
15850         (openat_permissive): Fix typo in comment.
15851
15852         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15853         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15854         (_): Remove; no longer needed.
15855         (openat): Renamed from rpl_openat; no need for rpl_openat
15856         since openat.h renames openat for us.
15857         Replace most of the body with a call to openat_permissive,
15858         to avoid duplicate code.
15859         Port to (probably hypothetical) environments were mode_t is
15860         wider than int.
15861         (openat_permissive): Require mode arg, so that we can check
15862         types better.  Put it just after flags.  Change cwd failure
15863         indicator from pointer-to-bool to pointer-to-errno-value.
15864         All callers changed.
15865         Invoke openat_save_fail and/or openat_restore_fail if
15866         cwd_errno is null, so that openat can call us.
15867         (openat_permissive, fdopendir, fstatat, unlinkat):
15868         Simplify errno handling to avoid some duplicate code,
15869         as it's OK to set errno on success.
15870         * lib/openat.h: Revamp code so that function macros depend on
15871         __OPENAT_PREFIX only, not also on AT_FDCWD.
15872         (openat_ro): Remove.  Caller changed to use openat_permissive.
15873         (openat_permissive): Now a macro, if not a function.
15874         (openat_restore_fail, openat_save_fail): Now always functions,
15875         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15876
15877         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15878         and openat.c.
15879         * lib/mkdirat.c: Include openat-priv.h.
15880         Remove definitions of macros defined therein.
15881         * lib/openat.c: Likewise.
15882
15883         * lib/mkdirat.c (mkdirat): New file and function.
15884         * lib/openat.h (mkdirat): Declare.
15885
15886         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15887
15888         * lib/openat.h (openat_permissive): Declare.
15889         (openat_ro): Define.
15890
15891         * lib/openat.c (EXPECTED_ERRNO): New macro.
15892         (openat_permissive): New function -- used in remove.c rewrite.
15893         (all functions): Set errno just before returning, only if there
15894         was an actual failure.
15895         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15896
15897         Emulate openat-family functions using Linux's procfs, if possible.
15898         Idea and some code based on Ulrich Drepper's glibc changes.
15899
15900         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15901         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15902         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15903         before falling back on save_cwd and restore_cwd.
15904         (fdopendir, fstatat, unlinkat): Likewise.
15905
15906         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15907         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15908
15909         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15910         as second argument to va_arg.  Otherwise, some versions of gcc
15911         warn that `if this code is reached, the program will abort'.
15912
15913 2006-01-09  Jim Meyering  <jim@meyering.net>
15914
15915         Sync from coreutils.
15916         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15917         Require openat-priv.h.
15918
15919 2006-01-09  Bruno Haible  <bruno@clisp.org>
15920
15921         * modules/strnlen (Include): Use strnlen.h.
15922
15923 2006-01-09  Bruno Haible  <bruno@clisp.org>
15924
15925         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15926
15927 2006-01-09  Bruno Haible  <bruno@clisp.org>
15928
15929         * lib/sysexit_.h (EX_OK): New macro.
15930         Suggested by Martin Lambers <marlam@marlam.de>.
15931
15932 2006-01-09  Bruno Haible  <bruno@clisp.org>
15933
15934         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15935         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15936
15937 2006-01-09  Bruno Haible  <bruno@clisp.org>
15938
15939         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15940         numbers.
15941
15942 2006-01-09  Bruno Haible  <bruno@clisp.org>
15943
15944         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15945         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15946         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15947         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15948
15949 2006-01-09  Bruno Haible  <bruno@clisp.org>
15950
15951         * build-aux/javacomp.sh.in: New file, moved from lib/.
15952         * modules/javacomp-script (Files): Update.
15953         (configure.ac): Add AC_CONFIG_FILES invocation.
15954         (EXTRA_DIST): Remove variable.
15955
15956         * build-aux/javaexec.sh.in: New file, moved from lib/.
15957         * modules/javaexec (Files): Update.
15958         (configure.ac): Add AC_CONFIG_FILES invocation.
15959         (EXTRA_DIST): Remove javaexec.sh.in.
15960
15961         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15962         * modules/csharpcomp-script (Files): Update.
15963         (configure.ac): Add AC_CONFIG_FILES invocation.
15964         (EXTRA_DIST): Remove variable.
15965
15966         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15967         * modules/csharpexec (Files): Update.
15968         (configure.ac): Add AC_CONFIG_FILES invocation.
15969         (EXTRA_DIST): Remove csharpexec.sh.in.
15970
15971 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15972
15973         Sync from coreutils.
15974
15975         Add POSIX ACL support
15976         * lib/acl.h (copy_acl, set_acl): Add declarations.
15977         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15978         systems other than Linux.
15979         (chmod_or_fchmod): New function: use fchmod when possible,
15980         and chmod otherwise.
15981         (file_has_acl): Add a POSIX ACL implementation, with a
15982         Linux-specific subcase.
15983         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15984         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15985         acls are unsupported.
15986         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15987         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15988         are unsupported.
15989
15990 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15991
15992         Sync from coreutils.
15993         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15994
15995 2006-01-07  Bruno Haible  <bruno@clisp.org>
15996
15997         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15998         gl_EARLY.
15999
16000 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16001
16002         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16003         Problem reported for Mingw by Mark Junker.
16004
16005 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16006
16007         * README: Gnulib normally doesn't generate a tarball.
16008
16009 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16010
16011         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16012         long int, not int, for nanosecond counts, so that people who are
16013         used to POSIX struct timespec won't be surprised.  Reported by Jim
16014         Meyering.
16015
16016 2005-12-28  Bruno Haible  <bruno@clisp.org>
16017
16018         * build-aux/config.rpath: Update from GNU gettext.
16019
16020 2005-12-16  Jim Meyering  <jim@meyering.net>
16021
16022         * modules/fprintftime: New module.
16023         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16024
16025 2005-12-16  Jim Meyering  <jim@meyering.net>
16026
16027         * m4/fprintftime.m4: New file.
16028
16029 2005-12-16  Jim Meyering  <jim@meyering.net>
16030
16031         * lib/fprintftime.c, lib/fprintftime.h: New files.
16032
16033 2005-12-15  Simon Josefsson  <jas@extundo.com>
16034
16035         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16036         new m4/socklen.m4.
16037
16038 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16039
16040         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16041         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16042
16043 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16044
16045         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16046         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16047         struct uparams is valid. Fall back to the default values if it is
16048         not.
16049
16050 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16051
16052         * modules/argp (Files): Add argp-pin.c
16053         (Depends-on): dirname
16054         (lib_SOURCES): Add argp-pin.c
16055
16056 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16057
16058         * m4/argp.m4:  Check if program_invocation_name and
16059         program_invocation_short_name are declared and define appropriate
16060         macros if they are not.
16061
16062 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16063
16064         * lib/argp-help.c (__argp_base_name): New function
16065         (__argp_short_program_name): Rewrite using __argp_base_name
16066         * lib/argp-namefrob.h: Define program_invocation_name and
16067         program_invocation_short_name if requested
16068         (__argp_base_name): Add prototype
16069         * lib/argp-parse.c (argp_def): Use gettext wrappers
16070         (argp_default_parser): Use __argp_base_name
16071         * lib/argp-pin.c: New file. Defines program_invocation_name and
16072         program_invocation_short_name on systems that lack them.
16073
16074 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16075
16076         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16077         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16078         porting problem reported by Georg Schwarz in
16079         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16080
16081 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16082
16083         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16084         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16085         porting problem reported by Georg Schwarz in
16086         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16087
16088 2005-12-05  Bruno Haible  <bruno@clisp.org>
16089
16090         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16091         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16092         Reported by Mark Junker <mjscod@gmx.de>.
16093
16094 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16095
16096         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16097         Use implementation from Albert Chin, with some
16098         comments/corrections by Stepan Kasal and myself.
16099
16100 2005-12-02  Bruno Haible  <bruno@clisp.org>
16101
16102         * gnulib-tool (func_import): Accept GPLed build tool modules when
16103         --lgpl is given.
16104         * modules/csharpcomp-script: New file.
16105         * modules/csharpcomp: Depend on it.
16106         * modules/javacomp-script: New file.
16107         * modules/javacomp: Depend on it.
16108         Suggested by Simon Josefsson.
16109
16110 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16111
16112         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16113         statement, to work around an HP-UX 10.20 compiler bug reported by
16114         Peter O'Gorman.
16115
16116 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16117
16118         * modules/savedir (Depends-on): Add openat.
16119
16120 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16121
16122         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16123         (uintmax_t) [defined uintmax_t]: Do not declare.
16124         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16125         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16126         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16127         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16128         sake of portability to weird hosts that C allows (though we don't
16129         know of any practical examples).
16130
16131         * lib/savedir.h (fdsavedir): New decl.
16132         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16133         contains most of the former guts of savedir.
16134         (savedir): Use savedirstream.
16135         Include "openat.h".
16136
16137 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16138
16139         * modules/obstack (Files): Add m4/ulonglong.m4.
16140         Problem reported by Davide Angelocola.
16141
16142 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16145         coreutils no longer futzes with rounding modes.
16146
16147 2005-11-14  Jim Meyering  <jim@meyering.net>
16148
16149         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16150         replacement of mkstemp.
16151
16152 2005-11-10  Simon Josefsson  <jas@extundo.com>
16153
16154         * lib/readline.c: Remove EOL.
16155
16156 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16157
16158         * modules/gethrxtime (Depends-on): Add gettime.
16159
16160 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16161
16162         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16163         or gettimeofday; no longer needed.
16164
16165 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16166
16167         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16168         time business.
16169         (gethrxtime) [! (HAVE_NANOUPTIME
16170         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16171         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16172         our own approximation.
16173
16174 2005-11-08  Eric Blake  <ebb9@byu.net>
16175
16176         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16177
16178 2005-11-08  Eric Blake  <ebb9@byu.net>
16179
16180         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16181
16182 2005-11-04  Bruno Haible  <bruno@clisp.org>
16183
16184         * gnulib-tool: Implement --update mode.
16185
16186 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16187
16188         Fix porting problem reported by Theodoros V. Kalamatianos.
16189         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16190         Don't assume that futimes failing means we must fail.
16191
16192 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16193
16194         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16195         variables to suggest the intended function of the PATH_MAX check.
16196
16197 2005-10-30  Kean Johnston  <jkj@sco.com>
16198
16199         Trivial changes to support SCO systems.
16200         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16201         as PATH_MAX.
16202         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16203         where __ptr is null when no I/O is pending.
16204
16205 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16206
16207         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16208         leave errno alone.  Problem reported by Dmitry V. Levin.
16209
16210 2005-10-28  Simon Josefsson  <jas@extundo.com>
16211
16212         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16213         Test more.
16214
16215         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16216
16217         * modules/md2, modules/md2-tests: New files.
16218
16219 2005-10-28  Simon Josefsson  <jas@extundo.com>
16220
16221         * m4/inet_ntop.m4: More tests.
16222
16223         * m4/gc-md2.m4, md2.m4: New file.
16224
16225 2005-10-28  Simon Josefsson  <jas@extundo.com>
16226
16227         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16228         "restrict" keywords, as per POSIX.  Protect the function
16229         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16230         Don't use K&R prototypes.  Check the sprintf return values.
16231         Re-define EAFNOSUPPORT if not present.  Indent.
16232
16233         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16234         suggested by Bruno Haible <bruno@clisp.org>.
16235
16236         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16237
16238         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16239
16240         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16241         libgcrypt).
16242
16243         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16244
16245         * lib/md2.h, lib/md2.c: New files.
16246
16247 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16248
16249         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16250         errno alone.  Problem reported by Frederic Jolliton.
16251
16252 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16253
16254         * modules/verify (License): Change from GPL to LGPL.  This is a
16255         tiny module and there are apparently near-equivalents that are
16256         under the BSD license.
16257
16258 2005-10-24  Simon Josefsson  <jas@extundo.com>
16259
16260         * modules/sha1: Relicense to LGPL.
16261
16262 2005-10-24  Simon Josefsson  <jas@extundo.com>
16263
16264         * lib/md4.h: Shrink buffer size, now that we changed the type.
16265
16266 2005-10-23  Simon Josefsson  <jas@extundo.com>
16267
16268         * gnulib-tool (func_import): Fix --tests-base.
16269
16270 2005-10-22  Simon Josefsson  <jas@extundo.com>
16271
16272         * modules/arcfour (Depends-on): Need stdint.
16273
16274 2005-10-22  Simon Josefsson  <jas@extundo.com>
16275
16276         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16277         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16278
16279 2005-10-22  Simon Josefsson  <jas@extundo.com>
16280
16281         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16282         suggested by Bruno Haible <bruno@clisp.org>.
16283
16284 2005-10-22  Simon Josefsson  <jas@extundo.com>
16285
16286         * lib/crc.h: Include stddef.h, for size_t.
16287
16288 2005-10-22  Simon Josefsson  <jas@extundo.com>
16289
16290         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16291         arcfour_context struct (simplify test vector testing in GNU
16292         Shishi).
16293
16294 2005-10-21  Simon Josefsson  <jas@extundo.com>
16295
16296         * modules/des, modules/des-tests: New files.
16297
16298         * modules/gc-des, modules/gc-des-tests: New files.
16299
16300         * tests/test-des.c, tests/test-gc-des.c: New file.
16301
16302 2005-10-21  Simon Josefsson  <jas@extundo.com>
16303
16304         * modules/arctwo, modules/arctwo-tests: New files.
16305
16306         * tests/test-arctwo.c: New file.
16307
16308         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16309
16310         * tests/test-gc-arctwo.c: New file.
16311
16312 2005-10-21  Simon Josefsson  <jas@extundo.com>
16313
16314         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16315         Bruno Haible <bruno@clisp.org>.
16316
16317         * m4/gc-des.m4: New file.
16318
16319 2005-10-21  Simon Josefsson  <jas@extundo.com>
16320
16321         * m4/arctwo.m4: New file.
16322
16323         * m4/gc-arctwo.m4: New file.
16324
16325 2005-10-21  Simon Josefsson  <jas@extundo.com>
16326
16327         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16328         block.
16329
16330 2005-10-21  Simon Josefsson  <jas@extundo.com>
16331
16332         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16333         <bruno@clisp.org>.
16334
16335         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16336
16337         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16338         Bruno Haible <bruno@clisp.org>.
16339
16340         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16341         <bruno@clisp.org>.
16342
16343 2005-10-21  Simon Josefsson  <jas@extundo.com>
16344
16345         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16346
16347 2005-10-21  Simon Josefsson  <jas@extundo.com>
16348
16349         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16350
16351 2005-10-21  Simon Josefsson  <jas@extundo.com>
16352
16353         * lib/des.h, lib/des.c: New files.
16354
16355         * lib/gc-gnulib.c: Support DES.c
16356
16357 2005-10-21  Simon Josefsson  <jas@extundo.com>
16358
16359         * lib/arctwo.h, lib/arctwo.c: New files.
16360
16361         * lib/gc-gnulib.c: Support ARCTWO.
16362
16363 2005-10-21  Simon Josefsson  <jas@extundo.com>
16364
16365         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16366         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16367
16368 2005-10-21  Simon Josefsson  <jas@extundo.com>
16369
16370         * gnulib-tool (func_import, func_create_testdir): Define automake
16371         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16372         Makefile.am snippet),
16373         suggested by Bruno Haible <bruno@clisp.org>.
16374
16375         * modules/gc (Makefile.am): Use it.
16376
16377 2005-10-21  Bruno Haible  <bruno@clisp.org>
16378
16379         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16380         patch.
16381
16382 2005-10-19  Simon Josefsson  <jas@extundo.com>
16383
16384         * tests/test-gc-rijndael.c: New file.
16385
16386         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16387
16388 2005-10-19  Simon Josefsson  <jas@extundo.com>
16389
16390         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16391         interface too.
16392
16393 2005-10-19  Simon Josefsson  <jas@extundo.com>
16394
16395         * tests/test-gc-arcfour.c: New file.
16396
16397         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16398
16399 2005-10-19  Simon Josefsson  <jas@extundo.com>
16400
16401         * modules/gc-md4, modules/gc-md4-tests: New file.
16402
16403         * tests/test-gc-md4.c: New file.
16404
16405 2005-10-19  Simon Josefsson  <jas@extundo.com>
16406
16407         * m4/gc-md4.m4: New file.
16408
16409 2005-10-19  Simon Josefsson  <jas@extundo.com>
16410
16411         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16412         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16413         <kasal@ucw.cz>.
16414
16415 2005-10-19  Simon Josefsson  <jas@extundo.com>
16416
16417         * m4/gc-arcfour.m4: New file.
16418
16419         * m4/gc-rijndael.m4: New file.
16420
16421 2005-10-19  Simon Josefsson  <jas@extundo.com>
16422
16423         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16424
16425 2005-10-19  Simon Josefsson  <jas@extundo.com>
16426
16427         * lib/gc-gnulib.c: Support ARCFOUR.
16428
16429 2005-10-19  Simon Josefsson  <jas@extundo.com>
16430
16431         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16432         support.
16433
16434         * lib/gc.h: Add ECB enum type.
16435
16436         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16437
16438 2005-10-18  Simon Josefsson  <jas@extundo.com>
16439
16440         * tests/test-md5.c: New file.
16441
16442         * modules/md5-tests: New file.
16443
16444 2005-10-18  Simon Josefsson  <jas@extundo.com>
16445
16446         * tests/test-md4.c: New file.
16447
16448         * modules/md4, modules/md4-tests: New files.
16449
16450 2005-10-18  Simon Josefsson  <jas@extundo.com>
16451
16452         * m4/md4.m4: New file.
16453
16454 2005-10-18  Simon Josefsson  <jas@extundo.com>
16455
16456         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16457
16458 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16459
16460         * gnulib-tool (func_create_testdir): Omit the second check whether
16461         BUILT_SOURCES in nonempty.
16462
16463 2005-10-17  Simon Josefsson  <jas@extundo.com>
16464
16465         * tests/test-rijndael.c: New file.
16466
16467 2005-10-17  Simon Josefsson  <jas@extundo.com>
16468
16469         * modules/sha1: Depend on stdint instead of md5.
16470
16471         * modules/md5: Depend on stdint, remove uint32_t.
16472
16473 2005-10-17  Simon Josefsson  <jas@extundo.com>
16474
16475         * modules/gc-sha1-tests: New file.
16476
16477         * tests/test-gc-sha1.c: New file.
16478
16479 2005-10-17  Simon Josefsson  <jas@extundo.com>
16480
16481         * m4/md5.m4: Remove call to uint32_t.m4.
16482
16483 2005-10-17  Simon Josefsson  <jas@extundo.com>
16484
16485         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16486
16487         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16488         md5.h.
16489
16490         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16491
16492         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16493
16494 2005-10-17  Simon Josefsson  <jas@extundo.com>
16495
16496         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16497
16498 2005-10-17  Simon Josefsson  <jas@extundo.com>
16499
16500         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16501
16502 2005-10-17  Simon Josefsson  <jas@extundo.com>
16503
16504         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16505
16506         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16507
16508 2005-10-17  Bruno Haible  <bruno@clisp.org>
16509
16510         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16511         that it can also be used in a test.
16512
16513 2005-10-16  Bruno Haible  <bruno@clisp.org>
16514
16515         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16516         TESTS_ENVIRONMENT, so that individual tests can augment it.
16517
16518         * gnulib-tool (func_create_testdir): Use an intermediate target for
16519         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16520         macros, like $(ALLOCA_H), which cannot be passed through the command
16521         line.
16522
16523 2005-10-15  Simon Josefsson  <jas@extundo.com>
16524
16525         * modules/rijndael-tests: New file.
16526
16527         * modules/rijndael: New file.
16528
16529 2005-10-15  Simon Josefsson  <jas@extundo.com>
16530
16531         * m4/rijndael.m4: New file.
16532
16533 2005-10-15  Simon Josefsson  <jas@extundo.com>
16534
16535         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16536
16537         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16538
16539 2005-10-14  Simon Josefsson  <jas@extundo.com>
16540
16541         * tests/test-arcfour.c: New file.
16542
16543         * modules/arcfour, modules/arcfour-tests: New files.
16544
16545 2005-10-14  Simon Josefsson  <jas@extundo.com>
16546
16547         * m4/arcfour.m4: New file.
16548
16549 2005-10-14  Simon Josefsson  <jas@extundo.com>
16550
16551         * lib/arcfour.h, lib/arcfour.c: New files.
16552
16553 2005-10-14  Roland McGrath  <roland@redhat.com>
16554
16555         Import from libc.  [BZ #1331]
16556         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16557         macro argument.
16558         Reported by Matej Vela <vela@debian.org>.
16559
16560 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16561
16562         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16563         include <wchar.h>; no longer needed.
16564
16565 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16566
16567         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16568
16569 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16570         and  Ulrich Drepper  <drepper@redhat.com>
16571
16572         Import from libc.
16573         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16574         instead of inline stream orientation test and two separate
16575         function calls.  Pay no attention to USE_IN_LIBIO.
16576
16577 2005-10-13  Simon Josefsson  <jas@extundo.com>
16578
16579         * modules/gc-hmac-md5-tests: New file.
16580
16581         * tests/test-gc-hmac-sha1.c: New file.
16582
16583         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16584
16585         * modules/gc-hmac-md5-tests: New file.
16586
16587         * tests/test-gc-md5.c: New file.
16588
16589         * modules/gc-md5-tests: New file.
16590
16591 2005-10-13  Simon Josefsson  <jas@extundo.com>
16592
16593         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16594         Move memory allocation outside of loop.
16595
16596 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16597
16598         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16599         intermediate directory is in a read-only file system.  Problem
16600         reported by Eric Blake.
16601
16602 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16603
16604         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16605
16606 2005-10-12  Simon Josefsson  <jas@extundo.com>
16607
16608         * tests/test-hmac-sha1.c: New file.
16609
16610         * modules/hmac-sha1-tests: New file.
16611
16612         * modules/hmac-sha1: New file.
16613
16614 2005-10-12  Simon Josefsson  <jas@extundo.com>
16615
16616         * modules/gc-sha1: New file.
16617
16618 2005-10-12  Simon Josefsson  <jas@extundo.com>
16619
16620         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16621
16622         * tests/test-gc-pbkdf2-sha1.c: New file.
16623
16624 2005-10-12  Simon Josefsson  <jas@extundo.com>
16625
16626         * modules/gc-md5, modules/gc-hmac-md5: New files.
16627
16628         * modules/gc (Files): Remove md5, memxor and hmac files.
16629
16630 2005-10-12  Simon Josefsson  <jas@extundo.com>
16631
16632         * m4/gc-pbkdf2-sha1.m4: New file.
16633
16634         * m4/gc-hmac-sha1.m4: New file.
16635
16636         * m4/gc-sha1: New file.
16637
16638         * m4/hmac-sha1.m4: New file.
16639
16640 2005-10-12  Simon Josefsson  <jas@extundo.com>
16641
16642         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16643
16644         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16645
16646 2005-10-12  Simon Josefsson  <jas@extundo.com>
16647
16648         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16649         suggested by Bruno Haible <bruno@clisp.org>.
16650
16651 2005-10-12  Simon Josefsson  <jas@extundo.com>
16652
16653         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16654
16655 2005-10-12  Simon Josefsson  <jas@extundo.com>
16656
16657         * lib/gc-pbkdf2-sha1.c: New file.
16658
16659         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16660
16661 2005-10-12  Simon Josefsson  <jas@extundo.com>
16662
16663         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16664
16665         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16666
16667 2005-10-12  Simon Josefsson  <jas@extundo.com>
16668
16669         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16670         GC_USE_HMAC_MD5, respectively.
16671
16672         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16673         (gc_md5): Fix typo.
16674
16675         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16676
16677         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16678
16679         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16680
16681 2005-10-12  Bruno Haible  <bruno@clisp.org>
16682
16683         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16684         Reported by Stepan Kasal <kasal@ucw.cz>.
16685
16686 2005-10-11  Simon Josefsson  <jas@extundo.com>
16687
16688         * tests/test-crc.c: New file.
16689
16690         * modules/crc, modules/crc-tests: New files.
16691
16692 2005-10-11  Simon Josefsson  <jas@extundo.com>
16693
16694         * m4/crc.m4: New file.
16695
16696 2005-10-11  Simon Josefsson  <jas@extundo.com>
16697
16698         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16699
16700         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16701
16702         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16703
16704 2005-10-11  Simon Josefsson  <jas@extundo.com>
16705
16706         * lib/crc.h, lib/crc.c: New files.
16707
16708         * lib/gc.h (gc_hash_buffer): Add doc.
16709
16710 2005-10-11  Bruno Haible  <bruno@clisp.org>
16711
16712         * modules/c-strcasestr: New file.
16713         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16714
16715 2005-10-11  Bruno Haible  <bruno@clisp.org>
16716
16717         * modules/c-strcase: New file.
16718         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16719
16720 2005-10-11  Bruno Haible  <bruno@clisp.org>
16721
16722         * lib/strcasecmp.c: Include limits.h.
16723         (strcasecmp): Avoid integer overflow on exotic platforms.
16724         * lib/strncasecmp.c: Include limits.h.
16725         (strncasecmp): Avoid integer overflow on exotic platforms.
16726         Reported by Paul Eggert.
16727
16728 2005-10-11  Bruno Haible  <bruno@clisp.org>
16729
16730         * lib/c-strcasestr.h: New file, from GNU gettext.
16731         * lib/c-strcasestr.c: New file, from GNU gettext.
16732
16733 2005-10-11  Bruno Haible  <bruno@clisp.org>
16734
16735         * lib/c-strcase.h: New file, from GNU gettext.
16736         * lib/c-strcasecmp.c: New file, from GNU gettext.
16737         * lib/c-strncasecmp.c: New file, from GNU gettext.
16738
16739 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16740
16741         * modules/mempcpy (License): GPL -> LGPL.
16742         * modules/strchrnul (License): Likewise.
16743         * modules/sysexits (License): Likewise.
16744
16745 2005-10-08  Simon Josefsson  <jas@extundo.com>
16746
16747         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16748
16749 2005-10-07  Simon Josefsson  <jas@extundo.com>
16750
16751         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16752
16753 2005-10-06  Simon Josefsson  <jas@extundo.com>
16754
16755         * tests/test-hmac-md5.c: New file.
16756
16757         * modules/hmac-md5-tests: New file.
16758
16759         * modules/hmac-md5: New file.
16760
16761 2005-10-06  Simon Josefsson  <jas@extundo.com>
16762
16763         * m4/hmac-md5.m4: New file.
16764
16765         * m4/memxor.m4: Require gl_C_RESTRICT.
16766
16767 2005-10-06  Simon Josefsson  <jas@extundo.com>
16768
16769         * lib/memxor.c (memxor): Avoid casts and warnings.
16770
16771 2005-10-06  Simon Josefsson  <jas@extundo.com>
16772
16773         * lib/hmac-md5.c: New file.
16774
16775         * lib/hmac.h: New file.
16776
16777 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16778
16779         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16780         promotes to int, not unsigned int, to catch the AIX 5.3
16781         compiler bug.
16782
16783 2005-10-05  Simon Josefsson  <jas@extundo.com>
16784
16785         * modules/memxor: New file.
16786
16787         * modules/iconv (Files): Move config.rpath to havelib, it is used
16788         there.
16789
16790         * modules/havelib (Files): Add config.rpath.
16791
16792 2005-10-05  Simon Josefsson  <jas@extundo.com>
16793
16794         * m4/memxor.m4: New file.
16795
16796 2005-10-05  Simon Josefsson  <jas@extundo.com>
16797
16798         * lib/memxor.c (memxor): Fix compiler error.
16799
16800         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16801         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16802
16803         * lib/memxor.h, lib/memxor.c: New files.
16804
16805         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16806         we assume all systems have it, suggested by Jim Meyering
16807         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16808         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16809         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16810         same reasons.
16811
16812 2005-10-05  Simon Josefsson  <jas@extundo.com>
16813
16814         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16815
16816 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16817
16818         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16819         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16820         needed, since the source code now assumes these .h files.
16821
16822 2005-10-05  Derek Price  <derek@ximbiot.com>
16823
16824         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16825
16826 2005-10-05  Bruno Haible  <bruno@clisp.org>
16827
16828         * modules/stdint (License): Change to LGPL.
16829
16830 2005-10-04  Simon Josefsson  <jas@extundo.com>
16831
16832         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16833         D. Baushke" <mdb@gnu.org>.
16834
16835 2005-10-04  Bruno Haible  <bruno@clisp.org>
16836
16837         * lib/verify.h (verify_true): Provide alternative definition for C++.
16838
16839 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16840
16841         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16842         (SSIZE_MAX): New macro, if not already defined.
16843         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16844         than 2 GiB.
16845
16846 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16847
16848         Sync from coreutils.
16849         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16850         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16851         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16852         ULLONG_MAX doesn't work with 2.7.2.1.
16853
16854 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16857         From Ben Pfaff.
16858
16859         * modules/exclude (Depends-on): Depend on verify.
16860         * modules/strtoimax (Depends-on): Likewise.
16861         * modules/utimecmp (Depends-on): Likewise.
16862
16863 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16864
16865         * lib/exclude.c: Include verify.h.
16866         (verify): Remove.  All callers changed to use verify.h's version.
16867         * lib/strtoimax.c: Likewise.
16868         * lib/utimecmp.c: Likewis.e
16869
16870         Sync from coreutils.
16871         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16872         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16873         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16874         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16875         bother returning ENOSYS if settimeofday or stime fails; just let
16876         them return whatever errno they want to return.
16877         * lib/utimens.c: Include unistd.h, for dup2.
16878         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16879         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16880
16881 2005-10-02  Jim Meyering  <jim@meyering.net>
16882
16883         Sync from coreutils.
16884         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16885         from glibc-2.2.5 that fails for read-only files.
16886
16887 2005-10-02  Jim Meyering  <jim@meyering.net>
16888
16889         Sync from coreutils.
16890         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16891         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16892         `#if HAVE_CONFIG_H'.
16893         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16894         Remove AT_FDCWD test.
16895         Do not consume the fd unless successful.
16896         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16897         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16898         block, so that we don't even try to compile it if settimeofday is
16899         available.  This works around a compilation failure on OSF1 V5.1,
16900         due to stime requiring a `long int*' while tv_sec is `int'.
16901
16902 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16903
16904         Sync from coreutils.
16905         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16906         against `yes', rather than just testing for nonempty.
16907
16908 2005-10-01  Simon Josefsson  <jas@extundo.com>
16909
16910         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16911         and Darwin.
16912
16913         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16914         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16915         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16916         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16917         Check if struct addrinfo is declared.
16918
16919 2005-10-01  Simon Josefsson  <jas@extundo.com>
16920
16921         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16922         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16923         AI_* and EAI_* definitions.  Protect function declarations.
16924
16925 2005-10-01  Jim Meyering  <jim@meyering.net>
16926
16927         Sync from coreutils.
16928
16929         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16930         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16931         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16932         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16933         in the inet and nsl libraries.  Required on Solaris 5.7.
16934
16935 2005-10-01  Jim Meyering  <jim@meyering.net>
16936
16937         Sync from coreutils.
16938         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16939         in the inet and nsl libraries.  Required on Solaris 5.7.
16940
16941 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16942
16943         * lib/getdelim.c (getdelim): Remove unused variables.
16944
16945 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16946
16947         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16948         so that the code works even with ancient cpp.  Portability problem
16949         with GCC 2.7.2.1 reported by Thomas M.Ott.
16950
16951 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16952
16953         * modules/regex (Depends-on): Add strcase.
16954
16955         * modules/gethostname (Licence): Change from GPL to LGPL, since
16956         gethostname.c is a trivial implementation of a standard library
16957         function.
16958         * modules/poll (License): Change from GPL to LGPL, since it's
16959         derived from LGPL code.
16960
16961 2005-09-27  Jim Meyering  <jim@meyering.net>
16962
16963         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16964         HAVE_CONFIG_H.
16965
16966         * lib/intprops.h (signed_type_or_expr__): Define.
16967         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16968         for unsigned types.
16969
16970 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16971
16972         * lib/verify.h (verify_expr): Remove, replacing with:
16973         (verify_true): New macro that returns true instead of void.
16974         (verify_type__): Remove.
16975         (verify): Use verify_true rather than verify_type__.
16976
16977 2005-09-26  Bruno Haible  <bruno@clisp.org>
16978
16979         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16980         is necessary.
16981         (lib_SOURCES): Remove mbchar.c.
16982         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16983         (Files): Add m4/mbrtowc.m4.
16984         * modules/mbiter: Likewise.
16985         * modules/mbuiter: Likewise.
16986
16987 2005-09-26  Bruno Haible  <bruno@clisp.org>
16988
16989         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16990         compile mbchar.c if they are not both present.
16991         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16992         * m4/mbiter.m4 (gl_MBITER): Likewise.
16993         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16994         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16995         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16996
16997 2005-09-25  Jim Meyering  <jim@meyering.net>
16998
16999         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17000         also uses socklen_t.
17001
17002 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17003
17004         * lib/utimens.c (ENOSYS): Define if not already defined.
17005         (futimens): Support having a null PATH if the file descriptor
17006         is nonnegative.
17007
17008         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17009         Remove.
17010         (__attribute): Define to empty unless GCC 3.1 or later.
17011         This works around a core dump on OpenBSD 3.4, which has GCC
17012         2.95.3, which dumps core when given __attribute__(()).  It also
17013         simplifies other tests, since we really don't want to bother with
17014         worrying about which ancient version of GCC supported what.
17015         Original problem reported by Yoann Vandoorselaere, with part of
17016         the fix suggested by Derek Price.
17017
17018 2005-09-24  Jim Meyering  <jim@meyering.net>
17019
17020         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17021         so we can once again use a positive bitfield width of 1 -- now we
17022         don't have to explain why we were using a bitfield width of 2.
17023
17024 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17025
17026         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17027         and similarly for the other external symbols.  Problem reported
17028         by James Gallager.
17029
17030         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17031         bug reported by Jim Meyering.
17032
17033         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17034         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17035         not needed, since socklen is a prerequisite module.
17036
17037 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17038
17039         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17040         Problem reported by Eric Blake.
17041         (getaddrinfo): Initialize se so that it's not garbage.
17042         Redo internal storage allocation so that it doesn't make unportable
17043         assumptions about alignment.
17044         Fix a memory leak.
17045
17046         * lib/utimens.c (futimens): Use futimesat if available.
17047         Prefer it to futimes since it doesn't have the futimes bug.
17048
17049         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17050         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17051         Instead, declare a function that returns a pointer to an array,
17052         and use verify_type__ to declare the size of the array.
17053         Problem and germ of a solution reported by Bruno Haible.
17054         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17055         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17056
17057 2005-09-23  Jim Meyering  <jim@meyering.net>
17058
17059         Sync from coreutils.
17060         Correct build failure (socklen_t not defined) on at least
17061         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17062         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17063
17064 2005-09-23  Jim Meyering  <jim@meyering.net>
17065
17066         * modules/getaddrinfo (Depends-on): Add socklen.
17067
17068 2005-09-23  Bruno Haible  <bruno@clisp.org>
17069
17070         * tests/test-verify.c: New file.
17071
17072 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17073
17074         Sync from coreutils.
17075
17076         * modules/argmatch (Depends-on): Add verify.
17077         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17078         unistd-safer.
17079         * modules/save-cwd (Depends-on): Likewise.
17080
17081         * modules/openat (Files): Add lib/openat-die.c.
17082         (Depends-on): Remove error, exitfail.
17083         Add dirname.
17084
17085         * modules/verify: New file.
17086         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17087         with "verify" module.
17088
17089 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17090
17091         Sync from coreutils.
17092
17093         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17094         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17095         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17096         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17097         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17098         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17099         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17100         Don't bother checking for string.h, stdlib.h, unistd.h.
17101         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17102         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17103         module's job.
17104         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17105         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17106
17107         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17108         (gl_GETDATE): Use it.
17109
17110         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17111
17112 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17113
17114         Sync from coreutils.
17115
17116         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17117         stat-time.h.
17118         * lib/argmatch.h: Include verify.h
17119         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17120         (ARGMATCH_ASSERT): Remove; unused.
17121         * lib/canonicalize.c: Assume STDC_HEADERS.
17122         * lib/exclude.c: Include "strcase.h".
17123         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17124         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17125         and stdio-safer.h.
17126         (getusershell): Call fopen, not fopen_safer.
17127         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17128         Do not include unistd-safer.h.
17129         (save_cwd): Don't call fd_safer; no longer needed
17130         now that we include fcntl--.h.
17131
17132         * lib/getdate.y (relative_time): New type.
17133         (RELATIVE_TIME_0): New constant.
17134         (parser_control): Use relative_time instead of doing it ourselves.
17135         (%union): Add new relative_time rel member.
17136         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17137         Now typeless.
17138         (relunit, relunit_snumber): Now of type rel.
17139         (zone, rel, relunit, get_date): Adjust to above changes.
17140
17141         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17142         Do not include unistd-safer.h.
17143         (getloadavg): Don't call fd_safer; no longer needed
17144         now that we include fcntl--.h.
17145
17146         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17147         (make_dir_parents): Treat ENOSYS like EEXIST.
17148
17149         Improve quality of diagnostics on restore_cwd failure.
17150         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17151         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17152         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17153         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17154         each time through the loop.  Do not diagnose restore_cwd failure;
17155         that is the caller's job (and perhaps the caller does not care).
17156
17157         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17158         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17159         If the file already exists but is not a directory, don't bother
17160         to try to make its parents.
17161         Close potential file descriptor leak if we can't chdir("/") (!).
17162         Don't always return true if chdir($PWD) fails; return true only
17163         if the requested action was done successfully (except for the
17164         chdir($PWD)).
17165         Don't log final directory unless we actually made it.
17166         Refactor to avoid duplicate code to fix up permissions.
17167         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17168
17169         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17170         to make it a bit faster and (I hope) clearer.
17171         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17172         Fix bug in formats like %2N.
17173
17174         * lib/verify.h: New file.
17175
17176 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17177
17178         Sync from coreutils.
17179         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17180
17181 2005-09-22  Jim Meyering  <jim@meyering.net>
17182
17183         Sync from coreutils.
17184
17185         * m4/lstat.m4 (gl_FUNC_LSTAT):
17186         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17187         Remove obsolete comment.
17188         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17189         * m4/xstrtod.m4: Likewise.
17190
17191         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17192
17193 2005-09-22  Jim Meyering  <jim@meyering.net>
17194
17195         Sync from coreutils.
17196
17197         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17198
17199         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17200         the .tm_year member, since otherwise gcc-4.0 would now warn about
17201         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17202
17203         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17204         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17205
17206         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17207         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17208         when run in a time zone for which daylight savings time is in effect
17209         for the starting date.
17210
17211         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17212         stop us from restricting permissions of just-created absolute-named
17213         directories.
17214         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17215         to restore initial working directory.
17216         * lib/mkdir-p.c (make_dir_parents): New parameter:
17217         different_working_dir, to tell caller if/when we change the working
17218         directory and are unable to return to the initial one.
17219         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17220         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17221         `return false'.  This fixes a bug introduced on 2004-07-30.
17222
17223         * lib/openat.c (fdopendir): Be sure to close the supplied
17224         file descriptor before returning.  This makes our replacement
17225         implementation a little closer to Solaris's, where fdopendir
17226         ties the file descriptor to the returned DIR* pointer.
17227         * lib/openat.c (unlinkat): New function.
17228         * lib/openat.h (unlinkat): Add prototype.
17229         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17230         (openat_restore_fail): Rename from openat_restore_die.
17231         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17232
17233         Provide an alternative to exiting immediately upon save_cwd or
17234         restore_cwd failure.  Now, an application can arrange e.g.,
17235         to perform a longjump in that case.
17236         * lib/openat.c: Include dirname.h.
17237         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17238         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17239         and openat_restore_die rather than calling error directly.
17240         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17241
17242         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17243         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17244         define.
17245
17246         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17247         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17248                             int utc, int nanoseconds);
17249         Background:
17250         date should not have to allocate a megabyte of virtual memory to
17251         handle a format argument like +%1048575T.  When implemented with
17252         strftime, it must allocate such a buffer, use strftime to fill it
17253         in, print it, then free it.
17254         With fprintftime, it simply prints everything and exits.
17255         With no need for memory allocation, that's one fewer way to fail.
17256         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17257         optional field width, not before, so we accept %9:z, not %:9z.
17258         (my_strftime): Be sure to use L_('x') for literals.
17259
17260         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17261         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17262         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17263         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17264         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17265         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17266         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17267         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17268         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17269         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17270         * lib/xgethostname.c, lib/xreadlink.c:
17271         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17272
17273         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17274         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17275         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17276         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17277         and don't include <sys/file.h>).
17278
17279 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17280
17281         Sync from coreutils.
17282
17283         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17284         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17285         [!LDAV_DONE]: Avoid unused variable warning.
17286
17287 2005-09-21  Bruno Haible  <bruno@clisp.org>
17288
17289         * lib/unicodeio.h (unicode_to_mb): New declaration.
17290
17291 2005-09-20  Derek Price  <derek@ximbiot.com>
17292
17293         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17294         getaddrinfo.h.
17295
17296 2005-09-20  Bruno Haible  <bruno@clisp.org>
17297
17298         * gnulib-tool: Remove trailing slashes from the values specified for
17299         --source-base, --m4-base, --tests-base, --aux-dir.
17300         Suggested by Simon Josefsson <jas@extundo.com>.
17301
17302 2005-09-20  Bruno Haible  <bruno@clisp.org>
17303
17304         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17305         func_modules_to_filelist, func_import, func_create_testdir): Make all
17306         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17307         change when gnulib-tool is invoked in a different locale.
17308
17309 2005-09-19  Simon Josefsson  <jas@extundo.com>
17310
17311         * m4/socklen.m4: Fix typo.
17312
17313 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17314
17315         Use a consistent style for including <config.h>.
17316         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17317         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17318         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17319         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17320         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17321         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17322         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17323         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17324         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17325         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17326         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17327         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17328         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17329         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17330         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17331         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17332         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17333         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17334         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17335         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17336         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17337         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17338         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17339         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17340         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17341         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17342         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17343         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17344         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17345         lib/xstrtoumax.c, lib/yesno.c:
17346         Standardize inclusion of config.h.
17347         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17348         lib/inttostr.h:  Removed inclusion of config.h from header files.
17349         * lib/inttostr.c:  Adjusted in-tree users.
17350         * lib/timespec.h: Remove superfluous warning to include config.h.
17351         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17352         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17353         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17354         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17355         config.h with HAVE_CONFIG_H.
17356
17357 2005-09-19  Jim Meyering  <jim@meyering.net>
17358
17359         * modules/pathmax (License): Change to LGPL.
17360
17361 2005-09-19  Derek Price  <derek@ximbiot.com>
17362
17363         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17364
17365 2005-09-19  Bruno Haible  <bruno@clisp.org>
17366
17367         * gnulib-tool (import): Provide default for --tests-base.
17368
17369 2005-09-19  Bruno Haible  <bruno@clisp.org>
17370
17371         * doc/quote.texi: New file, extracted from gnulib.texi.
17372         * doc/ctime.texi: New file, extracted from gnulib.texi.
17373         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17374         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17375         * doc/gnulib.texi: Include them.
17376
17377 2005-09-18  Bruno Haible  <bruno@clisp.org>
17378
17379         Portability fix.
17380         * gnulib-tool (func_readlink): New function.
17381         (func_ln_if_changed): Use it.
17382
17383 2005-09-18  Bruno Haible  <bruno@clisp.org>
17384
17385         * gnulib-tool: Support --with-tests also with --import.
17386         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17387         (func_import): Use variables $testsbase and $inctests. Emit a
17388         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17389         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17390         SUBDIRS += $testsdir.
17391         (func_create_testdir): Update.
17392
17393 2005-09-18  Bruno Haible  <bruno@clisp.org>
17394
17395         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17396         instead of $dry_run.
17397         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17398         (func_ln_if_changed): Don't handle dry-run here.
17399         (func_import): In dry-run mode, detect more precisely which actions
17400         would be performed, and don't use "...ing" verbs.
17401
17402 2005-09-18  Bruno Haible  <bruno@clisp.org>
17403
17404         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17405         (func_import): Use join on two temporary files instead of three nested
17406         loops, in order to determine which files are new or old.
17407
17408 2005-09-18  Bruno Haible  <bruno@clisp.org>
17409
17410         * gnulib-tool (func_import): Comment out code that spits out the
17411         new files with --dry-run.
17412
17413 2005-09-18  Bruno Haible  <bruno@clisp.org>
17414
17415         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17416
17417 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17418
17419         * lib/stat-time.h: New file.
17420         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17421         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17422         in a different way.
17423         (timespec_cmp): New function.
17424         * lib/utimecmp.c: Include stat-time.h.
17425         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17426         members exist, not on the obsolescent ST_MTIM_NSEC.
17427         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17428
17429 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17430
17431         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17432
17433 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17434
17435         * MODULES.html.sh (File system functions): Add stat-time.
17436         * modules/stat-time: New file.
17437         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17438         is now done in a different way, by the stat-time module.
17439         * modules/utimecmp (Depends-on): Add stat-time.
17440
17441 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17442
17443         * m4/st_mtim.m4: Remove.  Superseded by...
17444         * m4/stat-time.m4: New file.
17445         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17446         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17447
17448 2005-09-15  Derek Price  <derek@ximbiot.com>
17449
17450         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17451
17452 2005-09-15  Derek Price  <derek@ximbiot.com>
17453
17454         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17455         * lib/regex_internal.c: Ditto, using this...
17456         (__GNUC_PREREQ): ...new macro.
17457         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17458         using...
17459         (__GNUC_PREREQ): ...this new macro.
17460
17461         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17462
17463 2005-09-15  Derek Price  <derek@ximbiot.com>
17464             Paul Eggert  <eggert@cs.ucla.edu>
17465
17466         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17467         changes, consolidating in...
17468         * lib/regex_internal.h: ...this file.
17469
17470 2005-09-13  Jim Meyering  <jim@meyering.net>
17471
17472         * lib/canon-host.c: Filter through gnu indent and reword comments
17473         slightly.
17474         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17475
17476 2005-09-13  Derek Price  <derek@ximbiot.com>
17477
17478         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17479         failure.
17480         Reported by Jim Meyering  <jim@meyering.net>.
17481
17482 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17483
17484         * lib/base64.c: Typo.
17485         (base64_encode): Put b64str in initialized data section.
17486
17487 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17488
17489         Merge glibc and coreutils changes into gnulib, plus a few
17490         extra fixes.
17491         * lib/md5.c: Use #error rather than a string.
17492         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17493         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17494         (__attribute__): Define to empty for non recent-GCC.
17495         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17496         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17497         Renamed from their non-__ counterparts, with new macros replacing
17498         them if not _LIBC.  Add __THROW attribute.
17499         (rol): Remove.
17500         (struct md5_ctx): Align buffer if using GCC.
17501         * lib/sha1.h (struct sha1_ctx): Likewise.
17502         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17503         The old name was backwards.
17504         (NOTSWAP): Remove; not used.
17505         (rol): New macro, moved here from md5.h.
17506         (sha1_process_block): Remove a FIXME that doesn't make sense.
17507
17508 2005-09-12  Derek Price  <derek@ximbiot.com>
17509
17510         Return usable errors from canon-host.
17511         * lib/canon-host.h: New file.
17512         * lib/canon-host.c (canon_host): Wrap...
17513         (canon_host_r): ...this new function, which now relies exclusively on
17514         getaddrinfo.
17515         (ch_strerror): New function.
17516         (last_cherror): New global.
17517         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17518         interface.
17519         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17520         void *.
17521         (freeaddrinfo): Free ai->ai_canonname when set.
17522
17523 2005-09-12  Derek Price  <derek@ximbiot.com>
17524
17525         Make canon-host require getaddrinfo.
17526         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17527         AC_LIBSOURCE canon-host.h.  Call...
17528         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17529         gl_GETADDRINFO.
17530         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17531
17532 2005-09-12  Derek Price  <derek@ximbiot.com>
17533
17534         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17535         LGPL.
17536         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17537
17538 2005-09-12  Derek Price  <derek@ximbiot.com>
17539
17540         * lib/gai_strerror.c: Include config.h when available.  Include
17541         getaddrinfo.h before other headers to test interface.
17542         Reported by Larry Jones <lawrence.jones@ugs.com>.
17543
17544 2005-09-12  Derek Price  <derek@ximbiot.com>
17545             Paul Eggert  <eggert@cs.ucla.edu>
17546
17547         * modules/glob (Files): Add glob-libc.h.
17548
17549 2005-09-12  Derek Price  <derek@ximbiot.com>
17550             Paul Eggert  <eggert@cs.ucla.edu>
17551
17552         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17553         glob_.h, glob-libc.h.
17554         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17555
17556 2005-09-12  Derek Price  <derek@ximbiot.com>
17557             Paul Eggert  <eggert@cs.ucla.edu>
17558
17559         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17560         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17561         protecting things that should be done only in gnulib contexts.
17562         * lib/glob_.h: New file, containing only the glob things needed for
17563         gnulib.
17564         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17565         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17566         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17567         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17568         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17569         and to respect the namespace rules better.
17570
17571 2005-09-08  Simon Josefsson  <jas@extundo.com>
17572
17573         * modules/socklen: New file.
17574
17575 2005-09-08  Simon Josefsson  <jas@extundo.com>
17576
17577         * m4/socklen.m4: New file.
17578
17579 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17580
17581         * modules/utimens (Files): Add m4/utimbuf.m4, since
17582         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17583         Reported by Sergey Poznyakoff.
17584
17585 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17586
17587         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17588         definitions, since that's the preferred style in glibc.
17589         Fix a minor spacing issue, and update copyright notice to match
17590         glibc's.
17591
17592 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17593
17594         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17595
17596 2005-09-06  Simon Josefsson  <jas@extundo.com>
17597
17598         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17599         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17600
17601 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17602
17603         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17604         warning.
17605
17606 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17607
17608         * config/srclist.txt: Add glibc bug 1302.
17609
17610 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17611
17612         Change bitset word type from unsigned int to unsigned long int,
17613         as this has better performance on typical 64-bit hosts.
17614         Port bitset code to hosts with unusual word sizes.
17615         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17616         (build_collating_symbol):
17617         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17618         argument is a bitset.  This is merely a style issue, but it makes
17619         it clearer that an entire array is expected.
17620         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17621         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17622         Port to the case where bitset_word is not the same as unsigned int.
17623         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17624         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17625         Likewise.
17626         * lib/regexec.c (check_dst_limits_calc_pos_1,
17627         check_subexp_matching_top):
17628         (build_trtable, group_nodes_into_DFAstates):
17629         Likewise.
17630         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17631         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17632         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17633         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17634         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17635         * lib/regcomp.c (optimize_subexps, lower_subexp):
17636         Work even if bitset_word has holes in its bitwise representation.
17637         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17638         * lib/regexec.c (check_dst_limits_calc_pos_1,
17639         check_subexp_matching_top):
17640         Likewise.
17641         * lib/regex_internal.c (re_string_reconstruct):
17642         Don't assume UCHAR_MAX == 255.
17643         * lib/regex_internal.h (bitset_set_all): Likewise.
17644         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17645         All uses changed.
17646         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17647         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17648         All uses changed.
17649         (BITSET_WORD_MAX): New macro.
17650         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17651         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17652         (bitset_empty, bitset_copy):
17653         Prefer sizeof (bitset) to multiplying it out ourselves.
17654         (bitset_not_merge): Remove; unused.
17655         (bitset_contain): Return bool, not unsigned int with one bit on.
17656         All callers changed.
17657         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17658         alignment than re_node_set; do this by defining a new internal
17659         type struct dests_alloc and using it to allocate memory.
17660
17661 2005-09-05  Bruno Haible  <bruno@clisp.org>
17662
17663         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17664         links.
17665
17666 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17667
17668         * modules/size_max (Makefile.am): Add size_max.h
17669
17670 2005-09-04  Derek Price  <derek@ximbiot.com>
17671
17672         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17673
17674 2005-09-03  Simon Josefsson  <jas@extundo.com>
17675
17676         * gnulib-tool: Fix typo.
17677
17678 2005-09-03  Simon Josefsson  <jas@extundo.com>
17679
17680         * config/srclist.txt: Add glibc bug 1293.
17681
17682 2005-09-03  Derek Price  <derek@ximbiot.com>
17683
17684         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17685         From Larry Jones <lawrence.jones@ugs.com>.
17686
17687 2005-09-02  Simon Josefsson  <jas@extundo.com>
17688
17689         * modules/socklen: New file.
17690
17691 2005-09-02  Simon Josefsson  <jas@extundo.com>
17692
17693         * modules/havelib: New module.
17694
17695         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17696         Use havelib.
17697
17698 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17699
17700         Check for arithmetic overflow when calculating sizes, to prevent
17701         some buffer-overflow issues.  These patches are conservative, in the
17702         sense that when I couldn't determine whether an overflow was possible,
17703         I inserted a run-time check.
17704         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17705         macros.
17706         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17707         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17708         (re_xnrealloc, re_x2nrealloc): New inline functions.
17709         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17710         parse_bracket_exp):
17711         (build_equiv_class, build_charclass): Check for arithmetic overflow
17712         in size expression calculations.
17713         * lib/regex_internal.c (re_string_realloc_buffers):
17714         (build_wcs_upper_buffer, re_node_set_add_intersect):
17715         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17716         (re_dfa_add_node, register_state): Likewise.
17717         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17718         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17719         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17720         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17721
17722 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17723
17724         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17725         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17726
17727 2005-09-02  Bruno Haible  <bruno@clisp.org>
17728
17729         Support for lib vs. lib64 distinction on biarch platforms.
17730         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17731         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17732         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17733
17734 2005-09-02  Bruno Haible  <bruno@clisp.org>
17735
17736         * gnulib-tool (import): In the other first-use case, provide defaults
17737         as well.
17738
17739 2005-09-02  Bruno Haible  <bruno@clisp.org>
17740
17741         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17742         patches not yet found in the latest gettext release.
17743
17744 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17745
17746         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17747         to avoid a collision with bits/local_lim.h in glibc.
17748         All uses changed.  Problem reported by Dmitry V. Levin in
17749         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17750
17751         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17752         bugs in int versus size_t comparisons.
17753         (re_string_context_at): Fix bug where the code assumed that
17754         Idx is signed.
17755
17756         Use bool where appropriate.
17757         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17758         All callers changed.
17759         (calc_eclosure_iter): Likewise, for ROOT arg.
17760         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17761         (build_charclass_op): Likewise, for NON_MATCH arg.
17762         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17763         (re_string_construct_common): Likewise, for ICASE arg.
17764         * lib/regexec.c (re_search_2_stub, re_search_stub):
17765         Likewise, for RET_LEN arg.
17766         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17767         (set_regs): Likewise, for FL_BACKTRACK arg.
17768         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17769         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17770         (calc_eclosure_iter, parse_bracket_exp):
17771         Use bool for internal variables that are booleans.
17772         * lib/regexec.c (re_search_internal, check_matching,
17773         proceed_next_node):
17774         (set_regs, build_sifted_states, sift_states_bkref):
17775         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17776         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17777         (find_collation_sequence_value):
17778         Likewise.
17779         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17780         (re_node_set_compare):
17781         Return bool, not int. All callers changed.
17782         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17783         (build_trtable, check_node_accept): Likewise.
17784         * lib/regex_internal.h: Include stdbool.h.
17785
17786         Fix bugs uncovered when converting to bool.
17787         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17788         failure instead of charging ahead blindly.
17789         * lib/regex_internal.c (register_state): Likewise.
17790         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17791         for freeing internal storage.
17792         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17793         bitset pieces used as boolean, to avoid undefined behavior
17794         on hosts that do int overflow checking.
17795
17796 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17797
17798         * config/srclist.txt: Add glibc bugs 1285-1287.
17799
17800 2005-09-01  Jim Meyering  <jim@meyering.net>
17801
17802         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17803         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17804         Require gl_STAT_MACROS, too.
17805
17806 2005-09-01  Bruno Haible  <bruno@clisp.org>
17807
17808         * gnulib-tool (import): In the first-use case, provide defaults.
17809
17810 2005-09-01  Bruno Haible  <bruno@clisp.org>
17811
17812         * gnulib-tool (func_import): Remove the .tmp files.
17813
17814 2005-09-01  Bruno Haible  <bruno@clisp.org>
17815
17816         * gnulib-tool (func_import): Fix handling of symbolic links.
17817
17818 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17819
17820         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17821         old glibc regex code mishandles strings longer than 2**31 bytes.
17822         This patch fixes this when the regex code is used in gnulib
17823         (i.e., outside glibc).
17824
17825         This patch should not affect the use of the regex code inside
17826         glibc.  No doubt this problem also needs to be handled for glibc
17827         as well, but the result will be an incompatible change to the
17828         glibc ABI, and the old ABI will have to be supported too.  That
17829         can be the the subject for another patch.
17830
17831         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17832         governing whether the rest of this patch is active.  By default,
17833         the macro is disabled and the patch has no effect.
17834         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17835         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17836         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17837         (re_match_2, re_set_registers): Use the new types.
17838         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17839         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17840         New macros.
17841         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17842         (re_string_context_at, bin_tree_t, re_dfastate_t):
17843         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17844         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17845         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17846         (re_string_char_size_at, re_string_wchar_at):
17847         (re_string_elem_size_at):
17848         Use the new types and macros to port to 64-bit hosts.
17849         Use unsigned types for internal values, so that the code
17850         mostly works even for arrays larger than SSIZE_MAX.
17851         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17852         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17853         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17854         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17855         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17856         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17857         (calc_inveclosure, parse_dup_op, build_range_exp):
17858         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17859         (fetch_number, create_token_tree, mark_opt_subexp):
17860         Likewise.
17861         * lib/regex_internal.c (re_string_construct_common,
17862         create_ci_newstate):
17863         (create_cd_newstate, re_string_allocate, re_string_construct):
17864         (re_string_realloc_buffers, build_wcs_upper_buffer):
17865         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17866         (re_string_reconstruct, re_string_peek_byte_case):
17867         (re_string_fetch_byte_case, re_string_context_at):
17868         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17869         (re_node_set_init_copy, re_node_set_add_intersect):
17870         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17871         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17872         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17873         (re_acquire_state, re_acquire_state_context, register_state):
17874         Likewise.
17875         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17876         search_cur_bkref_entry):
17877         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17878         (re_search_internal, re_search_2_stub, re_search_stub)
17879         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17880         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17881         (update_cur_sifted_state, check_dst_limits):
17882         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17883         (check_subexp_limits, sift_states_bkref, merge_state_array):
17884         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17885         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17886         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17887         (expand_bkref_cache, check_node_accept_bytes):
17888         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17889         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17890         (acquire_init_state_context, check_halt_node_context):
17891         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17892         (sift_states_backward, clean_state_log_if_needed):
17893         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17894         (find_recover_state, transit_state_sb, transit_state_mb):
17895         (transit_state_bkref, build_trtable, match_ctx_clean):
17896         Likewise.
17897         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17898         to work around an assumption that REG_MISSING is negative.
17899
17900         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17901         (seek_collating_symbol_entry) [defined _LIBC]:
17902         (lookup_collation_sequence_value) [defined _LIBC]:
17903         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17904         Use prototypes rather than old-style function definitions.
17905         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17906         (transit_state_sb) [0]:
17907         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17908
17909         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17910         rm_eo.
17911
17912         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17913         (optimize_subexps, lower_subexp):
17914         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17915         since the signed shift might overflow.  Use 1u<<31 instead.
17916         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17917         Likewise.
17918         * lib/regexec.c (check_dst_limits_calc_pos_1,
17919         check_subexp_matching_top): Likewise.
17920
17921         * lib/regcomp.c (optimize_subexps, lower_subexp):
17922         Use CHAR_BIT rather than 8, for clarity.
17923         * lib/regexec.c (check_dst_limits_calc_pos_1):
17924         (check_subexp_matching_top): Likewise.
17925         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17926         have to worry about portability issues when shifting it left.
17927         Remove no-longer-needed test for table_size > 0.
17928         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17929         in a word, as the resulting behavior is undefined.
17930         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17931         in one case, a <= should have been an <, and in another case the
17932         whole test was missing.
17933         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17934         the standard name CHAR_BIT.
17935         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17936         this is not true on one's complement and signed-magnitude hosts.
17937
17938         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17939         next_last_offset.
17940         (struct re_dfa_t): Remove unused member states_alloc.
17941         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17942
17943 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17944
17945         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17946         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17947         and large-file glibc and in 32-bit large-file Solaris.
17948
17949 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17950
17951         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17952         lengths fit in regoff_t; this isn't true if regoff_t is the same
17953         width as size_t.
17954         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17955         (= START + RANGE) instead of RANGE.  This avoids overflow
17956         problems when regoff_t is the same width as size_t.
17957         All callers changed.
17958         (re_search_2_stub): Check for overflow when adding the
17959         sizes of the two strings.
17960         (re_search_stub): Check for overflow when adding START
17961         to RANGE; if it occurs, substitute the extreme value.
17962
17963 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17964
17965         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17966
17967 2005-08-31  Jim Meyering  <jim@meyering.net>
17968
17969         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17970         a pointer-to-const.
17971         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17972         (register_state): Likewise.
17973         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17974         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17975         (group_nodes_into_DFAstates): Likewise.
17976
17977 2005-08-31  Jim Meyering  <jim@meyering.net>
17978
17979         * check-module: Add a FIXME comment.
17980
17981 2005-08-31  Eric Blake  <ebb9@byu.net>
17982
17983         * modules/unistd-safer (Files): Add unistd--.h.
17984         * modules/stdio-safer (Files): Add stdio--.h.
17985
17986 2005-08-31  Derek Price  <derek@ximbiot.com>
17987
17988         * lib/getdelim.c (getdelim): Return EOF on EOF.
17989         Reported by Larry Jones <lawrence.jones@ugs.com>.
17990
17991 2005-08-31  Bruno Haible  <bruno@clisp.org>
17992
17993         Avoid unnecessary diffs in the generated lib/Makefile.am.
17994         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17995         the generated files.
17996         (func_import): Don't set cmd.
17997
17998 2005-08-31  Bruno Haible  <bruno@clisp.org>
17999
18000         * lib/strstr.c: Include <stddef.h>, for NULL.
18001         * lib/strcasestr.c: Likewise.
18002         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18003
18004 2005-08-31  Bruno Haible  <bruno@clisp.org>
18005
18006         * gnulib-tool: New option --macro-prefix.
18007         (func_import): Use macro_prefix.
18008         (import): Handle option --macro-prefix.
18009
18010 2005-08-31  Bruno Haible  <bruno@clisp.org>
18011
18012         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18013         Also use new variables cached_lgpl, cached_libtool.
18014
18015 2005-08-31  Bruno Haible  <bruno@clisp.org>
18016
18017         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18018         always instantiating them.
18019
18020 2005-08-31  Bruno Haible  <bruno@clisp.org>
18021
18022         * gnulib-tool (func_import): Read the previous cached settings
18023         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18024         earlier added by gnulib but are now dropped. Warn when a gnulib file
18025         overwrites a non-gnulib file.
18026
18027 2005-08-31  Bruno Haible  <bruno@clisp.org>
18028
18029         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18030         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18031         projects that don't keep autogenerated files in CVS. Put into
18032         actioncmd only the specified modules, not the transitive closure.
18033
18034 2005-08-31  Bruno Haible  <bruno@clisp.org>
18035
18036         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18037         Create directories that shall be filled.
18038         (import): Don't look for gl_* macros in configure.ac. Recurse across
18039         all directories containing a gnulib-cache.m4 files, if meaningful.
18040
18041 2005-08-31  Bruno Haible  <bruno@clisp.org>
18042
18043         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18044         (import): Set seen_libtool when we see gl_LIBTOOL.
18045
18046 2005-08-31  Bruno Haible  <bruno@clisp.org>
18047
18048         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18049         declaration macro definitions from generated gnulib.m4.
18050
18051 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18052
18053         * lib/iconvme.h: Add prototype for iconv_alloc.
18054
18055 2005-08-29  Simon Josefsson  <jas@extundo.com>
18056
18057         * lib/iconvme.c: Fix errno.
18058
18059 2005-08-29  Bruno Haible  <bruno@clisp.org>
18060
18061         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18062         that it works when the directory contains spaces.
18063
18064 2005-08-29  Bruno Haible  <bruno@clisp.org>
18065
18066         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18067
18068 2005-08-29  Bruno Haible  <bruno@clisp.org>
18069
18070         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18071         Emit more advice.
18072
18073 2005-08-29  Bruno Haible  <bruno@clisp.org>
18074         and Stepan Kasal  <kasal@ucw.cz>
18075
18076         * check-module: If more parameters are given, check each of them
18077         separately; add more exceptions, as noted by Jim Meyering.
18078         (check_module): New procedure.
18079         (%exempt_header): Now contains all exceptions.
18080
18081 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18082
18083         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18084
18085 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18086
18087         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18088
18089 2005-08-28  Bruno Haible  <bruno@clisp.org>
18090
18091         * m4/gnulib-tool.m4: New file.
18092
18093 2005-08-27  Jim Meyering  <jim@meyering.net>
18094
18095         * modules/unistd-safer (Files): Add pipe-safer.c.
18096         * modules/fcntl-safer (Files): Add creat-safer.c.
18097
18098 2005-08-27  Jim Meyering  <jim@meyering.net>
18099
18100         * m4/stdlib-safer.m4: New file.  From coreutils.
18101         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18102         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18103         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18104         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18105         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18106
18107 2005-08-27  Jim Meyering  <jim@meyering.net>
18108
18109         * lib/fopen-safer.c: Merge minor changes from coreutils.
18110         * lib/dup-safer.c: Likewise.
18111         * lib/fd-safer.c: Likewise.
18112
18113         Merge from coreutils.
18114         * lib/stdio--.h: New file.
18115         * lib/stdlib--.h: New file.
18116         * lib/mkstemp-safer.c: New file.
18117
18118         GNU tar needs these.
18119         * lib/pipe-safer.c: New file.
18120         * lib/creat-safer.c: New file.
18121         * lib/fcntl--.h (creat): Define to creat_safer.
18122         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18123         * lib/unistd--.h (pipe): Define to pipe_safer.
18124         * lib/unistd-safer.h: Declare pipe_safer.
18125
18126 2005-08-26  Simon Josefsson  <jas@extundo.com>
18127
18128         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18129         Haible <bruno@clisp.org>.
18130
18131 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18132
18133         * lib/regex_internal.h: Remove all references to
18134         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18135         or better.
18136         (bitset_not, bitset_merge, bitset_not_merge):
18137         (bitset_mask, re_string_allocate, re_string_construct):
18138         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18139         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18140         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18141         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18142         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18143         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18144         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18145         (re_acquire_state_context):
18146         Remove unnecessary forward decls.
18147         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18148         Put __attribute at function definition,
18149         now that the function decl has been removed.
18150         * lib/regex_internal.c (re_string_peek_byte_case):
18151         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18152         Likewise.
18153
18154 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18155
18156         * m4/regex.m4: Add AC_PREREQ(2.50).
18157         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18158
18159 2005-08-25  Simon Josefsson  <jas@extundo.com>
18160
18161         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18162         __fsetlocking.
18163
18164 2005-08-25  Simon Josefsson  <jas@extundo.com>
18165
18166         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18167         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18168         GLIBC specific code.
18169
18170 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18171
18172         Make regex safe for g++.  This fixes one real bug (an "err"
18173         that should have been "*err").  g++ problem reported by
18174         Sam Steingold.
18175         * lib/regex_internal.h (re_calloc): New macro, consistent with
18176         re_malloc etc.  All callers of calloc changed to use re_calloc.
18177         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18178         not int.  All callers changed.
18179         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18180         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18181         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18182         (find_recover_state): Change "err" to "*err"; this fixes what
18183         appears to be a real bug.
18184         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18185         versus int.
18186
18187 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18188
18189         * modules/regex (Depends-on): Add malloc, since the code
18190         assumes that !malloc(0) means failure.
18191
18192 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18193
18194         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18195
18196         alloca modernization/simplification for regex.
18197         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18198         needs to be at the start of the file, and can be moved into
18199         regex_internal.h and simplified.
18200         * lib/regex_internal.h: Include <alloca.h>.
18201         (__libc_use_alloca) [!defined _LIBC]: New macro.
18202         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18203         now works outside glibc.
18204
18205 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18206
18207         * config/srclist.txt: Add glibc bugs 1241, 1245.
18208
18209 2005-08-25  Jim Meyering  <jim@meyering.net>
18210
18211         * lib/open-safer.c: Include <config.h>.
18212         Otherwise, we'd lose LARGEFILE support in any file using
18213         e.g. "fcntl--.h"
18214
18215 2005-08-25  Bruno Haible  <bruno@clisp.org>
18216
18217         * m4/minmax.m4: Require autoconf 2.52.
18218         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18219         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18220         alternatives of translit over the alphabet.
18221         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18222
18223 2005-08-24  Simon Josefsson  <jas@extundo.com>
18224
18225         * tests/test-getpass.c: New file.
18226
18227 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18228
18229         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18230         for GNU regex features.
18231
18232 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18233
18234         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18235         * lib/regex.h (regerror): Likewise.
18236
18237         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18238         requires this.  (The code never needed it.)
18239
18240         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18241         All uses of recently-renamed identifiers changed to use the new,
18242         POSIX-compliant names.  The code will build and run just fine
18243         without these changes, but it's better to eat our own dog food
18244         and use the standard-conforming names.
18245
18246         * lib/regex.h: Fix a multitude of POSIX name space violations.
18247         These changes have an effect only for programs that define
18248         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18249         do not change anything for programs compiled in the normal way.
18250         Also, there is no effect on the ABI.
18251
18252         (_REGEX_SOURCE): New macro.
18253         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18254         defined and _GNU_SOURCE is not; this fixes a name space violation.
18255
18256         Rename the following macros to obey POSIX requirements.
18257         The old names are still visible as macros if _REGEX_SOURCE is defined.
18258         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18259         RE_BACKSLASH_ESCAPE_IN_LISTS.
18260         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18261         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18262         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18263         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18264         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18265         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18266         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18267         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18268         (REG_INTERVALS): renamed from RE_INTERVALS.
18269         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18270         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18271         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18272         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18273         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18274         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18275         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18276         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18277         RE_UNMATCHED_RIGHT_PAREN_ORD.
18278         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18279         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18280         (REG_DEBUG): renamed from RE_DEBUG.
18281         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18282         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18283         unusual, since we can't clash with the POSIX REG_ICASE.
18284         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18285         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18286         (REG_NO_SUB): renamed from RE_NO_SUB.
18287         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18288         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18289         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18290         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18291         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18292         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18293         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18294         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18295         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18296         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18297         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18298         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18299         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18300         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18301         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18302         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18303         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18304         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18305         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18306         (REG_FIXED): Renamed from REGS_FIXED.
18307         (REG_NREGS): Renamed from RE_NREGS.
18308
18309         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18310         of other REG_* macros, since POSIX says the user is allowed to
18311         #undef these macros selectively.
18312
18313         (reg_errcode_t): Update comment stating what other tables need
18314         to be consistent.
18315
18316         Rename the following enum values to obey POSIX requirements.
18317         The old names are still visible as macros.
18318         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18319         is not defined, since GNU is supposed to be a superset of POSIX as
18320         much as possible, and since we want reg_errcode_t to be a signed
18321         type for implementation consistency.
18322         (_REG_NOERROR): Renamed from REG_NOERROR.
18323         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18324         (_REG_BADPAT): Renamed from REG_BADPAT.
18325         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18326         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18327         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18328         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18329         (_REG_EBRACK): Renamed from REG_EBRACK.
18330         (_REG_EPAREN): Renamed from REG_EPAREN.
18331         (_REG_EBRACE): Renamed from REG_EBRACE.
18332         (_REG_BADBR): Renamed from REG_BADBR.
18333         (_REG_ERANGE): Renamed from REG_ERANGE.
18334         (_REG_ESPACE): Renamed from REG_ESPACE.
18335         (_REG_BADRPT): Renamed from REG_BADRPT.
18336         (_REG_EEND): Renamed from REG_EEND.
18337         (_REG_ESIZE): Renamed from REG_ESIZE.
18338         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18339         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18340         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18341         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18342         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18343
18344         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18345         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18346         changed.  But support the old name if the new one is not defined
18347         and if _REGEX_SOURCE.
18348
18349         Change the following member names in struct re_pattern_buffer.
18350         The old names are still supported if !_REGEX_SOURCE.
18351         The new names are always supported, regardless of _REGEX_SOURCE.
18352         (re_buffer): Renamed from buffer.
18353         (re_allocated): Renamed from allocated.
18354         (re_used): Renamed from used.
18355         (re_syntax): Renamed from syntax.
18356         (re_fastmap): Renamed from fastmap.
18357         (re_translate): Renamed from translate.
18358         (re_can_be_null): Renamed from can_be_null.
18359         (re_regs_allocated): Renamed from regs_allocated.
18360         (re_fastmap_accurate): Renamed from fastmap_accurate.
18361         (re_no_sub): Renamed from no_sub.
18362         (re_not_bol): Renamed from not_bol.
18363         (re_not_eol): Renamed from not_eol.
18364         (re_newline_anchor): Renamed from newline_anchor.
18365
18366         Change the following member names in struct re_registers.
18367         The old names are still supported if !_REGEX_SOURCE.
18368         The new names are always supported, regardless of _REGEX_SOURCE.
18369         (rm_num_regs): Renamed from num_regs.
18370         (rm_start): Renamed from start.
18371         (rm_end): Renamed from end.
18372
18373         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18374         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18375         Prepend __ to parameter names.
18376
18377         Undo yesterday's changes.
18378
18379 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18380
18381         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18382         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18383         lib/regex.c.
18384
18385 2005-08-24  Jim Meyering  <jim@meyering.net>
18386
18387         Sync from coreutils.
18388         * m4/fcntl-safer.m4: New file.
18389
18390         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18391         and object files for this module.
18392
18393 2005-08-24  Jim Meyering  <jim@meyering.net>
18394
18395         Sync from coreutils.
18396         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18397
18398 2005-08-24  Jim Meyering  <jim@meyering.net>
18399
18400         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18401         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18402
18403 2005-08-24  Jim Meyering  <jim@meyering.net>
18404
18405         * modules/fcntl-safer: New module.
18406         * modules/fts (Depends-on): Add fcntl-safer.
18407         * MODULES.html.sh (File descriptor based Input/Output):
18408         Add fcntl-safer.
18409
18410 2005-08-24  Bruno Haible  <bruno@clisp.org>
18411
18412         Support for unit test modules.
18413         * modules/README: Mention tests modules.
18414         * modules/TEMPLATE-TESTS: New file.
18415         * gnulib-tool: New options --extract-tests-module, --with-tests and
18416         --tests-base (unused for the moment).
18417         (testsbase, inctests): New variables.
18418         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18419         (func_verify_module): Exclude TEMPLATE-TESTS.
18420         (func_verify_nontests_module, func_verify_tests_module): New functions.
18421         (func_get_dependencies): Add implicit dependency for tests modules.
18422         (func_get_tests_module): New function.
18423         (func_modules_transitive_closure): When --with-tests was specified,
18424         include the unit tests as well, unless explicitly avoided.
18425         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18426         (func_emit_tests_Makefile_am): New function.
18427         (func_create_testdir): When --with-tests was specified, emit a
18428         tests/ directory.
18429         * MODULES.html.sh (Future developments): Update.
18430
18431 2005-08-24  Bruno Haible  <bruno@clisp.org>
18432
18433         * modules/tls-tests: New file.
18434         * tests/test-tls.c: New file, from GNU gettext.
18435
18436 2005-08-24  Bruno Haible  <bruno@clisp.org>
18437
18438         * modules/lock-tests: New file.
18439         * tests/test-lock.c: New file, from GNU gettext.
18440
18441 2005-08-24  Bruno Haible  <bruno@clisp.org>
18442
18443         * lib/lock.h: Add multiple inclusion guard.
18444         * lib/tls.h: Add multiple inclusion guard.
18445
18446 2005-08-24  Bruno Haible  <bruno@clisp.org>
18447
18448         * gnulib-tool: Add support for the --aux-dir option to
18449         --create-testdir, --create-megatestdir, --test, --megatest.
18450         (func_create_testdir, func_create_megatestdir): Optionally emit a
18451         AC_CONFIG_AUX_DIR directive.
18452         (create-testdir, create-megatestdir, test, megatest): Provide a
18453         default value for $auxdir.
18454
18455 2005-08-24  Bruno Haible  <bruno@clisp.org>
18456
18457         * gnulib-tool (import): Use compound statement instead of subshell
18458         where possible.
18459
18460 2005-08-24  Bruno Haible  <bruno@clisp.org>
18461
18462         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18463
18464 2005-08-24  Bruno Haible  <bruno@clisp.org>
18465
18466         * gnulib-tool (func_version): Update.
18467
18468 2005-08-24  Bruno Haible  <bruno@clisp.org>
18469
18470         * gnulib-tool (func_import, func_create_testdir,
18471         func_create_megatestdir): Quote all autoconf macro arguments.
18472
18473 2005-08-24  Bruno Haible  <bruno@clisp.org>
18474
18475         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18476         option --force, because --force causes the aclocal.m4 of each
18477         subdirectory to be newer than the corresponding config.h.in.
18478
18479 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18480
18481         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18482         All contents moved to gl_REGEX.
18483         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18484         assume that it does.
18485
18486 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18487
18488         * lib/regex.h (REG_NOSYS)
18489         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18490         Define, since POSIX requires it as of 2001.
18491         (_REG_ENOSYS)
18492         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18493         New private symbol, used to keep the enum signed in all cases.
18494         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18495         Youngman in
18496         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18497
18498         * lib/regex_internal.c (re_string_skip_chars, register_state):
18499         (calc_state_hash):
18500         Remove forward decls; no longer needed now that we use prototypes.
18501         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18502         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18503         (clean_state_log_if_needed): Likewise.
18504
18505 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18506
18507         * config/srclist.txt: Add glibc bugs 1231-1233.
18508
18509 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18510
18511         Fix problems reported by Sam Steingold in
18512         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18513         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18514         assumed that reg_errcode_t is a signed type, which is not
18515         necessarily true if _XOPEN_SOURCE is not defined.
18516         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18517         since some compilers warn about it otherwise.
18518
18519 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18520
18521         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18522         (init_word_char, create_initial_state, duplicate_node_closure):
18523         (fetch_token, peek_token_bracket, build_range_exp):
18524         (build_collating_symbol): Remove forward decls; no longer needed
18525         now that we use prototypes.
18526
18527         * lib/regcomp.c:
18528         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18529         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18530         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18531         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18532         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18533         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18534         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18535         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18536         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18537         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18538         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18539         (build_charclass, build_charclass_op, fetch_number, create_tree):
18540         (create_token_tree, mark_opt_subexp, duplicate_tree):
18541         Use prototypes rather than old-style definitions.
18542
18543         * lib/regex_internal.c:
18544         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18545         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18546         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18547         (re_string_reconstruct, re_string_peek_byte_case):
18548         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18549         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18550         (re_node_set_init_copy, re_node_set_add_intersect):
18551         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18552         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18553         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18554         (re_acquire_state, re_acquire_state_context, register_state):
18555         (create_ci_newstate, create_cd_newstate, free_state):
18556         Likewise.
18557         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18558         re_search_2):
18559         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18560         (re_search_internal, prune_impossible_nodes):
18561         (acquire_init_state_context, check_matching, static):
18562         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18563         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18564         (update_regs, sift_states_backward, build_sifted_states):
18565         (clean_state_log_if_needed, merge_state_array):
18566         (update_cur_sifted_state, add_epsilon_src_nodes):
18567         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18568         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18569         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18570         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18571         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18572         (check_arrival, check_arrival_add_next_nodes):
18573         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18574         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18575         (check_node_accept_bytes, check_node_accept, extend_buffers):
18576         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18577         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18578         (sift_ctx_init):
18579         Likewise.
18580
18581         * lib/regex_internal.h:
18582         (re_string_allocate, re_string_construct, re_string_reconstruct):
18583         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18584         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18585         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18586         (re_string_context_at, re_string_peek_byte_case):
18587         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18588         is defined, since we now use prototypes always.
18589
18590         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18591         C89 or better.  All uses removed.
18592
18593 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18594
18595         * config/srclist.txt: Add glibc bugs 1220-1227.
18596
18597 2005-08-20  Jim Meyering  <jim@meyering.net>
18598
18599         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18600         of unused local, dfa.
18601
18602 2005-08-20  Bruno Haible  <bruno@clisp.org>
18603
18604         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18605
18606 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18607
18608         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18609         (re_node_set_insert_last, re_dfa_add_node):
18610         Rename local variables to avoid GCC shadowing warnings.
18611
18612 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18613
18614         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18615         [defined lint]: Suppress bogus uninitialized-variable warnings.
18616
18617         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18618         and let the caller return REG_ESPACE if out of space.  This
18619         removes an uninitialied-variable warning with GCC 4.0.1, and also
18620         avoids taking the address of a local variable.  All callers
18621         changed.
18622
18623 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18624
18625         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18626         $LIBCSRC/posix/regexec.c.
18627         Add glibc bug 1217 for regcomp.c.
18628
18629 2005-08-19  Jim Meyering  <jim@meyering.net>
18630
18631         * lib/regexec.c (proceed_next_node): Redo local variables to
18632         avoid GCC shadowing warnings.
18633
18634 2005-08-18  Bruno Haible  <bruno@clisp.org>
18635
18636         * lib/strstr.c (strstr): Fix return value in multibyte case.
18637         * lib/strcasestr.c (strcasestr): Likewise.
18638
18639 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18640
18641         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18642
18643 2005-08-17  Jim Meyering  <jim@meyering.net>
18644
18645         Make the %s format (seconds since the epoch) work for a negative
18646         number and when used with a zero-padded field width, e.g. %015s.
18647
18648         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18649         label so that it precedes the code to set `digits'.  Otherwise,
18650         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18651         print `00-22'.  Now, it prints `-0022', as it should.
18652
18653 2005-08-17  Bruno Haible  <bruno@clisp.org>
18654
18655         * modules/strstr (Files): Add m4/mbrtowc.m4.
18656         (Depends-on): Add mbuiter.
18657
18658 2005-08-17  Bruno Haible  <bruno@clisp.org>
18659
18660         * modules/strcasestr: New file.
18661         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18662         strcasestr.
18663
18664 2005-08-17  Bruno Haible  <bruno@clisp.org>
18665
18666         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18667
18668 2005-08-17  Bruno Haible  <bruno@clisp.org>
18669
18670         * modules/mbuiter: New file.
18671         * MODULES.html.sh (Extended multibyte and wide character utilities):
18672         Add mbuiter.
18673
18674 2005-08-17  Bruno Haible  <bruno@clisp.org>
18675
18676         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18677         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18678
18679 2005-08-17  Bruno Haible  <bruno@clisp.org>
18680
18681         * m4/strcasestr.m4: New file.
18682
18683 2005-08-17  Bruno Haible  <bruno@clisp.org>
18684
18685         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18686         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18687
18688 2005-08-17  Bruno Haible  <bruno@clisp.org>
18689
18690         * lib/strcasestr.h: New file.
18691         * lib/strcasestr.c: New file.
18692
18693 2005-08-17  Bruno Haible  <bruno@clisp.org>
18694
18695         * lib/strcasecmp.c: Use mbuiter.h.
18696
18697 2005-08-17  Bruno Haible  <bruno@clisp.org>
18698
18699         * lib/mbuiter.h: New file.
18700
18701 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18702
18703         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18704         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18705         and gl_GETOPT are both invoked via different paths (as happens
18706         with GNU tar CVS because it uses both argp and getopt), the former
18707         wins.
18708
18709 2005-08-16  Bruno Haible  <bruno@clisp.org>
18710
18711         * modules/tls: New file.
18712         * MODULES.html.sh (Multithreading): Add tls.
18713
18714 2005-08-16  Bruno Haible  <bruno@clisp.org>
18715
18716         * modules/strnlen1: New file.
18717         * MODULES.html.sh (String handling): Add strnlen1.
18718
18719 2005-08-16  Bruno Haible  <bruno@clisp.org>
18720
18721         * modules/strcase (Files): Add m4/mbrtowc.m4.
18722         (Depends-on): Add strnlen1, mbchar.
18723
18724 2005-08-16  Bruno Haible  <bruno@clisp.org>
18725
18726         * modules/mbiter: New file.
18727         * MODULES.html.sh (Extended multibyte and wide character utilities):
18728         Add mbiter.
18729
18730 2005-08-16  Bruno Haible  <bruno@clisp.org>
18731
18732         * modules/mbfile: New file.
18733         * MODULES.html.sh (Extended multibyte and wide character utilities):
18734         Add mbfile.
18735
18736 2005-08-16  Bruno Haible  <bruno@clisp.org>
18737
18738         * modules/mbchar: New file.
18739         * MODULES.html.sh (Extended multibyte and wide character utilities):
18740         New section.
18741
18742 2005-08-16  Bruno Haible  <bruno@clisp.org>
18743
18744         * m4/tls.m4: New file, from GNU gettext.
18745
18746 2005-08-16  Bruno Haible  <bruno@clisp.org>
18747
18748         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18749         always.
18750         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18751
18752 2005-08-16  Bruno Haible  <bruno@clisp.org>
18753
18754         * m4/mbiter.m4: New file.
18755
18756 2005-08-16  Bruno Haible  <bruno@clisp.org>
18757
18758         * m4/mbfile.m4: New file.
18759
18760 2005-08-16  Bruno Haible  <bruno@clisp.org>
18761
18762         * m4/mbchar.m4: New file.
18763
18764 2005-08-16  Bruno Haible  <bruno@clisp.org>
18765
18766         * lib/tls.h: New file, from GNU gettext.
18767         * lib/tls.c: New file, from GNU gettext.
18768
18769 2005-08-16  Bruno Haible  <bruno@clisp.org>
18770
18771         * lib/strnlen1.h: New file.
18772         * lib/strnlen1.c: New file.
18773
18774 2005-08-16  Bruno Haible  <bruno@clisp.org>
18775
18776         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18777         (mbi_init): Update.
18778         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18779         NUL byte, not after it.
18780
18781 2005-08-16  Bruno Haible  <bruno@clisp.org>
18782
18783         * lib/strcase.h (strcasecmp): Add note in comments.
18784         * lib/strncasecmp.c: Use code from strcasecmp.c.
18785         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18786         (strcasecmp): Work correctly in multibyte locales.
18787
18788 2005-08-16  Bruno Haible  <bruno@clisp.org>
18789
18790         * lib/mbiter.h: New file.
18791
18792 2005-08-16  Bruno Haible  <bruno@clisp.org>
18793
18794         * lib/mbfile.h: New file.
18795
18796 2005-08-16  Bruno Haible  <bruno@clisp.org>
18797
18798         * lib/mbchar.h: New file.
18799         * lib/mbchar.c: New file.
18800
18801 2005-08-16  Bruno Haible  <bruno@clisp.org>
18802
18803         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18804         the valid ones. Makes the comparison operations transitive:
18805         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18806         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18807
18808 2005-08-15  Simon Josefsson  <jas@extundo.com>
18809
18810         * modules/ssize_t (License): Change to 'unlimited'.
18811
18812         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18813
18814 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18815
18816         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18817         Add comments for each pending glibc patch.
18818
18819 2005-08-15  Bruno Haible  <bruno@clisp.org>
18820
18821         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18822         __cplusplus is defined.
18823
18824 2005-08-14  Jim Meyering  <jim@meyering.net>
18825
18826         Sync from coreutils.
18827
18828         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18829         Use the hash-table-based cycle-detection code not just when
18830         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18831         Reported by James Youngman in
18832         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18833         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18834         FTS_TIGHT_CYCLE_CHECK.
18835         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18836         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18837         once again.
18838         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18839         * lib/fts.c (fd_safer): Remove decl.
18840         Include fcntl--.h rather than unistd-safer.h
18841         (fts_safe_changedir): Don't call fd_safer; no longer needed
18842         now that we include fcntl--.h.
18843
18844 2005-08-12  Simon Josefsson  <jas@extundo.com>
18845
18846         * modules/getndelim2: Use ssize_t module.
18847         * modules/getnline: Likewise.
18848         * modules/safe-read: Likewise.
18849         * modules/xreadlink: Likewise.
18850
18851         * modules/ssize_t: New file.
18852
18853 2005-08-12  Simon Josefsson  <jas@extundo.com>
18854
18855         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18856
18857 2005-08-12  Simon Josefsson  <jas@extundo.com>
18858
18859         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18860         ssize_t.
18861
18862 2005-08-12  Simon Josefsson  <jas@extundo.com>
18863
18864         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18865         readline, getdelim and check_version.
18866         (Support for systems lacking ISO C 99: Sizes of integer types):
18867         Add size_max.
18868
18869 2005-08-12  Bruno Haible  <bruno@clisp.org>
18870
18871         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18872
18873 2005-08-11  Simon Josefsson  <jas@extundo.com>
18874
18875         * modules/readline: New file.
18876
18877         * modules/strnlen (Files): Add strnlen.h.
18878
18879 2005-08-11  Simon Josefsson  <jas@extundo.com>
18880
18881         * m4/readline.m4: New file.
18882
18883 2005-08-11  Simon Josefsson  <jas@extundo.com>
18884
18885         * lib/readline.h, readline.c: New file.
18886
18887 2005-08-11  Simon Josefsson  <jas@extundo.com>
18888
18889         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18890         gl_AVOID.
18891
18892 2005-08-11  Bruno Haible  <bruno@clisp.org>
18893
18894         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18895
18896 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18897
18898         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18899
18900 2005-08-10  Simon Josefsson  <jas@extundo.com>
18901
18902         * tests/test-iconvme.c: New file.
18903
18904 2005-08-10  Simon Josefsson  <jas@extundo.com>
18905
18906         * m4/strnlen.m4: New file.
18907
18908         * m4/strndup.m4: Don't check for strnlen declaration, done in
18909         strnlen.m4.
18910
18911 2005-08-10  Simon Josefsson  <jas@extundo.com>
18912
18913         * lib/strndup.c: Use strnlen.h.
18914
18915         * lib/strnlen.h: New file.
18916
18917 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18918
18919         * README: Typos.
18920
18921 2005-08-02  Simon Josefsson  <jas@extundo.com>
18922
18923         * modules/readline: New file.
18924
18925 2005-08-02  Simon Josefsson  <jas@extundo.com>
18926
18927         * modules/getdelim: New file.
18928
18929         * modules/getline: Rewrite, don't use getndelim2.
18930
18931 2005-08-02  Simon Josefsson  <jas@extundo.com>
18932
18933         * m4/getline.m4: Separate out getdelim stuff into separate module.
18934
18935         * m4/getdelim.m4: New file.
18936
18937 2005-08-02  Simon Josefsson  <jas@extundo.com>
18938
18939         * lib/getline.h, getline.c: Rewrite.
18940
18941         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18942
18943 2005-07-31  Bruno Haible  <bruno@clisp.org>
18944
18945         * lib/lock.h (gl_lock_initializer): New macro.
18946         (gl_lock_define_initialized): Use it.
18947         (gl_rwlock_initializer): New macro.
18948         (gl_rwlock_define_initialized): Use it.
18949         (gl_recursive_lock_initializer): New macro.
18950         (gl_recursive_lock_define_initialized): Use it.
18951
18952 2005-07-30  Karl Berry  <karl@gnu.org>
18953
18954         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18955         Report from Ben Pfaff, regarding getopt.
18956
18957 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18958
18959         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18960         normal way.
18961         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18962         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18963         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18964         (gl_GETOPT): Use the new macros.  Most of the implementation
18965         is moved to the new macros.  This is for programs like Emacs
18966         that don't want all the functionality of gl_GETOPT.
18967
18968 2005-07-26  Bruno Haible  <bruno@clisp.org>
18969
18970         * m4/lock.m4: Update from GNU gettext.
18971
18972 2005-07-26  Bruno Haible  <bruno@clisp.org>
18973
18974         * lib/lock.h: Update from GNU gettext.
18975         * lib/lock.c: Update from GNU gettext.
18976
18977 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18978
18979         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18980         obsolescent AC_TRY_RUN.  Include the default includes files, for
18981         'exit'.
18982
18983 2005-07-24  Bruno Haible  <bruno@clisp.org>
18984
18985         * modules/visibility: New file.
18986         * MODULES.html.sh (Misc): Add visibility.
18987
18988 2005-07-24  Bruno Haible  <bruno@clisp.org>
18989
18990         * m4/visibility.m4: New file.
18991
18992 2005-07-24  Bruno Haible  <bruno@clisp.org>
18993
18994         * doc/visibility.texi: New file.
18995
18996 2005-07-22  Bruno Haible  <bruno@clisp.org>
18997
18998         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18999         $(ALLOCA_H), redundant through BUILT_SOURCES.
19000         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19001         redundant through BUILT_SOURCES.
19002         * modules/byteswap (Makefile.am): Remove explicit dependency on
19003         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19004         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19005         $(FNMATCH_H), redundant through BUILT_SOURCES.
19006         * modules/getopt (Makefile.am): Remove explicit dependency on
19007         $(GETOPT_H), redundant through BUILT_SOURCES.
19008         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19009         redundant through BUILT_SOURCES.
19010         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19011         redundant through BUILT_SOURCES.
19012         * modules/stdbool (Makefile.am): Remove explicit dependency on
19013         $(STDBOOL_H), redundant through BUILT_SOURCES.
19014         * modules/stdint (Makefile.am): Remove explicit dependency on
19015         $(STDINT_H), redundant through BUILT_SOURCES.
19016         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19017         Remove explicit dependency on $(SYSEXITS_H).
19018         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19019
19020 2005-07-18  Simon Josefsson  <jas@extundo.com>
19021
19022         * lib/check-version.c (check_version): Accept identical versions too.
19023
19024 2005-07-18  Bruno Haible  <bruno@clisp.org>
19025
19026         * modules/lock: New file.
19027         * MODULES.html.sh (Multithreading): New section.
19028
19029 2005-07-18  Bruno Haible  <bruno@clisp.org>
19030
19031         * m4/lock.m4: New file, from GNU gettext.
19032
19033 2005-07-18  Bruno Haible  <bruno@clisp.org>
19034
19035         * lib/lock.h: New file, from GNU gettext.
19036         * lib/lock.c: New file, from GNU gettext.
19037
19038 2005-07-18  Bruno Haible  <bruno@clisp.org>
19039
19040         * lib/lock.h (gl_once_t): New type.
19041         (gl_once_define, gl_once): New macros.
19042         * lib/lock.c (fresh_once): New variable.
19043         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19044         functions.
19045
19046 2005-07-16  Simon Josefsson  <jas@extundo.com>
19047
19048         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19049         workaround, suggested by Bruno.
19050
19051 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19052
19053         * modules/xalloc (Depends-on): Add xalloc-die.
19054         * modules/xvasprintf (Depends-on): Add xalloc-die.
19055
19056 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19057
19058         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19059         with a minor change.
19060
19061 2005-07-15  Bruno Haible  <bruno@clisp.org>
19062
19063         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19064         When using lib/poll.c, define poll as rpl_poll.
19065
19066 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19067
19068         * modules/argp (Depends-on): Remove unlocked-io.
19069
19070 2005-07-14  Derek Price  <derek@ximbiot.com>
19071
19072         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19073         for glob symlink bug.
19074
19075 2005-07-14  Bruno Haible  <bruno@clisp.org>
19076
19077         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19078         Instead, test for *_unlocked function declarations directly.
19079
19080 2005-07-11  Simon Josefsson  <jas@extundo.com>
19081
19082         * modules/size_max: New file.
19083
19084         * modules/xsize: Depend on size_max module for size_max.m4.
19085
19086 2005-07-11  Simon Josefsson  <jas@extundo.com>
19087
19088         * lib/size_max.h: New file.
19089
19090 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19091
19092         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19093         copyright symbol and the year.
19094         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19095         (version_etc_va): Use parameterized copyright notice.
19096         Reword to conform to the current GNU coding standards.
19097
19098 2005-07-11  Karl Berry  <karl@gnu.org>
19099
19100         * doc/gnulib.texi (Quoting): new node.
19101         (Initial import): more info, from Patrice.
19102
19103 2005-07-11  Bruno Haible  <bruno@clisp.org>
19104
19105         * gnulib-tool (func_usage): Document option --avoid.
19106         (Command line options): Handle --avoid.
19107         (func_acceptable): New function.
19108         (func_modules_transitive_closure): Use it.
19109
19110 2005-07-11  Bruno Haible  <bruno@clisp.org>
19111
19112         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19113         Reported by Jim Meyering.
19114
19115 2005-07-10  Bruno Haible  <bruno@clisp.org>
19116
19117         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19118         Needed when size_t is smaller than 'unsigned int'.
19119         Reported by Paul Eggert.
19120
19121 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19122
19123         * modules/argp (Depends-on): Add unlocked-io
19124
19125 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19126
19127         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19128         block of defines.
19129
19130 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19131
19132         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19133         fix now.
19134
19135 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19136         and Paul Eggert  <eggert@cs.ucla.edu>
19137
19138         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19139         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19140
19141 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19142
19143         * modules/regex (Files): Add lib/regex_internal.c,
19144         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19145         (Depends-on): Add extensions.
19146         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19147
19148 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19149
19150         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19151         pathconf.
19152         * m4/same.m4 (gl_SAME): Likewise.
19153         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19154
19155         * m4/regex.m4: Adjust to new libc regex implementation.
19156         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19157         all the .c and .h parts of (the new) regex.
19158         Quote the m4 stuff better.
19159         Check for RE_ICASE bug of old gnulib.
19160         Check for REG_STARTEND of recent libc.
19161         Rename local variables from jm_* to gl_*.
19162         Quote operand of "test -f".
19163         Say "recent enough" version of libc, not "version 2".
19164         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19165         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19166         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19167         Remove check for btowc, isascii.
19168         Require AM_LANGINFO_CODESET.
19169
19170 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19171
19172         * lib/regex.c, regex.h: Sync from libc.
19173         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19174         * lib/regexec.c:
19175         New files, synced from libc, except that regex_internal.h
19176         currently has a small porting fix.
19177
19178 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19179
19180         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19181         regex_internal.c, regexec.c.
19182         Add regex_internal.h too, but as a comment, since the libc version
19183         is currently broken in gnulib mode.
19184
19185 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19186
19187         Support programs like Emacs that use gnulib but not gettext.
19188         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19189         * modules/gettext-h: New file.
19190         * modules/gettext (Files): Remove lib/gettext.h.
19191         (Depends-on): Add gettext-h.
19192         (Makefile.am): Remove lib_SOURCES.
19193         * modules/argmatch, modules/c-stack, modules/closeout:
19194         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19195         * modules/execute, modules/file-type, modules/getaddrinfo:
19196         * modules/getopt, modules/human, modules/javacomp:
19197         * modules/javaexec, modules/mkdir-p, modules/obstack:
19198         * modules/openat, modules/pagealign_alloc, modules/pipe:
19199         * modules/quotearg, modules/regex, modules/rpmatch:
19200         * modules/unicodeio, modules/userspec, modules/version-etc:
19201         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19202         * modules/xsetenv:
19203         Depend on gettext-h, not gettext.
19204
19205 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19206
19207         * gnulib-tool (func_import): Add support for 'public domain' license.
19208         * modules/alloca, modules/atexit, modules/memmove:
19209         Now public domain, not GPL.
19210         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19211         * modules/realloc, modules/strerror, modules/strtod:
19212         Now LGPL, not GPL.
19213
19214 2005-07-05  Bruno Haible  <bruno@clisp.org>
19215
19216         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19217         autoconf CVS. Needed for mingw.
19218
19219 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19220
19221         Remove the dependency of the strftime module on the tzset module.
19222         * modules/strftime (Depends-on): Remove dependency on tzset.
19223
19224 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19225
19226         Remove the dependency of the strftime module on the tzset module.
19227         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19228         gl_FUNC_TZSET_CLOBBER.
19229
19230 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19231
19232         Remove the dependency of the strftime module on the tzset module.
19233         * lib/strftime.c (my_strftime)
19234         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19235         Copy the input structure, to work around some of the bug with
19236         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19237         Solaris releases, you should also use the tzset module, but we won't
19238         require it as a dependency any more since we don't want LGPLed code
19239         to depend on GPLed code.
19240
19241 2005-07-02  Jim Meyering  <jim@meyering.net>
19242
19243         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19244         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19245         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19246         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19247
19248 2005-07-02  Jim Meyering  <jim@meyering.net>
19249
19250         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19251
19252 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19253
19254         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19255         declares only 'struct timespec;' (!).
19256
19257 2005-07-01  Jim Meyering  <jim@meyering.net>
19258
19259         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19260         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19261         * lib/save-cwd.c, tempname.c:
19262         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19263         and don't include <sys/file.h>).
19264
19265 2005-06-29  Jim Meyering  <jim@meyering.net>
19266
19267         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19268         type name.  Use the variable name instead.
19269         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19270         Likewise.
19271
19272 2005-06-28  Simon Josefsson  <jas@extundo.com>
19273
19274         * modules/check-version (Files): Add check-version.m4.
19275
19276 2005-06-28  Simon Josefsson  <jas@extundo.com>
19277
19278         * m4/check-version.m4: New file, suggested by Jim Meyering
19279         <jim@meyering.net>.
19280
19281 2005-06-28  Simon Josefsson  <jas@extundo.com>
19282
19283         * lib/check-version.h, lib/check-version.c: New files.
19284
19285 2005-06-28  Simon Josefsson  <jas@extundo.com>
19286
19287         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19288         collision with global variable.  Better indentation.  Don't
19289         increment buffer pointer beyond buffer end.  Based on comments
19290         from Paul Eggert <eggert@cs.ucla.edu>.
19291
19292         * lib/base64.h: Indent.
19293
19294 2005-06-28  Simon Josefsson  <jas@extundo.com>
19295
19296         * doc/gnulib.texi (Library version handling): New section.
19297
19298 2005-06-28  Jim Meyering  <jim@meyering.net>
19299
19300         * check-module (find_included_lib_files): Hard-code another
19301         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19302         but modules/fts-lgpl (correctly) does not list those files.
19303
19304         * modules/canonicalize (Files): Add lib/pathmax.h.
19305
19306 2005-06-25  Simon Josefsson  <jas@extundo.com>
19307
19308         * modules/check-version: New file.
19309
19310 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19311
19312         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19313         initializer of struct addrinfo, as an indication that we don't
19314         care how many members the structure has.
19315
19316 2005-06-24  Derek Price  <derek@ximbiot.com>
19317         and Bruno Haible  <bruno@clisp.org>
19318
19319         Remove stat module & update lstat.
19320         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19321         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19322         * m4/stat.m4: Remove this file.
19323
19324 2005-06-24  Derek Price  <derek@ximbiot.com>
19325         and Bruno Haible  <bruno@clisp.org>
19326
19327         Remove stat module & update lstat.
19328         * lib/stat.c: Remove this file...
19329         (slash_aware_lstat): ...moving this content and its support...
19330         * lib/lstat.c (rpl_lstat): ...into here.
19331         * lib/lstat.h: New file.
19332
19333 2005-06-24  Derek Price  <derek@ximbiot.com>
19334         and Bruno Haible  <bruno@clisp.org>
19335
19336         Remove stat module & update lstat.
19337         * config/srclist.txt (libc sources): Remove stat.
19338
19339 2005-06-24  Derek Price  <derek@ximbiot.com>
19340         and Bruno Haible  <bruno@clisp.org>
19341
19342         Remove stat module & update lstat.
19343         * MODULES.html.sh (stat): Remove.
19344         * MODULES.html: Regenerated.
19345         * modules/lstat (Description): Correct function name.
19346         (Files): Add "lstat.h".
19347         (Depends-on): Remove stat, add xalloc, stat-macros.
19348         * modules/stat: Remove this file.
19349         (Include): Add "lstat.h", remove <sys/stat.h>.
19350
19351 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19352
19353         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19354         (ranged_convert): Don't save conversion in a temporary struct.
19355         This causes a warning with GCC 4.0.0, and anyway in the typical
19356         case it's not worth the extra 100 bytes or so of code.
19357         (ranged_convert, __mktime_internal): When calling a function via a
19358         pointer P, use P () rather than (*P) (), as we now assume C89 or
19359         better.
19360
19361 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19362
19363         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19364         "who -r" failed to give output.  Problem reported by Tim Waugh.
19365
19366         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19367         (xcalloc): Use it to avoid needless tests.
19368         Problem reported by Jim Meyering.
19369
19370 2005-06-20  Derek Price  <derek@ximbiot.com>
19371
19372         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19373         unnecessary for Autoconfs > 2.59c.
19374
19375 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19376
19377         * lib/argp.h (__option_is_short): Check upper limit of
19378         __key. Isprint() requires its argument to have the value
19379         of an unsigned char or EOF.
19380
19381 2005-06-16  Jim Meyering  <jim@meyering.net>
19382
19383         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19384         when either N or S is zero.
19385
19386 2005-06-16  Derek Price  <derek@ximbiot.com>
19387
19388         * m4/bison.m4: Declare YACC & YFLAGS precious.
19389
19390 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19391
19392         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19393         multibyte string or pattern, fall back on unibyte matching.
19394         Problem reported by James Youngman.
19395
19396 2005-06-08  Bruno Haible  <bruno@clisp.org>
19397
19398         * modules/csharpcomp: New file.
19399         * MODULES.html.sh (C#): Add csharpcomp.
19400
19401 2005-06-08  Bruno Haible  <bruno@clisp.org>
19402
19403         * m4/csharpcomp.m4: New file, from GNU gettext.
19404
19405 2005-06-08  Bruno Haible  <bruno@clisp.org>
19406
19407         * lib/csharpcomp.h: New file, from GNU gettext.
19408         * lib/csharpcomp.c: New file, from GNU gettext.
19409         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19410
19411 2005-06-08  Bruno Haible  <bruno@clisp.org>
19412
19413         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19414         warning on mingw.
19415
19416 2005-06-07  Derek Price  <derek@ximbiot.com>
19417
19418         Sync from CVS.
19419         * lib/glob_.h: Indent nested #ifdef.
19420
19421 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19422
19423         Sync from coreutils.
19424         Use "file name" when talking about file names, instead of "filename"
19425         or "path", as per the GNU coding standards.
19426         * lib/mkdir-p.c: Renamed from makepath.c.
19427         (make_dir_parents): Renamed from make_path.  All callers changed.
19428         * lib/mkdir-p.h: Likewise.  All includers changed.
19429         * lib/filenamecat.c: Renamed from path-concat.c.
19430         (file_name_concat): Renamed from path_concat.  All callers changed.
19431         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19432         * lib/filenamecat.h: Likewise.  All includers changed.
19433         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19434         in comments or local variable names.
19435         * lib/basename.c: Likewise.
19436         * lib/canonicalize.c, canonicalize.h: Likewise.
19437         * lib/dirname.c, dirname.h: Likewise.
19438         * lib/euidaccess.c: Likewise.
19439         * lib/exclude.c: Likewise
19440         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19441         * lib/fsusage.c, fsuage.h: Likewise.
19442         * lib/fts.c, fts_.h: Likewise.
19443         * lib/getcwd.c: Likewise.
19444         * lib/getloadavg.c: Likewise.
19445         * lib/mkstemp.c: Likewise.
19446         * lib/mountlist.c, mountlist.h: Likewise.
19447         * lib/openat.c, openat.h: Likewise.
19448         * lib/readlink-stub.c: Likewise.
19449         * lib/readutmp.c, readutmp.h: Likewise.
19450         * lib/rename.c: Likewise.
19451         * lib/rmdir.c: Likewise.
19452         * lib/same.c: Likewise.
19453         * lib/savedir.c: Likewise.
19454         * lib/stripslash.c: Likewise.
19455         * lib/tempname.c: Likewise.
19456         * lib/xreadlink.c: Likewise.
19457         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19458         All uses changed.
19459         * lib/exclude.h: Likewise.
19460
19461         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19462         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19463         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19464         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19465         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19466         files have been getting away with it for years (MORE/BSD 4.3
19467         is extinct now).
19468         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19469         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19470
19471         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19472         Define to 256, not 255, as per modern POSIX.
19473
19474 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19475
19476         Sync from coreutils.
19477         Use "file name" when talking about file names, instead of "filename"
19478         or "path", as per the GNU coding standards.
19479         * MODULES.html.sh: mkdir-p renamed from makepath.
19480         filenamecat renamed from path-concat.
19481         * modules/filenamecat: Renamed from modules/path-concat.
19482         (Files): filenamecat.h and filenamecat.c renamed from
19483         path-concat.h and path-concat.c.
19484         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19485         (Include): filenamecat.h, not path-concat.h.
19486         * modules/mkdir-p: Renamed from modules/makepath.
19487         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19488         makepath.c.
19489         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19490         (Include): mkdir-p.h, not makepath.h.
19491
19492 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19493
19494         Sync from coreutils.
19495         * m4/mkdir-p.m4: Renamed from makepath.m4.
19496         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19497         Rename files from makepath.c to mkdir-p.c, and from
19498         makepath.h to mkdir-p.h.
19499         * m4/filenamecat.m4: Renamed from path-concat.m4.
19500         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19501         Rename files from path-concat.c to filenamecat.c,
19502         and from path-concat.h to filenamecat.h.
19503         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19504         "file name" in local variables or comments.
19505         * m4/rename.m4: Likewise.
19506
19507 2005-06-01  Bruno Haible  <bruno@clisp.org>
19508
19509         * modules/csharpexec: New file.
19510         * MODULES.html.sh (C#): New section.
19511
19512 2005-06-01  Bruno Haible  <bruno@clisp.org>
19513
19514         * m4/csharp.m4: New file, from GNU gettext.
19515         * m4/csharpexec.m4: New file, from GNU gettext.
19516
19517 2005-06-01  Bruno Haible  <bruno@clisp.org>
19518
19519         * lib/csharpexec.h: New file, from GNU gettext.
19520         * lib/csharpexec.c: New file, from GNU gettext.
19521         * lib/csharpexec.sh.in: New file, from GNU gettext.
19522
19523 2005-05-31  Derek Price  <derek@ximbiot.com>
19524             Paul Eggert  <eggert@cs.ucla.edu>
19525
19526         Sync from cvs.
19527         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19528
19529 2005-05-31  Derek Price  <derek@ximbiot.com>
19530             Paul Eggert  <eggert@cs.ucla.edu>
19531
19532         Sync from cvs.
19533         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19534
19535 2005-05-29  Derek Price  <derek@ximbiot.com>
19536
19537         * config/srclist.txt (glob_.h, glob.c): Add these files.
19538
19539 2005-05-29  Derek Price  <derek@ximbiot.com>
19540
19541         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19542         * modules/glob: New file.
19543         * modules/getlogin_r: Add link to POSIX spec in description.
19544
19545 2005-05-29  Derek Price  <derek@ximbiot.com>
19546             Paul Eggert  <eggert@cs.ucla.edu>
19547
19548         * m4/glob.m4: New file.
19549
19550 2005-05-29  Derek Price  <derek@ximbiot.com>
19551             Paul Eggert  <eggert@cs.ucla.edu>
19552
19553         * lib/glob_.h, lib/glob.c: New files.
19554
19555 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19556
19557         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19558         * modules/fts-lgpl (Depends-on): Remove gettext.
19559
19560 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19561
19562         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19563         and don't require gt_INTTYPES_PRI.
19564
19565 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19566
19567         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19568
19569         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19570         the configuration hassle isn't worth it.
19571         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19572         (LONGEST_MODIFIER, PRIuMAX): Remove.
19573
19574 2005-05-27  Bruno Haible  <bruno@clisp.org>
19575
19576         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19577
19578 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19579
19580         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19581         _POSIX_PTHREAD_SEMANTICS for Solaris.
19582
19583 2005-05-25  Derek Price  <derek@ximbiot.com>
19584
19585         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19586
19587 2005-05-25  Derek Price  <derek@ximbiot.com>
19588             Paul Eggert  <eggert@cs.ucla.edu>
19589
19590         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19591         * lib/getlogin_r.c, getlogin_r.h: New files.
19592
19593 2005-05-25  Bruno Haible  <bruno@clisp.org>
19594             Derek Price  <derek@ximbiot.com>
19595
19596         * lib/getlogin_r.h: Simplify API documentation.
19597
19598 2005-05-23  Derek Price  <derek@ximbiot.com>
19599
19600         * modules/minmax (Files): Add m4/minmax.m4.
19601         (configure.ac): Add gl_MINMAX.
19602
19603 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19604
19605         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19606         so that unistd-safer.h (GPL'ed code) need not be included.
19607
19608 2005-05-22  Bruno Haible  <bruno@clisp.org>
19609
19610         * m4/minmax.m4: New file.
19611         Based on a patch by Derek Price <derek@ximbiot.com>.
19612
19613 2005-05-22  Bruno Haible  <bruno@clisp.org>
19614
19615         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19616         (INT64_MIN): Fix definition.
19617         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19618
19619         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19620         NEED_SIGNED_INT_TYPES.
19621
19622         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19623         HAVE_SYSTEM_INTTYPES.
19624
19625 2005-05-22  Bruno Haible  <bruno@clisp.org>
19626
19627         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19628         Also include <sys/param.h> if it defines MIN, MAX.
19629         Based on a patch by Derek Price <derek@ximbiot.com>.
19630
19631 2005-05-21  Jim Meyering  <jim@meyering.net>
19632
19633         * modules/fts (Files): Add m4/inttypes-pri.m4.
19634         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19635
19636 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19637
19638         New fts module.
19639         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19640         (setup_dir, free_dir): New functions.
19641         (enter_dir, leave_dir): Define trivial
19642         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19643         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19644         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19645         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19646         Move to fts-cycle.c.
19647         (fts_open): Use setup_dir.
19648         (fts_close): Use free_dir.
19649         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19650         This adds a label and some gotos, but the alternatives were messier.
19651         Check for memory allocation failure when entering a dir.
19652         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19653         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19654         (FTS): New member fts_cycle, that is a union that contains the
19655         old active_dir_ht and cycle_state.  All uses changed to mention
19656         fts_cycle.ht and fts_cycle.state.
19657         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19658         fts.c, with the following changes:
19659         (setup_dir, free_dir): New functions.
19660         (enter_dir): Now returns bool.  Return true if successful, false
19661         if memory exhausted.  All callers changed.
19662         Do not bother partly cleaning up on
19663         memory allocation failure; that is free_dir's job.
19664         However, free ad if hash_insert fails, to avoid memory leak.
19665         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19666         fts->fts_options to see which union member to use.
19667
19668 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19669
19670         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19671         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19672
19673 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19674
19675         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19676
19677 2005-05-20  Jim Meyering  <jim@meyering.net>
19678
19679         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19680         Now a macro, to pacify GCC.
19681
19682 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19683
19684         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19685         of -1.
19686
19687 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19688
19689         * lib/chown.c (rpl_chown): Return -1 on failure.
19690
19691 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19692
19693         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19694         Don't check for stddef.h.
19695         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19696         don't use its results.
19697         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19698         since we include them unconditionally.  Don't require
19699         AM_STDBOOL_H, since stdbool is a prerequisite.
19700         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19701         since we assume C89 or better.
19702         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19703         as we don't use their results.
19704         Don't check for fchdir, memmove, memset, strrchr, as we use
19705         them unconditionally.
19706         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19707         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19708
19709 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19710
19711         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19712         Include <stddef.h> unconditionally, since we assume C89 now.
19713         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19714         * lib/fts.c: Include fts_.h first, to check interface.
19715         Do not include intprops.h; no longer needed.
19716         Include cycle-check.h and hash.h, since fts_.h no longer does.
19717         Remove unnecessary casts of closedir to void.
19718         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19719         decide whether to decrement nlinks.
19720         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19721         (FTS): Use struct hash_table * instead of Hash_table, so that
19722         we no longer need to include hash.h here.
19723
19724 2005-05-18  Jim Meyering  <jim@meyering.net>
19725
19726         * modules/dirfd (License): Change to LGPL.  Most of the code
19727         is already in the public domain.
19728
19729 2005-05-18  Jim Meyering  <jim@meyering.net>
19730
19731         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19732         Reported by Yoann Vandoorselaere.
19733
19734 2005-05-17  Jim Meyering  <jim@meyering.net>
19735
19736         * m4/fts.m4: New file, from coreutils.
19737
19738 2005-05-17  Jim Meyering  <jim@meyering.net>
19739
19740         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19741
19742 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19743
19744         Sync from coreutils.
19745         * m4/unlinkdir.m4: New file.
19746
19747 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19748
19749         Sync from coreutils.
19750         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19751         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19752         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19753         White space changes only.
19754         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19755         special.
19756         * lib/yesno.c: Include getline.h, not ctype.h.
19757         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19758         Use getline to remove arbitrary restriction on response length.
19759
19760 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19761
19762         * config/srclist-update: Spell out "Street" in FSF postal
19763         mail address; this is the style the FSF seems to prefer.
19764
19765         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19766         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19767         this updates FSF postal mail address.
19768
19769         Sync from coreutils.
19770         * modules/unlinkdir: New file.
19771         * modules/yesno (Depends-on): Add getline.
19772         * MODULES.html.sh (File system functions): Add unlinkdir.
19773
19774 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19775
19776         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19777         lib/strsep.h:
19778         Change the initial comment to refer to GPL, not LGPL.
19779         gnulib-tool will change it to LGPL as needed.
19780
19781         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19782         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19783         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19784         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19785         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19786         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19787         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19788         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19789         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19790         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19791         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19792         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19793         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19794         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19795         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19796         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19797         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19798         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19799         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19800         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19801         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19802         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19803         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19804         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19805         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19806         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19807         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19808         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19809         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19810         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19811         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19812         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19813         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19814         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19815         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19816         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19817         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19818         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19819         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19820         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19821         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19822         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19823         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19824         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19825         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19826         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19827         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19828         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19829         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19830         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19831         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19832         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19833         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19834         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19835         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19836         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19837         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19838         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19839         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19840         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19841         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19842         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19843         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19844         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19845         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19846         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19847         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19848         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19849         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19850         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19851         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19852         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19853         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19854         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19855         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19856         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19857         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19858         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19859         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19860         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19861         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19862         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19863         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19864         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19865         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19866         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19867         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19868         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19869         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19870         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19871         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19872         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19873         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19874         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19875         lib/yesno.c, lib/yesno.h:
19876         Update FSF postal mail address.
19877
19878 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19879
19880         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19881         tests/test-memmem.c, tests/test-stpncpy.c:
19882         Update FSF postal mail address.
19883
19884 2005-05-13  Bruno Haible  <bruno@clisp.org>
19885
19886         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19887         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19888         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19889         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19890         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19891         Add support for 64-bit integers in the MSVC compiler.
19892
19893 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19894
19895         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19896
19897 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19898
19899         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19900
19901 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19902
19903         * doc/getdate.texi (General date syntax): Don't say that date
19904         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19905         Problem reported by Nic Ferrier.
19906
19907 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19908
19909         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19910         specified in ai_socktype. Fix invalid ai_protocol
19911         check. ai_protocol is usually set to 0 or depending on
19912         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19913         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19914         ai_socktype / ai_protocol in the returned addrinfo structure.
19915
19916 2005-05-10  Simon Josefsson  <jas@extundo.com>
19917
19918         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19919         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19920
19921 2005-05-10  Karl Berry  <karl@gnu.org>
19922
19923         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19924         (from http://www.gnu.org/licenses).
19925         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19926         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19927         fdl.texi suffices.
19928
19929 2005-05-10  Karl Berry  <karl@gnu.org>
19930
19931         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19932         (COPYING.DOC): remove.
19933
19934         * config/srclist-update: new FSF address.
19935
19936 2005-05-10  Derek Price  <derek@ximbiot.com>
19937
19938         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19939         possible.
19940
19941 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19942             Bruno Haible  <bruno@clisp.org>
19943
19944         * modules/inet_ntop: New file.
19945         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19946         inet_ntop.
19947
19948 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19949             Bruno Haible  <bruno@clisp.org>
19950
19951         * m4/inet_ntop.m4: New file.
19952
19953 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19954             Bruno Haible  <bruno@clisp.org>
19955
19956         * lib/inet_ntop.h: New file.
19957         * lib/inet_ntop.c: New file, from glibc with modifications.
19958
19959 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19960
19961         * modules/time_r (License): Change to LGPL.
19962         * modules/extensions (License): Change to LGPL.  Actually,
19963         the license is more permissive than that, but currently gnulib-tool
19964         doesn't know how to handle more-permissive licenses.
19965
19966         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19967         Problem reported by Dave Love.
19968
19969 2005-05-08  Jim Meyering  <jim@meyering.net>
19970
19971         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19972         blank.
19973
19974 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19975
19976         * modules/argmatch (Depends-on): Add stdbool.
19977         * modules/backupfile (Depends-on): Likewise.
19978         * modules/chdir-long (Depends-on): Likewise.
19979         * modules/closeout (Depends-on): Likewise.
19980         * modules/cycle-check (Depends-on): Likewise.
19981         * modules/dirname (Depends-on): Likewise.
19982         * modules/fnmatch (Depends-on): Likewise.
19983         * modules/fsusage (Depends-on): Likewise.
19984         * modules/fwriteerror (Depends-on): Likewise.
19985         * modules/getcwd (Depends-on): Likewise.
19986         * modules/getloadavg (Depends-on): Likewise.
19987         * modules/hard-locale (Depends-on): Likewise.
19988         * modules/makepath (Depends-on): Likewise.
19989         * modules/mountlist (Depends-on): Likewise.
19990         * modules/nanosleep (Depends-on): Likewise.
19991         * modules/posixtm (Depends-on): Likewise.
19992         * modules/quotearg (Depends-on): Likewise.
19993         * modules/readtokens (Depends-on): Likewise.
19994         * modules/readtokens0 (Depends-on): Likewise.
19995         * modules/readutmp (Depends-on): Likewise.
19996         * modules/save-cwd (Depends-on): Likewise.
19997         * modules/strftime (Depends-on): Likewise.
19998         * modules/userspec (Depends-on): Likewise.
19999         * modules/utimecmp (Depends-on): Likewise.
20000         * modules/xgetcwd (Depends-on): Likewise.
20001         * modules/xnanosleep (Depends-on): Likewise.
20002         * modules/xstrtod (Depends-on): Likewise.
20003         * modules/yesno (Depends-on): Likewise.
20004
20005 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20006
20007         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20008         needless checks.
20009
20010 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20011
20012         Merge from coreutils.  Among other things,
20013         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20014         * lib/fd-safer.c: New file.
20015         * lib/fcntl-safer.h, open-safer.c: Remove.
20016         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20017         * lib/dup-safer.c: Include unistd-safer.h first.
20018         Don't include errno.h.
20019         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20020         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20021         * lib/file-type.c: Rely on file-type.h change.
20022         * lib/getloadavg.c: Include unistd-safer.h.
20023         (getloadavg): Use safer open.
20024         * lib/getusershell.c: Include "stdio-safer.h".
20025         (getusershell): Use safer fopen.
20026         * lib/long-options.c (long_options): Use NULL rather than 0.
20027         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20028         'free'.
20029         * lib/modechange.c: Likewise.
20030         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20031         (MODE_DONE): New constant.
20032         (struct mode_change): Remove 'next' member.
20033         (make_node_op_equals): New function; like the old one of the
20034         same name, except it allocates an array.
20035         (mode_compile, mode_create_from_ref): Use it.
20036         (mode_compile): Allocate result as an array, not a linked list.
20037         Parse octal string ourself, so that we catch mistakes like "+0".
20038         (mode_adjust): Arg is an array, not a linked list.
20039         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20040         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20041         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20042         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20043         Remove.  This is now stat-macros.h's job.
20044         (talloc): Remove.  All callers replaced by xalloc, so that
20045         our invokers don't have to worry about reporting memory failures.
20046         (make_node_op_equals): Remove.
20047         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20048         New constants.
20049         (struct mode_change): Moved here from modechange.h.
20050         (mode_append_entry): Remove.
20051         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20052         apps to have incorrect behavior.  Use simpler algorithm for head
20053         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20054         Detect more invalid usages rather than having somewhat-random behavior.
20055         Don't insert an "a=" action, as that leads to incorrect behavior.
20056         (mode_compile, mode_create_from_ref): Return NULL on error instead
20057         of an enum, since now there's only one way to have an error.  All
20058         callers changed.
20059         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20060         at the correct time.  Simplify calculation of "+u" and its ilk.
20061         Don't mishandle "+X".
20062         (mode_free): Remove "register" and localize decls.
20063         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20064         (struct mode_change): Move to modechange.c; callers don't
20065         need to see this stuff.
20066         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20067         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20068         (mode_change, mode_adjust): Reflect the new signatures noted above.
20069         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20070         that might redefine system include files.
20071         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20072         (my_usleep): Use NULL rather than (void *) 0.
20073         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20074         Use siginterrupt to specify that system calls should be interrupted.
20075         (rpl_nanosleep): Move initialization of suspended closer to call of
20076         my_usleep.
20077         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20078         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20079         (desirable_utmp_entry): New function.
20080         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20081         using x2nrealloc, to simplify logic.
20082         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20083         size calculation.  Do not assume utmp file is a regular file.
20084         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20085         (READ_UTMP_CHECK_PIDS): New constant.
20086         * lib/save-cwd.c: Include unistd-safer.h.
20087         (save_cwd): Use fd_safer.
20088         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20089         [!_LIBC] Include "stat-macros.h" instead.
20090         * lib/unistd-safer.h (fd_safer): New decl.
20091
20092 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20093
20094         * modules/getloadavg (Depends-on): Add unistd-safer.
20095         * modules/getusershell (Depends-on): Add stdio-safer.
20096         * modules/lstat (Depends-on): Remove xalloc.
20097         * modules/mkstemp (Depends-on): Add stat-macros.
20098         * modules/modechange (Depends-on): Remove xstrtol.
20099         Add stat-macros, xalloc.
20100         * modules/save-cwd (Depends-on): Add unistd-safer.
20101         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20102         * modules/unistd-safer (Files): Add lib/fd-safer.c
20103         (Makefile.am): Remove lib_SOURCES.
20104
20105         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20106         Remove fcntl-safer; unistd-safer supersedes it.
20107
20108 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20109
20110         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20111         AC_HEADER_STAT.
20112         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20113         (gl_PREREQ_CHOWN): Remove.
20114         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20115         it.  Don't require AC_HEADER_STAT.
20116         (gl_PREREQ_LSTAT): Remove.
20117         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20118         Don't require AC_HEADER_STAT.
20119         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20120         (gl_PREREQ_RMDIR): Remove.
20121         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20122         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20123         the stat-macros module a prerequisite.
20124         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20125         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20126         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20127         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20128         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20129         variable names.
20130         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20131         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20132         variable prefixes.
20133         * m4/fcntl-safer.m4: Remove.
20134         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20135         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20136         Invoke gl_PREREQ_FD_SAFER.
20137         (gl_PREREQ_FD_SAFER): New macro.
20138         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20139         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20140         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20141         Remove duplicate call to AC_LIBOBJ(readutmp).
20142         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20143
20144         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20145         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20146
20147 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20148
20149         * MODULES.html.sh (Misc): Add byteswap.
20150
20151 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20152
20153         * modules/getcwd (Depends-on): Add extensions.
20154         * modules/openat (Depends-on): Likewise.
20155
20156 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20157
20158         * modules/byteswap: New file.
20159
20160 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20161
20162         * m4/byteswap.m4: New file.
20163
20164 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20165
20166         * lib/byteswap_.h: New file.
20167
20168 2005-04-25  Karl Berry  <karl@gnu.org>
20169
20170         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20171
20172 2005-04-25  Albert Chin  <china@thewrittenword.com>
20173
20174         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20175         Toolkit C bug.
20176
20177 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20178
20179         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20180         (func_ln_if_changed) Remove forcibly for no error message
20181         in case file does not exist.
20182
20183 2005-04-19  Simon Josefsson  <jas@extundo.com>
20184
20185         * gnulib-tool (Options): Make --symlink mean --symbolic.
20186
20187 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20188
20189         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20190
20191 2005-04-16  Simon Josefsson  <jas@extundo.com>
20192
20193         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20194
20195 2005-04-15  Simon Josefsson  <jas@extundo.com>
20196
20197         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20198
20199 2005-04-15  Simon Josefsson  <jas@extundo.com>
20200
20201         * gnulib-tool: Rename --symlink to --symbolic.
20202
20203 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20204
20205         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20206         symbolic links to files instead of copying/moving.  Add --aux-dir,
20207         specifying directory relative --dir where auxiliary build tools
20208         are placed.
20209
20210 2005-04-14  Bruno Haible  <bruno@clisp.org>
20211
20212         * modules/allocsa (License): Change to LGPL.
20213         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20214
20215 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20216
20217         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20218         that "UTC +1 second" continues to work.  Problem reported
20219         by Dmitry V. Levin.
20220         (relunit_snumber): New rule.
20221         (relunit): Use it.
20222
20223 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20224
20225         * lib/getdate.y (universal_time_zone_table): New constant.
20226         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20227         universal_time_zone_table.
20228         (lookup_zone): Prefer universal_time_zone_table to
20229         local_time_zone_table, so that "GMT" time stamps are allowed in
20230         London during the summer.  Problem reported by Ian Abbott.
20231
20232 2005-04-12  Jim Meyering  <jim@meyering.net>
20233
20234         * lib/human.c (humblock): Set *options even when returning due to
20235         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20236         warning from gcc-4.
20237
20238 2005-04-09  Jim Meyering  <jim@meyering.net>
20239
20240         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20241         -Wuninitialized: initialize tm0.tm_year.
20242
20243 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20244
20245         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20246         count, since there's no maximum.  All uses changed.
20247         Add member dsts_seen.
20248         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20249         not being INT_MAX.
20250         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20251         Use pc_rels_seen to decide whther a date is absolute.
20252
20253         * lib/getdate.y (number): Don't overwrite year.
20254         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20255         check.
20256
20257 2005-04-02  Simon Josefsson  <jas@extundo.com>
20258
20259         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20260         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20261
20262 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20263
20264         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20265         where no absolute path name can be longer than PATH_MAX.
20266
20267 2005-03-27  Jim Meyering  <jim@meyering.net>
20268
20269         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20270
20271 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20272
20273         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20274         "one's complement" -> "ones' complement" in comment, as per Knuth.
20275         "value of type" -> "type or expression" in comment.
20276         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20277
20278 2005-03-26  Jim Meyering  <jim@meyering.net>
20279
20280         Comment nits.
20281         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20282         Correct typos: s/or/of/.
20283
20284 2005-03-26  Jim Meyering  <jim@meyering.net>
20285
20286         * modules/check-include-files: Move to ../ and rename to...
20287         * check-module: ...this.
20288
20289 2005-03-25  Jim Meyering  <jim@meyering.net>
20290
20291         * modules/xvasprintf (Files): Add xalloc.h.
20292
20293 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20294
20295         * modules/gettext (Files): config/config.rpath ->
20296         build-aux/config.rpath
20297         * modules/iconv (Files): Likewise.
20298         Problem reported by Oskar Liljeblad.
20299
20300 2005-03-23  Jim Meyering  <jim@meyering.net>
20301
20302         * modules/check-include-files: New script to check for
20303         missing dependencies, multiple includes, etc.
20304
20305         * modules/c-strtold (Depends-on): Add xalloc.
20306         * modules/c-strtod (Depends-on): Add xalloc.
20307         * modules/hash (Depends-on): Add xalloc.
20308         (Files): Remove lib/xalloc.h.
20309
20310         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20311         * modules/userspec (Files): Add lib/inttostr.h.
20312
20313 2005-03-23  Jim Meyering  <jim@meyering.net>
20314
20315         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20316
20317 2005-03-22  Jim Meyering  <jim@meyering.net>
20318
20319         * modules/stat-macros: New module.
20320         * modules/canonicalize, modules/euidaccess, modules/file-type,
20321         * modules/filemode, modules/lchown, modules/makepath,
20322         * modules/rmdir, modules/stat: Depend on new stat-macros module
20323         rather than listing lib/stat-macros.h manually.
20324         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20325
20326 2005-03-22  Jim Meyering  <jim@meyering.net>
20327
20328         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20329
20330 2005-03-22  Bruno Haible  <bruno@clisp.org>
20331
20332         * config/srclist.txt: Replace target directory 'config' with
20333         'build-aux'.
20334         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20335         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20336         ../build-aux/.
20337
20338 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20339
20340         * modules/chdir-long (Depends-on): Add mempcpy.
20341
20342         * modules/acl, modules/backupfile, modules/c-strtod,
20343         modules/c-strtold, modules/canon-host, modules/canonicalize,
20344         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20345         modules/exclude, modules/exitfail, modules/file-type,
20346         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20347         modules/getdate, modules/getline, modules/getpagesize,
20348         modules/getpass, modules/getugroups, modules/group-member,
20349         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20350         modules/inttostr, modules/long-options, modules/makepath,
20351         modules/md5, modules/memcasecmp, modules/memcoll,
20352         modules/modechange, modules/mountlist, modules/path-concat,
20353         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20354         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20355         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20356         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20357         modules/strftime, modules/strndup, modules/strverscmp,
20358         modules/timespec, modules/unlocked-io, modules/userspec,
20359         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20360         modules/yesno:
20361         Remove lib_SOURCES line from Makefile.am section, as this is now
20362         done automatically by the corresponding Autoconf macro.
20363
20364 2005-03-21  Jim Meyering  <jim@meyering.net>
20365
20366         Changes imported from coreutils.
20367
20368         * lib/cycle-check.c: Don't include xalloc.h.
20369
20370         * lib/path-concat.c: Don't include assert.h.
20371         (path_concat): Remove assertion that would have triggered
20372         for ABASE starting with more than one slash.
20373         Reported by Andreas Schwab.
20374
20375         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20376         properly when ABASE is an absolute file name.
20377         Correct the description of this function.
20378         Include <assert.h>.
20379         Add an assertion and a test driver.
20380         This fixes a bug introduced on 2004-07-02.
20381         Andreas Schwab reported the resulting failure of cp --parents:
20382         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20383
20384 2005-03-21  Jim Meyering  <jim@meyering.net>
20385
20386         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20387         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20388
20389 2005-03-21  Jim Meyering  <jim@meyering.net>
20390         and  Paul Eggert  <eggert@cs.ucla.edu>
20391
20392         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20393         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20394         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20395         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20396         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20397         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20398         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20399         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20400         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20401         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20402         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20403         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20404         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20405         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20406         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20407         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20408         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20409         for these modules.
20410
20411 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20412
20413         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20414         (which shouldn't happen), generate nothing instead of returning 0
20415         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20416
20417 2005-03-16  Bruno Haible  <bruno@clisp.org>
20418
20419         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20420         HAVE_LONGLONG_64BIT.
20421
20422 2005-03-16  Bruno Haible  <bruno@clisp.org>
20423
20424         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20425         HAVE_LONGLONG_64BIT.
20426
20427 2005-03-16  Bruno Haible  <bruno@clisp.org>
20428
20429         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20430         HAVE_LONGLONG_64BIT.
20431
20432 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20433
20434         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20435         reliably distinguish strftime failure from empty output on POSIX
20436         hosts.
20437
20438 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20439
20440         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20441         (iconv_string): Don't guess a size-zero buffer, as that might cause
20442         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20443         result would be 'too large', where 'too large' is (heuristically)
20444         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20445         overflow concerns.  This will prevent some unwanted malloc failures
20446         when the inputs are very large.
20447
20448 2005-03-15  Karl Berry  <karl@gnu.org>
20449
20450         * config/srclist.txt (config.rpath): from gettext.
20451         * config/config.rpath: update.
20452
20453 2005-03-15  Bruno Haible  <bruno@clisp.org>
20454
20455         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20456         to 'negate'.
20457
20458         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20459         variable.
20460
20461         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20462         results.
20463
20464 2005-03-14  Simon Josefsson  <jas@extundo.com>
20465
20466         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20467         <fx@gnu.org>.
20468
20469 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20470
20471         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20472         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20473         intprops.h.
20474         * lib/strtol.c: Likewise.
20475
20476 2005-03-14  Jim Meyering  <jim@meyering.net>
20477
20478         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20479         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20480         to be nonzero so that we (and caller) can detect the difference
20481         between a valid zero-length expansion and an error return, even
20482         when the underlying strftime fails before writing anything into
20483         that location.
20484
20485 2005-03-14  Bruno Haible  <bruno@clisp.org>
20486
20487         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20488         Update from GNU gettext 0.14.3.
20489
20490 2005-03-10  Jim Meyering  <jim@meyering.net>
20491
20492         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20493
20494 2005-03-10  Jim Meyering  <jim@meyering.net>
20495
20496         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20497         so that this module works on systems without fchdir.
20498
20499 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20500
20501         Factor int-properties macros into a single file, except for
20502         glibc-related files.
20503         * lib/intprops.h: New file.
20504         * lib/getloadavg.c: Include it instead of limits.h.
20505         (INT_STRLEN_BOUND): Remove.
20506         * lib/human.c: Include intprops.h.
20507         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20508         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20509         302/1000.
20510         * lib/inttostr.h: Include intprops.h instead of limits.h.
20511         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20512         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20513         for consistency with intprops.h.
20514         (time_t_is_integer, twos_complement_arithmetic): Use them.
20515         * lib/sig2str.h: Include <signal.h>, intprops.h.
20516         (INT_STRLEN_BOUND): Remove.
20517         * lib/strftime.c (TYPE_SIGNED): Remove.
20518         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20519         * lib/strtol.c: Adjust comments to match intprops.h.
20520         * lib/userspec.c: Include intprops.h.
20521         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20522         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20523         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20524         instead of rolling our own expressions.
20525         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20526
20527         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20528         instead of int.
20529         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20530         the right thing even if adding 1900 would overflow.  Similarly
20531         for tm_mon + 1 and tm_yday + 1.
20532         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20533         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20534         (DO_SIGNED_NUMBER): New macro.
20535         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20536
20537 2005-03-07  Bruno Haible  <bruno@clisp.org>
20538
20539         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20540
20541 2005-03-07  Bruno Haible  <bruno@clisp.org>
20542
20543         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20544
20545 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20546
20547         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20548         (func_import): Only replace files via --import when they have actually
20549         changed.
20550
20551 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20552
20553         * m4/mmap-anon.m4: New file.
20554         * m4/pagealign_alloc.m4: New file.
20555
20556 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20557             Bruno Haible  <bruno@clisp.org>
20558
20559         * modules/pagealign_alloc: New file.
20560         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20561
20562 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20563             Bruno Haible  <bruno@clisp.org>
20564
20565         * lib/pagealign_alloc.h: New file.
20566         * lib/pagealign_alloc.c: New file.
20567
20568 2005-03-03  Bruno Haible  <bruno@clisp.org>
20569
20570         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20571         Use an all-permissive copyright notice, recommended by RMS.
20572
20573 2005-03-02  Bruno Haible  <bruno@clisp.org>
20574
20575         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20576         of AIX, the replacement has to be done only after <string.h> is
20577         included, therefore not in config.h. stpncpy.h does the replacement,
20578         and stpncpy.c uses it.
20579
20580 2005-03-02  Bruno Haible  <bruno@clisp.org>
20581
20582         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20583         stpncpy.c uses it.
20584
20585 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20586
20587         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20588         The workaround isn't strictly needed for POSIX conformance, and
20589         it's too much of a pain to configure and maintain.  We'll ask
20590         people to fix their kernels instead.
20591         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20592         (NANOSLEEP_BUG_WORKAROUND): Remove.
20593         (xnanosleep): Remove the workaround.
20594
20595 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20596
20597         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20598         Reported by Derek Price.
20599         (Include): Add "timespec.h".
20600
20601         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20602
20603 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20604
20605         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20606         to detect nanosleep bug.
20607
20608 2005-03-01  Bruno Haible  <bruno@clisp.org>
20609
20610         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20611
20612 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20613
20614         * modules/gethrxtime: New file.
20615         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20616         (Depends-on): Add gethrxtime.
20617         (configure.ac): Add gl_XNANOSLEEP.
20618         (Makefile.am): Remove lib_SOURCES line.
20619
20620 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20621
20622         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20623         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20624
20625 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20626
20627         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20628         * lib/timespec.h (gettime): Return void, since it always
20629         succeeds now.  All uses changed.
20630         * lib/gettime.c (gettime) Likewise.
20631         [HAVE_NANOTIME]: Prefer nanotime.
20632         Assume gettimeofday succeeds, as POSIX requires.
20633         Assime time () succeeds, since other code already does.
20634         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20635         (timespec_subtract): Remove.
20636         (NANOSLEEP_BUG_WORKAROUND): New constant.
20637         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20638         things considerably.  Use it only on GNU/Linux hosts, since the
20639         workaround shouldn't be needed elsewhere.
20640
20641 2005-02-24  Bruno Haible  <bruno@clisp.org>
20642
20643         * modules/gettext (Files): Add m4/glibc2.m4.
20644
20645 2005-02-24  Bruno Haible  <bruno@clisp.org>
20646
20647         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20648         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20649         * m4/progtest.m4:
20650         Update from GNU gettext 0.14.2.
20651         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20652
20653 2005-02-24  Bruno Haible  <bruno@clisp.org>
20654
20655         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20656         * lib/config.charset: Update from GNU gettext 0.14.2.
20657
20658 2005-02-24  Bruno Haible  <bruno@clisp.org>
20659
20660         * lib/gettext.h: Update from GNU gettext 0.14.2.
20661
20662 2005-02-23  Simon Josefsson  <jas@extundo.com>
20663
20664         * m4/iconvme.m4: New file.
20665
20666 2005-02-23  Jim Meyering  <jim@meyering.net>
20667
20668         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20669         change.
20670         Thanks to Bruno Haible for catching it.
20671
20672 2005-02-22  Simon Josefsson  <jas@extundo.com>
20673
20674         * modules/iconvme: New file.
20675
20676         * MODULES.html.sh: Add iconvme.
20677
20678 2005-02-22  Simon Josefsson  <jas@extundo.com>
20679
20680         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20681
20682 2005-02-22  Simon Josefsson  <jas@extundo.com>
20683
20684         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20685
20686 2005-02-22  Jim Meyering  <jim@meyering.net>
20687
20688         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20689         s/ifndef/ifdef/.
20690
20691 2005-02-20  Neil Conway  <neilc@samurai.com>
20692
20693         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20694         returned by OSX/Darwin if the specified buffer is not large
20695         enough for the hostname.
20696
20697 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20698
20699         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20700         pass it to _help, otherwise the latter coredumps trying to
20701         dereference state.root_argp.
20702
20703 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20704
20705         * modules/chdir-long (Depends-on): Add memrchr.
20706         * modules/memrchr (Files): Add lib/memrchr.h.
20707         (Include): "memrchr.h".
20708
20709 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20710
20711         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20712
20713 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20714
20715         * lib/memrchr.h: New file.
20716         * lib/chdir-long.c: Include it.
20717         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20718         Don't bother including stddef.h.
20719
20720 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20721
20722         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20723         inclusion.
20724         Include <sys/types.h>, for dev_t.
20725         (ME_DUMMY, ME_REMOTE): Move from here....
20726         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20727         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20728         Dmitry V. Levin.
20729         Include mountlist.h first, to test the interface.
20730
20731 2005-01-29  Bruno Haible  <bruno@clisp.org>
20732
20733         * lib/progname.c (program_name): Initialize.
20734         Needed when linking statically on MacOS X.
20735
20736 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20737
20738         Sync from coreutils.
20739         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20740         (Depends-on): Add c-strtod.
20741         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20742
20743 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20744
20745         Sync from coreutils.
20746         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20747
20748         Remove files that are specific to coreutils.
20749         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20750
20751 2005-01-28  Bruno Haible  <bruno@clisp.org>
20752
20753         * modules/javacomp: New file.
20754         * MODULES.html.sh (Java): Add javacomp.
20755
20756 2005-01-28  Bruno Haible  <bruno@clisp.org>
20757
20758         * m4/javacomp.m4: New file, from GNU gettext.
20759
20760 2005-01-28  Bruno Haible  <bruno@clisp.org>
20761
20762         * lib/javacomp.sh.in: New file, from GNU gettext.
20763         * lib/javacomp.h: New file, from GNU gettext.
20764         * lib/javacomp.c: New file, from GNU gettext.
20765
20766 2005-01-26  Simon Josefsson  <jas@extundo.com>
20767
20768         * lib/gai_strerror.c: Use GPL in header.
20769
20770 2005-01-26  Bruno Haible  <bruno@clisp.org>
20771
20772         * modules/javaexec: New file.
20773         * MODULES.html.sh (Java): Add javaexec.
20774
20775 2005-01-26  Bruno Haible  <bruno@clisp.org>
20776
20777         * m4/javaexec.m4: New file, from GNU gettext.
20778
20779 2005-01-26  Bruno Haible  <bruno@clisp.org>
20780
20781         * lib/javaexec.sh.in: New file, from GNU gettext.
20782         * lib/javaexec.h: New file, from GNU gettext.
20783         * lib/javaexec.c: New file, from GNU gettext.
20784
20785 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20786
20787         * modules/lchown (Depends-on): Remove lchown.h
20788
20789 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20790
20791         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20792         must be defined if the header file was not found, in order
20793         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20794
20795 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20796
20797         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20798         initializers for struct pentry_state.
20799         (__argp_error): Check return value of __asprintf
20800         (__argp_failure): Translate error message
20801
20802         * lib/argp-parse.c: Removed braces around the expansion of N_()
20803
20804 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20805
20806         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20807         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20808         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20809         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20810         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20811         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20812         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20813         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20814         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20815         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20816         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20817         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20818         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20819         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20820         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20821         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20822         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20823         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20824         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20825         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20826         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20827         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20828         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20829         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20830         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20831         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20832         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20833         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20834         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20835         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20836         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20837         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20838         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20839         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20840         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20841         Use an all-permissive copyright notice, recommended by RMS.
20842
20843 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20844
20845         * modules/chdir-long (Depends-on): Remove mempcpy.
20846
20847 2005-01-21  Jim Meyering  <jim@meyering.net>
20848
20849         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20850         same value as for Solaris 9.
20851
20852         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20853         component length.  This included changing the parameter to be
20854         of type `char *' rather than `char const *'.
20855         * lib/chdir-long.h (chdir_long): Update prototype.
20856
20857         * lib/openat.c (fdopendir, fstatat): New functions.
20858         * lib/openat.h: Include headers required for use of DIR and struct
20859         stat.
20860         [AT_SYMLINK_NOFOLLOW]: Define.
20861         (fdopendir, fstatat): Add prototypes.
20862
20863 2005-01-21  Bruno Haible  <bruno@clisp.org>
20864
20865         * modules/classpath: New file.
20866         * MODULES.html.sh (Java): Add classpath.
20867
20868 2005-01-21  Bruno Haible  <bruno@clisp.org>
20869
20870         * lib/classpath.h: New file, from GNU gettext.
20871         * lib/classpath.c: New file, from GNU gettext.
20872
20873 2005-01-20  Simon Josefsson  <jas@extundo.com>
20874
20875         * modules/version-etc-fsf: New file.
20876
20877 2005-01-20  Simon Josefsson  <jas@extundo.com>
20878
20879         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20880         * lib/version-etc.c: Remove version_etc_copyright.
20881         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20882         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20883
20884 2005-01-20  Simon Josefsson  <jas@extundo.com>
20885
20886         * lib/base64.h (isbase64): Add.
20887
20888         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20889         using a unsigned prototype, don't inline.
20890         (base64_decode): Use it.
20891
20892 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20893
20894         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20895         it.
20896
20897 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20898
20899         * lib/save-cwd.c (save_cwd): Remove code to support the case
20900         where fchdir is missing or flaky.
20901
20902 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20903
20904         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20905
20906 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20907
20908         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20909         AC_LIBSOURCES now does this.
20910         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20911         with new ullong_max module.
20912
20913 2005-01-19  Bruno Haible  <bruno@clisp.org>
20914
20915         * modules/sh-quote: New file.
20916         * MODULES.html.sh (Executing programs): Add sh-quote.
20917
20918 2005-01-19  Bruno Haible  <bruno@clisp.org>
20919
20920         * lib/sh-quote.h: New file, from GNU gettext.
20921         * lib/sh-quote.c: New file, from GNU gettext.
20922
20923 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20924
20925         Merge from coreutils.
20926         * m4/ullong_max.m4: New file.
20927         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20928         (gl_MACROS): Assume localeconv exists.
20929
20930 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20931
20932         Merge changes from coreutils, as described below in several
20933         changelogs dated today.
20934
20935         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20936         (O_DIRECTORY): Remove; not needed here, since "." must be
20937         a directory.  All uses removed.
20938         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20939         universal on Suns, and we also need to test for IRIX.
20940         Revamp code to use 'if' rather than '#if'.
20941         Avoid unnecessary comparison of cwd->desc to 0.
20942
20943         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20944         for known valid error numbers rather than observed invalid ones.
20945
20946 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20947
20948         * modules/ullong_max: New file.
20949
20950         * modules/chdir-long, modules/openat: New files.
20951         * modules/save-cwd (Depends-on): Depend on chdir-long.
20952         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20953
20954 2005-01-18  Jim Meyering  <jim@meyering.net>
20955
20956         Merge from coreutils.
20957         * m4/chdir-long.m4, m4/openat.m4: New files.
20958         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20959         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20960         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20961         is sane and DOES follow symlinks.  Besides, testing 20 different
20962         systems found no broken chown implementations.
20963         Prompted by a change in rsync's copy of this macro.
20964         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20965
20966         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20967
20968         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20969         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20970         NULL-means-set-to-current-time semantics.
20971         Remove temporary file immediately, rather than waiting
20972         for configure's at-exit trap code to do it.
20973
20974 2005-01-18  Jim Meyering  <jim@meyering.net>
20975
20976         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20977
20978         * lib/utimens.c (futimens): Account for the fact that futimes
20979         can also fail with errno == ENOSYS or errno == ENOENT.
20980         Patch from Dmitry V. Levin.
20981
20982         Change the name of the robust chdir function from chdir to chdir_long.
20983         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20984         (restore_cwd): Use chdir_long, not chdir.
20985         * lib/chdir-long.c: Renamed from chdir.c.
20986         * lib/chdir-long.h: Renamed from chdir.h.
20987         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20988         Hurd.
20989
20990 2005-01-18  Bruno Haible  <bruno@clisp.org>
20991
20992         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20993         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20994         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20995         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20996         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20997         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20998         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20999         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21000         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21001         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21002         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21003         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21004         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21005         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21006         Use an all-permissive copyright notice, recommended by RMS.
21007
21008 2005-01-18  Bob Proulx  <bob@proulx.com>
21009
21010         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21011         simplify offsetof() macro construct to avoid compile failure with
21012         native HP-UX 11.0 ANSI C compiler.
21013
21014 2005-01-17  Bruno Haible  <bruno@clisp.org>
21015
21016         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21017         redundant because stpncpy.m4 takes care of it.
21018
21019 2005-01-17  Bruno Haible  <bruno@clisp.org>
21020
21021         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21022
21023 2005-01-17  Bruno Haible  <bruno@clisp.org>
21024
21025         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21026         used.
21027
21028 2005-01-17  Bruno Haible  <bruno@clisp.org>
21029
21030         * lib/fwriteerror.h (fwriteerror): Change specification to include
21031         fclose.
21032         * lib/fwriteerror.c: Include <stdbool.h>.
21033         (fwriteerror): At the end, close the file stream. Record whether
21034         stdout was already closed.
21035
21036 2005-01-17  Bruno Haible  <bruno@clisp.org>
21037
21038         * lib/execute.c (environ): Declare if needed.
21039         * lib/pipe.c (environ): Likewise.
21040         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21041
21042 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21043
21044         * modules/argp: Depend on vsnprintf
21045
21046 2005-01-10  Jim Meyering  <jim@meyering.net>
21047
21048         * modules/closeout (Depends-on): Add atexit.
21049
21050 2005-01-06  Bruno Haible  <bruno@clisp.org>
21051
21052         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21053
21054 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21055
21056         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21057         definitions to be after all include files, to avoid collisions.
21058         Problem reported by Bob Proulx.
21059
21060 2005-01-04  Jim Meyering  <jim@meyering.net>
21061
21062         Changes imported from coreutils.
21063         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21064         as the mkstemp template, use a temporary directory and an
21065         8.3-friendly template to avoid trouble on systems like DJGPP.
21066         Reported by Juan M. Guerrero via Stepan Kasal.
21067         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21068         close. Remove the temporary directory right away, rather than waiting
21069         for configure's at-exit trap code to do it.
21070         Suggestion from Stepan Kasal.
21071
21072 2005-01-01  Simon Josefsson  <jas@extundo.com>
21073
21074         * gnulib-tool: Print #include directives when --import'ing.
21075
21076 2004-12-28  Simon Josefsson  <jas@extundo.com>
21077
21078         * tests/test-base64.c: Include required header files.  Remove
21079         unused variables.
21080
21081 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21082
21083         * modules/error (Depends-on): Remove gettext.
21084
21085 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21086
21087         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21088         not needed.  This removes a dependency on the gettext module.
21089         [defined _LIBC]: Do not include <libintl.h>; not needed.
21090
21091 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21092
21093         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21094         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21095
21096 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21097
21098         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21099         HAVE_DECL_STRTOLD.
21100
21101 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21102
21103         * modules/getdate (Depends-on): Remove alloca-opt.
21104
21105 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21106
21107         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21108
21109 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21110
21111         * lib/argp-parse.c: Include <stddef.h>.
21112         (alignof, alignto): New macros.
21113         (parser_init): Don't assume that void * is aligned sufficiently
21114         for struct option.
21115
21116         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21117         need to extend the stack.
21118         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21119         large.
21120
21121 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21122
21123         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21124
21125 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21126
21127         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21128         (2004-10-24) change.  Apparently this was a false alarm.
21129
21130         * modules/getdate: Depend on alloca-opt, not alloca.
21131
21132 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21133
21134         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21135         Remove now-obsolete comment about AIX.
21136         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21137         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21138         (YYMAXDEPTH): New macro.
21139
21140 2004-12-18  Simon Josefsson  <jas@extundo.com>
21141
21142         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21143
21144 2004-12-18  Bruno Haible  <bruno@clisp.org>
21145
21146         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21147
21148 2004-12-18  Bruno Haible  <bruno@clisp.org>
21149
21150         * lib/fatal-signal.c (fatal_signals): Make non-const.
21151         (init_fatal_signals): New function.
21152         (uninstall_handlers, install_handlers): Ignore signals that were set to
21153         SIG_IGN.
21154         (at_fatal_signal): Call init_fatal_signals.
21155         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21156         SIG_IGN.
21157         Reported by Paul Eggert.
21158
21159 2004-12-18  Bruno Haible  <bruno@clisp.org>
21160
21161         * doc/alloca.texi: New file.
21162         * doc/alloca-opt.texi: New file.
21163
21164 2004-12-17  Jim Meyering  <jim@meyering.net>
21165
21166         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21167         Otherwise, install-sh could exit with improper exit status when
21168         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21169
21170 2004-12-16  Simon Josefsson  <jas@extundo.com>
21171
21172         * tests/test-base64.c: Add license.
21173
21174 2004-12-15  Stepan Kasal  <address@hidden>
21175
21176         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21177
21178 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21179
21180         * modules/getcwd (Files): Add m4/d-ino.m4.
21181         Suggested by Mark D. Baushke.
21182
21183 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21184
21185         * lib/getdate.y (textint): New member "negative".
21186         (time_zone_hhmm): New function.
21187         Expect 14 shift-reduce conflicts, not 13.
21188         (o_colon_minutes): New rule.
21189         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21190         (yylex): Set the "negative" member of signed numbers.
21191
21192 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21193
21194         * doc/getdate.texi (Time of day items, Time zone items):
21195         Describe new formats +00:00, UTC+00:00.
21196
21197 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21198
21199         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21200         spurious "-l"s.  Problem reported by Stepan Kasal.
21201
21202 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21203
21204         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21205         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21206
21207 2004-12-04  Simon Josefsson  <jas@extundo.com>
21208
21209         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21210         Vandoorselaere <yoann@prelude-ids.org>.
21211
21212 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21213
21214         Changes imported from coreutils.
21215         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21216         exist.
21217         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21218
21219 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21220
21221         Changes imported from coreutils.
21222         * lib/hard-locale.c: Assume <locale.h> exists.
21223         Include "strdup.h".
21224         (GLIBC_VERSION): New macro.
21225         (hard_locale): Assume setlocale exists.
21226         Rewrite to avoid #ifdef.
21227         Use strdup rather than malloc + strcpy.
21228         * lib/human.c: Assume <locale.h> exists.
21229         (human_readable): Assume localeconv exists.
21230
21231 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21232
21233         * modules/hard-locale (Depends-on): Add strdup.
21234
21235 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21236
21237         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21238         convert T2, not T.  (Imported from libc.)
21239
21240 2004-11-30  Simon Josefsson  <jas@extundo.com>
21241
21242         * modules/restrict (License): Change to LGPL.
21243
21244 2004-11-30  Simon Josefsson  <jas@extundo.com>
21245
21246         * m4/restrict.m4: Add copyright and copying conditions.
21247
21248 2004-11-30  Simon Josefsson  <jas@extundo.com>
21249
21250         * m4/base64.m4: New file.
21251
21252 2004-11-30  Simon Josefsson  <jas@extundo.com>
21253
21254         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21255         base64.
21256
21257         * tests/test-base64.c: New file.
21258
21259         * modules/base64: New file.
21260
21261 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21262
21263         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21264         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21265
21266         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21267
21268 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21269
21270         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21271         (__getcwd.c): Don't restore errno; glibc doesn't.
21272         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21273         first, falling back to our code only if its results look suspicious.
21274         Ensure that the resulting buffer is only as large as necessary.
21275
21276         * lib/readutmp.c: Include readutmp.h first.
21277         Include <errno.h>, since readutmp.h no longer does that.
21278         * lib/readutmp.h: Don't include <errno.h>,
21279         <sys/param.h>, <time.h>; not needed to establish interface.
21280         (errno): Remove decl.
21281         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21282         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21283         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21284
21285 2004-11-28  Simon Josefsson  <jas@extundo.com>
21286
21287         * lib/base64.h, base64.c: New file.
21288
21289 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21290
21291         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21292
21293 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21294
21295         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21296         (Depends-on): Remove pathmax, same.  Add mempcpy.
21297         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21298         (Makefile.am): Append getcwd.h to lib_SOURCES.
21299         (Include): Add getcwd.h.
21300         (Maintainer): Change from Jim Meyering to "all, glibc",
21301         since getdate now uses intended-for-glibc code.
21302         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21303         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21304
21305 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21306
21307         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21308         HP's ANSI C compiler.
21309         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21310         Declaring int functions causes warnings on some modern systems and
21311         shouldn't be needed to compile on ancient ones.
21312         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21313         defined.
21314
21315         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21316         with the following changes.
21317         (__set_errno): Parenthesize properly.
21318         Include <stdbool.h>.
21319         (MIN, MAX, MATCHING_INO): New macros.
21320         (__getcwd): Define with prototype, not K&R form.
21321         Use heuristics to allocate default buffer on stack if possible.
21322         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21323         behavior, and to avoid the PATH_MAX limit when computing
21324         ../../../../...
21325         Use MATCHING_INO to compare inode number to file.
21326         Check for arithmetic overflow in size calculations.
21327         Fix bug in reallocation of dot array that caused getcwd to fail
21328         on directories nested deeper than 75.
21329         Be more careful about saving errno on error.
21330         Do not use realloc; use only free+malloc, as this is a bit
21331         more flexible and avoids a needless copy operation.
21332         Do not inspect st_dev and st_ino for symbolic links; POSIX
21333         doesn't specify the latter.
21334         Check for closedir errors.
21335         Avoid needless casts.
21336         Use "#ifdef weak_alias" around weak_alias, to be like other
21337         glibc code.
21338         The following changes to getcwd.c have effect only when used in
21339         gnulib; they have no effect inside glibc proper.
21340         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21341         as alloca isn't used.
21342         (alloca, __alloca): Likewise.
21343         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21344         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21345         unconditionally, as gnulib assumes C89 or better.
21346         Do not include <sys/param.h>.
21347         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21348         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21349         better.
21350         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21351         Include <dirent.h> in a way that is compatible with modern Autoconf.
21352         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21353         New macros, if not already defined.
21354         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21355         Use "_LIBC", not "defined _LIBC", for consistency.
21356         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21357         a mempcpy module.
21358         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21359         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21360         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21361         credit only to Jim Meyering and adjust the copyright dates.
21362         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21363         <stdlib.h>, <unistd.h>, "pathmax.h".
21364         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21365         (INITIAL_BUFFER_SIZE): Remove.
21366         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21367
21368 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21369
21370         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21371         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21372         Use the _ONCE methods, for efficiency.
21373         Check for fcntl.h.  In test program, include <errno.h>
21374         and <fcntl.h> if available.  Remove old K&R cruft from
21375         test program.  Check for common errors in GNU/Linux,
21376         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21377         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21378         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21379         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21380         name accordingly.
21381         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21382         accommodate new getcwd.c.
21383         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21384         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21385         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21386         that's all we need now.
21387
21388 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21389
21390         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21391         argp-parse.c depends on getopt internals, that means we should
21392         always use our getopt, to be on the safe side.
21393         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21394         order not to spoil the result of an eventual previous invocation
21395         of gl_GETOPT_SUBSTITUTE.
21396
21397 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21398
21399         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21400         redefinition warnings. To avoid them, include the defines
21401         in `#if !defined __need_getopt ... #endif'. The only place
21402         where __getopt_argv_const is used is in definitions
21403         of getopt_long and getopt_long_only below, which are as well
21404         protected by `#ifndef __need_getopt'.
21405         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21406         __need_getopt after including <stdio.h> and <unistd.h> These
21407         headers might have defined it.
21408
21409 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21410
21411         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21412
21413 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21414
21415         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21416         (futimens): New function, which uses futimes if available.
21417         (futimens, utimens): Support timespec==NULL, with same semantics
21418         as utime and utimens.
21419         * lib/utimens.h (futimens): New decl.
21420
21421 2004-11-23  Jim Meyering  <jim@meyering.net>
21422
21423         * lib/getopt_.h: Remove trailing blanks.
21424
21425 2004-11-23  Jim Meyering  <jim@meyering.net>
21426
21427         * lib/__fpending.c: Add comment.
21428
21429 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21430
21431         * modules/canonicalize (Depends-on): Add xreadlink.
21432         Problem reported by James Youngman.
21433
21434 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21435
21436         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21437         New macros.
21438         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21439         optopt): Use them instead of invoking ## directly; otherwise, the
21440         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21441
21442 2004-11-19  Bruno Haible  <bruno@clisp.org>
21443
21444         * lib/strtok_r.c: Move comments from here...
21445         * lib/strtok_r.h: ... to here.
21446
21447 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21448
21449         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21450         implementations that mishandle size_t overflow.
21451
21452 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21453
21454         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21455         might fail.  Problem reported by Yoann Vandoorselaere.
21456         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21457         implementations that mishandle size_t overflow.
21458
21459 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21460
21461         * modules/canon-host (Depends-on): Add strdup.
21462
21463 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21464
21465         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21466
21467 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21468
21469         * lib/canon-host.c: Include "strdup.h".
21470         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21471         Use strdup instead of malloc/strcpy to duplicate strings.
21472
21473         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21474         (human_space_before_unit): New constant.
21475         * lib/human.c (human_readable): Support it.
21476
21477         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21478         (xgetcwd): Set errno correctly when failing.
21479         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21480         the failure is actually due to a PATH_MAX problem.
21481
21482         Further getopt changes to make it more likely that glibc will
21483         buy the changes back.
21484         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21485         (getopt): Use it, so to preserve glibc semantic
21486         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21487         when compiling for libc.
21488         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21489         (getopt_long, getopt_long_only): Use it.
21490
21491         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21492         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21493         (getopt): Argv is now char * const *, as per standard.
21494         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21495         not char *__getopt_argv_const *.
21496         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21497         _getopt_long_only_r): Likewise.
21498         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21499         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21500         _getopt_long_r, _getopt_long_only_r): Likewise.
21501         * lib/getopt_.h (__getopt_argv_const): Remove.
21502         (getopt): Argv is now char * const *, as per standard.
21503
21504         * lib/getdate.y (tORDINAL): New token.
21505         (day, relunit): Allow it for relative times.
21506         (relative_time_table): Use tORDINAL for ordinals.
21507
21508 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21509
21510         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21511         Document that "second" isn't allowed as an ordinal number.
21512
21513 2004-11-16  Jim Meyering  <jim@meyering.net>
21514
21515         * modules/closeout (Depends-on): Add fpending.
21516
21517 2004-11-15  Jim Meyering  <jim@meyering.net>
21518
21519         * lib/closeout.c: Include "__fpending.h" once again.
21520         Include <stdbool.h>.
21521         (close_stdout): Don't fail just because stdout was closed initially,
21522         since some programs don't write to stdout in the normal course of
21523         operation (other than --version and --help), and we don't want this
21524         function to make e.g. `touch file >&-' fail.
21525         But do fail if it was closed and someone has tried to write to it.
21526         E.g., `printf foo >&-' must fail.
21527
21528 2004-11-13  Jim Meyering  <jim@meyering.net>
21529
21530         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21531
21532 2004-11-12  Simon Josefsson  <jas@extundo.com>
21533
21534         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21535         small doc fix is still pending.
21536
21537 2004-11-11  Simon Josefsson  <jas@extundo.com>
21538
21539         * modules/strtok_r: New file.
21540
21541         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21542         strtok_r.
21543
21544 2004-11-11  Simon Josefsson  <jas@extundo.com>
21545
21546         * m4/strtok_r.m4: New file.
21547
21548         * m4/getopt.m4: Replace opterr.
21549
21550 2004-11-11  Simon Josefsson  <jas@extundo.com>
21551
21552         * lib/strtok_r.h, strtok_r.c: New file.
21553
21554 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21555
21556         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21557         of replacing opterr, getopt, etc.  This should handle the
21558         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21559
21560 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21561
21562         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21563         we can stop lying to compilers about the constness of argv when we
21564         are compiled outside glibc.
21565         (getopt, getopt_long, getopt_long_only): Use it.
21566         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21567         _getopt_internal, getopt): Likewise.
21568         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21569         _getopt_long_only_r): Likewise.
21570         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21571         _getopt_long_r, _getopt_long_only_r): Likewise.
21572
21573         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21574         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21575         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21576         the other external symbols.
21577         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21578         declaration, since the above renaming now works around collisions.
21579
21580 2004-11-11  Jim Meyering  <jim@meyering.net>
21581
21582         * lib/linebreak.c: Remove trailing blanks.
21583         * lib/alloca_.h: Likewise.
21584         * lib/acosl.c: Likewise.
21585         * lib/euidaccess.c: Likewise.
21586         * lib/allocsa.h: Likewise.
21587
21588 2004-11-10  Simon Josefsson  <jas@extundo.com>
21589
21590         * m4/getaddrinfo.m4: New file.
21591
21592 2004-11-10  Simon Josefsson  <jas@extundo.com>
21593
21594         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21595
21596 2004-11-10  Simon Josefsson  <jas@extundo.com>
21597
21598         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21599         getaddrinfo.
21600
21601         * modules/getaddrinfo: New file.
21602
21603 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21604
21605         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21606
21607 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21608
21609         * lib/mktime.c (SHR): New macro, which is a portable
21610         substitute for >> that should work even on Crays.
21611         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21612         Problem reported by Mark D. Baushke in
21613         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21614         * lib/getdate.y (SHR): Likewise.
21615         (tm_diff): Use it.
21616         * lib/strftime.c (SHR): Likewise.
21617         (tm_diff): Use it.
21618         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21619         quote_these_too, so that right shifts are well defined.  All uses
21620         changed.
21621
21622 2004-11-10  Jim Meyering  <jim@meyering.net>
21623
21624         Ensure that no close failure goes unreported.
21625         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21626         return early when it seems there's nothing to flush.
21627         Don't include __fpending.h.
21628
21629 2004-11-10  Jim Meyering  <jim@meyering.net>
21630
21631         * modules/closeout (Depends-on): Remove fpending.
21632
21633 2004-11-10  Jim Meyering  <jim@meyering.net>
21634
21635         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21636
21637 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21638
21639         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21640         gl_FUNC_STRFTIME.
21641         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21642         and AC_REQUIRE when possible, to avoid duplicate checks.
21643         Check for <wchar.h>.
21644
21645 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21646
21647         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21648
21649 2004-11-09  Bruno Haible  <bruno@clisp.org>
21650
21651         * m4/sockpfaf.m4: New file.
21652
21653 2004-11-05  Bruno Haible  <bruno@clisp.org>
21654
21655         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21656         Reported by Mark D. Baushke <mdb@cvshome.org>.
21657
21658 2004-11-04  Bruno Haible  <bruno@clisp.org>
21659
21660         2004-09-11  Bruno Haible  <bruno@clisp.org>
21661                 * allocsa.valgrind: New file.
21662         2004-02-06  Bruno Haible  <bruno@clisp.org>
21663                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21664                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21665                 Reported by Christopher Seip <chris.seip@hp.com>.
21666
21667 2004-11-04  Bruno Haible  <bruno@clisp.org>
21668
21669         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21670         (Makefile.am): Distribute it.
21671
21672 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21673
21674         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21675         with errno == ERANGE if the buffer is too small.
21676         Problem reported by Mark D. Baushke.
21677
21678 2004-11-03  Albert Chin  <china@thewrittenword.com>
21679             Paul Eggert  <eggert@cs.ucla.edu>
21680
21681         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21682         equivalent, substitute $ac_type for equivalent type rather than
21683         blindly using uint32_t *always* which won't work if uint32_t is not
21684         available.  Define _UINT32_T to work around typedef of uint32_t if
21685         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21686         2.5.1.
21687
21688 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21689
21690         * m4/jm-macros.m4: Sync from coreutils.
21691         (gl_MACROS): Check for mbrlen, for pathchk.
21692         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21693
21694 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21695
21696         * lib/xreadlink.c (MAXSIZE): New macro.
21697         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21698         size does not exceed MAXSIZE.  Avoid cast.
21699         As suggested by Mark D. Baushke in
21700         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21701         if readlink fails with buffer size just under MAXSIZE, try again
21702         with MAXSIZE.
21703
21704 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21705
21706         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21707
21708 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21709         and  Paul Eggert  <eggert@cs.ucla.edu>
21710
21711         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21712         (get_date): Overparenthesize to avoid GCC warning.
21713
21714 2004-11-02  Bruno Haible  <bruno@clisp.org>
21715
21716         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21717         returns void.
21718
21719 2004-11-02  Bruno Haible  <bruno@clisp.org>
21720
21721         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21722         function returns void.
21723
21724 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21725
21726         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21727         fflush_unlocked, flockfile, funlockfile, funlockfile,
21728         fputs_unlocked, putc_unlocked.
21729
21730 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21731
21732         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21733         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21734         already declared.
21735
21736 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21737
21738         * modules/getdate (Files): Add doc/getdate.texi.
21739         (Depends-on): Add setenv, xalloc.
21740
21741 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21742
21743         * lib/getdate.y: Add support for TZ="foo" within a date string.
21744         Fix some bugs near time_t boundaries.  Reject dates with
21745         out-of-range components, e.g., "Sept 31".
21746         Include <stdlib.h>, "setenv.h", "xalloc.h".
21747         (ISDIGIT_LOCALE): Remove; unused.
21748         Note that the TZ and time functions used here are not reentrant.
21749         (mktime_ok, get_tz): New functions.
21750         (TZBUFSIZE): New constant.
21751         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21752         This requires that we sometimes generate our own TZ="XXX..." setting.
21753
21754 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21755
21756         * doc/getdate.texi: New file, from coreutils with modifications for
21757         the new TZ parsing.
21758
21759 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21760
21761         * lib/mktime.c (not_equal_tm): Remove redundant check.
21762
21763 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21764
21765         * modules/regex (lib_SOURCES): Add regex.c.
21766         Reported by James Youngman in
21767         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21768
21769 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21770
21771         * lib/getdate.y: Use Bison 1.875 features, and some minor
21772         code cleanups.  This change does not affect semantics.
21773         Don't include <stdlib.h>; no longer needed.
21774         Don't include unlocked-io.h; only the "#if TEST" code uses
21775         stdio, and performance isn't crucial there.
21776         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21777         Bison 1.875 features as described below.
21778         All uses of "PC." replaced by "pc->".
21779         (YYSTYPE): Add a forward declaration.
21780         (yylex, yyerror): Use full prototypes in forward decls.
21781         Use "%pure-parser" rather than obsolescent "%pure_parser".
21782         Use %parse-param and %lex-param instead of obsolescent
21783         YYPARSE_PARAM and YYLEX_PARAM.
21784         (meridian_table, month_and_day_table, time_units_table,
21785         relative_time_table, time_zone_table, military_table,
21786         lookup_zone, lookup_word, get_date):
21787         Use NULL instead of 0 where appropriate.
21788         (to_hour): Avoid abort (), to avoid a dependency on
21789         stdlib.h.
21790         (yyerror, yylex): Now accepts parser_control * arg.
21791         (main) [TEST]: Use '\0' rather than 0 for char.
21792
21793 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21794
21795         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21796
21797 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21798
21799         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21800         It's now the caller's responsibility to handle the case where
21801         !HAVE_GETPAGESIZE && !defined getpagesize.
21802
21803         * lib/mktime.c (leapyear): Arg is long int, not int.
21804
21805 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21806
21807         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21808
21809 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21810
21811         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21812         missing.  Problem reported by James Youngman.
21813
21814 2004-10-16  Simon Josefsson  <jas@extundo.com>
21815
21816         * gnulib-tool: Fix comments.  Fix parse problem.
21817         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21818
21819 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21820
21821         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21822         implementation of getopt_long.  Problem reported by Alexander Taler in:
21823         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21824
21825 2004-10-15  Bruno Haible  <bruno@clisp.org>
21826
21827         * gnulib-tool: Untabify. Initialize supplied_libname.
21828         (func_usage): More homogenous output.
21829         (func_modules_transitive_closure, func_modules_to_filelist,
21830         func_emit_lib_Makefile_am): New functions.
21831         (func_import): New function, extracted from big case statement. Use
21832         func_get_license, func_modules_transitive_closure,
21833         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21834         opt_lgpl. Don't use test -a, as it's not portable.
21835         (func_create_testdir): Use func_modules_transitive_closure,
21836         func_modules_to_filelist, func_emit_lib_Makefile_am.
21837
21838 2004-10-15  Bruno Haible  <bruno@clisp.org>
21839
21840         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21841
21842 2004-10-15  Bruno Haible  <bruno@clisp.org>
21843
21844         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21845         the portions belonging to each module.
21846         Suggested by Derek Robert Price <derek@ximbiot.com>.
21847
21848 2004-10-12  Simon Josefsson  <jas@extundo.com>
21849
21850         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21851         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21852         to real functions.
21853
21854 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21855
21856         * modules/vsnprintf: New file.
21857
21858 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21859
21860         * m4/vsnprintf.m4: New file.
21861
21862 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21863
21864         * lib/vsnprintf.h: New file.
21865         * lib/vsnprintf.c: New file.
21866
21867 2004-10-11  Bruno Haible  <bruno@clisp.org>
21868
21869         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21870         vsnprintf.
21871
21872 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21873
21874         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21875
21876 2004-10-07  Bruno Haible  <bruno@clisp.org>
21877
21878         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21879         fits into the provided buffer.
21880
21881 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21882
21883         * lib/diacrit.c, diacrit.h: Add GPL notice.
21884
21885         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21886         notice.
21887         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21888         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21889         This avoids a potential constant-folding bug.
21890
21891 2004-10-05  Bruno Haible  <bruno@clisp.org>
21892
21893         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21894         for the declaration of strsep.
21895
21896 2004-10-05  Bruno Haible  <bruno@clisp.org>
21897
21898         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21899
21900 2004-10-04  Simon Josefsson  <jas@extundo.com>
21901
21902         * modules/memmem: New file.
21903         * tests/test-memmem.c: New file.
21904         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21905
21906 2004-10-04  Simon Josefsson  <jas@extundo.com>
21907
21908         * m4/memmem.m4: New file.
21909
21910 2004-10-04  Simon Josefsson  <jas@extundo.com>
21911
21912         * lib/memmem.h: New file.
21913         * lib/memmem.c: New file, taken from glibc.
21914
21915 2004-10-04  Simon Josefsson  <jas@extundo.com>
21916
21917         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21918         '#ifdef USE_UNLOCKED_IO'.
21919
21920 2004-10-04  Simon Josefsson  <jas@extundo.com>
21921
21922         * config/srclist.txt: Add memmem from glibc.
21923
21924 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21925
21926         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21927
21928         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21929         modules/exclude, modules/getdate, modules/getline,
21930         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21931         modules/getusershell, modules/linebuffer, modules/md5,
21932         modules/mountlist, modules/posixtm, modules/readtokens,
21933         modules/readutmp, modules/regex, modules/sha1,
21934         modules/version-etc, modules/yesno:
21935         Remove dependency on unlocked-io.
21936
21937 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21938
21939         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21940
21941         * m4/unlocked-io.m4: Add copyright notice.
21942         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21943
21944 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21945
21946         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21947         * lib/xmalloc.c (xmemdup): Likewise.
21948         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21949         XFREE): Remove these long-obsolescent macros.
21950         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21951         * lib/xstrdup.c: Remove.
21952
21953         * lib/regex.c (re_comp): Cast gettext return value to char *,
21954         Problem reported by Martin Neitzel via Mark D. Baushke.
21955
21956 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21957
21958         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21959         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21960         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21961         regex.c, sha1.c, version-etc.c, yesno.c:
21962         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21963         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21964         the includer's responsibility.
21965
21966         Sync from coreutils.
21967
21968         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21969         points to the start of a string, as the C Standard says the
21970         resulting behavior is undefined.
21971
21972         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21973         simple -> simple_backups, numbered_existing ->
21974         numbered_existing_backups, numbered -> numbered_backups
21975         to avoid shadowing problems.  All uses changed.
21976         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21977         * lib/backupfile.c (check_extension, numbered_backup):
21978         Rename locals to avoid shadowing 'basename'.
21979         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21980         once.
21981
21982         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21983         * lib/.cvsignore: Add getopt.h.
21984
21985 2004-10-04  Bruno Haible  <bruno@clisp.org>
21986
21987         * modules/README: New file.
21988         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21989         not a module.
21990
21991 2004-10-02  Jim Meyering  <jim@meyering.net>
21992
21993         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21994
21995 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21996
21997         * modules/strsep: New file.
21998
21999 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22000
22001         * m4/strsep.m4: New file.
22002
22003 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22004
22005         * lib/strsep.h: New file.
22006         * lib/strsep.c: New file.
22007
22008 2004-10-01  Simon Josefsson  <jas@extundo.com>
22009
22010         * lib/snprintf.c (snprintf): Handle size==0.
22011
22012 2004-10-01  Simon Josefsson  <jas@extundo.com>
22013             Bruno Haible  <bruno@clisp.org>
22014
22015         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22016         (snprintf): Declare 'args'.
22017
22018 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22019
22020         * lib/snprintf.c: Remove comments as to why each header is needed.
22021
22022 2004-10-01  Bruno Haible  <bruno@clisp.org>
22023
22024         * MODULES.html.sh: Add strsep.
22025
22026 2004-09-30  Simon Josefsson  <jas@extundo.com>
22027
22028         * modules/snprintf: New file.
22029
22030 2004-09-30  Simon Josefsson  <jas@extundo.com>
22031
22032         * m4/snprintf.m4: New file.
22033
22034 2004-09-30  Simon Josefsson  <jas@extundo.com>
22035
22036         * lib/snprintf.h, lib/snprintf.c: New files.
22037
22038 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22039
22040         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22041         (hol_entry_help): Never translate an empty string.
22042         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22043         * lib/argp.h (OPTION_NO_TRANS): New option.
22044
22045 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22046
22047         * modules/argp (Maintainer): Replace Simon Josefsson
22048         by Sergey Poznyakoff.
22049
22050 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22051
22052         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22053         changes merged back into glibc.
22054
22055 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22056
22057         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22058
22059 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22060
22061         * lib/xvasprintf.c: Include xalloc.h.
22062         (xvasprintf): Use xalloc_die, not xmalloc_die.
22063
22064 2004-09-29  Bruno Haible  <bruno@clisp.org>
22065
22066         * modules/alloca-opt: New file, derived from modules/alloca.
22067         * modules/allocsa: Depend on alloca-opt instead of alloca.
22068         * modules/setenv: Likewise.
22069         * modules/vasnprintf: Likewise.
22070         * MODULES.html.sh: Add alloca-opt.
22071
22072 2004-09-28  Simon Josefsson  <jas@extundo.com>
22073
22074         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22075         LGPL, and to replace license template from GPL to LGPL.
22076
22077 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22078
22079         * modules/dummy: Change license to LGPL.
22080
22081 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22082
22083         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22084
22085 2004-09-24  Simon Josefsson  <jas@extundo.com>
22086
22087         * modules/minmax (License): Change from GPL to LGPL.
22088
22089 2004-09-23  Simon Josefsson  <jas@extundo.com>
22090
22091         * gnulib-tool (--import): Typo.
22092
22093 2004-09-23  Simon Josefsson  <jas@extundo.com>
22094
22095         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22096
22097 2004-09-22  Bruno Haible  <bruno@clisp.org>
22098
22099         * modules/*: Add 'License' field.
22100         * gnulib-tool: Accept --extract-license option.
22101         (func_get_license): New function.
22102
22103 2004-09-21  Bruno Haible  <bruno@clisp.org>
22104
22105         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22106         Reported by Simon Josefsson.
22107
22108 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22109
22110         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22111         gl_AC_TYPE_LONG_LONG.
22112
22113 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22114
22115         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22116
22117 2004-09-18  Simon Josefsson  <jas@extundo.com>
22118         and  Paul Eggert  <eggert@cs.ucla.edu>
22119
22120         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22121         calls with autoreconf.  Define GL_LIB.
22122
22123 2004-09-14  Karl Berry  <karl@gnu.org>
22124
22125         * config/srclist.txt: unsync setenv.c, sigh.
22126
22127 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22128
22129         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22130         Problem reported by Bruno Haible in:
22131         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22132
22133 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22134
22135         * config/srclist.txt: Comment out argp-pvh.c.
22136
22137 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22138
22139         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22140         in case some system header has #define'd it.  Problem reported by
22141         Soeren D. Schulze in
22142         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22143
22144 2004-09-09  Karl Berry  <karl@gnu.org>
22145
22146         * regex.[ch]: delete from the root.  These were supposed to be
22147                 synced with emacs cvs, but this has not happened for about
22148                 a year, and anyway nothing else uses emacs regex.[ch].
22149                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22150                 lib/regex[.ch] is untouched.
22151
22152 2004-09-09  Bruno Haible  <bruno@clisp.org>
22153
22154         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22155
22156 2004-09-09  Bruno Haible  <bruno@clisp.org>
22157
22158         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22159         modifications.
22160         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22161
22162 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22163
22164         * modules/xvasprintf: New file.
22165         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22166
22167 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22168
22169         * lib/xvasprintf.h: New file.
22170         * lib/xvasprintf.c: New file.
22171         * lib/xasprintf.c: New file.
22172
22173 2004-09-08  Bruno Haible  <bruno@clisp.org>
22174
22175         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22176
22177 2004-09-08  Bruno Haible  <bruno@clisp.org>
22178
22179         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22180         length is > INT_MAX.
22181         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22182         more.
22183
22184 2004-09-08  Bruno Haible  <bruno@clisp.org>
22185
22186         * lib/stdint_.h: New file, taken from GNU clisp.
22187
22188 2004-09-08  Bruno Haible  <bruno@clisp.org>
22189             Oskar Liljeblad  <oskar@osk.mine.nu>
22190
22191         * modules/stdint: New file.
22192         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22193
22194 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22195
22196         Import from coreutils.
22197         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22198         strings on unbounded length.  alloca's performance benefits aren't
22199         that important here.
22200         (V_STRDUP): Remove.
22201         (parse_with_separator): New function, with most of the internals
22202         of the old parse_user_spec.  Allow user to omit both user and group,
22203         for compatibility with FreeBSD.
22204         Clone only the user name, not the entire spec.
22205         Do not set *uid, *gid unless entirely successful.
22206         Avoid memory leak in some failing cases.
22207         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22208         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22209         (parse_user_spec): Rewrite to use parse_with_separator.
22210
22211 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22212
22213         * modules/userspec: Don't depend on alloca.
22214
22215 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22216
22217         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22218
22219 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22220
22221         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22222         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22223         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22224
22225 2004-08-16  Simon Josefsson  <jas@extundo.com>
22226
22227         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22228         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22229         Add --dry-run for --import.
22230         Let user provided command line parameters override configure.ac
22231         settings.
22232
22233 2004-08-12  Simon Josefsson  <jas@extundo.com>
22234
22235         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22236         as discussed with Paul Eggert in threads rooted at
22237         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22238         and
22239         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22240         Before, the test was empty, and relied on ELIDE_CODE in source
22241         code.)
22242         (gl_PREREQ_GETOPT): New macro.
22243         (gl_GETOPT): Use them.
22244
22245 2004-08-12  Simon Josefsson  <jas@extundo.com>
22246
22247         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22248         * lib/getopt_.h: Renamed from getopt.h.
22249
22250 2004-08-12  Simon Josefsson  <jas@extundo.com>
22251
22252         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22253         Change default library name from libfoo to libgnu.
22254         Now, if you have a configure.ac that says:
22255                 gl_SOURCE_BASE(gl)
22256                 gl_M4_BASE(gl/m4)
22257                 gl_MODULES(error getopt etcetera)
22258                 gl_INIT
22259         you can import all you need by running:
22260                 ../gnulib/gnulib-tool --import
22261
22262         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22263         (Makefile.am): Rewrite, use logic from argz.
22264         (Include): Use <getopt.h> instead of "getopt.h".
22265
22266 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22267
22268         * modules/argp (Files): Add m4/unlocked-io.m4.
22269         (Depends-on): Add extensions.
22270
22271 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22272
22273         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22274         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22275         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22276         Check for program_invocation_name, program_invocation_short_name,
22277         flockfile, funlockfile, features.h, _getopt_long_only_r.
22278
22279 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22280
22281         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22282         its complicated substitute.
22283         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22284         and program_invocation_name.
22285         (__argp_basename) [!_LIBC]: Remove; the only use was
22286         replaced by its body.
22287         (__argp_short_program_name): Change condition from
22288         !defined __argp_short_program_name to
22289         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22290         to match argp-namefrob.h.
22291         (__argp_failure): Don't assume strerror_r returns char *.
22292         * lib/argp-parse.c (N_): Define unconditionally.
22293         (argp_default_options): Fill out initializers with 0 to avoid
22294         gcc warnings.
22295
22296 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22297
22298         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22299         getopt1.c.
22300
22301 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22302
22303         Merge from coreutils.
22304
22305         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22306
22307         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22308         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22309
22310 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22311
22312         Merge from coreutils.
22313
22314         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22315         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22316         for Reliant Unix 5.43.
22317
22318         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22319         (union fooround): Use uintmax_t, not long int.
22320         The rest is a merge from libc:
22321         [defined _LIBC]: Include <shlib-compat.h>.
22322         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22323
22324         * lib/settime.c (settime): Recode to avoid warning with
22325         Sun Forte C 6U2.
22326
22327         * lib/strverscmp.c: Convert to UTF-8.
22328
22329 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22330
22331         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22332         m4/uintmax_t.m4.
22333
22334 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22335
22336         * modules/xalloc-die: New file.
22337         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22338
22339         * modules/md5 (Files): Add m4/uint32_t.m4.
22340         * modules/sha1: Renamed from modules/sha.
22341         (Files):
22342         Rename lib/sha.h to lib/sha1.h.
22343         Rename lib/sha.c to lib/sha1.c.
22344         Rename m4/sha.m4 to m4/sha1.m4.
22345         (lib_SOURCES): Likewise.
22346         (configure.ac): Rename gl_SHA to gl_SHA1.
22347         (Include): sha.h -> sha1.h.
22348
22349 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22350
22351         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22352         * m4/sha1.m4: Renamed from sha.m4.
22353         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22354
22355 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22356
22357         * lib/obstack.h (obstack_empty_p):
22358         Don't assume that chunk->contents is suitably aligned.
22359         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22360         Likewise. Problem reported by Benno in
22361         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22362
22363         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22364         readable.  This could be improved further but it'd take some work.
22365
22366 2004-08-08  Simon Josefsson  <jas@extundo.com>
22367
22368         * modules/xgethostname (Depends-on): Remove exit and error (not
22369         used).
22370
22371         * modules/getpass-gnu: Add getpass.h.
22372         (Depends-on): Add stdbool.
22373         * modules/getpass: Add getpass.h.
22374
22375 2004-08-08  Simon Josefsson  <jas@extundo.com>
22376
22377         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22378         Check getpass declaration.
22379
22380 2004-08-08  Simon Josefsson  <jas@extundo.com>
22381
22382         * lib/xgethostname.c: Don't include error.h (not used).
22383
22384         * lib/getpass.h: Add.
22385         * lib/getpass.c: Include getpass.h first.
22386
22387 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22388
22389         * lib/xalloc-die.c: New file.
22390         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22391         All uses removed.
22392         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22393         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22394         xalloc-die.c.
22395         (_, N_, xalloc_die): Move to xalloc-die.c.
22396         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22397         so that we needn't mess with xalloc_msg_memory_exhausted.
22398
22399         * lib/sha1.h: Renamed from sha.h.
22400         (SHA1_H): Renamed from _SHA_H.
22401         (sha1_ctx): Renamed from sha_ctx.
22402         (sha1_init_ctx): Renamed from sha_init_ctx.
22403         (sha1_process_block): Renamed from sha_process_block.
22404         (sha1_process_bytes): Renamed from sha_process_bytes.
22405         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22406         (sha1_read_ctx): Renamed from sha_read_ctx.
22407         (sha1_stream): Renamed from sha_stream.
22408         (sha1_buffer): Renamed from sha_buffer.
22409         * lib/sha1.c: Likewise; renamed from sha.c.
22410         Do not include <sys/types.h>.
22411         Include <stddef.h> rather than <stdlib.h>.
22412
22413 2004-08-08  Bruno Haible  <bruno@clisp.org>
22414
22415         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22416         FILESYSTEM_PREFIX_LEN.
22417         * lib/progreloc.c: Likewise.
22418         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22419
22420 2004-08-06  Simon Josefsson  <jas@extundo.com>
22421
22422         * modules/progname (Depends-on): Don't depend on stdbool.
22423
22424 2004-08-06  Simon Josefsson  <jas@extundo.com>
22425
22426         * modules/getsubopt: New file.
22427         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22428         getsubopt.
22429
22430 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22431
22432         More merge from coreutils.
22433
22434         * m4/utimens.m4, m4/utimecmp.m4: New files.
22435         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22436         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22437         prereq.m4, sha.m4: Import changes from coreutils.
22438
22439 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22440
22441         More merge from coreutils.
22442         * modules/raise, modules/readtokens0, modules/utimens:
22443         * modules/utimecmp, module/xnanosleep: New files.
22444         * modules/strftime: Add lib/strftime.h.
22445         Change include from <time.h> to "strftime.h".
22446         * modules/yesno: Add lib/yesno.h.
22447         * modules/backupfile: Remove lib/addext.c.
22448         * modules/euidaccess: Add stat-macros.h.
22449         * modules/canonicalize, modules/euidaccess,
22450         modules/filemode, modules/lchown, modules/makepath,
22451         modules/rmdir, modules/stat: Likewise.
22452
22453 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22454
22455         Merge from tar.
22456         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22457         SIZE_MAX is a valid preprocessor constant.
22458         (__argp_basename): Change from "#ifndef _LIBC"
22459         to "#ifndef __argp_short_program_name", so that
22460         we don't compile these functions for tar.
22461
22462         More merges from coreutils.
22463         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22464         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22465         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22466         * lib/addext.c: Remove; no longer needed.
22467         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22468         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22469         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22470         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22471         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22472         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22473         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22474         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22475         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22476         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22477         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22478         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22479         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22480         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22481         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22482         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22483         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22484         Import changes from coreutils.
22485
22486 2004-08-05  Simon Josefsson  <jas@extundo.com>
22487
22488         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22489
22490 2004-08-05  Simon Josefsson  <jas@extundo.com>
22491
22492         * m4/getsubopt.m4: New file.
22493
22494 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22495
22496         Merge from coreutils.
22497
22498         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22499         * m4/getcwd-path-max.m4: New files.
22500
22501         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22502         FILESYSTEM_PREFIX_LEN ->
22503         FILE_SYSTEM_PREFIX_LEN.
22504         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22505         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22506         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22507         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22508
22509         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22510         prerequisite modules now handle the DOS stuff.
22511         Don't check for unistd.h.
22512
22513 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22514
22515         Merge from coreutils.
22516
22517         * lib/.gdb-history: Remove; this doesn't belong here.
22518
22519         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22520         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22521         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22522         * lib/getcwd.c: New files.
22523
22524         * lib/dirname.h: Include <stdbool.h>.
22525         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22526         for consistency with POSIX terminology.  All uses changed.
22527         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22528         (strip_trailing_slashes): Use bool for booleans.
22529         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22530
22531         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22532         sometimes returns a positive errno value even when it succeeds.
22533         (print_errno_message) [!LIBC]: Fall back on strerror if
22534         __strerror_r fails.
22535
22536         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22537         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22538         (longest_relative_suffix): New function.
22539         (path_concat): Use it.  Assume first argument is not NULL.
22540         Port to DOS.  Omit redundant separators.
22541         Report an error instead of returning NULL.
22542         Use mempcpy instead of memcpy.
22543         (xpath_concat): Remove: not declared or used.
22544
22545         * lib/same.h: Include <stdbool.h>
22546         (same_name): Return bool, not int.
22547         * lib/same.c (same_name): Likewise.
22548         (errno): Don't declare; we assume C89 or better now.
22549
22550         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22551         if not already defined.
22552
22553         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22554         * lib/dup-safer.c (errno): Likewise.
22555
22556 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22557
22558         Merge from coreutils.
22559         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22560         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22561         * modules/path-concat: Don't depend on strdup.
22562
22563 2004-08-03  Simon Josefsson  <jas@extundo.com>
22564
22565         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22566         * lib/progname.h: Don't include stdbool.h.
22567
22568 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22569
22570         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22571         * MODULES.html.sh (func_all_modules): Remove fatal.
22572
22573 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22574
22575         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22576
22577 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22578
22579         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22580         working.
22581
22582 2004-08-02  Simon Josefsson  <jas@extundo.com>
22583
22584         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22585         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22586         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22587
22588 2004-08-01  Simon Josefsson  <jas@extundo.com>
22589
22590         * lib/xgetdomainname.c: Include stdlib.h, for free().
22591
22592 2004-07-19  Bruno Haible  <bruno@clisp.org>
22593
22594         * MODULES.html.sh (func_all_modules): Add dummy.
22595
22596 2004-07-16  Simon Josefsson  <jas@extundo.com>
22597
22598         * modules/dummy: New file.
22599
22600 2004-07-16  Simon Josefsson  <jas@extundo.com>
22601
22602         * lib/dummy.c: New file.
22603
22604 2004-07-16  Bruno Haible  <bruno@clisp.org>
22605
22606         * lib/backupfile.h: Add extern "C" for C++.
22607         * lib/closeout.h: Likewise.
22608         * lib/copy-file.h: Likewise.
22609         * lib/findprog.h: Likewise.
22610         * lib/full-write.h: Likewise.
22611         * lib/pathname.h: Likewise.
22612         * lib/progname.h: Likewise.
22613         * lib/stpcpy.h: Likewise.
22614         * lib/stpncpy.h: Likewise.
22615         * lib/strcase.h: Likewise.
22616         * lib/strstr.h: Likewise.
22617         * lib/xalloc.h: Likewise.
22618
22619         * lib/mbswidth.h: Add extern "C" for C++.
22620         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22621
22622 2004-07-13  Robert Millan  <robertmh@gnu.org>
22623
22624         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22625
22626 2004-07-09  Simon Josefsson  <jas@extundo.com>
22627
22628         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22629         failed without this.)
22630
22631 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22632
22633         * modules/chown (Files): Add lib/fchown-stub.c, since
22634         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22635
22636 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22637
22638         * lib/fchown-stub.c: New file.
22639
22640 2004-06-24  Jim Meyering  <jim@meyering.net>
22641
22642         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22643
22644 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22645
22646         * modules/argz: Omit "#include".
22647
22648         * MODULES.html.sh (func_all_modules): Add calloc, to match
22649         2004-06-01 addition of calloc module.
22650
22651 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22652
22653         * m4/argz.m4: New file, which is autoupdated from libtool.
22654
22655 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22656
22657         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22658         libtool.
22659
22660 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22661
22662         * config/srclist-update: Don't insist on "USA." before the
22663         close-comment, as libtool omits the period and puts the */ on a
22664         separate line.
22665         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22666         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22667
22668 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22669
22670         * modules/argz: New file.
22671         * MODULES.html.sh (func_all_modules): Add argz.
22672
22673 2004-06-12  Jim Meyering  <jim@meyering.net>
22674         and  Paul Eggert  <eggert@cs.ucla.edu>
22675
22676         * modules/hash (Files): Add lib/xalloc.h.
22677         * modules/pipe (Depends-on): Add wait-process.
22678         * modules/stat (Depends-on): Add xalloc.
22679         * modules/userspec (Files): Add lib/userspec.h.
22680         * modules/xstrto
22681
22682         Upgrade from gettext-0.13.
22683         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22684         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22685         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22686
22687 2004-06-10  Jim Meyering  <jim@meyering.net>
22688
22689         * lib/calloc.c: New file.
22690
22691 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22692
22693         * lib/getdate.y (yylex): Allow space between sign and number.
22694         Problem reported by Dan Jacobson.
22695
22696 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22697
22698         Merge from coreutils CVS.
22699
22700         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22701         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22702         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22703         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22704         xstrtol.m4: Fix copyright date and/or serial number.
22705
22706         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22707         See if we need an fchown replacement.
22708         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22709         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22710         and use the replacement function if we detect either defect.
22711
22712         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22713         gl_UTIMECMP.
22714
22715 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22716         and  Jim Meyering  <jim@meyering.net>
22717
22718         Merge from coreutils CVS.
22719
22720         * lib/stat-macros.h: New file, with contents from file-type.h
22721         and coreutils' system.h.
22722         * lib/file-type.c: Include "stat-macros.h".
22723         * lib/file-type.h (file_type): Move all macro definitions to new file,
22724         stat-macros.h.
22725
22726         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22727         Wrap old code with this conditional.
22728         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22729         function that does not dereference symlinks.
22730         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22731
22732         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22733         dependency problems.
22734         (xreadlink): Accept new arg SIZE, for efficiency.
22735         All decls and uses changed.
22736         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22737
22738         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22739         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22740
22741         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22742         sysexits.h.
22743
22744 2004-06-01  Jim Meyering  <jim@meyering.net>
22745
22746         * m4/calloc.m4: New file.
22747
22748 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22749
22750         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22751         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22752         Also, fix a typo in a diagnostic.
22753
22754 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22755
22756         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22757         or AC_FUNC_REALLOC.
22758
22759 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22760
22761         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22762         macros to be defined.
22763         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22764         the allocator returns NULL because the requested size is zero.
22765
22766 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22767
22768         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22769         var.  Add comment explaining why libc still defines it.  This
22770         merges the following patch from glibc:
22771         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22772
22773 2004-05-20  Andreas Schwab  <schwab@suse.de>
22774
22775         * m4/free.m4: Replace free if it not known to work, not the other
22776         way round.
22777
22778 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22779
22780         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22781         present in glibc since revision 1.1 of this file.
22782         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22783         obstack_alignment_mask, obstack_alloc, obstack_base,
22784         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22785         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22786         obstack_grow0, obstack_init, obstack_int_grow,
22787         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22788         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22789         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22790         nonexistent functions.
22791
22792 2004-05-18  Karl Berry  <karl@gnu.org>
22793
22794         * config/srclist.txt: break link for vasnprintf.c.
22795
22796 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22797
22798         Port obstack to the AS/400, where pointers are 16 bytes wide and
22799         you cannot cast an integer to a valid pointer.  This patch is
22800         currently waiting to be integrated into glibc; see
22801         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22802
22803         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22804         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22805         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22806         (struct obstack): temp member is now a union of a pointer and
22807         an integer, instead of an integer.  All integer uses changed.
22808         This does not affect the physical layout of struct obstack,
22809         except on hosts (like the AS/400) where the size or alignment of
22810         void * is greater than that of ptrdiff_t.
22811         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22812         __STDC__)]: Store temporary in pointer member of union, not
22813         integer member.
22814         * lib/obstack.c: Include <stddef.h>, for offsetof.
22815         (struct fooalign): Remove; it doesn't need a name.
22816         (union fooround): Change double to long double, and add void *.
22817         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22818         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22819         not a macro.  Hence the values are always int; so remove all
22820         casts-to-int in uses.
22821
22822 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22823
22824         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22825         we can get this patch merged into glibc.
22826
22827 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22828             Paul Eggert  <eggert@cs.ucla.edu>
22829
22830         * m4/argp: Depend on alloca.
22831
22832 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22833             Paul Eggert  <eggert@cs.ucla.edu>
22834
22835         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22836         freecoding.
22837
22838 2004-05-17  Bruno Haible  <bruno@clisp.org>
22839
22840         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22841         precision that consists of a '.' followed by an empty digit string.
22842         Patch by Tor Lillqvist <tml@iki.fi>.
22843
22844 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22845
22846         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22847         for backward compatibility with older code.  We need our own
22848         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22849         it under some other name, and our alloca.h will define it.
22850
22851 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22852             Derek Price  <derek@ximbiot.com>
22853
22854         * lib/alloca.c: Include <alloca.h>, to get our interface.
22855         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22856         include <alloca.h> first.  Use C89 prototype for alloca; this
22857         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22858         Use #elif for simplicity, since we can assume C89 now.
22859         Don't try to source the system alloca.h since it will not be found
22860         and to prevent recursively including its replacement.
22861         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22862         * lib/regex.c: Likewise.
22863
22864 2004-05-16  Derek Price  <derek@ximbiot.com>
22865             Paul Eggert  <eggert@cs.ucla.edu>
22866
22867         getline cleanup.  This changes the getndelim2 API: both order of
22868         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22869         no delimiter).
22870
22871         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22872         interface does that.
22873         (getline): Always use getdelim, so that we don't have two
22874         copies of this code.
22875         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22876         if available.
22877         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22878         (GETNDELIM2_MAXIMUM): New macro.
22879         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22880         instead of the old practice of delim2==0.  All callers changed.
22881         Return -1 on overflow, instead of returning junk.
22882         Do not set *linesize unless allocation succeeds.
22883         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22884         that we include sys/types.h.
22885         * lib/getnline.h: Likewise.
22886         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22887         (getndelim2): Reorder arguments.
22888         * lib/getnline.c (getnline, getndelim):
22889         Don't discard the NMAX argument.
22890         (getnline): Invoke getndelim, to avoid code duplication.
22891         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22892         of (size_t) -1 by callers of the getnline family.
22893
22894 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22895
22896         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22897         Check for gettimeofday.
22898         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22899         Check for settimeofday, stime.
22900
22901 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22902
22903         * lib/nanosleep.c (suspended): Change its type from int to
22904         sig_atomic_t volatile.
22905         (first_call): Make it private to rpl_nanosleep, and have it
22906         be zero initially as that's a bit faster.
22907         (my_usleep): Round up fractional times instead of truncating them,
22908         as this is the usual meaning for 'sleep'.
22909
22910         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22911         doesn't work.
22912         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22913         (ENOSYS): Define if not defined.
22914         (settime): Fall back on stime if it exists and settimeofday fails.
22915         But don't bother with fallbacks if a method fails with errno == EPERM.
22916
22917 2004-05-11  Jim Meyering  <jim@meyering.net>
22918
22919         Prior to this change, the save_cwd caller required read access to the
22920         current directory on most systems (ones with the fchdir function).
22921
22922         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22923         fails, try write-only, and finally, resort to using xgetcwd.
22924
22925 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22926
22927         * lib/obstack.c, obstack.h: Import changes from libc.
22928
22929 2004-04-28  Bruno Haible  <bruno@clisp.org>
22930
22931         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22932         also implicitly appends .exe to executables.
22933         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22934         accepts Windows pathnames.
22935         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22936         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22937         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22938         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22939         Reported by Derek Robert Price <derek@ximbiot.com>.
22940
22941 2004-04-21  Karl Berry  <karl@gnu.org>
22942
22943         * config/srclist.txt (localcharset.c): break sync.
22944
22945 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22946
22947         * m4/host-os.m4: Add a copyright notice.
22948
22949 2004-04-20  Jim Meyering  <jim@meyering.net>
22950
22951         Change UTILS_ to gl_ in AC_DEFINE'd names.
22952         Change utils_- and jm_-prefixed variables, too.
22953         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22954         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22955         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22956
22957         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22958         Don't emit trailing blanks.
22959         Also rename jm_-prefixed variables to have gl_ prefix.
22960
22961         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22962         Also rename jm_-prefixed variables to have gl_ prefix.
22963
22964         * m4/jm-macros.m4: Reflect the renamings.
22965         * m4/prereq.m4: Likewise.
22966
22967 2004-04-20  Jim Meyering  <jim@meyering.net>
22968
22969         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22970         memory.
22971
22972 2004-04-20  Jim Meyering  <jim@meyering.net>
22973             Bruno Haible  <bruno@clisp.org>
22974
22975         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22976         memory when realloc fails.
22977
22978 2004-04-19  Jim Meyering  <jim@meyering.net>
22979
22980         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22981         now that readutmp.c may call `free (0)'.
22982
22983 2004-04-19  Bruno Haible  <bruno@clisp.org>
22984
22985         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22986         * m4/inttypes_h.m4: Likewise.
22987         * m4/stdint_h.m4: Likewise.
22988         * m4/intmax_t.m4: Likewise.
22989         * m4/uintmax_t.m4: Likewise.
22990
22991 2004-04-18  Jim Meyering  <jim@meyering.net>
22992
22993         * m4/prereq.m4: Don't forbid jm_ prefix.
22994
22995         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22996         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22997         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22998         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22999         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23000         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23001         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23002         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23003         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23004         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23005         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23006         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23007         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23008         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23009         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23010         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23011         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23012         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23013         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23014
23015 2004-04-18  Jim Meyering  <jim@meyering.net>
23016
23017         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23018         failure, don't leak memory and do call END_UTMP_ENT.
23019
23020 2004-04-16  Jim Meyering  <jim@meyering.net>
23021
23022         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23023         coreutils' stat program.
23024         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23025
23026 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23027
23028         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23029         C89.
23030         (CHAR_BIT): Remove, since we assume C89.
23031         Include <stdint.h> if available, as per current Autoconf CVS advice.
23032
23033 2004-03-31  Jim Meyering  <jim@meyering.net>
23034
23035         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23036         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23037         * m4/xalloc.m4: Likewise.
23038
23039 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23040
23041         Merge from coreutils.
23042
23043         * m4/inttostr.m4: New file.
23044         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23045         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23046         Require gl_CLOCK_TIME.
23047         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23048
23049 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23050
23051         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23052         not bool, to be more consistent with Unix conventions.
23053         Suggested by Bruno Haible.
23054
23055         Merge from coreutils.
23056
23057         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23058         * lib/umaxtostr.c: New files.
23059
23060         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23061         the usual <time.h> dance.
23062         (get_date): Change signature to support fractional time stamps.
23063         All callers changed.
23064         * lib/getdate.y: Include "getdate.h" first, as we can now
23065         assume C89 and don't need to worry about 'const'.
23066         Similarly, include "unlocked-io.h" near start, not in middle.
23067         Include <limits.h>.
23068         (textint.value): Use long int rather than int.
23069         (textint.digits): Use size_t rather than int.
23070         (BILLION, LOG10_BILLION): New constants.
23071         (parser_control): New member rel_ns.  Members day_ordinal,
23072         time_zone, month, day, hour, minutes, rel_year, rel_month,
23073         rel_day, rel_hour, rel_minutes, rel_seconds
23074         are now long int, not int.  Member seconds is now struct timespec,
23075         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23076         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23077         not int.
23078         (%union.intval): Now long int, not int.
23079         New member timespec.
23080         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23081         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23082         (spec): Now is a timespec or an item list.
23083         (timespec, items): New nonterminals.
23084         (time, rel, relunit, number, get_date):
23085         Add support for fractional seconds.
23086         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23087         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23088         (to_hour): First arg is now long int, not int.
23089         (to_year): Returns long int, not int.
23090         Don't treat year -70 like 70.
23091         (tm_diff): Returns long int, not int.
23092         (lookup_word): Use bool instead of int when appropriate.
23093         (yylex): Use size_t for count, not int.
23094         Detect overflow when parsing large integer constants.
23095         Add support for fractions.
23096         (get_date): Make pointers 'const' if possible.
23097         Use more-portable code to detect integer overflow.
23098         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23099         Don't use ctime; it's not reliable if the year has >4 digits.
23100
23101         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23102         This is for compatibility with BSD.
23103
23104         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23105         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23106         From coreutils' system.h.
23107
23108         * lib/userspec.c: Don't include "posixver.h".
23109         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23110         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23111         compatible extension.  Simplify code by removing a boolean int
23112         that was always nonzero if a string was nonnull.
23113
23114 2004-03-30  Jim Meyering  <jim@meyering.net>
23115
23116         Merge from coreutils.
23117
23118         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23119         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23120         on some systems one must include <grp.h> before it.
23121         Reported by Christian Krackowizer.
23122
23123 2004-03-30  Jim Meyering  <jim@meyering.net>
23124
23125         Merge from coreutils.
23126
23127         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23128
23129         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23130         an empty input stream.
23131
23132         * lib/readtokens.c: Include <stdbool.h>.
23133         (readtoken): Use `size_t' rather than int/long.
23134         All callers adjusted.
23135         Use `bool' rather than `int' where appropriate.
23136         Use memset rather than an explicit loop.
23137         Use x2nrealloc rather than xrealloc.
23138         Allow the use of `\0' as a delimiter.
23139         (readtokens): Likewise.
23140         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23141
23142 2004-03-30  Jim Meyering  <jim@meyering.net>
23143
23144         * m4/realloc.m4: Remove file, since now it does no more than
23145         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23146         the `configure.ac' section of module/realloc.
23147         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23148
23149 2004-03-30  Bruno Haible  <bruno@clisp.org>
23150
23151         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23152         nonnull.
23153
23154 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23155
23156         Merge changes to getloadavg.c from coreutils and Emacs.
23157
23158         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23159         Define to an expression, not to the empty string.
23160         Include cloexec.h and xalloc.h.
23161         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23162         Use set_cloexec_flag rather than rolling our own.
23163         * lib/cloexec.c, lib/cloexec.h: New files.
23164
23165 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23166
23167         * m4/cloexec.m4: New file.
23168
23169 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23170
23171         * lib/getopt.h: Sync with libc CVS.
23172
23173 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23174             Bruno Haible  <bruno@clisp.org>
23175
23176         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23177         mbswidth.
23178
23179 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23180             Bruno Haible  <bruno@clisp.org>
23181
23182         * lib/mbswidth.h: Include <wchar.h> only if
23183         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23184         <wchar.h>.
23185         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23186
23187 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23188
23189         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23190         Sync with libc CVS.
23191         * lib/getopt_int.h: New file, also synced from libc.
23192
23193 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23194
23195         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23196         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23197         Bring back getopt.c, getopt.h, getopt1.c.
23198
23199 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23200
23201         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23202         All uses changed.  Check for sa_sigaction member; this fixes
23203         a bug first reported by Jason Andrade in
23204         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23205
23206 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23207
23208         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23209         '#if' expressions.  Unlike the code it replaces, it does not
23210         depend on (defined _SC_PAGESIZE).  However, it does depend on
23211         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23212         first reported by Jason Andrade in
23213         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23214
23215 2004-02-25  Simon Josefsson  <jas@extundo.com>
23216
23217         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23218
23219 2004-02-25  Simon Josefsson  <jas@extundo.com>
23220
23221         * lib/strdup.h: New file.
23222         * lib/strdup.c: Include it.
23223         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23224         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23225
23226 2004-02-23  Karl Berry  <karl@gnu.org>
23227
23228         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23229         (from fencepost.gnu.org:/gd/gnuorg).
23230
23231 2004-02-23  Karl Berry  <karl@gnu.org>
23232
23233         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23234         * config/srclist.txt: add maintain/standards documents.
23235
23236 2004-02-18  Bruno Haible  <bruno@clisp.org>
23237
23238         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23239         Reported by Derek Robert Price <derek@ximbiot.com>.
23240
23241 2004-02-16  Karl Berry  <karl@gnu.org>
23242
23243         * config/mkinstalldirs, install-sh: update from automake.
23244
23245 2004-02-06  Karl Berry  <karl@gnu.org>
23246
23247         * m4/po.m4: update from gettext 0.14.1.
23248
23249 2004-02-06  Karl Berry  <karl@gnu.org>
23250
23251         * lib/config.charset: update from gettext 0.14.1.
23252
23253 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23254
23255         Add comments and code, prompted by suggestions from Bruno Haible
23256         for sh-quote.
23257         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23258         describing the enum quoting_style values.
23259         * lib/quotearg.c (quotearg_alloc): New function.
23260         (quotearg_buffer_restyled): Treat lone { and } as special.
23261         Treat = as special.  Work around bug with older shells
23262         that "see" a '\' that is really the 2nd byte of a multibyte char.
23263         Quote empty string with shell_quoting_style.
23264
23265 2004-02-03  Bruno Haible  <bruno@clisp.org>
23266
23267         * m4/pipe.m4: New file, from GNU gettext.
23268
23269 2004-02-03  Bruno Haible  <bruno@clisp.org>
23270
23271         * lib/pipe.h: New file, from GNU gettext.
23272         * lib/pipe.c: New file, from GNU gettext.
23273
23274 2004-01-27  Bruno Haible  <bruno@clisp.org>
23275
23276         * m4/execute.m4: New file, from GNU gettext.
23277
23278 2004-01-27  Bruno Haible  <bruno@clisp.org>
23279
23280         * lib/execute.h: New file, from GNU gettext.
23281         * lib/execute.c: New file, from GNU gettext.
23282         * lib/w32spawn.h: New file, from GNU gettext.
23283
23284 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23285
23286         Merge from diffutils.
23287
23288         * lib/file-type.c (file_type): Add typed memory objects.
23289         * lib/file-type.h (S_TYPEISTMO): New macro.
23290
23291         * lib/c-stack.h (c_stack_action): Remove argv argument.
23292         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23293         (die): Don't calculate message unless segv_action returns.
23294         (get_stack_location, min_address_from_argv, max_address_from_argv,
23295         volatile stack_base, volatile_stack_size): Remove.
23296         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23297         that every segmentation violation is a stack overflow.  (Ouch!)
23298         See Debian bug 136249 (still outstanding) for more info about why
23299         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23300
23301 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23302
23303         Exit-status fix from coreutils.
23304
23305         Use exit_failure consistently in place of EXIT_FAILURE,
23306         so that program exit statuses are consistent on failure.
23307
23308         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23309         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23310         * lib/argmatch.h: Comment fix to match the above.
23311         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23312         Now a macro referring to exit_failure, instead of a separate
23313         variable.  Include "exitfail.h" to get it.
23314         * lib/xstrtol.h: Include "exitfail.h".
23315         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23316
23317         * lib/long-options.c (parse_long_options): Use prototype
23318         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23319         for clarity.
23320
23321 2004-01-21  Jim Meyering  <jim@meyering.net>
23322
23323         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23324         so as not to conflict with a different-sized __mktime_internal
23325         function in GNU libc.
23326         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23327         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23328
23329 2004-01-20  Karl Berry  <karl@gnu.org>
23330
23331         * config/config.guess: update from config.
23332
23333         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23334
23335 2004-01-20  Bruno Haible  <bruno@clisp.org>
23336
23337         Safer stack allocation.
23338         * lib/setenv.c: Include allocsa.h.
23339         (alloca): Remove fallback definition.
23340         (freea): Remove macro.
23341         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23342         instead of freea.
23343
23344 2004-01-20  Bruno Haible  <bruno@clisp.org>
23345
23346         * m4/eealloc.m4: New file, from GNU gettext.
23347
23348 2004-01-20  Bruno Haible  <bruno@clisp.org>
23349
23350         * m4/allocsa.m4: New file, from GNU gettext.
23351
23352 2004-01-20  Bruno Haible  <bruno@clisp.org>
23353
23354         * lib/xallocsa.h: New file, from GNU gettext.
23355         * lib/xallocsa.c: New file, from GNU gettext.
23356
23357 2004-01-20  Bruno Haible  <bruno@clisp.org>
23358
23359         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23360
23361 2004-01-20  Bruno Haible  <bruno@clisp.org>
23362
23363         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23364         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23365         specially.
23366
23367 2004-01-20  Bruno Haible  <bruno@clisp.org>
23368
23369         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23370         patch.
23371
23372 2004-01-20  Bruno Haible  <bruno@clisp.org>
23373
23374         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23375
23376 2004-01-20  Bruno Haible  <bruno@clisp.org>
23377
23378         * lib/eealloc.h: New file.
23379
23380 2004-01-20  Bruno Haible  <bruno@clisp.org>
23381
23382         * lib/binary-io.h: Avoid warnings on Cygwin.
23383
23384 2004-01-20  Bruno Haible  <bruno@clisp.org>
23385
23386         * lib/allocsa.h: New file, from GNU gettext.
23387         * lib/allocsa.c: New file, from GNU gettext.
23388
23389 2004-01-18  Karl Berry  <karl@gnu.org>
23390
23391         * doc/gpl.texi, doc/lgpl.texi: new files.
23392
23393 2004-01-18  Karl Berry  <karl@gnu.org>
23394
23395         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23396         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23397
23398 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23399
23400         Merge from coreutils.
23401
23402         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23403         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23404         (gl_DEFAULT_POSIX2_VERSION): Move
23405         the documentation from 'configure' into 'config.hin',
23406         so that 'configure --help' isn't burdened by it and
23407         we don't have to worry about its formatting there.
23408         Reword the documentation so that it's more succinct
23409         and can be run together into a single paragraph.
23410         * m4/same.m4 (gl_SAME): Check for pathconf.
23411
23412 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23413
23414         Merge from coreutils.
23415
23416         * lib/posixver.c: Include posixver.h.
23417
23418         * lib/same.c: Include <stdbool.h>, <limits.h>.
23419         (_POSIX_NAME_MAX): Define if not defined.
23420         (MIN): New macro.
23421         (same_name): If file names are silently truncated, report
23422         that the file names are the same if they are the same after
23423         the silent truncation.
23424
23425         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23426         conversion function.
23427         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23428         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23429         longer needed.
23430
23431 2004-01-15  Jim Meyering  <jim@meyering.net>
23432
23433         Merge from coreutils.
23434
23435         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23436         if no library is required.
23437         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23438         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23439         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23440         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23441         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23442         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23443         value, $ac_cv_search_crypt, if it's "none required".
23444         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23445         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23446         not gl_FUNC_GETLOADAVG.
23447         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23448         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23449
23450 2004-01-15  Jim Meyering  <jim@meyering.net>
23451
23452         Merge from coreutils.
23453
23454         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23455         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23456         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23457
23458         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23459         optional configure-time default.
23460
23461         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23462
23463         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23464
23465 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23466
23467         Merge from coreutils.
23468
23469         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23470         value, $ac_cv_search_nanosleep, if it's "none required".
23471
23472 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23473
23474         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23475         with like-named macro in fnmatch.c.
23476         (EXT): Use an internal constant instead.
23477
23478         Merge fnmatch patches from glibc.
23479         * lib/fnmatch.c (mbsinit): Remove define.
23480         Add libc_hidden_ver (__fnmatch, fnmatch).
23481         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23482         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23483
23484 2004-01-14  Karl Berry  <karl@gnu.org>
23485
23486         * config/install-sh: update from automake.
23487
23488 2004-01-13  Karl Berry  <karl@gnu.org>
23489
23490         * config/install-sh: update from automake.
23491
23492 2004-01-09  Karl Berry  <karl@gnu.org>
23493
23494         * config/install-sh: update from automake.
23495
23496 2004-01-05  Karl Berry  <karl@gnu.org>
23497
23498         * config/config.{sub,guess}: update from config.
23499
23500 2003-12-31  Karl Berry  <karl@gnu.org>
23501
23502         * config/depcomp: update from automake.
23503
23504 2003-12-14  Karl Berry  <karl@gnu.org>
23505
23506         * lib/config.charset: update from gettext-runtime.
23507
23508 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23509
23510         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23511         Bug reported by Alfred M. Szmidt.
23512
23513 2003-12-03  Bruno Haible  <bruno@clisp.org>
23514
23515         * m4/gettext.m4: Upgrade from gettext-0.13.
23516         * m4/po.m4: Upgrade from gettext-0.13.
23517         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23518         * m4/intmax.m4: New file, from gettext-0.13.
23519         * m4/printf-posix.m4: New file, from gettext-0.13.
23520
23521 2003-11-29  Karl Berry  <karl@gnu.org>
23522
23523         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23524
23525 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23526             Bruno Haible  <bruno@clisp.org>
23527
23528         * lib/printf-parse.h: Don't include sys/types.h.
23529         (ARG_NONE): New macro.
23530         (char_directive): Change type of *arg_index fields to size_t.
23531         * lib/printf-parse.c: Don't include sys/types.h.
23532         (SSIZE_MAX): Remove macro.
23533         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23534         Remove unnecessary overflow check.
23535         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23536         fields.
23537
23538 2003-11-25  Bruno Haible  <bruno@clisp.org>
23539
23540         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23541
23542 2003-11-25  Bruno Haible  <bruno@clisp.org>
23543
23544         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23545         gt_TYPE_SSIZE_T.
23546
23547 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23548
23549         * modules/alloca: Remove dependency on xalloc.
23550
23551 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23552
23553         * lib/alloca.c: Remove dependency on xalloc module.
23554         (xalloc_die): Remove.
23555         (memory_full) [!defined emacs]: New macro.
23556         [!defined emacs]: Don't include xalloc.h.
23557         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23558         address arithmetic overflows.  Change datatypes a bit to avoid
23559         unnecessary casts.
23560
23561 2003-11-22  Jim Meyering  <jim@meyering.net>
23562
23563         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23564         s/size/size_t/.
23565
23566 2003-11-21  Karl Berry  <karl@gnu.org>
23567
23568         * config/config.{sub,guess}: update from config.
23569
23570 2003-11-18  Karl Berry  <karl@gnu.org>
23571
23572         * config/config.{sub,guess}: update from config.
23573
23574         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23575
23576 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23577
23578         * README: Mention that S+T cannot overflow if S is the size of
23579         an existing object and T is sufficiently small.
23580
23581 2003-11-17  Jim Meyering  <jim@meyering.net>
23582
23583         On systems without utime and without a utimes function capable of
23584         dealing with a NULL struct utimbuf* argument, this utime replacement
23585         could -- in unusual circumstances -- leak a file descriptor.
23586         * lib/utime.c: Include <unistd.h> and <errno.h>.
23587         (utime_null): Be sure to close `fd' and to preserve errno.
23588         Reported by Geoff Collyer via Arnold Robbins.
23589
23590 2003-11-17  Bruno Haible  <bruno@clisp.org>
23591
23592         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23593         (Depends-on): Add xsize.
23594
23595 2003-11-17  Bruno Haible  <bruno@clisp.org>
23596
23597         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23598
23599 2003-11-17  Bruno Haible  <bruno@clisp.org>
23600
23601         * lib/vasnprintf.c (alloca): Remove fallback definition.
23602         (freea): Remove definition.
23603         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23604         Reported by Paul Eggert.
23605
23606 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23607             Bruno Haible  <bruno@clisp.org>
23608
23609         Protect against address arithmetic overflow.
23610         * lib/printf-args.h: Include stddef.h.
23611         (arguments): Change type of field 'count' to size_t.
23612         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23613         'unsigned int' where appropriate.
23614         * lib/printf-parse.h: Include sys/types.h.
23615         (char_directive): Change type of *arg_index fields to ssize_t.
23616         (char_directives): Change type of fields 'count', max_*_length to
23617         size_t.
23618         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23619         (SSIZE_MAX): Define fallback value.
23620         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23621         instead of 'int' where appropriate. Check a_allocated, d_allocated
23622         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23623         * lib/vasnprintf.c: Include xsize.h.
23624         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23625         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23626         overflow. Avoid wraparound when converting a width or precision from
23627         decimal to binary.
23628
23629 2003-11-16  Bruno Haible  <bruno@clisp.org>
23630
23631         Update from GNU gettext.
23632         * lib/printf-parse.c: Generalize to it can be compiled for wide
23633         strings.
23634         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23635         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23636         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23637         SNPRINTF): New macros.
23638         Don't include <alloca.h> if the file is used inside libintl.
23639         (local_wcslen): New function, for Solaris 2.5.1.
23640         (VASNPRINTF): Use it instead of wcslen.
23641
23642 2003-11-16  Bruno Haible  <bruno@clisp.org>
23643
23644         * lib/xsize.h (xmax): New function.
23645         (xsum, xsum3, xsum4): Declare as "pure" functions.
23646
23647 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23648
23649         * modules/xalloc (Files): Undo latest change, since xalloc.h
23650         no longer needs SIZE_MAX or PTRDIFF_MAX.
23651
23652 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23653
23654         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23655         gl_PTRDIFF_MAX.
23656
23657 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23658
23659         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23660         "return", to pacify some unknown compiler.  Problem reported
23661         by Joerg Schilling.
23662
23663 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23664
23665         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23666         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23667         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23668         heuristic is just as accurate as far as we know, and it removes a
23669         dependency on size_max.m4 and ptrdiff_max.m4.
23670
23671 2003-11-11  Bruno Haible  <bruno@clisp.org>
23672
23673         * modules/xsize (Files): Add m4/size_max.m4.
23674         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23675
23676 2003-11-11  Bruno Haible  <bruno@clisp.org>
23677
23678         * m4/size_max.m4: New file.
23679         * m4/ptrdiff_max.m4: New file.
23680         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23681         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23682         (gl_XALLOC): Invoke it.
23683
23684 2003-11-11  Bruno Haible  <bruno@clisp.org>
23685
23686         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23687         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23688         defined.
23689
23690 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23691
23692         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23693         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23694         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23695         From Bruno Haible.
23696         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23697         not (size_t) -1, since it's defined here.
23698
23699 2003-11-09  Karl Berry  <karl@gnu.org>
23700
23701         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23702
23703 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23704
23705         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23706         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23707         Reject sizes of exactly SIZE_MAX bytes.
23708         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23709         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23710
23711 2003-11-05  Bruno Haible  <bruno@clisp.org>
23712
23713         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23714         SIZE_MAX defined in <limits.h> on Solaris.
23715
23716 2003-11-04  Jim Meyering  <jim@meyering.net>
23717
23718         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23719         variable names, rather than @VAR@.
23720         * modules/poll: Likewise.
23721
23722 2003-11-04  Bruno Haible  <bruno@clisp.org>
23723
23724         * modules/xsize: New file.
23725         * modules/linebreak: Depend on xsize.
23726         * MODULES.html.sh (func_all_modules): Add xsize.
23727
23728 2003-11-04  Bruno Haible  <bruno@clisp.org>
23729
23730         * m4/xsize.m4: New file.
23731
23732 2003-11-04  Bruno Haible  <bruno@clisp.org>
23733
23734         * lib/xsize.h: New file.
23735         * lib/linebreak.c: Include xsize.h.
23736         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23737         argument for overflow.
23738         Suggested by Paul Eggert.
23739
23740 2003-11-03  Karl Berry  <karl@gnu.org>
23741
23742         * config/config.{guess,sub}: update from config.
23743
23744 2003-11-03  Jim Meyering  <jim@meyering.net>
23745
23746         * modules/userspec (lib_SOURCES): Add userspec.h.
23747         (Include): Add "userspec.h".
23748         Improve description.
23749
23750 2003-11-03  Jim Meyering  <jim@meyering.net>
23751
23752         * lib/userspec.c: Include "userspec.h".
23753         * lib/userspec.h: New file.
23754
23755 2003-11-03  Bruno Haible  <bruno@clisp.org>
23756
23757         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23758
23759 2003-11-03  Bruno Haible  <bruno@clisp.org>
23760
23761         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23762         available, to avoid (extremely rare) race condition.
23763         Suggested by Paul Eggert.
23764
23765 2003-11-02  Karl Berry  <karl@gnu.org>
23766
23767         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23768
23769 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23770
23771         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23772         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23773         (read_filesystem_list): Set and use me_type_malloced.
23774         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23775         whatever the type happens to be), for brevity and consistency.
23776         Check for size calculation overflow on Alphas running OSF/1.
23777
23778 2003-10-31  Jim Meyering  <jim@meyering.net>
23779
23780         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23781
23782         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23783
23784 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23785             Bruno Haible  <bruno@clisp.org>
23786
23787         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23788         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23789
23790 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23791
23792         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23793         netbsd*-gnu*.  Suggested by Robert Millan.
23794
23795 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23796
23797         * modules/group-member: Depend on stdbool.
23798
23799 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23800
23801         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23802
23803 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23804
23805         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23806         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23807         after the 'gnu' in these cases.  This fixes some bugs in the
23808         previous change, and is based on suggestions by Robert Millan.
23809
23810 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23811
23812         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23813         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23814         no longer needed.
23815         * lib/quotearg.c (quotearg_n_options): Use it.
23816         * lib/group-member.c: Include <stdbool.h>.
23817         (free_group_info): Arg is now const *; don't free arg.
23818         (get_group_info): Now returns bool and accepts struct group_info *,
23819         rather than returning a malloc'ed struct group_info *.
23820         All uses changed.  Check for overflow in internal size calculation.
23821
23822         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23823         rather than xmalloc/xrealloc.
23824         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23825         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23826         conformance bug: the old code used a pointer after freeing the
23827         storage that it addressed.
23828         * lib/hash.c (hash_initialize): Simplify the code by using
23829         xalloc_oversized rather than doing it by hand.
23830         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23831         the buffer preserved.  Use free and xmalloc instead.
23832         * lib/quotearg.c (quotearg_n_options): Likewise.
23833         Use a simpler test for size overflow.  Don't use xalloc_oversized
23834         because unsigned int might be wider than size_t (!); this suggests
23835         that we should switch from unsigned int to size_t for slot numbers.
23836
23837 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23838
23839         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23840         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23841         NetBSD kernels.  Requested by Richard Stallman.
23842
23843 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23844
23845         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23846         to allocate the returned structure.  Do not allocate a subarray,
23847         as x2nrealloc will do that.
23848         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23849         instead of xnrealloc.
23850         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23851
23852 2003-10-27  Bruno Haible  <bruno@clisp.org>
23853
23854         * lib/stdbool_.h: Better support for BeOS.
23855
23856 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23857
23858         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23859         now uses inline.
23860
23861 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23862
23863         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23864         callers that want to do their own size-overflow checking.  Include
23865         <stdbool.h>, since xalloc_oversized returns bool.
23866         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23867         to use xalloc_oversized.
23868
23869         Add two functions x2realloc, x2nrealloc, for programs that grow
23870         arrays dynamically by doubling their sizes.
23871         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23872         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23873         New functions.
23874
23875         Port to C99 semantics for 'inline' of external functions.
23876         Bug reported by Bruno Haible.
23877         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23878         with the old contents of xnmalloc.
23879         (xnmalloc, xmalloc): Use it.
23880         (xnrealloc_inline): New static inline function,
23881         with the old contents of xnrealloc.
23882         (xnrealloc, xrealloc): Use it.
23883
23884         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23885         that.
23886
23887 2003-10-26  Karl Berry  <karl@gnu.org>
23888
23889         * config/srclist.txt (COPYING.DOC): no longer available from
23890         /gd/gnuorg; don't know where the ultimate source is.
23891
23892 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23893
23894         Fix several address-calculation bugs in the hash modules,
23895         plus some minor code cleanup.
23896
23897         * lib/hash.h: Include <stdbool.h>, for bool.
23898         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23899         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23900         hash_get_n_entries, hash_get_max_bucket_length,
23901         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23902         hash_rehash): Use size_t rather than unsigned.
23903         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23904         hash_get_n_buckets_used, hash_get_n_entries,
23905         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23906         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23907         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23908         Likewise.
23909         (SIZE_MAX): Define if not defined.
23910         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23911         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23912         hash_print):
23913         Use const * when possible.
23914         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23915         (check_tuning): Fix bug: if tuning parameters were very close to
23916         0 or 1, rounding errors could have caused subscript violations.
23917         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23918         (hash_initialize): Add 'fail:' label
23919         to free table and return NULL, and use it to simplify code.
23920         Use calloc rather than clearing the storage ourself.
23921         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23922         buffer size calculations.
23923         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23924         Include <stddef.h>, for size_t.
23925         * lib/hash-pjw.c (hash_pjw): Likewise.
23926         Switch to method described by Bruno Haible.
23927         Include <limits.h>, for CHAR_BIT.
23928         (SIZE_BITS): New macro.
23929
23930 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23931
23932         * m4/getline.m4 (AM_FUNC_GETLINE):
23933         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23934         hosts.  Problem reported by Derek Robert Price in
23935         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23936         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23937         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23938
23939 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23940
23941         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23942         ceiling the allocation at NMAX bytes rather than silently
23943         discarding input bytes before NMAX is reached.  This makes
23944         a difference only if NMAX exceeds SIZE_MAX / 2.
23945
23946         * lib/obstack.c: Merge from glibc.
23947         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23948         Add libc_hidden_def (_obstack_newchunk).
23949         (_obstack_free) [! defined _LIBC]: Remove.
23950         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23951         a clone of the function body.
23952         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23953         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23954
23955         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23956         glibc.
23957         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23958         arg to memcpy.
23959
23960         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23961         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23962         Don't use lvalue casts, as GCC plans to remove support for them
23963         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23964         was also present in the non-GCC version, indicating that this
23965         code had always been buggy and had never been widely used.
23966         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23967         Use the fast variant of each macro, rather than copying the
23968         definiens of the fast variant; that way, we'll be more likely to
23969         catch future bugs in the fast variants.
23970
23971 2003-10-20  Bruno Haible  <bruno@clisp.org>
23972
23973         * modules/wait-process: New file.
23974         * MODULES.html.sh (func_all_modules): Add wait-process.
23975
23976 2003-10-20  Bruno Haible  <bruno@clisp.org>
23977
23978         * m4/wait-process.m4: New file.
23979
23980 2003-10-20  Bruno Haible  <bruno@clisp.org>
23981
23982         * lib/wait-process.h: New file, from GNU gettext.
23983         * lib/wait-process.c: New file, from GNU gettext.
23984
23985 2003-10-19  Jim Meyering  <jim@meyering.net>
23986
23987         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23988         HPUX 10.20.
23989
23990 2003-10-18  Karl Berry  <karl@gnu.org>
23991
23992         * config/config.guess: update from config.
23993
23994 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23995
23996         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23997         (getgroups): First arg is int, not size_t.
23998         Don't let 'free' mangle errno.
23999
24000 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24001
24002         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24003
24004 2003-10-16  Karl Berry  <karl@gnu.org>
24005
24006         * config/config.{guess,sub}: update from config.
24007
24008 2003-10-16  Jim Meyering  <jim@meyering.net>
24009
24010         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24011         memcpy.
24012
24013 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24014
24015         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24016         (SIZE_MAX): Remove.
24017         (new_exclude, add_exclude_file): Initial size no longer needs to
24018         be a power of 2.
24019         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24020         our own address arithmetic overflow checking.
24021
24022         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24023         (fnmatch): Do not alloca more than 2000 wide characters;
24024         instead, use malloc for large buffers.
24025         Check for address arithmetic overflow, and return -1
24026         with errno set to ENOMEM in that case.
24027         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24028         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24029         instead, return -1.  Check for address arithmetic overflow.
24030
24031 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24032
24033         Handle invalid suffixes and overflow independently, so that
24034         callers can treat them independently as needed.  Fix some bugs in
24035         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24036         suffix for a human-readable blocksize.  The major caller-visible
24037         change is the addition of a new
24038         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24039         that both overflow and suffix chars were found.
24040
24041         * lib/human.c (humblock): Don't check separately for invalid suffix
24042         char; that is xstrtoumax's job (now that its bug is fixed).
24043         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24044         INTMAX_MAX]: New macros.
24045         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24046         TYPE_MAXIMUM): New macros.
24047         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24048         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24049         if overflow occurs, as it's what __strtol does and it's more useful
24050         in practice.
24051         (__xstrtol): If __strtol reports some error other than ERANGE,
24052         reflect it to the caller as LONGINT_INVALID.  If it reports
24053         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24054         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24055         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24056         value.
24057         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24058         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24059         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24060         [defined UINTMAX_MAX]: New macros.
24061
24062 2003-10-14  Bruno Haible  <bruno@clisp.org>
24063
24064         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24065
24066 2003-10-14  Bruno Haible  <bruno@clisp.org>
24067
24068         * m4/sig_atomic_t: New file, from GNU gettext.
24069         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24070
24071 2003-10-14  Bruno Haible  <bruno@clisp.org>
24072
24073         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24074         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24075         Also use volatile where needed.
24076
24077 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24078
24079         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24080         Change maintainer from Bruno Haible to 'all'.
24081
24082 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24083
24084         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24085
24086 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24087
24088         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24089         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24090         and define in terms of the other primitives.
24091         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24092         (SIZE_MAX): Define if not already defined.
24093         (array_size_overflow): New function.
24094         (xalloc_die): Abort instead of exiting if 'error' returns.
24095         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24096         (xmalloc, xrealloc): Use them.
24097         (xcalloc): Check for address arithmetic overflow.
24098         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24099         a bit faster than strcpy.
24100
24101 2003-10-10  Simon Josefsson  <jas@extundo.com>
24102
24103         * modules/argp (Depends-on): Add restrict and strcase.
24104
24105 2003-10-10  Simon Josefsson  <jas@extundo.com>
24106
24107         * m4/argp.m4: Add AC_C_INLINE.
24108
24109 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24110
24111         Merge getpass from libc, plus a few fixes.
24112
24113         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24114         Include <stdbool.h>.
24115         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24116         __fsetlocking to empty.
24117         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24118         do include <bits/libc-lock.h>.
24119         Do not include <fcntl.h>; not needed.
24120         [_LIBC]: Include <wchar.h>.
24121         (NOTCANCEL_MODE): New macro.
24122         (flockfile, funlockfile) [_LIBC]: New macros.
24123         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24124         [!_LIBC]: New macros.
24125         (call_fclose): New function.
24126         (getpass): Use it.  Save tty stream separately; this simplifies the
24127         code and makes it more reliable if stdin happens to equal stdout.
24128         Invoke __fsetlocking on tty.
24129         Handle thread cancellation if needed.
24130         Namespace cleanup (use __tcgetattr, __getline).
24131         Use bool for Booleans.
24132         [USE_IN_LIBIO]: Handle wide streams.
24133         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24134         stream might go where.
24135
24136         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24137         doesn't have to include <stdio.h> before us.
24138         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24139         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24140         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24141         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24142         if not declared, so that we can use getpass.c code from libc without
24143         rewriting it.
24144         (flockfile, ftrylockfile, funlockfile): New macros.
24145
24146 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24147
24148         * modules/getpass: Depend on stdbool.
24149
24150 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24151
24152         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24153
24154 2003-10-07  Karl Berry  <karl@gnu.org>
24155
24156         * config/config.{guess,sub}: update from config.
24157
24158 2003-10-06  Jim Meyering  <jim@meyering.net>
24159             Bruno Haible  <bruno@clisp.org>
24160
24161         This lets translators provide better translations for the
24162         "Written by ..." part of --version output.
24163         * lib/version-etc.h: Include stdarg.h.
24164         (version_etc_copyright): Declare as readonly.
24165         (version_etc): Make this function variadic with a NULL-terminated list
24166         of author name strings.
24167         (version_etc_va): New declaration.
24168         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24169         (version_etc_copyright): Declare as readonly.
24170         (version_etc_va): New function. Provide a different translatable string
24171         for each possible number of authors < 10. Abbreviate when there are 10
24172         authors or more.
24173         (version_etc): Make this function variadic. Call version_etc_va.
24174         Suggestion from Gary V. Vaughan.
24175
24176         * lib/long-options.h (parse_long_options): Change prototype: the
24177         authors string is moved to the end and becomes variadic.
24178         * lib/long-options.c: Include stdarg.h.
24179         (parse_long_options): Make this function variadic, too.
24180         Call version_etc_va, not version_etc.
24181
24182 2003-10-06  Bruno Haible  <bruno@clisp.org>
24183
24184         * modules/version-etc-2: Remove file.
24185         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24186
24187 2003-10-06  Bruno Haible  <bruno@clisp.org>
24188
24189         * modules/fatal-signal: New file.
24190         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24191
24192 2003-10-06  Bruno Haible  <bruno@clisp.org>
24193
24194         * m4/fatal-signal.m4: New file.
24195         * m4/signalblocking.m4: New file, from GNU gettext.
24196
24197 2003-10-06  Bruno Haible  <bruno@clisp.org>
24198
24199         * lib/version-etc-2.h: Remove file.
24200         * lib/version-etc-2.c: Remove file.
24201
24202 2003-10-06  Bruno Haible  <bruno@clisp.org>
24203
24204         * lib/fatal-signal.h: New file, from GNU gettext.
24205         * lib/fatal-signal.c: New file, from GNU gettext.
24206
24207 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24208
24209         * README: Rework advice for preventing empty .o files.
24210         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24211         not <sys/types.h>.
24212
24213 2003-10-04  Karl Berry  <karl@gnu.org>
24214
24215         * lib/argp*: update from libc.
24216
24217 2003-10-04  Karl Berry  <karl@gnu.org>
24218
24219         * config/config.{guess,sub}: update from config.
24220
24221 2003-10-02  Bruno Haible  <bruno@clisp.org>
24222
24223         * modules/lchown (Include): Add lchown.h.
24224         * modules/time_r (Include): Use "..." syntax.
24225         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24226
24227 2003-10-01  Simon Josefsson  <jas@extundo.com>
24228
24229         * MODULES.html.sh (func_all_modules): Move gethostname from section
24230         'based on' to section 'lacking' POSIX:2001.
24231
24232 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24233
24234         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24235         to output mode on the same stream.
24236
24237 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24238
24239         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24240         Fix arg typo in previous patch.
24241
24242 2003-09-28  Jim Meyering  <jim@meyering.net>
24243
24244         * lib/error.c: Correct cpp indentation.
24245
24246 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24247
24248         * modules/free: New file.
24249
24250 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24251
24252         * m4/free.m4: New file.
24253
24254 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24255
24256         * lib/minmax.h (MIN, MAX)
24257         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24258         Omit the special code that used __typeof__, since we worry that
24259         it could be more trouble than it's worth.  See:
24260         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24261         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24262
24263         * lib/free.c: New file.
24264
24265 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24266
24267         Trivial fixes to Makefile.am parts of module listings.
24268         * modules/strstr: Append strstr.h to lib_SOURCES.
24269         * modules/strcase: Likewise, for strcase.h.
24270
24271 2003-09-27  Karl Berry  <karl@gnu.org>
24272
24273         * config/mkinstalldirs: update from automake.
24274
24275 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24276
24277         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24278         (error_tail): Do not loop, reallocating temporary buffer, since
24279         the output cannot contain more wide characters than the input
24280         contains bytes, the size must be big enough already.  This avoids
24281         one potential size overflow calculation.  Check for size overflow
24282         when calculating temporary buffer size.  Free temporary buffer
24283         when done, if it was allocated with malloc; this plugs a memory
24284         leak.  Remove casts from void * to pointers, that are no longer
24285         needed now that we're assuming C89 or better.
24286
24287         Merge error changes from glibc.
24288
24289         * lib/error.c, error.h: Update copyright notice header to match glibc.
24290         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24291         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24292         Disable cancellation while printing error.
24293         * lib/error.h: Prepend __ to parameter names.
24294
24295 2003-09-26  Jim Meyering  <jim@meyering.net>
24296
24297         * lib/error.c (error_tail): Move some declarations
24298         into inner scope where the local variables are used.
24299
24300 2003-09-26  Bruno Haible  <bruno@clisp.org>
24301
24302         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24303         stpncpy().
24304         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24305
24306 2003-09-26  Bruno Haible  <bruno@clisp.org>
24307
24308         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24309         (stpncpy): Define as alias for gnu_stpncpy.
24310         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24311
24312 2003-09-25  Simon Josefsson  <jas@extundo.com>
24313
24314         * lib/xgetdomainname.h: New file.
24315         * lib/xgetdomainname.c: New file.
24316
24317 2003-09-25  Simon Josefsson  <jas@extundo.com>
24318             Bruno Haible  <bruno@clisp.org>
24319
24320         * modules/getdomainname: New file.
24321         * modules/xgetdomainname: New file.
24322         * MODULES.html.sh (func_all_modules): Add getdomainname,
24323         xgetdomainname.
24324
24325 2003-09-25  Simon Josefsson  <jas@extundo.com>
24326             Bruno Haible  <bruno@clisp.org>
24327
24328         * m4/getdomainname.m4: New file.
24329
24330 2003-09-25  Simon Josefsson  <jas@extundo.com>
24331             Bruno Haible  <bruno@clisp.org>
24332
24333         * lib/getdomainname.h: New file.
24334         * lib/getdomainname.c: New file.
24335
24336 2003-09-25  Karl Berry  <karl@gnu.org>
24337
24338         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24339
24340 2003-09-25  Karl Berry  <karl@gnu.org>
24341
24342         * config/install-sh: update from automake.
24343
24344 2003-09-25  Bruno Haible  <bruno@clisp.org>
24345
24346         * modules/version-etc-2: New file, from modules/version-etc with
24347         modifications.
24348         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24349
24350 2003-09-25  Bruno Haible  <bruno@clisp.org>
24351
24352         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24353         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24354
24355 2003-09-24  Simon Josefsson  <jas@extundo.com>
24356
24357         * modules/xgethostname: Add xgethostname.h.
24358
24359 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24360
24361         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24362         the buffer associated with the argument.  Bug reported by
24363         Simon Josefsson.
24364
24365 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24366
24367         * README: Document assumptions that 'int' is at least 32 bits
24368         wide, that integer arithmetic is 2's complement without overflow,
24369         that there are no holes in integer values, that adding sizes of
24370         two nonoverlapping objects can't overflow, and that all-bits-zero
24371         yields scalar zero.  Fix spelling and capitalization typos.
24372
24373 2003-09-19  Karl Berry  <karl@gnu.org>
24374
24375         * lib/argp.h: update from libc.
24376
24377 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24378
24379         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24380         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24381         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24382
24383 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24384
24385         * gnulib-tool: Use "test -h", not "test -L", for portability
24386         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24387         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24388         (sed_extract_prog): Issue s commands one-by-one, rather than
24389         using \| in one s command.
24390
24391 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24392
24393         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24394         input error, instead of returning NULL the next time we are called
24395         (and therefore losing track of errno).
24396
24397 2003-09-16  Bruno Haible  <bruno@clisp.org>
24398
24399         * gnulib-tool (func_create_testdir): Warn about duplicated
24400         dependencies.
24401
24402 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24403
24404         * modules/argmatch, modules/fatal, modules/obstack,
24405         modules/xalloc, modules/xgethostname: Sort dependencies by
24406         importance, not alphabetically.
24407
24408 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24409
24410         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24411         fails, so that the caller gets the proper errno.
24412
24413         * lib/readutmp.c (read_utmp): Likewise.
24414         Check for fstat error.  Close stream and free storage
24415         when failing.
24416
24417 2003-09-14  Karl Berry  <karl@gnu.org>
24418
24419         * config/srclist.txt (strdup.c): disable for c89 changes.
24420
24421 2003-09-14  Jim Meyering  <jim@meyering.net>
24422
24423         * lib/getloadavg.c: Correct cpp indentation.
24424         * lib/strdup.c: Likewise.
24425         * lib/vasnprintf.c: Likewise.
24426
24427 2003-09-14  Bruno Haible  <bruno@clisp.org>
24428
24429         * modules/fwriteerror: New file.
24430         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24431
24432 2003-09-14  Bruno Haible  <bruno@clisp.org>
24433
24434         * lib/fwriteerror.h: New file.
24435         * lib/fwriteerror.c: New file.
24436
24437 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24438
24439         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24440         modules/xgethostname, modules/xalloc: Depend on exit.
24441
24442 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24443
24444         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24445
24446         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24447         and AC_MINIX, too, so that their extensions are available.
24448
24449         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24450         This macro has been superseded by gl_BACKUPFILE.
24451
24452         More patches to assume C89 or better.
24453
24454         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24455
24456         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24457         unconditionally.
24458         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24459         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24460         Include <string.h>, <stdlib.h> unconditionally.
24461         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24462         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24463         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24464         headers or for string.h.
24465         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24466         or strtoul.
24467
24468         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24469         headers.
24470         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24471         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24472         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24473         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24474         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24475         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24476         memcpy, memset.
24477         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24478         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24479         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24480         strtol.
24481         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24482         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24483         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24484         strtoul.
24485
24486 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24487
24488         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24489         * lib/obstack.c [!defined _LIBC]: Likewise.
24490         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24491         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24492         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24493
24494         More changes to assume C89 or better.
24495
24496         * lib/error.c (error_tail): Assume vprintf.
24497
24498         * lib/argmatch.c (getenv): Remove decl.
24499         * lib/progreloc.c (get_full_program_name): Define via prototype.
24500         * lib/setenv.c (clearenv): Likewise.
24501         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24502         needed.
24503         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24504         (malloc, memcpy): Remove decls.
24505         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24506         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24507         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24508         (memcpy): Remove macro.
24509         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24510         (__P): Remove.  All uses removed.
24511         (PTR): Remove.  All uses changed to void *.
24512         (CHAR_BIT, NULL): Remove.
24513         (spaces, zeros, memset_space, memset_zero)
24514         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24515         Remove.
24516         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24517         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24518         Define with prototype.
24519         Remove now-unnecessary prototype decl.
24520         (extra_args_spec): Assume ANSI C.  All uses changed.
24521         (extra_args_spec_iso): Remove.
24522         (my_strftime, emacs_strftimeu): Define via prototype.
24523         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24524         unconditionally.
24525         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24526         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24527         (strtoul, strtol): Remove decls.
24528         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24529         LONG_MAX): Remove.
24530         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24531         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24532         (LOCALE_PARAM_PROTO): New macro.
24533         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24534         (INTERNAL (strtol), strtol): Define with a prototype.
24535         (PARAMS): Remove.  All uses removed.
24536         * lib/tempname.c: Include <string.h> unconditionally.
24537         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24538         * lib/xgethostname.c (main): Define with a prototype.
24539         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24540         Include <stdlib.h> unconditionally.
24541         (calloc, malloc, realloc, free): Remove decls.
24542         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24543         Include <stdlib.h> unconditionally.  Sort include file names.
24544         (strtod): Remove.
24545         (xstrtod): Define with a prototype.
24546         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24547         (strtol, strtoul): Remove decls.
24548
24549 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24550
24551         More patches to assume C89 or better.
24552         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24553         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24554         string.h, memchr, STDC_HEADERS.
24555
24556 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24557
24558         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24559         Include <stdlib.h>, <string.h> unconditionally.
24560         Remove now-unnecessary cast to char *.
24561         * lib/strnlen.c: Include <string.h> unconditionally.
24562         * lib/yesno.c (yesno): Define with a prototype.
24563
24564 2003-09-11  Bruno Haible  <bruno@clisp.org>
24565
24566         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24567
24568 2003-09-10  Jim Meyering  <jim@meyering.net>
24569
24570         * lib/error.c: Correct indentation of cpp directives.
24571
24572 2003-09-10  Bruno Haible  <bruno@clisp.org>
24573
24574         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24575         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24576         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24577         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24578         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24579         <stdlib.h> and <string.h> checks.
24580         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24581         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24582
24583 2003-09-10  Bruno Haible  <bruno@clisp.org>
24584
24585         * lib/strcspn.c: Include <string.h> unconditionally.
24586         * lib/strpbrk.c: Include <string.h> unconditionally.
24587         * lib/strstr.c: Include <string.h> unconditionally.
24588         * lib/unicodeio.c: Include <string.h> unconditionally.
24589         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24590         * lib/unsetenv.c: Likewise.
24591         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24592         * lib/yesno.c: Include <stdlib.h> unconditionally.
24593         (rpmatch): Add prototype.
24594
24595 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24596
24597         More patches to assume C89 or better.
24598         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24599         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24600         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24601         or for string.h.
24602         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24603         stdlib.h.
24604         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24605         C headers.
24606         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24607         string.h.
24608         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24609         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24610         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24611         or for string.h.
24612         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24613         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24614         C headers.
24615         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24616         memcpy.
24617         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24618         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24619         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24620         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24621         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24622         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24623         string.h, free.
24624         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24625         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24626         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24627         C headers, or for string.h.
24628         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24629         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24630         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24631         headers, memory.h, stdlib.h, string.h, strings.h.
24632         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24633         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24634         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24635         strchr.
24636         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24637         headers, memory.h, string.h.
24638         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24639         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24640         free.
24641         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24642         headers.
24643         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24644         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24645         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24646         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24647         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24648
24649 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24650
24651         More K&R removal.
24652
24653         * lib/acosl.c (main): Use a prototype.
24654         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24655         tanl.c: Likewise.
24656
24657         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24658
24659         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24660         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24661         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24662         with a prototype.
24663         * lib/getopt.c (const): Remove macro.
24664         Include <string.h> unconditionally.
24665         (my_index): Remove; all uses changed to strchr.
24666         (strlen): Remove decl.
24667         (exchange): Remove forward decl; no longer needed.
24668         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24669         Define with prototype.
24670         * lib/getopt1.c (const): Remove macro.
24671         (getopt_long, getopt_long_only, main): Define with prototype.
24672
24673         * lib/getugroups.c: Include <string.h> unconditionally.
24674
24675         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24676         (getusershell, setusershell, endusershell, readname, main):
24677         Define with prototypes.
24678
24679         * lib/group-member.c: Include group-member.h first.
24680         Include <stdlib.h> unconditionally.
24681
24682         * lib/hard-locale.c: Include hard-locale.h first.
24683         Include <stdlib.h>, <string.h> unconditionally.
24684
24685         * lib/hash.c (free, malloc): Remove decls.
24686         Include <stdlib.h> unconditionally.
24687
24688         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24689         (getenv): Do not declare.
24690
24691         * lib/idcache.c: Include <string.h> unconditionally.
24692
24693         * lib/long-options.c: Include long-options.h first, to test interface.
24694         Include <stdlib.h> unconditionally.
24695
24696         * lib/makepath.c: Include makepath.h first, to test interface.
24697         Include <stdlib.h> and <string.h> unconditionally.
24698
24699         * lib/linebuffer.c: Include <stdlib.h>.
24700         (free): Remove decl.
24701
24702         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24703         stddef.h. rpl_malloc returns void *, not char *.
24704         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24705         prototype.
24706
24707         * lib/md5.h: Include <limits.h> unconditionally.
24708         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24709         (__P): Remove; all uses removed.
24710         * lib/md5.c: Include "md5.h" first.
24711         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24712         md5_buffer, md5_process_bytes, md5_process_block):
24713         Define with prototypes.
24714         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24715         * lib/sha.c: Include "sha.h" first.
24716         Include <stdlib.h>, <string.h> unconditionally.
24717
24718         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24719         * lib/memcmp.c (__ptr_t): Likewise.
24720         * lib/memrchr.c (__ptr_t): Likewise.
24721         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24722         Include <string.h> unconditionally.
24723         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24724         * lib/memchr.c: Include <stdlib.h> unconditionally.
24725         * lib/memchr.c (LONG_MAX): Remove.
24726         * lib/memrchr.c (LONG_MAX): Likewise.
24727         * lib/memchr.c (__memchr): Define via a prototype.
24728         * lib/memrchr.c (__memrchr): Likewise.
24729         * lib/memcmp.c (__P): Remove, and remove all uses.
24730         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24731         Remove forward decls; no longer needed.
24732         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24733         Use types required by C89 in prototype.
24734
24735         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24736         * lib/savedir.c: Likewise.
24737         * lib/mkdir.c (free): Remove decl.
24738         * lib/rmdir.c (rmdir): Define with a prototype.
24739         * lib/savedir.c: Include savedir.h first, to test interface.
24740
24741         * lib/mktime.c (STDC_HEADERS): Remove.
24742         Include <stdlib.h>, <string.h> unconditionally.
24743
24744         * lib/modechange.c: Include <stdlib.h> unconditionally.
24745         (malloc): Remove decl.
24746
24747         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24748         (free): Remove decl.
24749
24750         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24751         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24752         (This type really should be intptr_t, but that's a C99ism.)
24753         (_obstack_memcpy): Remove: all uses changed to memcpy.
24754         Include <string.h> unconditionally.
24755         (struct obstack): Assume __STDC__ for types of members
24756         chunkfun, freefun, extra_arg.
24757         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24758         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24759         obstack_begin, obstack_specify_allocation,
24760         obstack_specify_allocation_with_arg, obstack_chunkfun,
24761         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24762         Remove unprototyped decls and the macros that use them.
24763         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24764         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24765         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24766         (defined __STDC__ && __STDC__)]:
24767         Remove nonprototyped code.
24768         Include <stdlib.h> unconditionally.
24769         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24770         _obstack_allocated_p, _obstack_free, obstack_free,
24771         _obstack_memory_used, print_and_abort):
24772         Define using prototypes.
24773         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24774         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24775         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24776         obstack_next_free, obstack_object_size, obstack_room) [0]:
24777         Remove unused, unprototyped code.
24778
24779         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24780
24781         * lib/physmem.c (physmem_total, physmem_available, main): Define
24782         with prototypes.
24783
24784         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24785         (main): Define with a prototype.
24786
24787         * lib/posixver.c (getenv): Remove decl.
24788
24789         * lib/putenv.c (malloc): Returns void *, not char *.
24790         Include <string.h> unconditionally.
24791         (strchr, memcpy, NULL): Do not define.
24792
24793         * lib/readtokens.c: Include readtokens.h first, to test interface.
24794         Include <stdlib.h>, <string.h> unconditionally.
24795         (init_tokenbuffer): Define with a prototype.
24796
24797         * lib/regex.c (PARAMS): Remove.  All uses removed.
24798         All uses of _RE_ARGS removed, too.
24799         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24800         unconditionally.
24801         (bzero): Assume memset exists.
24802         (memcmp, memcpy, NULL): Remove.
24803         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24804         char, or assignments to local vars of type signed char.
24805         (init_syntax_once, PREFIX(extract_number_and_incr),
24806         PREFIX(print_partial_compiled_pattern),
24807         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24808         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24809         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24810         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24811         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24812         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24813         wcs_compile_range, byte_compile_range, truncate_wchar,
24814         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24815         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24816         count_mbs_length, wcs_re_match_2_internal,
24817         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24818         PREFIX(alt_match_null_string_p),
24819         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24820         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24821         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24822         now-unnecessary declaration, if any.
24823         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24824         regcomp, regexec):
24825         Remove now-unnecessary casts among pointer types.
24826         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24827
24828         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24829         (free): Remove decl.
24830
24831         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24832
24833         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24834         (free): Remove decl.
24835
24836         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24837         * lib/xgetcwd.c: Likewise.
24838
24839         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24840         (free): Remove decl.
24841
24842         * lib/strchrnul.c (strchrnul): Define with a prototype.
24843         Fix bug: c_in was not converted to char before searching.
24844
24845         The following changes are not K&R related:
24846
24847         * lib/group-member.h: Include <sys/types.h>, so that this file is
24848         self-contained.
24849         * lib/makepath.h: Likewise.
24850
24851         * lib/getusershell.c (readname, default_index, line_size, readname):
24852         Use size_t, not int, for sizes.
24853         (readname): If the size overflows, report an error instead of
24854         looping forever.
24855
24856 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24857
24858         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24859         libc.
24860
24861 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24862
24863         * README: New section: portability guidelines.
24864
24865 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24866
24867         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24868         C89 spec.
24869
24870 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24871
24872         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24873
24874 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24875
24876         Assume C89 or better; remove K&R cruft.
24877         A few of these changes were first proposed by Derek Robert Price
24878         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24879
24880         * lib/addext.c: Include <string.h> unconditionally.
24881         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24882         Don't declare getenv or malloc.
24883
24884         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24885         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24886         (NULL): Remove.
24887         (find_stack_direction, alloca): Use prototypes.
24888
24889         * lib/atexit.c (atexit): Define using a prototype.
24890
24891         * lib/basename.c, dirname.c, stripslash.c:
24892         Include <string.h> unconditionally.
24893
24894         * lib/bcopy.c: Include <stddef.h>.
24895         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24896
24897         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24898
24899         * lib/error.h (error, error_at_line, error_print_progname)
24900         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24901         * lib/error.c: Include error.h first, to check interface.
24902         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24903         (VA_START): Remove; all uses changeed to va_start.
24904         (exit, strerror): Remove decls.
24905         (error_print_progname): Prototype uncondionally.
24906         Don't include <errno.h>; no longer needed.
24907         (private_strerror): Remove.
24908         (error_tail): Always define.
24909         (error, error_at_line): Assume C89 or better; always use prototypes.
24910         * lib/fatal.c: Include "fatal.h" first, to test interface.
24911         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24912         (VA_START): Remove; all uses changed to va_start.
24913         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24914         this case.
24915         (exit): Remove decl.
24916         (fatal): Prototype unconditionally.  Assume va_start works.
24917         Abort at end, to pacify gcc.
24918
24919         * lib/euidaccess.c (main): Define with a prototype.
24920
24921         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24922
24923         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24924
24925         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24926         prototypes.
24927         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24928         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24929         (getenv): Remove decl.
24930         (fnmatch): Define using a prototype.
24931         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24932         (FCT): Define using a prototype.
24933
24934         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24935
24936         * lib/gethostname.c: Include <stddef.h>.
24937         (gethostname): Define with prototype.  Length is size_t, not int.
24938
24939 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24940
24941         Assume C89 or better; remove K&R cruft.
24942         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24943         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24944         string.h, getenv, malloc.
24945         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24946         headers.
24947         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24948         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24949         do not check for strerror.
24950         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24951         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24952         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24953         do not check for doprnt or vprintf.
24954         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24955         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24956
24957 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24958
24959         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24960         getversion.c should have been removed then, but was accidentally
24961         preserved.
24962
24963         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24964         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24965
24966 2003-09-08  Karl Berry  <karl@gnu.org>
24967
24968         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24969                 config, forget about prep.
24970
24971         * config/depcomp, missing: update from automake.
24972
24973 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24974
24975         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24976         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24977
24978 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24979
24980         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24981         copy_tm_result.  Bug reported by Simon Josefsson in
24982         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24983
24984 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24985
24986         * m4/time_r.m4: New file.
24987         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24988         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24989         is. Check for timegm declaration.
24990         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24991         Do not check for gmtime_r.
24992         Replace mktime if __mktime_internal does not exist and if mktime
24993         hasn't been replaced already.
24994
24995 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24996
24997         * lib/time_r.c, lib/time_r.h: New files.
24998
24999         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25000         __localtime_r.
25001         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25002         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25003
25004         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25005         __gmtime_r.
25006         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25007         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25008         Include <time_r.h>.
25009
25010         * lib/timegm.c: Switch to glibc implementation, with the following
25011         changes:
25012         [defined HAVE_CONFIG_H]: Include <config.h>.
25013         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25014         (__mktime_internal) [!defined _LIBC]: New decl.
25015         (__gmtime_r) [!defined _LIBC]: New macro and function.
25016         (timegm): Use a prototype, since gnulib assumes C89.
25017         Do not bother declaring tmp to be const, as it's not really usefu.
25018         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25019         (timegm): Declare only if HAVE_DECL_TIMEGM.
25020
25021 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25022
25023         * MODULES.html.sh (func_all_modules): Add time_r.
25024         * modules/time_r: New file.
25025         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25026         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25027
25028 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25029
25030         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25031         Bug reported by Lute Kamstra in
25032         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25033
25034         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25035         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25036         course with correspondingly smaller numbers for tomorrow and
25037         yesterday.  From Tadayoshi Funaba.  Originally installed into
25038         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25039         coreutils merge?).
25040
25041 2003-08-31  Simon Josefsson  <jas@extundo.com>
25042
25043         * modules/timegm: New file.
25044         * MODULES.html.sh (func_all_modules): Add timegm.
25045
25046 2003-08-31  Simon Josefsson  <jas@extundo.com>
25047
25048         * m4/timegm.m4: New file.
25049
25050 2003-08-31  Simon Josefsson  <jas@extundo.com>
25051
25052         * lib/timegm.h: New file.
25053         * lib/timegm.c: New file.  Based on
25054         wget-1.8.2/src/http.c:mktime_from_utc.
25055
25056 2003-08-31  Karl Berry  <karl@gnu.org>
25057
25058         * lib/argp.h: update from libc.
25059
25060 2003-08-28  Bruno Haible  <bruno@clisp.org>
25061
25062         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25063         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25064         followed by '#define fnmatch fnmatch_posix' gives an error.
25065
25066 2003-08-28  Bruno Haible  <bruno@clisp.org>
25067
25068         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25069         warning on QNX, which defines O_BINARY to 000000.
25070
25071 2003-08-27  Jim Meyering  <jim@meyering.net>
25072
25073         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25074         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25075         would fail after 32.  Reported by Danny Levinson.  Details here:
25076         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25077
25078 2003-08-24  Bruno Haible  <bruno@clisp.org>
25079
25080         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25081         MSVC7 <stdio.h> is included later.
25082
25083 2003-08-22  Simon Josefsson  <jas@extundo.com>
25084
25085         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25086
25087 2003-08-20  Karl Berry  <karl@gnu.org>
25088
25089         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25090
25091 2003-08-20  Bruno Haible  <bruno@clisp.org>
25092
25093         * modules/progname: New file.
25094         * MODULES.html.sh (func_all_modules): Add progname.
25095
25096 2003-08-20  Bruno Haible  <bruno@clisp.org>
25097
25098         * lib/progname.h: New file, from GNU gettext.
25099         * lib/progname.c: New file, from GNU gettext.
25100         * lib/progreloc.c: New file, from GNU gettext.
25101
25102 2003-08-19  Jim Meyering  <jim@meyering.net>
25103
25104         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25105         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25106
25107 2003-08-19  Bruno Haible  <bruno@clisp.org>
25108
25109         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25110         more.
25111
25112 2003-08-19  Bruno Haible  <bruno@clisp.org>
25113
25114         * lib/xstrdup.c: Assume <string.h> exists.
25115
25116 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25117
25118         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25119         in makefile rules.
25120
25121 2003-08-18  Jim Meyering  <jim@meyering.net>
25122
25123         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25124         * m4/lib-ld.m4: Likewise.
25125
25126 2003-08-18  Jim Meyering  <jim@meyering.net>
25127
25128         * lib/setenv.h: Indent nested cpp directive.
25129         * lib/vasnprintf.c: Remove trailing blanks.
25130
25131 2003-08-17  Simon Josefsson  <jas@extundo.com>
25132
25133         * modules/xstrndup: New file.
25134         * MODULES.html.sh (func_all_modules): Add xstrndup.
25135
25136 2003-08-17  Simon Josefsson  <jas@extundo.com>
25137
25138         * modules/argp: Fix autoconf macro name. Add more dependencies.
25139
25140 2003-08-17  Simon Josefsson  <jas@extundo.com>
25141
25142         * m4/xstrndup.m4: New file.
25143
25144 2003-08-17  Simon Josefsson  <jas@extundo.com>
25145
25146         * m4/argp.m4: New file.
25147
25148 2003-08-17  Simon Josefsson  <jas@extundo.com>
25149             Bruno Haible  <bruno@clisp.org>
25150
25151         * lib/xstrndup.h: New file.
25152         * lib/xstrndup.c: New file.
25153
25154 2003-08-17  Bruno Haible  <bruno@clisp.org>
25155
25156         * modules/strndup (Files, Include): Add lib/strndup.h.
25157
25158 2003-08-17  Bruno Haible  <bruno@clisp.org>
25159
25160         * modules/euidaccess (Files): Add lib/euidaccess.h.
25161
25162 2003-08-17  Bruno Haible  <bruno@clisp.org>
25163
25164         * lib/strndup.h: New file.
25165
25166 2003-08-17  Bruno Haible  <bruno@clisp.org>
25167
25168         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25169         like AC_GNU_SOURCE.
25170         * modules/extensions (configure.ac): Comment out the invocation of
25171         gl_USE_SYSTEM_EXTENSIONS.
25172
25173 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25174
25175         Merges from coreutils, etc.
25176         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25177         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25178         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25179         fixing a typo.
25180         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25181         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25182
25183 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25184
25185         Document merge from coreutils.
25186         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25187         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25188         * modules/utime: Add m4/utimes-null.m4.
25189
25190 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25191
25192         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25193         space, undoing this 2003-08-12 change:
25194         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25195
25196 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25197
25198         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25199         strtoul.c from libc, undoing this 2003-08-12 change:
25200         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25201
25202 2003-08-16  Jim Meyering  <jim@meyering.net>
25203
25204         Merges from coreutils.
25205         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25206         prefix.  Adjust cache variables similarly.  Create 500 rather than
25207         just 300 files, to exercise bug on Darwin6.5, too.
25208         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25209         $missing_dir.
25210         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25211         AM_SYS_POSIX_TERMIOS.
25212         Reported by mkc@mathdogs.com.
25213         Also change use of $am_cv_sys_posix_termios
25214         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25215         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25216         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25217         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25218         in /proc/mounts until it finds one with matching device number.  This
25219         is unnecessary when the FILE argument *is* a mount point.  No stat call
25220         is necessary in that case.  So, disable the statvfs-testing code on
25221         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25222         as RedHat bug# 84846.
25223         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25224         to 1MB, so as not to render systems with no stack size limit (e.g.,
25225         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25226         Include <unistd.h>.  On some systems,
25227         it is required for the definition of _SC_PAGESIZE.
25228
25229 2003-08-16  Jim Meyering  <jim@meyering.net>
25230
25231         Merge from coreutils.
25232         * lib/xstrtoimax.c: #else #if -> #elif.
25233         * lib/xstrtoumax.c: Likewise.
25234
25235 2003-08-16  Jim Meyering  <jim@meyering.net>
25236
25237         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25238         * m4/utimes.m4: Removed.
25239         * m4/utimes-null.m4: Renamed from utimes.m4.
25240
25241         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25242         to 1MB, so as not to render systems with no stack size limit (e.g.,
25243         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25244         Include <unistd.h>.  On some systems,
25245         it is required for the definition of _SC_PAGESIZE.
25246
25247 2003-08-16  Jim Meyering  <jim@meyering.net>
25248         and Paul Eggert  <eggert@cs.ucla.edu>
25249
25250         Merges from coreutils, etc.
25251
25252         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25253         using the latest version from cvs.  This avoids problems with #line
25254         directives using a vendor (Sun) compiler.
25255         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25256         Don't set GETGROUPS_LIB here; now it's
25257         done via getgroups.m4's wrapper function.
25258         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25259         rather than just in sh-util/configure.in, so that the
25260         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25261         same.
25262         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25263         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25264         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25265         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25266         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25267         Remove code that is now done by the newly-required macros.
25268         Append $(EXEEXT) to DF_PROG.
25269         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25270         Do not invoke or require the following here,
25271         since prereq.m4 or some gnulib .m4 now does this for us:
25272         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25273         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25274         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25275         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25276         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25277         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25278         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25279         AC_FUNC_OBSTACK.
25280         Do not replace the following functions, as this is now the job
25281         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25282         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25283         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25284         atexit getpass, strdup, getpagesize.
25285         Replace 'raise'.
25286         Do not check for the following functions, as this is now the job
25287         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25288         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25289         setregid.
25290         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25291         Check for sys/sysctl.h.
25292         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25293         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25294         of checking for ssize_t ourselves.
25295
25296         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25297         Require every macro that gnulib/modules/* suggests for us.
25298         (jm_PREREQ_ADDEXT): New macro.
25299         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25300         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25301
25302         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25303         (gl_PHYSMEM): Use it.
25304         Also check for `table' function.
25305         Check for new headers and functions.
25306         Add check for sys/sysmp.h.
25307         With suggestions from Kaveh Ghazi.
25308         Ignore headers that are present but cannot be compiled.  This
25309         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25310         C 5.4.
25311
25312 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25313
25314         Document merge from coreutils.
25315         * modules/userspec: Depend on posixver.
25316         * modules/strftime: Depend on tzset.
25317
25318 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25319
25320         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25321         rather than tab, after '#' in shell-script copyright notices.
25322         Suggested by Bruno Haible.
25323
25324 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25325
25326         * config/srclist-update: Use three spaces, rather than tab, after '#'
25327         in shell-script copyright notices.  Suggested by Bruno Haible.
25328         Remove unnecessary parenthesization in regular expression.
25329
25330 2003-08-15  Jim Meyering  <jim@meyering.net>
25331
25332         Merge from coreutils.
25333         * lib/xgethostname.c: Include <stdlib.h>.
25334         (xghostname): Don't exit for anything other than memory-related
25335         failure; just return NULL.
25336         * lib/userspec.c: Include "posixver.h".
25337         (parse_user_spec): Accept `.' as a separator only
25338         in pre-POSIX-200112 mode.
25339         * lib/strtoimax.c: Use #elif rather than #else #if.
25340         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25341         Remove function, now that we can rely on a working tzset function.
25342         [!_LIBC]: Ensure that the required autoconf test has been run.
25343         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25344         Use underlying_strftime for %r.
25345         * lib/sha.c: Merge in some clean-up and optimization changes from
25346         glibc.
25347         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25348         Ensure that it is a multiple of 64.
25349         Rearrange loop exit tests so as to avoid performing an
25350         additional fread after encountering an error or EOF.
25351         * lib/realloc.c: Update copyright date.
25352
25353 2003-08-15  Jim Meyering  <jim@meyering.net>
25354         and Paul Eggert  <eggert@twinsun.com>
25355
25356         Merge from coreutils.
25357         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25358         member but strut utmpx does not.  Needed for AIX 4.3.3.
25359         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25360
25361 2003-08-15  Jim Meyering  <jim@meyering.net>
25362         and Paul Eggert  <eggert@cs.ucla.edu>
25363
25364         Merges from coreutils, etc.
25365         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25366         Require gl_FUNC_TZSET_CLOBBER.
25367         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25368         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25369         members.
25370
25371 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25372
25373         Help the merge from coreutils.
25374         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25375         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25376         * m4/tzset.m4: Use it too.
25377
25378 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25379
25380         * modules/tzset: New file.
25381
25382 2003-08-14  Jim Meyering  <jim@meyering.net>
25383
25384         Merges from coreutils.
25385         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25386         variable names, rather than @FNMATCH_H@.
25387         * modules/alloca: Likewise for $(ALLOCA_H).
25388
25389         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25390         the three copies of the literal target, `fnmatch.h'.
25391         * modules/alloca (alloca.h): Likewise.
25392
25393 2003-08-14  Jim Meyering  <jim@meyering.net>
25394
25395         Merge from coreutils.
25396         * m4/tzset.m4: New file.
25397         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25398         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25399         otherwise, AIX 5.1 systems would end up using the latter.
25400         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25401         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25402         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25403         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25404
25405 2003-08-14  Jim Meyering  <jim@meyering.net>
25406
25407         Merge from coreutils.
25408         * lib/obstack.h: Whitespace changes.
25409         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25410         and xcalloc return values.
25411         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25412         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25413         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25414         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25415         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25416         error from mntctl.
25417         Use mntctl's return value to drive the entry-processing loop, since
25418         we can't rely on the value of the vmt_length member in the last
25419         entry.  On some systems doing so could result in exhausting
25420         virtual memory.  Based in part on a patch from Mike Jetzer.
25421
25422 2003-08-14  Jim Meyering  <jim@meyering.net>
25423         and Paul Eggert  <eggert@twinsun.com>
25424
25425         Merges from coreutils, plus other fixes.
25426         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25427         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25428         for credits and details.  Thanks to Kaveh Ghazi for helping
25429         to keep these files in sync.
25430         (ARRAY_SIZE): Define it.
25431         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25432         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25433         (memcasecmp): Don't assume size_t fits in unsigned int.
25434         Remove casts and duplicate code.
25435         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25436         (memcpy): Remove definition.
25437         Merge in some clean-up and optimization changes from glibc.
25438         [BLOCKSIZE]: Move definition to top of file.
25439         Ensure that it is a multiple of 64.
25440         Rearrange loop exit tests so as to avoid performing an
25441         additional fread after encountering an error or EOF.
25442         * lib/md5.h (md5_uintptr): Define.
25443         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25444         return to the initial working directory.  Preserve errno
25445         for caller.
25446         * lib/idcache.c: Include "xalloc.h".
25447         (xmalloc, xrealloc): Remove decls.
25448         (getuser): Remove casts no longer required in C89.
25449         * lib/human.c: Include stdio.h, for sprintf.
25450         * lib/group-member.c: Include "xalloc.h".
25451         (xmalloc, xrealloc): Remove decls.
25452         (get_group_info): Remove casts no longer required in C89.
25453         * lib/getusershell.c (readname): Remove casts no longer required in
25454         C89.
25455         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25456         * lib/getline.c: Whitespace fix, from coreutils.
25457
25458 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25459
25460         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25461         Check for isascii.
25462
25463         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25464         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25465         Undo previous (whitespace-only) change.
25466
25467 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25468
25469         * lib/exclude.c: Include <ctype.h>
25470         (IN_CTYPE_DOMAIN): New macro.
25471         (is_space): New fn.
25472         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25473         and empty lines.
25474
25475         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25476         Undo previous (whitespace-only) change.
25477
25478 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25479
25480         * config/srclist-update: Change update back to the old behavior,
25481         leaving whitespace alone.  Use one 'sed' command rather than a
25482         pipeline.
25483         (fixlicense): Now a variable, not a function.
25484         (remove_trailing_blanks): Remove.
25485         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25486         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25487         Undo previous (whitespace-only) change.
25488
25489 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25490
25491         Merge from coreutils.
25492         * modules/euidaccess: Add lib_SOURCES, include for new
25493         file euidaccess.h
25494
25495 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25496
25497         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25498         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25499         Normalize leading white space and remove trailing white space.
25500
25501         Merge from coreutils
25502         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25503
25504         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25505         0.12.1.  These files are now being upgraded automatically by
25506         ../config/srclist-update.
25507
25508 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25509
25510         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25511         Normalize leading white space and remove trailing white space.
25512         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25513         notice, as per ../config/srclist-update.
25514
25515         Merge from coreutils.
25516         * lib/euidaccess.h: New file.
25517         * lib/euidaccess.c: Include it.
25518         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25519         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25520         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25521
25522 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25523
25524         * config/srclist-update: Add copyright notice.
25525         (remove_id_lines, remove_trailing_blanks): New constants.
25526         (fixfile): Use them to normalize spacing a bit in copied files.
25527         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25528         Normalize leading white space and remove trailing white space.
25529
25530         * config/texinfo.tex: Sync with texinfo.
25531
25532         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25533         strtoul.c from libc, to merge coreutils whitespace changes.
25534
25535         * config/srclist.txt: Get the following m4 files from gettext:
25536         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25537         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25538         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25539         wint_t.m4.
25540
25541 2003-08-12  Karl Berry  <karl@gnu.org>
25542
25543         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25544         been made.
25545
25546 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25547
25548         * modules/gnu-source, m4/gnu-source.m4:
25549         Remove; we're assuming Autoconf 2.54 or later now.
25550         Suggested by Bruno Haible.
25551         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25552
25553 2003-08-11  Bruno Haible  <bruno@clisp.org>
25554
25555         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25556
25557 2003-08-11  Bruno Haible  <bruno@clisp.org>
25558
25559         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25560         (vasnprintf): Use it instead of wcslen.
25561
25562 2003-08-11  Bruno Haible  <bruno@clisp.org>
25563
25564         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25565         value to ensure that _Bool promotes to int. Use #define for _Bool when
25566         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25567
25568 2003-08-10  Karl Berry  <karl@gnu.org>
25569
25570         * lib/regex.h: update from libc (whitespace fix).
25571
25572 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25573
25574         Merge some files from coreutils.  These changes were
25575         originally made by Jim Meyering.
25576         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25577         many older Unixes require this.
25578         * lib/alloca.c (alloca): Remove cast to argument of free;
25579         no longer needed in C89.
25580         * lib/alloca_.h, regex.h: Fix white space to match
25581         what GNU indent does.
25582
25583 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25584
25585         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25586         apparently Emacs's Unicode mode got confused before my 2003-08-05
25587         checkin.
25588
25589 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25590
25591         * m4/extensions.m4: New file.
25592         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25593         Require gl_USE_SYSTEM_EXTENSIONS.
25594         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25595         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25596
25597 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25598
25599         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25600         * modules/extensions, modules/gnu-source: New files.
25601         * modules/timespec, modules/unlocked-io: Depend on extensions.
25602
25603 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25604
25605         * modules/restrict: New file.
25606         * MODULES.html.sh (func_all_modules): Add restrict.
25607         * modules/regex: Depend on restrict.
25608
25609 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25610
25611         * m4/restrict.m4: New file.
25612         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25613
25614 2003-08-07  Bruno Haible  <bruno@clisp.org>
25615
25616         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25617         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25618
25619 2003-08-07  Bruno Haible  <bruno@clisp.org>
25620
25621         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25622         makes the module 'getndelim2' compatible with the module 'getline'.
25623
25624 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25625
25626         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25627         byte with "\201" to avoid glitches when editing that source file
25628         with multi-gnome-terminal.
25629
25630 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25631
25632         * lib/bumpalloc.h: Remove.
25633
25634 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25635
25636         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25637         * modules/bumpalloc: Remove.
25638
25639 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25640
25641         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25642         GNU coding style.
25643
25644         Merge from coreutils.
25645         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25646         1. From glibc.
25647         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25648         from Karl Berry, implemented by Jim Meyering.
25649         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25650         from Dmitry V. Levin.
25651         Remove anachronistic cast of xrealloc.
25652         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25653         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25654         type. Otherwise, it wouldn't compile with at least /bin/cc on
25655         ymp-cray-unicos9.0.2.X.
25656         Combine two mostly-identical uses of alloca into one.
25657         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25658
25659 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25660
25661         [From Emacs.]
25662
25663         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25664         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25665         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25666         obsolete NLIST_NAME_UNION.
25667         [__GNU__]: Undef BSD and FSCALE.
25668         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25669
25670 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25671
25672         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25673         an enum type, so that it's guaranteed to promote to int.  See:
25674         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25675
25676 2003-08-03  Karl Berry  <karl@gnu.org>
25677
25678         * config/depcomp: update from automake.
25679
25680 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25681
25682         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25683         (strerror): Don't assume that a printable int fits in 14 bytes.
25684
25685 2003-07-31  Bruno Haible  <bruno@clisp.org>
25686
25687         * modules/getpass-gnu: New file.
25688         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25689
25690 2003-07-31  Bruno Haible  <bruno@clisp.org>
25691
25692         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25693
25694 2003-07-24  Karl Berry  <karl@gnu.org>
25695
25696         * config/missing: update from automake.
25697
25698 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25699             Bruno Haible  <bruno@clisp.org>
25700
25701         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25702         * lib/getline.c (getline, getdelim): Likewise.
25703         Remove _GNU_SOURCE define; now it's defined in config.h through
25704         m4/getline.m4.
25705
25706 2003-07-23  Karl Berry  <karl@gnu.org>
25707
25708         * config/config.sub: update from prep.
25709
25710 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25711
25712         * modules/xalloc (Depends-on): Add exitfail.
25713         * modules/xmemcoll: Likewise.
25714
25715 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25716
25717         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25718         over-parenthesization in macros.
25719
25720         Sync with coreutils.
25721
25722         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25723         required by C99.
25724
25725         Use `exit_failure' for xalloc and xmemcoll instead of their own
25726         private exit-failure variables.
25727         * lib/xalloc.h (xalloc_exit_failure): Remove.
25728         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25729         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25730         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25731         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25732         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25733
25734 2003-07-20  Jim Meyering  <jim@meyering.net>
25735
25736         * modules/closeout (Depends-on): Add exitfail.
25737         Suggestion from Bruno Haible.
25738
25739 2003-07-19  Karl Berry  <karl@gnu.org>
25740
25741         * config/config.sub: update from prep.
25742
25743 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25744
25745         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25746         Remove.
25747         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25748         to test that it can stand by itself.  Include "exitfail.h".
25749         Clients should set exit_failure instead.
25750         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25751
25752 2003-07-18  Bruno Haible  <bruno@clisp.org>
25753
25754         * modules/getndelim2: New file.
25755         * modules/getline: Share files with module getndelim2.
25756         * modules/getnline: Depend on getndelim2 instead of sharing files with
25757         it. Add getnline.c to lib_SOURCES.
25758         * MODULES.html.sh (func_all_modules): Add getndelim2.
25759
25760 2003-07-18  Bruno Haible  <bruno@clisp.org>
25761
25762         * m4/getndelim2.m4: New file.
25763         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25764         invoke gl_PREREQ_GETNDELIM2.
25765         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25766         gl_PREREQ_GETNDELIM2.
25767         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25768         gl_GETNDELIM2.
25769
25770 2003-07-18  Bruno Haible  <bruno@clisp.org>
25771
25772         * lib/getndelim2.h: New file.
25773         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25774         getndelim2.h.
25775         (getndelim2): Make non-static. Change return type to ssize_t.
25776         * lib/getline.h: Change argument names.
25777         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25778         * lib/getnline.c: Include getndelim2.h.
25779
25780 2003-07-18  Andreas Schwab  <schwab@suse.de>
25781
25782         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25783
25784 2003-07-17  Karl Berry  <karl@gnu.org>
25785
25786         * config/config.sub: update from prep.
25787
25788 2003-07-17  Bruno Haible  <bruno@clisp.org>
25789
25790         * modules/getnline: New file.
25791         * modules/getline: Add lib/getndelim2.c to source file list.
25792         * MODULES.html.sh (func_all_modules): Add getnline.
25793
25794 2003-07-17  Bruno Haible  <bruno@clisp.org>
25795
25796         * m4/getnline.m4: New file.
25797
25798 2003-07-17  Bruno Haible  <bruno@clisp.org>
25799
25800         * m4/Makefile.am.in: Remove file.
25801         * m4/Makefile.am: Remove file.
25802         * m4/Makefile.in: Remove file.
25803
25804 2003-07-17  Bruno Haible  <bruno@clisp.org>
25805
25806         * lib/getnline.h: New file.
25807         * lib/getnline.c: New file.
25808         * lib/getndelim2.c: New file, extracted from getline.c.
25809         (getndelim2): Renamed from getdelim2, with added nmax argument.
25810         * lib/getline.c: Include getndelim2.c.
25811         (getdelim2): Moved out to getndelim2.c.
25812         (getline, getdelim): Update.
25813
25814 2003-07-17  Bruno Haible  <bruno@clisp.org>
25815
25816         * lib/Makefile.am: Remove file.
25817         * lib/Makefile.in: Remove file.
25818
25819 2003-07-17  Bruno Haible  <bruno@clisp.org>
25820
25821         * configure.in: Remove file.
25822         * Makefile.in: Remove file.
25823
25824 2003-07-17  Bruno Haible  <bruno@clisp.org>
25825
25826         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25827
25828 2003-07-16  Karl Berry  <karl@gnu.org>
25829
25830         * config/srclist-update: was running fixlicense twice, which caused
25831                 texinfo.tex to be nullified for some reason.  Simplify,
25832                 $gplsrc is no longer needed as far as I can see?
25833
25834 2003-07-16  Jim Meyering  <jim@meyering.net>
25835
25836         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25837
25838 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25839
25840         * config/srclist.txt: Get the following files from gettext-runtime/intl
25841         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25842         ref-del.sin.  From Bruno Haible.
25843         * config/srclist-update (fixfile): Change grep pattern again, since the
25844         previous fix didn't work (there was another trailing $).  Use
25845         '[$]' to escape the $s.
25846
25847 2003-07-15  Karl Berry  <karl@gnu.org>
25848
25849         * lib/vasnprintf.c: update from gettext.
25850
25851 2003-07-15  Karl Berry  <karl@gnu.org>
25852
25853         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25854         gets expanded when surrounded by '$'.
25855
25856 2003-07-15  Jim Meyering  <jim@meyering.net>
25857
25858         * modules/save-cwd: Don't depend on error.  From Derek Price.
25859
25860 2003-07-15  Jim Meyering  <jim@meyering.net>
25861
25862         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25863
25864 2003-07-14  Simon Josefsson  <jas@extundo.com>
25865
25866         * modules/mempcpy: New file.
25867         * MODULES.html.sh (func_all_modules): Add mempcpy.
25868
25869 2003-07-14  Simon Josefsson  <jas@extundo.com>
25870
25871         * m4/mempcpy.m4: New file.
25872
25873 2003-07-14  Simon Josefsson  <jas@extundo.com>
25874
25875         * lib/mempcpy.h: New file.
25876         * lib/mempcpy.c: New file.
25877
25878 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25879
25880         * modules/getdate, modules/posixtm: Depend on mktime.
25881
25882 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25883
25884         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25885         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25886         unicodeio.c, unicodeio.h, unlocked-io.h:
25887         Switch from LGPL to GPL.
25888
25889 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25890
25891         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25892         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25893         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25894         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25895         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25896         updated automatically by ../config/srclist-update.  This changes
25897         their license from LPGL to GPL.
25898
25899 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25900
25901         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25902         assumed to refer to the root of the most recent stable gettext version.
25903         * config/srclistvars.sh: Add defaults for eggert.
25904         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25905         Match "This program" as well as "The program".  This is needed
25906         for gettext.
25907
25908 2003-07-14  Jim Meyering  <jim@meyering.net>
25909
25910         Don't emit diagnostics.  Let callers do that.
25911         * lib/save-cwd.c: Don't include "error.h".
25912         (save_cwd): Don't call error.  Ensure that errno is valid
25913         when returning nonzero.
25914
25915         * lib/save-cwd.h (restore_cwd): Update prototype.
25916         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25917         Simplify.  Don't call error upon failure.  Let callers do that.
25918         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25919         when auditing is enabled.  But don't bother updating the #if.
25920
25921 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25922
25923         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25924         it breaks C++ compilation.
25925         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25926
25927 2003-07-10  Simon Josefsson  <jas@extundo.com>
25928
25929         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25930
25931 2003-07-10  Jim Meyering  <jim@meyering.net>
25932
25933         * m4/clock_time.m4: Remove trailing blank.
25934         * m4/intmax_t.m4: Likewise.
25935
25936 2003-07-10  Jim Meyering  <jim@meyering.net>
25937
25938         * lib/vasnprintf.c: Remove trailing blanks.
25939         Make cpp indentation consistent.
25940
25941 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25942
25943         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25944         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25945         Switch from LGPL to GPL.
25946
25947 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25948
25949         * config/srclist.txt: Sort sublists.  Add
25950         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25951         that differ from gnulib for one reason or another; we'd like this list
25952         to be smaller but for now let's document what we have.
25953
25954 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25955
25956         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25957         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25958         and sweeter "eval x=$x".
25959         * config/srclist.txt: Get lib/argp* from glibc.
25960
25961 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25962
25963         * lib/mktime.c: Fix some boundary cases and remove need for floating
25964         point.
25965
25966         Issue a compile-time diagnostic if time_t is floating point, or if
25967         two's complement arithmetic is not in effect, or if arithmetic
25968         right shift does not propagate the sign.  These assumptions were
25969         all in the original code but they weren't checked.
25970
25971         (TIME_T_MIDPOINT, verify): New macros.
25972         (__isleap): Remove; it has integer overflow problems.
25973         (leapyear): New function, without those problems.
25974         (ydhms_tm_diff): Remove; splitting into two parts.
25975         (ydhms_diff): New function, containing the arithmetic part of
25976         the old ydhms_tm_diff function.  Issue a compile-time
25977         diagnostic if we are not using C99 integer division.
25978         Avoid casts when possible.
25979         (guess_time_tm): New function, containing the checking part of
25980         the old ydhms_tm_diff function.  Return the new value, rather than
25981         the difference between it and the old.  Accept a new argument T
25982         so that *T specifies the old value.  Check for overflow in the result.
25983
25984         (__mktime_internal): Use a time_t offset, not a long int offset.
25985         This undoes the 2003-06-04 change, which is no longer needed now
25986         that we have better overflow checking.
25987         (localtime_offset): Likewise.
25988
25989         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25990         and long are 64-bit but int is only 32-bit.
25991         (ydhms_diff): Use long int to store year1 and yday1.
25992         Issue a compile-time diagnostic if long int is not wide enough.
25993
25994         (__mktime_internal): Use long int to store adjusted year and yday.
25995         Use plain C rather than preprocessor commands, if that doesn't
25996         affect efficiency.
25997         Check for overflow (and try to repair) after each probe
25998         rather than checking only at the very end.  This avoids some bugs
25999         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26000         does not equal GMT offset at maximum time).
26001         Use integer to check for overflow rather than floating point; this
26002         is more portable to non-IEEE hosts, and is a tad faster.
26003         When we detect that we are oscillating between two values,
26004         don't check whether tm_isdst has the requested value, since
26005         we already know the answer.  When tm_isdst has the wrong value,
26006         use a different heuristic to find the right one, based on the
26007         extreme values actually observed in practice in tz2003a,
26008         rather than the (overly optimistic) "previous 3 calendar quarters".
26009
26010         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26011         "T const" to accommodate glibc style.
26012         (check_result): Use less-confusing report format.  "long" -> "long int.
26013         (main): Likewise.
26014         Don't loop if the iteration overflows time_t.
26015         Allow a negative step in the iteration.
26016
26017 2003-07-06  Karl Berry  <karl@gnu.org>
26018
26019         * config/depcomp: update from automake.
26020         * config/config.sub: update from prep.
26021
26022 2003-07-03  Karl Berry  <karl@gnu.org>
26023
26024         * config/config.guess: update from prep.
26025
26026 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26027
26028         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26029         xreadlink.c now includes it unconditionally.
26030
26031 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26032
26033         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26034         having it depend on HAVE_SYS_TYPES_H.
26035
26036 2003-07-01  Bruno Haible  <bruno@clisp.org>
26037
26038         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26039         <sys/types.h> should be sufficient.
26040         Reported by Paul Eggert.
26041
26042 2003-06-26  Karl Berry  <karl@gnu.org>
26043
26044         * config/depcomp: update from automake.
26045
26046 2003-06-26  Bruno Haible  <bruno@clisp.org>
26047
26048         * modules/human: Depend on module stdbool.
26049
26050 2003-06-25  Bruno Haible  <bruno@clisp.org>
26051
26052         * modules/readlink: New file.
26053         * modules/xreadlink: Depend on it.
26054         * MODULES.html.sh (func_all_modules): Add readlink.
26055
26056 2003-06-25  Bruno Haible  <bruno@clisp.org>
26057
26058         * m4/readlink.m4: New file.
26059
26060 2003-06-25  Bruno Haible  <bruno@clisp.org>
26061
26062         * lib/readlink.c: New file.
26063
26064 2003-06-22  Karl Berry  <karl@gnu.org>
26065
26066         * config/srclist.txt: update mkinstalldirs from automake.
26067         * config/mkinstalldirs: update.
26068
26069 2003-06-22  Bruno Haible  <bruno@clisp.org>
26070
26071         Portability to mingw32.
26072         * m4/ssize_t.m4: New file, from GNU gettext.
26073         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26074         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26075
26076 2003-06-22  Bruno Haible  <bruno@clisp.org>
26077
26078         * modules/safe-read: Add m4/ssize_t.m4.
26079         * modules/xreadlink: Add m4/ssize_t.m4.
26080
26081 2003-06-20  Bruno Haible  <bruno@clisp.org>
26082
26083         Assume C89, so PARAMS isn't needed.
26084         * lib/unicodeio.h (PARAMS): Remove.
26085         * lib/unicodeio.c: Don't use PARAMS.
26086
26087 2003-06-18  Karl Berry  <karl@gnu.org>
26088
26089         * config/config.{guess,sub}: update from prep.
26090
26091 2003-06-18  Jim Meyering  <jim@meyering.net>
26092
26093         Merge changes from coreutils.
26094         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26095         Remove explicit declarations of xmalloc and realloc.
26096         Include xalloc.h.
26097         (read_utmp): Remove anachronistic cast of xmalloc.
26098
26099 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26100
26101         Assume C89, so PARAMS isn't needed.
26102         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26103         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26104         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26105         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26106         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26107         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26108         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26109         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26110         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26111         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26112         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26113         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26114         no longer needed. Anyway, config.h should always be included before any
26115         other file.
26116
26117 2003-06-11  Simon Josefsson  <jas@extundo.com>
26118
26119         * modules/sysexits: New file.
26120         * MODULES.html.sh (func_all_modules): Add sysexits.
26121
26122 2003-06-11  Simon Josefsson  <jas@extundo.com>
26123
26124         * lib/sysexit_.h: New file.
26125
26126 2003-06-11  Derek Price  <derek@ximbiot.com>
26127
26128         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26129         necessary.
26130
26131 2003-06-11  Bruno Haible  <bruno@clisp.org>
26132
26133         * m4/sysexits.m4: New file.
26134
26135 2003-06-10  Simon Josefsson  <jas@extundo.com>
26136
26137         * lib/argp.h: New file, from glibc.
26138         * lib/argp-ba.c: New file, from glibc.
26139         * lib/argp-eexst.c: New file, from glibc.
26140         * lib/argp-fmtstream.c: New file, from glibc.
26141         * lib/argp-fmtstream.h: New file, from glibc.
26142         * lib/argp-fs-xinl.c: New file, from glibc.
26143         * lib/argp-help.c: New file, from glibc.
26144         * lib/argp-namefrob.h: New file, from glibc.
26145         * lib/argp-parse.c: New file, from glibc.
26146         * lib/argp-pv.c: New file, from glibc.
26147         * lib/argp-pvh.c: New file, from glibc.
26148         * lib/argp-xinl.c: New file, from glibc.
26149
26150 2003-06-10  Simon Josefsson  <jas@extundo.com>
26151
26152         * modules/strchrnul: New file.
26153
26154 2003-06-10  Simon Josefsson  <jas@extundo.com>
26155
26156         * modules/argp: New file.
26157
26158 2003-06-10  Simon Josefsson  <jas@extundo.com>
26159
26160         * m4/strchrnul.m4: New file.
26161
26162 2003-06-10  Simon Josefsson  <jas@extundo.com>
26163
26164         * lib/strchrnul.h: New file.
26165         * lib/strchrnul.c: New file.
26166
26167 2003-06-10  Bruno Haible  <bruno@clisp.org>
26168
26169         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26170
26171 2003-06-07  Karl Berry  <karl@gnu.org>
26172
26173         * config/config.{guess,sub}: update from prep.
26174
26175 2003-06-07  Jim Meyering  <jim@meyering.net>
26176
26177         * modules/strtod: Use $(...) notation, not @...@ for
26178         AC_REPLACE'd variables.
26179         * modules/localcharset: Likewise.
26180
26181 2003-06-07  Jim Meyering  <jim@meyering.net>
26182
26183         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26184         in place of my name in the copyright comment.
26185         Remove definition and uses of __P.
26186
26187         From coreutils.
26188         * lib/stat.c: Don't declare xmalloc explicitly.
26189         Instead, include "xalloc.h".
26190         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26191         xrealloc, and xcalloc return values.
26192         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26193         Improve comment.
26194         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26195
26196 2003-06-07  Bruno Haible  <bruno@clisp.org>
26197
26198         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26199         avoid AC_CONFIG_LINKS.
26200         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26201         fnmatch.h, to avoid AC_CONFIG_LINKS.
26202         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26203
26204 2003-06-07  Bruno Haible  <bruno@clisp.org>
26205
26206         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26207         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26208         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26209         directory.
26210         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26211         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26212         directory.
26213
26214 2003-06-06  Jim Meyering  <jim@meyering.net>
26215
26216         Merge from coreutils.
26217         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26218         Consolidate declarations and initializations of *_base* locals.
26219
26220         Merge from coreutils.
26221         This avoids a core dump on systems without GNU putenv,
26222         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26223         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26224         (unsetenv): New static function, from GNU libc.
26225         (rpl_putenv): Use it.
26226
26227         * lib/modechange.c: Remove trailing blanks.
26228
26229         Merge from coreutils.
26230         * lib/fsusage.c: Remove declaration of statfs.
26231         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26232
26233         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26234
26235 2003-06-06  Jim Meyering  <jim@meyering.net>
26236
26237         * lib/stdbool_.h: Renamed from stdbool.h.in.
26238
26239 2003-06-06  Jim Meyering  <jim@meyering.net>
26240             Bruno Haible  <bruno@clisp.org>
26241
26242         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26243         Adjust Makefile.am snippet not to redirect directly to target.
26244         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26245
26246 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26247
26248         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26249         mismatch, look in future quarters as well as past.  This fixes a
26250         bug when processing fall-backwards gaps immediately after a long
26251         period of daylight-saving time.
26252
26253         * lib/mktime.c: Assume freestanding C89 or better.
26254         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26255         (__P): Remove; not used.
26256         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26257         (mktime, not_equal_tm, print_tm, check_result,
26258         main): Use prototypes.  Use const * where appropriate.
26259         (main): Fix typo in testing code that uncovered by above changes.
26260         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26261
26262 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26263
26264         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26265         locale.h, localeconv.  This merges changes from coreutils.
26266
26267         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26268         It can be removed after the next Autoconf is released.
26269         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26270         needed.
26271
26272 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26273
26274         * lib/mktime.c: Fix Debian bug 177940
26275         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26276         (localtime_offset): Now long int, not time_t, because we want it
26277         to be guaranteed to be signed.  All uses changed.
26278         (__mktime_internal): If overflow would occur when adding offset,
26279         don't add it.
26280
26281         Merge 'human' changes from coreutils.  Rewrite to support
26282         locale-specific notations like thousands separators.
26283         * lib/human.c: Simplify authorship notice.
26284         Include human.h immediately after config.h.
26285         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26286         <limits.h>: Do not include, since human.h does.
26287         (SIZE_MAX, UINTMAX_MAX): New macros.
26288         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26289         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26290         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26291         (power_letter): Renamed from suffixes.
26292         (generate_suffix_backwards): Remove.
26293         (adjust_value): Now takes int style (because of human.h changes)
26294         and long double value (for greater precision on some platforms).
26295         (group_number): New function.
26296         (human_readable): Use it.  Use integer options, not enum.
26297         Put the options before the sizes in the arg list.
26298         Support all the new options.
26299         The old human_readable function has been removed;
26300         use inttostr.h instead.
26301         (human_readable, default_block_size, humblock):
26302         Use uintmax_t, not int, for block sizes.
26303         (human_readable_inexact, block_size_types): Remove.
26304         (block_size_opts): New constant.
26305         (human_options): Renamed from human_block_size, with new signature
26306         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26307         * lib/human.h: Add copyright and authorship notice.
26308         Include <limits.h> and <stdbool.h> unconditionally.
26309         (PARAMS): Remove.  All uses removed.
26310         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26311         (enum human_inexact_style): Remove tag; now a nameless enum.
26312         (human_floor, human_ceiling, human_round_to_even): Now have
26313         values 2, 0, 1 rather than -1, 1, 0.
26314         (human_group_digits, human_suppress_point_zero, human_autoscale,
26315         human_base_1024, human_SI, human_B): New constants.
26316         (human_readable_inexact, human_block_size): Remove.
26317         (human_readable): Size args are now uintmax_t, not int.
26318         (human_options): New decl.
26319
26320         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26321         unnecessary now that we assume C89 or better.  This change
26322         imported from coreutils.
26323
26324         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26325         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26326         in the 2003-05-30 sync from glibc.
26327
26328         .h files should stand alone, but we shouldn't include <sys/types.h>
26329         if we can get away with just <stddef.h>.
26330
26331         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26332         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26333         rather than <sys/types.h>, as we merely need size_t.
26334         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26335         to get size_t.
26336         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26337         Include <stdio.h>, to get FILE.
26338         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26339         memcasecmp.h has included <stddef.h> and all we need is size_t.
26340         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26341         our interface, instead of including <sys/types.h>
26342
26343 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26344
26345         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26346         now, as glibc mktime is buggy on non-glibc systems.
26347
26348 2003-06-03  Karl Berry  <karl@gnu.org>
26349
26350         * config/config.sub: update from prep.
26351
26352 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26353
26354         [from coreutils]
26355         Fix some minor time-related bugs with POSIX time arguments.
26356         Some valid time stamps were being rejected (notably -1, and
26357         time stamps before 1900 on 64-bit hosts).  And some invalid
26358         time stamps were being accepted, e.g. September 31.
26359
26360         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26361         that we can return (time_t) -1 successfully.
26362         * lib/posixtm.c: Likewise.
26363         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26364         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26365         (t): Remove static var.
26366         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26367         of static var.  All uses changed.
26368         (year): Do not reject years before 1900; they can occur with
26369         64-bit time_t.
26370         (posix_time_parse): Do not check for out-of-range components;
26371         that is now the caller's responsibility, since our checks were
26372         only approximations.
26373         (posixtime): Use mktime to check for out-of-range components,
26374         since it knows them exactly.
26375         If mktime returns (time_t) -1, check whether an error actually occurred
26376         by invoking localtime on -1.
26377         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26378         posixtime failures better.
26379         Improve the test data (in comments only).
26380
26381 2003-06-02  Karl Berry  <karl@gnu.org>
26382
26383         * config/mkinstalldirs (version): new variable.
26384         (--version): new option.
26385         (usage): improve message.
26386
26387 2003-05-30  Karl Berry  <karl@gnu.org>
26388
26389         * lib/mktime.c: update from libc.
26390
26391 2003-05-30  Bruno Haible  <bruno@clisp.org>
26392
26393         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26394         * config/config.rpath: Upgrade to gettext-0.12.1.
26395
26396 2003-05-30  Bruno Haible  <bruno@clisp.org>
26397
26398         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26399         * m4/nls.m4: New file, from gettext-0.12.1.
26400         * m4/po.m4: New file, from gettext-0.12.1.
26401         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26402
26403 2003-05-30  Bruno Haible  <bruno@clisp.org>
26404
26405         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26406         * lib/localcharset.h: Likewise.
26407         * lib/localcharset.c: Likewise.
26408
26409 2003-05-29  Karl Berry  <karl@gnu.org>
26410
26411         * config/config.rpath: update from gettext.
26412
26413 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26414
26415         Assume the headers required for C89 freestanding compilers.
26416         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26417         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26418         * m4/human.m4 (gl_HUMAN): Likewise.
26419         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26420         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26421         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26422         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26423         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26424         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26425
26426 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26427
26428         Assume the headers required for C89 freestanding compilers.
26429         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26430         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26431         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26432         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26433         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26434         define, since <limits.h> is guaranteed to do that.
26435         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26436         * lib/exclude.c: Include <stdbool.h> unconditionally.
26437         * lib/tempname.c: Include <stddef.h> unconditionally.
26438         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26439         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26440         <stddef.h> does that.
26441         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26442         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26443         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26444         needed.
26445         * lib/xstrtol.c: Likewise.
26446         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26447         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26448
26449         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26450         warnings on some platforms.
26451
26452         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26453         arbitrarily.
26454
26455 2003-05-26  Jim Meyering  <jim@meyering.net>
26456
26457         Merge in a change from coreutils:
26458         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26459         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26460         that condition, rather than `-1' which is slightly misleading.
26461         Change the name of the cache variable to have the gl_ prefix.
26462         Prompted by a patch from Richard Dawe for DJGPP.
26463
26464 2003-05-24  Karl Berry  <karl@gnu.org>
26465
26466         * config/config.guess: update from prep.
26467
26468 2003-05-22  Karl Berry  <karl@gnu.org>
26469
26470         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26471
26472 2003-05-20  Karl Berry  <karl@gnu.org>
26473
26474         * config/config.guess: update from prep.
26475
26476 2003-05-18  Karl Berry  <karl@gnu.org>
26477
26478         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26479         might actually be set by the user.
26480
26481         * config/depcomp, install-sh, mdate-sh: update from automake.
26482
26483 2003-05-17  Bruno Haible  <bruno@clisp.org>
26484
26485         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26486         invalid expansion for AC_EGREP_CPP.
26487         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26488         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26489         Suggested by Akim Demaille <akim@epita.fr> in
26490         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26491
26492 2003-05-12  Jim Meyering  <jim@meyering.net>
26493
26494         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26495         the space-padded-by-default conversion specifiers, %e, %k, %l.
26496
26497 2003-05-12  Bruno Haible  <bruno@clisp.org>
26498
26499         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26500         the string is longer than 4 KB.
26501
26502 2003-05-11  Karl Berry  <karl@gnu.org>
26503
26504         * config/config.{guess,sub}: update from prep.
26505
26506 2003-05-09  Bruno Haible  <bruno@clisp.org>
26507
26508         * modules/error: Add m4/strerror_r.m4 to file list.
26509
26510 2003-05-03  Bruno Haible  <bruno@clisp.org>
26511
26512         Upgrade to Unicode-4.0.
26513         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26514         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26515         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26516         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26517         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26518         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26519         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26520         Change width of U+E0100..U+E01EF from 1 to 0.
26521
26522 2003-04-25  Jim Meyering  <jim@meyering.net>
26523
26524         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26525         of type size_t, not int.
26526
26527 2003-04-25  Bruno Haible  <bruno@clisp.org>
26528
26529         * lib/copy-file.c: Include <stddef.h>, for size_t.
26530
26531 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26532
26533         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26534         code which expansion is under static control.  Patch imported from
26535         Akim Demaille's patch to Bison; see
26536         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26537
26538 2003-04-14  Bruno Haible  <bruno@clisp.org>
26539
26540         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26541
26542 2003-04-11  Jim Meyering  <jim@meyering.net>
26543
26544         Merge changes from Coreutils.
26545
26546         2003-03-22  Jim Meyering  <jim@meyering.net>
26547
26548         * lib/strftime.c (widen): Cast alloca return value to proper type.
26549
26550         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26551
26552         From GNU libc.
26553         * lib/strftime.c (my_strftime): Handle very large width
26554         specifications for numeric values correctly.  Improve checks for
26555         overflow.
26556
26557         2003-01-19  Jim Meyering  <jim@meyering.net>
26558
26559         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26560         definitions.
26561         (nl_get_alt_digit) [! defined my_strftime]: Define.
26562         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26563         _nl_get_alt_digit and _nl_get_walt_digit.
26564
26565         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26566         libc. These changes have no effect outside of _LIBC.
26567
26568 2003-04-10  Bruno Haible  <bruno@clisp.org>
26569
26570         * modules/findprog: New file.
26571         * MODULES.html.sh (func_all_modules): Add it.
26572
26573 2003-04-10  Bruno Haible  <bruno@clisp.org>
26574
26575         * m4/findprog.m4: New file.
26576         * m4/eaccess.m4: New file.
26577
26578 2003-04-10  Bruno Haible  <bruno@clisp.org>
26579
26580         * lib/findprog.h: New file, from GNU gettext.
26581         * lib/findprog.c: New file, from GNU gettext.
26582
26583 2003-04-05  Jim Meyering  <jim@meyering.net>
26584
26585         Merge changes from Coreutils.
26586
26587         * lib/exclude.h (PARAMS): Remove definition and uses.
26588         * lib/exclude.c: Remove uses of `PARAMS'.
26589
26590         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26591         Add test-cases for DOS filenames. Declare program_name.
26592         (main): Set up program_name.  Patch by Rich Dawe.
26593
26594         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26595         error from mntctl.
26596         Use mntctl's return value to drive the entry-processing loop, since
26597         we can't rely on the value of the vmt_length member in the last
26598         entry.  On some systems doing so could result in exhausting
26599         virtual memory.  Based in part on a patch from Mike Jetzer.
26600
26601 2003-04-04  Bruno Haible  <bruno@clisp.org>
26602
26603         * modules/linebreak: New file.
26604         * MODULES.html.sh (func_all_modules): Add it.
26605
26606 2003-04-04  Bruno Haible  <bruno@clisp.org>
26607
26608         * m4/linebreak.m4: New file.
26609
26610 2003-04-04  Bruno Haible  <bruno@clisp.org>
26611
26612         * lib/linebreak.h: New file, from GNU gettext.
26613         * lib/linebreak.c: New file, from GNU gettext with slight
26614         modifications.
26615         * lib/lbrkprop.h: New file, from GNU gettext.
26616
26617 2003-04-03  Bruno Haible  <bruno@clisp.org>
26618
26619         * modules/utf8-ucs4: New file.
26620         * modules/utf16-ucs4: New file.
26621         * modules/ucs4-utf8: New file.
26622         * modules/ucs4-utf16: New file.
26623         * MODULES.html.sh (func_all_modules): Add them.
26624
26625 2003-04-03  Bruno Haible  <bruno@clisp.org>
26626
26627         * m4/utf-ucs4.m4: New file.
26628         * m4/ucs4-utf.m4: New file.
26629
26630 2003-04-03  Bruno Haible  <bruno@clisp.org>
26631
26632         * lib/utf8-ucs4.h: New file, from GNU gettext.
26633         * lib/utf16-ucs4.h: New file, from GNU gettext.
26634         * lib/ucs4-utf8.h: New file, from GNU gettext.
26635         * lib/ucs4-utf16.h: New file, from GNU gettext.
26636
26637 2003-04-02  Bruno Haible  <bruno@clisp.org>
26638
26639         * modules/binary-io: New file.
26640         * MODULES.html.sh (func_all_modules): Add it.
26641
26642 2003-04-02  Bruno Haible  <bruno@clisp.org>
26643
26644         * lib/binary-io.h: New file, from GNU gettext.
26645
26646 2003-04-01  Bruno Haible  <bruno@clisp.org>
26647
26648         * modules/pathname: New file.
26649         * MODULES.html.sh (func_all_modules): Add it.
26650
26651 2003-04-01  Bruno Haible  <bruno@clisp.org>
26652
26653         * lib/pathname.h: New file, from GNU gettext.
26654         * lib/concatpath.c: New file, from GNU gettext.
26655
26656 2003-03-30  Bruno Haible  <bruno@clisp.org>
26657
26658         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26659
26660 2003-03-30  Bruno Haible  <bruno@clisp.org>
26661
26662         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26663         function chown() doesn't exist.
26664
26665 2003-03-28  Bruno Haible  <bruno@clisp.org>
26666
26667         * modules/copy-file: New file.
26668         * MODULES.html.sh (func_all_modules): Add it.
26669
26670 2003-03-28  Bruno Haible  <bruno@clisp.org>
26671
26672         * m4/copy-file.m4: New file.
26673
26674 2003-03-28  Bruno Haible  <bruno@clisp.org>
26675
26676         * lib/copy-file.h: New file, from GNU gettext.
26677         * lib/copy-file.c: New file, from GNU gettext.
26678
26679 2003-03-18  Jim Meyering  <jim@meyering.net>
26680
26681         * lib/quote.c (quote_n): Fix typo in comment.
26682
26683 2003-03-18  Bruno Haible  <bruno@clisp.org>
26684
26685         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26686         checking.
26687         * m4/onceonly_2_57.m4: Likewise.
26688
26689 2003-03-17  Bruno Haible  <bruno@clisp.org>
26690
26691         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26692         (m4_quote): Remove macro.
26693         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26694
26695 2003-03-14  Jim Meyering  <jim@meyering.net>
26696
26697         Merge changes from Coreutils.
26698         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26699         to be const, in order to avoid warnings.
26700         (obstack_room): Likewise.
26701         (obstack_empty_p): Likewise.
26702
26703 2003-03-14  Bruno Haible  <bruno@clisp.org>
26704
26705         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26706         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26707
26708 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26709
26710         Merge changes from Bison.
26711         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26712         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26713         when compiling Bison 1.875's `bitset bset = obstack_alloc
26714         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26715         * lib/hash.c: Include <stdbool.h> unconditionally.
26716
26717 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26718
26719         * m4/onceonly.m4 (m4_quote): New macro.
26720         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26721         Quote AC_FOREACH variable-expansions properly.
26722
26723 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26724
26725         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26726
26727 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26728
26729         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26730         Reported by Bruce Becker; see:
26731         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26732
26733 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26734             Bruno Haible  <bruno@clisp.org>
26735
26736         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26737         Reported by John Hughes, see
26738         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26739
26740 2003-02-20  Bruno Haible  <bruno@clisp.org>
26741
26742         * MODULES.html.sh (func_all_modules): Add poll.
26743
26744 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26745
26746         * modules/poll: New file.
26747
26748 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26749
26750         * lib/poll_.h: New file.
26751         * lib/poll.c: New file.
26752
26753 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26754
26755         * m4/poll.m4: New file.
26756
26757 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26758
26759         * modules/mathl: New file.
26760
26761 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26762
26763         * lib/mathl.h: New file.
26764         * lib/acosl.c: New file.
26765         * lib/asinl.c: New file.
26766         * lib/atanl.c: New file.
26767         * lib/ceill.c: New file.
26768         * lib/cosl.c: New file.
26769         * lib/expl.c: New file.
26770         * lib/floorl.c: New file.
26771         * lib/frexpl.c: New file.
26772         * lib/ldexpl.c: New file.
26773         * lib/logl.c: New file.
26774         * lib/sincosl.c: New file.
26775         * lib/sinl.c: New file.
26776         * lib/sqrtl.c: New file.
26777         * lib/tanl.c: New file.
26778         * lib/trigl.c: New file.
26779         * lib/trigl.h: New file.
26780
26781 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26782
26783         * m4/mathl.m4: New file.
26784
26785 2003-02-18  Bruno Haible  <bruno@clisp.org>
26786
26787         * MODULES.html.sh (func_all_modules): Add mathl.
26788
26789 2003-02-17  Bruno Haible  <bruno@clisp.org>
26790
26791         * modules/mkdtemp: New module.
26792         * MODULES.html.sh (func_all_modules): Add it.
26793
26794 2003-02-17  Bruno Haible  <bruno@clisp.org>
26795
26796         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26797
26798 2003-02-17  Bruno Haible  <bruno@clisp.org>
26799
26800         * lib/mkdtemp.h: New file, from GNU gettext.
26801         * lib/mkdtemp.c: New file, from GNU gettext.
26802
26803 2003-02-02  Jim Meyering  <jim@meyering.net>
26804
26805         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26806         e.g. glibc-2.2.93.
26807
26808 2003-01-31  Bruno Haible  <bruno@clisp.org>
26809
26810         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26811         'rpl_rename'.
26812         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26813         'rpl_strnlen'.
26814         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26815         'rpl_strtod'.
26816         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26817         'rpl_utime'.
26818
26819 2003-01-31  Bruno Haible  <bruno@clisp.org>
26820
26821         * lib/rename.c: #undef rename before defining rpl_rename.
26822         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26823
26824 2003-01-30  Bruno Haible  <bruno@clisp.org>
26825
26826         * modules/vasnprintf, modules/vasprintf: New modules.
26827         * MODULES.html.sh (func_all_modules): Add them.
26828
26829 2003-01-30  Bruno Haible  <bruno@clisp.org>
26830
26831         * m4/signed.m4: New file, from GNU gettext.
26832         * m4/longdouble.m4: New file, from GNU gettext.
26833         * m4/wchar_t.m4: New file, from GNU gettext.
26834         * m4/wint_t.m4: New file, from GNU gettext.
26835         * m4/vasnprintf.m4: New file.
26836         * m4/vasprintf.m4: New file.
26837
26838 2003-01-30  Bruno Haible  <bruno@clisp.org>
26839
26840         * lib/printf-args.h: New file, from GNU gettext.
26841         * lib/printf-args.c: New file, from GNU gettext.
26842         * lib/printf-parse.h: New file, from GNU gettext.
26843         * lib/printf-parse.c: New file, from GNU gettext.
26844         * lib/vasnprintf.h: New file, from GNU gettext.
26845         * lib/vasnprintf.c: New file, from GNU gettext.
26846         * lib/asnprintf.c: New file, from GNU gettext.
26847         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26848         * lib/vasprintf.c: New file, from GNU gettext.
26849         * lib/asprintf.c: New file, from GNU gettext.
26850
26851 2003-01-29  Bruno Haible  <bruno@clisp.org>
26852
26853         * modules/stpncpy: New module.
26854         * MODULES.html.sh (func_all_modules): Add it.
26855
26856 2003-01-29  Bruno Haible  <bruno@clisp.org>
26857
26858         * m4/stpncpy.m4: New file.
26859
26860 2003-01-29  Bruno Haible  <bruno@clisp.org>
26861
26862         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26863         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26864
26865 2003-01-28  Bruno Haible  <bruno@clisp.org>
26866
26867         * modules/c-ctype: New module.
26868         * MODULES.html.sh (func_all_modules): Add it.
26869
26870 2003-01-28  Bruno Haible  <bruno@clisp.org>
26871
26872         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26873         Paul Eggert.
26874         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26875         Paul Eggert.
26876
26877 2003-01-27  Bruno Haible  <bruno@clisp.org>
26878
26879         * modules/xsetenv: New module.
26880         * MODULES.html.sh (func_all_modules): Add it.
26881
26882 2003-01-27  Bruno Haible  <bruno@clisp.org>
26883
26884         * lib/xsetenv.h: New file, from GNU gettext.
26885         * lib/xsetenv.c: New file, from GNU gettext.
26886
26887 2003-01-23  Jim Meyering  <jim@meyering.net>
26888
26889         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26890         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26891
26892 2003-01-23  Bruno Haible  <bruno@clisp.org>
26893
26894         * modules/minmax: New module.
26895         * MODULES.html.sh (func_all_modules): Add it.
26896
26897 2003-01-23  Bruno Haible  <bruno@clisp.org>
26898
26899         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26900         Eggert.
26901
26902 2003-01-22  Bruno Haible  <bruno@clisp.org>
26903
26904         * modules/exit: New module.
26905         * MODULES.html.sh (func_all_modules): Add it.
26906
26907 2003-01-22  Bruno Haible  <bruno@clisp.org>
26908
26909         * lib/exit.h: New file, from GNU gettext.
26910
26911 2003-01-19  Bruno Haible  <bruno@clisp.org>
26912
26913         * gnulib-tool: Recognize option --extract-maintainer.
26914         (func_get_maintainer): New function.
26915         * modules/*: Add Maintainer entry.
26916
26917 2003-01-16  Jim Meyering  <jim@meyering.net>
26918
26919         * m4/regex.m4: The `regex' struct is both input and output.
26920         Initialize it before each use.  Patch by Tim Waugh.
26921
26922 2003-01-16  Bruno Haible  <bruno@clisp.org>
26923
26924         * MODULES.html.sh: Add a table of contents. Add the module name as
26925         leftmost column. Add hyperlinks.
26926
26927 2003-01-15  Bruno Haible  <bruno@clisp.org>
26928
26929         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26930
26931 2003-01-15  Bruno Haible  <bruno@clisp.org>
26932
26933         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26934         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26935         suffix.
26936
26937 2003-01-15  Bruno Haible  <bruno@clisp.org>
26938
26939         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26940
26941 2003-01-15  Bruno Haible  <bruno@clisp.org>
26942
26943         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26944         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26945
26946 2003-01-14  Jim Meyering  <jim@meyering.net>
26947
26948         * lib/same.c (same_name): Tweak a comment.
26949
26950 2003-01-14  Bruno Haible  <bruno@clisp.org>
26951
26952         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26953         when a string comparison is sufficient.
26954
26955 2003-01-14  Bruno Haible  <bruno@clisp.org>
26956
26957         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26958         'unsigned int'.
26959
26960 2003-01-14  Bruno Haible  <bruno@clisp.org>
26961
26962         * lib/hash-pjw.c: Add comment about low quality of this function.
26963
26964 2003-01-13  Bruno Haible  <bruno@clisp.org>
26965
26966         * modules/stpcpy: Distribute lib/stpcpy.h.
26967         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26968
26969 2003-01-13  Bruno Haible  <bruno@clisp.org>
26970
26971         * modules/*: Add a description.
26972         * modules/strpbrk: Fix Makefile.am snippet.
26973         * modules/strtoimax: Fix dependencies.
26974         * modules/strtoumax: Likewise.
26975
26976 2003-01-13  Bruno Haible  <bruno@clisp.org>
26977
26978         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26979         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26980         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26981
26982 2003-01-13  Bruno Haible  <bruno@clisp.org>
26983
26984         * gnulib-tool (func_create_testdir): Store config/* files in the main
26985         directory.
26986         * config.rpath: Move to ...
26987         * config/config.rpath: ... here.
26988         * modules/gettext: Contains config/config.rpath, not config.rpath.
26989         * modules/iconv: Likewise.
26990
26991 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26992
26993         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26994         to avoid collisions with libcurses and libreadline.
26995
26996         * m4/getstr.m4: Remove.
26997         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26998
26999 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27000
27001         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27002         to avoid collisions with libcurses and libreadline.
27003
27004         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27005         * lib/getstr.h, getstr.c: Remove.
27006         * lib/getline.c: Include "getline.h", to check interface.
27007         Move body of old getstr.c here: this defines MIN_CHUNK and
27008         declares getdelim2, which is renamed from getstr.
27009         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27010
27011         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27012         All uses changed.
27013         * lib/linebuffer.h: Likewise.
27014         (readline): Remove backward-compatibility macro.
27015
27016 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27017
27018         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27019         to avoid collisions with libcurses and libreadline.
27020         * getstr: Remove.
27021         * MODULES.html.sh: Remove getstr.
27022         * modules/getline: Depend on unlocked-io, not getstr.
27023
27024 2003-01-12  Jim Meyering  <jim@meyering.net>
27025
27026         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27027
27028 2003-01-10  Bruno Haible  <bruno@clisp.org>
27029
27030         * modules/alloca: Change Makefile.am requirements. Simplify Include
27031         requirements. Add lib/alloca_.h to file list.
27032
27033 2003-01-10  Bruno Haible  <bruno@clisp.org>
27034
27035         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27036
27037 2003-01-10  Bruno Haible  <bruno@clisp.org>
27038
27039         * lib/alloca_.h: New file.
27040         * lib/getdate.y: Unconditionally include alloca.h.
27041         * lib/makepath.c: Likewise.
27042         * lib/setenv.c: Likewise.
27043         * lib/userspec.c: Likewise.
27044
27045 2003-01-09  Karl Berry  <karl@gnu.org>
27046
27047         * MODULES.html.sh: include `dirname $0` in PATH, to find
27048         gnulib-tool.
27049
27050 2003-01-09  Bruno Haible  <bruno@clisp.org>
27051
27052         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27053         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27054
27055 2003-01-09  Bruno Haible  <bruno@clisp.org>
27056
27057         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27058
27059 2003-01-09  Bruno Haible  <bruno@clisp.org>
27060
27061         * lib/stdbool.h.in: New file.
27062
27063 2003-01-09  Bruno Haible  <bruno@clisp.org>
27064
27065         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27066         * MODULES.html.sh: Likewise.
27067
27068 2003-01-08  Jim Meyering  <jim@meyering.net>
27069
27070         * lib/full-write.c: Undefine and define-away `const' after inclusion
27071         of errno.h, not before.  Suggestion from Bruno Haible.
27072
27073 2003-01-08  Bruno Haible  <bruno@clisp.org>
27074
27075         * modules/full-read: Depend on full-write.
27076
27077 2003-01-08  Bruno Haible  <bruno@clisp.org>
27078
27079         * lib/safe-read.c: Include specification header first, to ensure its
27080         selfcontainedness.
27081         * lib/full-write.c: Likewise.
27082
27083 2003-01-07  Jim Meyering  <jim@meyering.net>
27084
27085         * lib/full-write.c: Rework so that it may serve to define full_read,
27086         too.
27087         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27088
27089 2003-01-07  Bruno Haible  <bruno@clisp.org>
27090
27091         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27092         <inttypes.h>.
27093         * lib/xstrtol.h: Likewise.
27094         * lib/xstrtoimax.c: Likewise.
27095         * lib/xstrtoumax.c: Likewise.
27096         * lib/human.h: Likewise.
27097
27098         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27099         on systems that have <inttypes.h> but not <stdint.h>.
27100
27101 2003-01-07  Bruno Haible  <bruno@clisp.org>
27102
27103         * MODULES.html.sh: Add copyright notice.
27104         (missed_files): Omit CVS directory entries.
27105         (func_module): Make it work with sed-3.02.
27106         * MODULES.txt: Remove file.
27107
27108 2003-01-06  Jim Meyering  <jim@meyering.net>
27109
27110         * lib/version-etc.c: Update year in translatable copyright string.
27111
27112 2003-01-03  Karl Berry  <karl@gnu.org>
27113
27114         * config/config.{guess,sub}: update from prep.
27115
27116 2003-01-02  Karl Berry  <karl@gnu.org>
27117
27118         * doc/COPYING.DOC: belatedly updated to 1.2.
27119
27120 2003-01-01  Karl Berry  <karl@gnu.org>
27121
27122         * gnulib-tool (func_verify_module): report module name $module in
27123         error message, not $1.
27124         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27125         be created, only if it doesn't exist.
27126         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27127
27128 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27129
27130         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27131
27132 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27133
27134         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27135         memcmp if strcoll doesn't work.
27136
27137 2002-12-31  Bruno Haible  <bruno@clisp.org>
27138
27139         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27140         nonempty.
27141
27142 2002-12-31  Bruno Haible  <bruno@clisp.org>
27143
27144         * lib/memcoll.c (STRCOLL): New macro.
27145         (memcoll): Use it.
27146
27147 2002-12-31  Bruno Haible  <bruno@clisp.org>
27148
27149         * lib/localcharset.h: New file.
27150         * lib/localcharset.c: Include it.
27151         * lib/unicodeio.c: Likewise.
27152
27153 2002-12-31  Bruno Haible  <bruno@clisp.org>
27154
27155         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27156         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27157
27158 2002-12-31  Bruno Haible  <bruno@clisp.org>
27159
27160         * lib/getline.h: Include <stddef.h>, for size_t.
27161
27162         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27163         * lib/unicodeio.c: Don't include <stddef.h>.
27164
27165 2002-12-31  Bruno Haible  <bruno@clisp.org>
27166
27167         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27168         HAVE_TM_ZONE.
27169
27170 2002-12-24  Karl Berry  <karl@gnu.org>
27171
27172         * config/config.guess: update from prep.
27173
27174 2002-12-24  Bruno Haible  <bruno@clisp.org>
27175
27176         General infrasructure.
27177         * m4/README: Rewritten.
27178         * m4/onceonly.m4: New file.
27179         * m4/onceonly_2_57.m4: New file.
27180
27181         Module atexit.
27182         * m4/atexit.m4: New file.
27183
27184         Module strtod.
27185         * m4/strtod.m4: New file.
27186
27187         Module strtol.
27188         * m4/strtol.m4: New file.
27189
27190         Module strtoul.
27191         * m4/strtoul.m4: New file.
27192
27193         Module memchr.
27194         * m4/memchr.m4: New file.
27195
27196         Module memcmp.
27197         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27198         (jm_FUNC_MEMCMP): Invoke it.
27199
27200         Module memcpy.
27201         * m4/memcpy.m4: New file.
27202
27203         Module memmove.
27204         * m4/memmove.m4: New file.
27205
27206         Module memset.
27207         * m4/memset.m4: New file.
27208
27209         Module strcspn.
27210         * m4/strcspn.m4: New file.
27211
27212         Module strpbrk.
27213         * m4/strpbrk.m4: New file.
27214
27215         Module strstr.
27216         * m4/strstr.m4: New file.
27217
27218         Module strerror.
27219         * m4/strerror.m4: New file.
27220
27221         Module mktime.
27222         * m4/mktime.m4: Renamed from jm-mktime.m4.
27223         (gl_PREREQ_MKTIME): New macro.
27224         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27225
27226         Module malloc.
27227         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27228         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27229         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27230
27231         Module realloc.
27232         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27233         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27234         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27235
27236         Module strftime.
27237         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27238         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27239         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27240         gl_TM_GMTOFF.
27241         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27242
27243         Module xalloc.
27244         * m4/xalloc.m4: New file.
27245
27246         Module alloca.
27247         * m4/alloca.m4: New file.
27248
27249         Module putenv.
27250         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27251         (jm_FUNC_PUTENV): Invoke it.
27252
27253         Module setenv.
27254         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27255         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27256         when invoked twice.
27257         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27258         gt_FUNC_SETENV.
27259
27260         Module memrchr.
27261         * m4/memrchr.m4: New file.
27262
27263         Module stpcpy.
27264         * m4/stpcpy.m4: New file.
27265
27266         Module strcase.
27267         * m4/strcase.m4: New file.
27268
27269         Module strdup.
27270         * m4/strdup.m4: New file.
27271
27272         Module strnlen.
27273         * m4/strnlen.m4: New file.
27274
27275         Module strndup.
27276         * m4/strndup.m4: New file.
27277
27278         Module xstrtod.
27279         * m4/xstrtod.m4: New file.
27280
27281         Module xstrtol.
27282         * m4/xstrtol.m4: New file.
27283
27284         Module getdate.
27285         * m4/getdate.m4: New file.
27286
27287         Module unlocked-io.
27288         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27289         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27290         * m4/jm-glibc-io.m4n: Remove file.
27291
27292         Module long-options.
27293         * m4/long-options.m4: New file.
27294
27295         Module md5.
27296         * m4/md5.m4: New file.
27297
27298         Module sha.
27299         * m4/sha.m4: New file.
27300
27301         Module getstr.
27302         * m4/getstr.m4: New file.
27303
27304         Module getline.
27305         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27306         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27307         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27308         simply getline. Infoke gl_PREREQ_GETLINE.
27309
27310         Module obstack.
27311         * m4/obstack.m4: New file.
27312
27313         Module hash.
27314         * m4/hash.m4: New file.
27315
27316         Module readtokens.
27317         * m4/readtokens.m4: New file.
27318
27319         Module strverscmp.
27320         * m4/strverscmp.m4: New file.
27321
27322         Module stdbool.
27323         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27324         OSF/1.
27325
27326         Module strtoll.
27327         * m4/strtoll.m4: New file.
27328
27329         Module strtoull.
27330         * m4/strtoull.m4: New file.
27331
27332         Module strtoimax.
27333         * m4/strtoimax.m4: New file.
27334
27335         Module strtoumax.
27336         * m4/strtoumax.m4: New file.
27337
27338         Module xstrtoimax.
27339         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27340         jm_AC_PREREQ_XSTRTOIMAX.
27341         Moved the strtol prerequisites to strtol.m4.
27342         Moved the strtoll prerequisites to strtoll.m4.
27343         Moved the strtoimax prerequisites to strtoimax.m4.
27344
27345         Module xstrtoumax.
27346         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27347         jm_AC_PREREQ_XSTRTOUMAX.
27348         Moved the strtoul prerequisites to strtoul.m4.
27349         Moved the strtoull prerequisites to strtoull.m4.
27350         Moved the strtoumax prerequisites to strtoumax.m4.
27351
27352         Module chown.
27353         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27354         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27355
27356         Module dup2.
27357         * m4/dup2.m4: New file.
27358
27359         Module ftruncate.
27360         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27361         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27362
27363         Module getgroups.
27364         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27365         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27366
27367         Module gettimeofday.
27368         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27369         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27370         gl_PREREQ_GETTIMEOFDAY.
27371
27372         Module mkdir.
27373         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27374         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27375
27376         Module mkstemp.
27377         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27378         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27379         jm_AC_TYPE_UINTMAX_T.
27380         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27381
27382         Module stat.
27383         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27384         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27385
27386         Module lstat.
27387         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27388         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27389
27390         Module timespec.
27391         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27392         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27393         * m4/st_mtim.m4: Indentation.
27394
27395         Module nanosleep.
27396         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27397         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27398         gl_PREREQ_NANOSLEEP.
27399
27400         Module regex.
27401         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27402         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27403         (gl_REGEX): New macro.
27404
27405         Module rename.
27406         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27407         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27408
27409         Module rmdir.
27410         * m4/rmdir.m4: New file.
27411
27412         Module utime.
27413         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27414         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27415         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27416
27417         Module dirname.
27418         * m4/dirname.m4: New file.
27419
27420         Module getopt.
27421         * m4/getopt.m4: New file.
27422
27423         Module unistd-safer.
27424         * m4/unistd-safer.m4: New file.
27425
27426         Module fnmatch.
27427         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27428         declaration.
27429         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27430         (gl_FUNC_FNMATCH_POSIX): New macro.
27431         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27432         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27433         simply fnmatch.
27434
27435         Module exclude.
27436         * m4/exclude.m4: New file.
27437
27438         Module human.
27439         * m4/human.m4: New file.
27440
27441         Module acl.
27442         * m4/acl.m4: Nop.
27443
27444         Module backupfile.
27445         * m4/backupfile.m4: New file.
27446         * m4/d-ino.m4: Indentation.
27447
27448         Module fsusage.
27449         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27450         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27451         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27452
27453         Module dirfd.
27454         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27455         requirements.
27456
27457         Module euidaccess.
27458         * m4/euidaccess.m4: New file.
27459
27460         Module file-type.
27461         * m4/file-type.m4: New file.
27462
27463         Module fileblocks.
27464         * m4/fileblocks.m4: New file.
27465
27466         Module filemode.
27467         * m4/filemode.m4: New file.
27468
27469         Module isdir.
27470         * m4/isdir.m4: New file.
27471
27472         Module lchown.
27473         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27474         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27475
27476         Module makepath.
27477         * m4/makepath.m4: New file.
27478
27479         Module modechange.
27480         * m4/modechange.m4: New file.
27481
27482         Module mountlist.
27483         * m4/mountlist.m4: New file.
27484         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27485         Indentation.
27486
27487         Module path-concat.
27488         * m4/path-concat.m4: New file.
27489
27490         Module pathmax.
27491         * m4/pathmax.m4: New file.
27492
27493         Module same.
27494         * m4/same.m4: New file.
27495
27496         Module save-cwd.
27497         * m4/save-cwd.m4: New file.
27498
27499         Module savedir.
27500         * m4/savedir.m4: New file.
27501
27502         Module xgetcwd.
27503         * m4/xgetcwd.m4: New file.
27504         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27505
27506         Module xreadlink.
27507         * m4/xreadlink.m4: New file.
27508
27509         Module safe-read.
27510         * m4/safe-read.m4: New file.
27511
27512         Module safe-write.
27513         * m4/safe-write.m4: New file.
27514
27515         Module closeout.
27516         * m4/closeout.m4: New file.
27517
27518         Module stdio-safer.
27519         * m4/stdio-safer.m4: New file.
27520
27521         Module getpass.
27522         * m4/getpass.m4: New file.
27523
27524         Module getugroups.
27525         * m4/getugroups.m4: New file.
27526
27527         Module group-member.
27528         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27529         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27530
27531         Module idcache.
27532         * m4/idcache.m4: New file.
27533
27534         Module userspec.
27535         * m4/userspec.m4: New file.
27536
27537         Module gettime.
27538         * m4/clock_time.m4: New file.
27539         * m4/gettime.m4: New file.
27540
27541         Module settime.
27542         * m4/settime.m4: New file.
27543
27544         Module posixtm.
27545         * m4/posixtm.m4: New file.
27546
27547         Module gethostname.
27548         * m4/gethostname.m4: New file.
27549
27550         Module canon-host.
27551         * m4/canon-host.m4: New file.
27552
27553         Module gettext.
27554         * m4/codeset.m4: New file, from gettext-0.11.5.
27555         * m4/gettext.m4: New file, from gettext-0.11.5.
27556         * m4/glibc21.m4: New file, from gettext-0.11.5.
27557         * m4/iconv.m4: New file, from gettext-0.11.5.
27558         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27559         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27560         * m4/inttypes.m4: New file, from gettext-0.11.5.
27561         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27562         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27563         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27564         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27565         * m4/lib-link.m4: New file, from gettext-0.11.5.
27566         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27567         * m4/progtest.m4: New file, from gettext-0.11.5.
27568         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27569         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27570         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27571
27572         Module localcharset.
27573         * m4/localcharset.m4: New file.
27574
27575         Module hard-locale.
27576         * m4/hard-locale.m4: New file.
27577
27578         Module mbswidth.
27579         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27580         onceonly macros.
27581         * m4/mbrtowc.m4: Add comment.
27582
27583         Module memcasecmp.
27584         * m4/memcasecmp.m4: New file.
27585
27586         Module memcoll.
27587         * m4/memcoll.m4: New file.
27588
27589         Module unicodeio.
27590         * m4/unicodeio.m4: New file.
27591
27592         Module rpmatch.
27593         * m4/rpmatch.m4: New file.
27594
27595         Module yesno.
27596         * m4/yesno.m4: New file.
27597
27598         Module exitfail.
27599         * m4/exitfail.m4: New file.
27600
27601         Module c-stack.
27602         * m4/c-stack.m4 (gl_C_STACK): New macro.
27603         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27604
27605         Module error.
27606         * m4/error.m4 (gl_ERROR): New macro.
27607         (jm_PREREQ_ERROR): Use onceonly macros.
27608
27609         Module fatal.
27610         * m4/fatal.m4: New file.
27611
27612         Module getloadavg.
27613         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27614         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27615
27616         Module getpagesize.
27617         * m4/getpagesize.m4: New file.
27618
27619         Module getusershell.
27620         * m4/getusershell.m4: New file.
27621
27622         Module physmem.
27623         * m4/physmem.m4: New file.
27624
27625         Module posixver.
27626         * m4/posixver.m4: New file.
27627
27628         Module quotearg.
27629         * m4/quotearg.m4: New file.
27630
27631         Module quote.
27632         * m4/quote.m4: New file.
27633
27634         Module readutmp.
27635         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27636
27637         Module sig2str.
27638         * m4/sig2str.m4: New file.
27639
27640         Other.
27641         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27642         ulonglong.m4.
27643         * m4/intmax_t.m4: New file.
27644         * m4/d-type.m4: Indentation.
27645         * m4/jm-macros.m4: Update.
27646         * m4/prereq.m4 (jm_PREREQ): Update.
27647         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27648         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27649         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27650         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27651         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27652         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27653         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27654         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27655         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27656         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27657         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27658         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27659         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27660         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27661         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27662         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27663         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27664         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27665         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27666
27667 2002-12-24  Bruno Haible  <bruno@clisp.org>
27668
27669         * MODULES.txt: Update according to m4/ changes.
27670
27671         Module gettext.
27672         * config.rpath: New file, from gettext-0.11.5.
27673
27674         * modules/*: New module descriptions.
27675         * gnulib-tool: New file.
27676         * MODULES.html.sh: New file.
27677
27678 2002-12-21  Karl Berry  <karl@gnu.org>
27679
27680         * doc/fdl.texi: update to version 1.2.
27681
27682 2002-12-19  Karl Berry  <karl@gnu.org>
27683
27684         * config/config.guess: update from prep.
27685
27686 2002-12-18  Bruno Haible  <bruno@clisp.org>
27687
27688         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27689         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27690
27691 2002-12-17  Bruno Haible  <bruno@clisp.org>
27692
27693         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27694         stdlib.h, string.h.
27695
27696 2002-12-17  Bruno Haible  <bruno@clisp.org>
27697
27698         * lib/canon-host.c (strdup): Remove unused declaration.
27699
27700         * lib/fsusage.c: Include full_read.h.
27701         (get_fs_usage): Use full_read instead of safe_read.
27702
27703         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27704
27705 2002-12-12  Karl Berry  <karl@gnu.org>
27706
27707         * config/config.guess: update from prep.
27708
27709 2002-12-11  Bruno Haible  <bruno@clisp.org>
27710
27711         * m4/setenv.m4: New file, from gettext-0.11.5.
27712
27713 2002-12-11  Bruno Haible  <bruno@clisp.org>
27714
27715         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27716         not unsetenv().
27717         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27718         modifications:
27719
27720         2002-12-11  Bruno Haible  <bruno@clisp.org>
27721
27722                 * setenv.c (alloca): Fall back to malloc.
27723                 (freea): New macro.
27724                 (setenv): Use freea() to free memory allocated with alloca().
27725
27726         2002-11-13  Bruno Haible  <bruno@clisp.org>
27727
27728                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27729                 function declarations.
27730                 * unsetenv.c (unsetenv): Likewise.
27731
27732         2002-03-04  Bruno Haible  <bruno@clisp.org>
27733
27734                 Portability to AIX 4.3.3.
27735                 * unsetenv.c: New file, extracted from setenv.c.
27736                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27737
27738         2001-12-20  Bruno Haible  <bruno@clisp.org>
27739
27740                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27741                 use malloc instead. For SunOS 4.
27742
27743         2001-12-11  Bruno Haible  <bruno@clisp.org>
27744
27745                 * setenv.c: Declare alloca.
27746                 (compar_fn_t): New typedef.
27747                 (KNOWN_VALUE, STORE_VALUE): Use it.
27748
27749         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27750         setenv.h.
27751
27752 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27753
27754         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27755         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27756         Choose values that are less likely to collide with system fnmatch
27757         options.
27758         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27759         defined (e.g., a pure POSIX system).
27760         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27761         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27762
27763 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27764
27765         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27766         a pain in practice to deal with generated m4 files.  This change
27767         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27768
27769         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27770         and jm-glibc-io.m4, as they are no longer a special case.
27771         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27772         kludge and the auto-generation stuff.  Check only whether the
27773         functions are declared, not whether they exist, since older hosts
27774         that don't declare the functions can't use the optimization anyway.
27775
27776 2002-12-06  Jim Meyering  <jim@meyering.net>
27777
27778         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27779
27780         Merge in changes from libc's misc/error.c, in preparation
27781         for the merge of gnulib's changes back into libc.
27782
27783         * lib/error.c (_): Define only if not already defined.
27784         Move definition to follow all #include directives.
27785         Include unlocked-io.h only if !_LIBC.
27786         [_LIBC]: Include <libio/libioP.h>.
27787         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27788         (fflush): Tweak definition to use INTUSE.
27789         (putc): Define.
27790
27791 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27792
27793         * lib/alloca.c [defined emacs]: Include "lisp.h".
27794         (xalloc_die) [defined emacs]: New macro.
27795         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27796         [! defined emacs]: Include <xalloc.h>.
27797         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27798         (pointer): Typedef to POINTER_TYPE *.
27799         (malloc): Remove decl; we now always use xmalloc.
27800         (alloca): Use old-style definition, since Emacs needs this.
27801         Check for arithmetic overflow when computing combined size.
27802
27803 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27804
27805         Do not generate unlocked-io.h automatically, since it's easier to
27806         maintain it by hand.
27807
27808         * lib/unlocked-io.h: New file, from GNU diffutils,
27809         but with proper copyright notice and attribution.
27810         * lib/gen-uio: Remove.
27811         * lib/Makefile.am: Add copyright notice.
27812         (libfetish_a_SOURCES): Add unlocked-io.h.
27813         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27814         (DISTCLEANFILES, io_functions): Remove macros.
27815         (EXTRA_DIST): Remove gen_uio.
27816         (unlocked-io.h): Remove rule.
27817
27818 2002-12-04  Jim Meyering  <jim@meyering.net>
27819
27820         Reflect the fact that stat.c and lstat.c are no longer generated.
27821         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27822         (DISTCLEANFILES): Likewise.
27823         (EXTRA_DIST): Likewise.
27824         (all_local): Don't depend on stat.c or lstat.c.
27825         (stat.c, lstat.c): Remove rules.
27826         (EXTRA_DIST): Remove xstat.in.
27827
27828         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27829         * lib/stat.c: New file.  Contents mostly from xstat.in.
27830         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27831         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27832
27833         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27834         too.
27835         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27836
27837 2002-12-03  Jim Meyering  <jim@meyering.net>
27838
27839         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27840         but not semantics, to minimize the differences between these two files.
27841         (safe_read): Change comment to mention SAFE_READ_ERROR.
27842
27843         * lib/safe-read.c (IS_EINTR): Define.
27844         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27845
27846 2002-12-02  Jim Meyering  <jim@meyering.net>
27847
27848         * lib/safe-read.c (EINTR): Define.
27849         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27850         (INT_MAX): Provide fallback.
27851         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27852
27853         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27854
27855 2002-12-02  Bruno Haible  <bruno@clisp.org>
27856
27857         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27858         Define, taken from safe-read.c.
27859         (INT_MAX): Provide fallback.
27860         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27861         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27862
27863         * lib/safe-read.c (EINTR): Remove definition.
27864         (safe_read): Don't use EINTR if it is absent.
27865
27866 2002-12-01  Jim Meyering  <jim@meyering.net>
27867
27868         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27869         zero.
27870         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27871
27872 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27873
27874         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27875         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27876         with `if (! (value < limit)) abort ();', for readability.
27877
27878 2002-11-26  Karl Berry  <karl@gnu.org>
27879
27880         * lib/strdup.c: copy from libc again, with jim's ok.
27881         * lib/.cppi-disable: re-add strdup.c
27882
27883 2002-11-25  Karl Berry  <karl@gnu.org>
27884
27885         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27886         instead of "strtol.c".
27887
27888 2002-11-25  Karl Berry  <karl@gnu.org>
27889
27890         * config/install-sh: update from automake for variable quoting, $0 in
27891         error msgs, etc.
27892
27893         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27894         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27895         entry.
27896
27897 2002-11-25  Jim Meyering  <jim@meyering.net>
27898
27899         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27900
27901 2002-11-24  Karl Berry  <karl@gnu.org>
27902
27903         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27904         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27905
27906 2002-11-24  Jim Meyering  <jim@meyering.net>
27907
27908         Update from coreutils:
27909
27910         * lib/mktime.c: Merge in changes from libc.
27911
27912         Avoid a link-time failure on some Linux systems.
27913         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27914         (otherwise).
27915         (__mon_yday): Declare with the STATIC attribute.
27916         (__mktime_internal): Likewise.
27917         Based on a report from Greg Schafer.
27918
27919 2002-11-23  Jim Meyering  <jim@meyering.net>
27920
27921         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27922         Use `unsigned', not `int', as type of index.
27923
27924         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27925
27926         * lib/fsusage.c: Remove unneeded parentheses around operands of
27927         `defined'.
27928
27929 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27930
27931         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27932         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27933         so that we can be included first.
27934         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27935         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27936         No need to include stddef.h or sys/types.h any more.
27937         Surround local include files with "", not "<>".
27938         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27939         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27940         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27941         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27942         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27943         (ISPRINT): Remove; no longer needed now that we assume C89.
27944
27945         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27946         Preserve errno.
27947
27948         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27949         quotearg_char): Use SIZE_MAX rather than
27950         (size_t) -1 when we are talking about "infinity".
27951
27952         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27953
27954 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27955
27956         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27957         hint that one should use `if (! x) abort ();' rather than `assert
27958         (x);', and anyway it's one less thing to worry about configuring.
27959         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27960         hash_rehash, hash_insert): Use abort rather than assert.
27961
27962 2002-11-22  Bruno Haible  <bruno@clisp.org>
27963
27964         * lib/safe-read.h: Assume C89. Add comments.
27965         (safe_read): Change return type to size_t.
27966         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27967         byte counts > SSIZE_MAX correctly.
27968         * lib/safe-write.h: New file.
27969         * lib/safe-write.c: New file.
27970         * lib/full-read.h: New file.
27971         * lib/full-read.c: New file.
27972         * lib/full-write.h: Assume C89. Add comments.
27973         * lib/full-write.c: Include safe-write.h.
27974         (full_write): Rewritten to use safe_write.
27975         Suggested by Jim Meyering and Paul Eggert.
27976
27977 2002-11-21  Jim Meyering  <jim@meyering.net>
27978
27979         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27980
27981         Merge in changes from the coreutils.
27982
27983         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27984         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27985         <stdint.h>.
27986         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27987         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27988         int.  Work more efficiently if X is the same width as uintmax_t.
27989         Do not compare X to -1, to avoid bogus compiler warning.
27990         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27991         Don't assume that f_frsize and f_bsize are the same type.
27992
27993         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27994         warning on FreeBSD.
27995
27996         * lib/makepath.c (make_path): Restore umask *before* creating the final
27997         component.
27998         (make_path): Minor reformatting.
27999
28000         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28001         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28002         HAVE_MALLOC/HAVE_REALLOC.
28003
28004         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28005         dummy ones.  At least on GNU/Linux systems, `auto' means something
28006         else.
28007         From Michael Stone.
28008
28009 2002-11-21  Bruno Haible  <bruno@clisp.org>
28010
28011         Remove case insensitive option matching.
28012         * lib/argmatch.h (argcasematch): Remove declaration.
28013         (ARGCASEMATCH): Remove macro.
28014         (__xargmatch_internal): Remove case_sensitive argument.
28015         (XARGMATCH): Update.
28016         (XARGCASEMATCH): Remove macro.
28017         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28018         case_sensitive argument.
28019         (argcasematch): Remove function.
28020         (__xargmatch_internal): Remove case_sensitive argument.
28021         (main): Use XARGMATCH instead of XARGCASEMATCH.
28022
28023         * lib/xmalloc.c: Change compile-time error message. Add comment about
28024         required autoconf version.
28025
28026 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28027
28028         Merge argmatch cleanups from Bison.  Assume C89.
28029
28030         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28031         Include stdlib.h, for EXIT_FAILURE.
28032         Always include <string.h>, since we assume C89.
28033         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28034         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28035         Include <stddef.h> instead, since it's all we need for size_t.
28036         (PARAMS): Remove.  All uses removed.
28037         (ARRAY_CARDINALITY): Do not bother to #undef.
28038         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28039         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28040         Remove unnecessary parentheses.
28041         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28042         Insert necessary parentheses.
28043         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28044         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28045
28046 2002-11-19  Bruno Haible  <bruno@clisp.org>
28047
28048         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28049         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28050
28051         * lib/mbswidth.h (PARAMS): Remove macro.
28052         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28053         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28054
28055         * lib/gcd.h (PARAMS): Remove macro.
28056         (gcd): Use ANSI C function declarations.
28057         * lib/gcd.c (gcd): Likewise.
28058
28059 2002-11-15  Bruno Haible  <bruno@clisp.org>
28060
28061         * lib/strcspn.c: Include <stddef.h>.
28062         (strcspn): Use ANSI C function declaration. Change return type to
28063         size_t. Use NULL.
28064         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28065         (strpbrk): Use NULL.
28066         * lib/strpbrk.h (PARAMS): Remove macro.
28067         (strpbrk): Use ANSI C function declaration.
28068         * lib/strstr.c: Don't include <sys/types.h>.
28069         * lib/strstr.h (PARAMS): Remove macro.
28070         (strstr): Use ANSI C function declarations.
28071
28072 2002-11-14  Karl Berry  <karl@gnu.org>
28073
28074         * config/mkinstalldirs: `do' on separate line, instead of
28075         `for var; do'.
28076
28077 2002-11-06  Bruno Haible  <bruno@clisp.org>
28078
28079         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28080         * lib/gcd.c (gcd): Likewise.
28081
28082 2002-11-05  Bruno Haible  <bruno@clisp.org>
28083
28084         * lib/gcd.h: New file, from gettext-0.11.5.
28085         * lib/gcd.c: New file, from gettext-0.11.5.
28086
28087 2002-11-05  Bruno Haible  <bruno@clisp.org>
28088
28089         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28090         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28091         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28092         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28093
28094         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28095         <libintl.h>.
28096         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28097         <libintl.h>.
28098
28099         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28100         * lib/human.c: Include gettext.h instead of <libintl.h>.
28101         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28102         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28103         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28104         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28105         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28106         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28107         (textdomain): Remove definition.
28108         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28109
28110         * lib/long-options.c: Remove include of <libintl.h> and definition of
28111         _.
28112         * lib/same.c: Remove include of <libintl.h> and definition of _.
28113
28114 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28115
28116         * lib/config.charset: A few additions for Solaris.
28117
28118 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28119
28120         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28121         * lib/localcharset.c (locale_charset): Declare as extern "C".
28122
28123 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28124
28125         * lib/config.charset: msdos in uk_UA uses CP1125.
28126
28127 2002-11-04  Bruno Haible  <bruno@clisp.org>
28128
28129         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28130         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28131         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28132         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28133         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28134
28135 2002-11-04  Bruno Haible  <bruno@clisp.org>
28136
28137         * lib/localcharset.c (locale_charset): Don't return an empty string.
28138
28139 2002-11-04  Bruno Haible  <bruno@clisp.org>
28140
28141         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28142         aliases.
28143
28144 2002-11-04  Bruno Haible  <bruno@clisp.org>
28145
28146         * lib/config.charset: Update for newest glibc. Add canonical names
28147         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28148
28149 2002-11-04  Bruno Haible  <bruno@clisp.org>
28150
28151         * lib/config.charset: Add support for NetBSD.
28152
28153 2002-11-04  Bruno Haible  <bruno@clisp.org>
28154
28155         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28156
28157 2002-11-01  Bruno Haible  <bruno@clisp.org>
28158
28159         * configure.in: Add AC_CONFIG_AUX_DIR call.
28160         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28161         test/Makefile.
28162         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28163
28164 2002-09-28  Karl Berry  <karl@gnu.org>
28165
28166         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28167         installed automake until the next release, since changes have been
28168         made.
28169
28170 2002-09-25  Karl Berry  <karl@gnu.org>
28171
28172         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28173         * lib/getopt*: copy from libc/posix.
28174         * lib/gettext.h: copy from gettext.
28175         * lib/.cppi-disable: add strdup.c, gettext.h.
28176
28177 2002-09-25  Karl Berry  <karl@gnu.org>
28178
28179         * config/srclist.txt: enable gettext.h check.
28180         * config/config.{guess,sub}: update from prep.
28181         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28182                 from automake 1.6.3.
28183         See srclist*.
28184
28185 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28186
28187         * regex.c (PATFETCH): Remove the translating fetch.
28188         (PATFETCH_RAW): Rename to PATFETCH.
28189         (set_image_of_range): New fun.
28190         (SET_RANGE_TABLE_WORK_AREA): Use it.
28191         (regex_compile): Don't translate the pattern chars so eagerly.
28192         Only do it when inserting an `exactn' bytecode or when handling
28193         a char-range.
28194         (mutually_exclusive_p): Avoid empty statement.
28195
28196 2002-07-06  Jim Meyering  <meyering@lucent.com>
28197
28198         * m4/README: Don't mention Makefile.am.in.
28199         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28200
28201 2002-07-01  Jim Meyering  <meyering@lucent.com>
28202
28203         * lib/c-stack.c: Include sys/time.h.
28204         From Volker Borchert.
28205
28206 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28207
28208         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28209
28210 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28211
28212         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28213         New macro.  Use it uniformly instead of
28214         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28215         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28216         reported by Vin Shelton.
28217
28218 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28219
28220         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28221         Do not assume SA_SIGINFO behavior.
28222         Bug reported by Jim Meyering on NetBSD 1.5.2.
28223
28224 2002-06-22  Jim Meyering  <meyering@lucent.com>
28225
28226         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28227         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28228
28229         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28230         now that configure.ac uses AC_GNU_SOURCE.
28231         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28232         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28233
28234         Update to latest tools.  Suggestions from Paul Eggert.
28235         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28236         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28237         * m4/fnmatch.m4: Likewise.
28238         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28239         to AC_HEADER_STDBOOL
28240
28241 2002-06-22  Jim Meyering  <meyering@lucent.com>
28242
28243         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28244         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28245
28246 2002-06-22  Jim Meyering  <meyering@lucent.com>
28247
28248         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28249
28250         * lib/exitfail.c, exitfail.h: Likewise.
28251         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28252
28253         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28254         of fnmatch.h.
28255         (EXTRA_DIST): Add fnmatch_loop.c.
28256         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28257
28258         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28259         * lib/fnmatch.c: Update from diffutils-2.8.2.
28260         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28261         * lib/fnmatch.h: Remove file.
28262
28263 2002-06-21  Jim Meyering  <meyering@lucent.com>
28264
28265         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28266         * m4/mbrtowc.m4: Likewise.
28267
28268         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28269         * m4/mbswidth.m4: Reflect name change:
28270         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28271         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28272
28273         * m4/lib-link.m4: Update from gettext-0.11.2.
28274         * m4/gettext.m4: Likewise.
28275
28276         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28277         From Alfred M. Szmidt.
28278
28279 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28280
28281         * lib/file-type.h: Report an error if neither S_ISREG nor
28282         S_IFREG is defined, instead of using a test specific to glibc
28283         2.2.  This should be safe, since POSIX requires S_ISREG and
28284         Unix Version 7 had S_IFREG.  We don't need to check for
28285         <sys/types.h> since we don't use any symbols that it defines.
28286
28287 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28288
28289         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28290         $@-t, so that each temporary file name is unique and valid in the first
28291         8 characters, for operation under DOS.
28292
28293 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28294
28295         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28296
28297 2002-06-15  Jim Meyering  <meyering@lucent.com>
28298
28299         Work even with DJGPP 2.03, which lacks support for symlinks.
28300         From Richard Dawe.
28301         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28302         is defined.
28303         * lib/lchown.c (S_ISLNK): Likewise.
28304
28305 2002-06-15  Jim Meyering  <meyering@lucent.com>
28306
28307         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28308         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28309         have been included before this file.
28310
28311 2002-06-14  Jim Meyering  <meyering@lucent.com>
28312
28313         * lib/file-type.h: Use the version from diffutils-2.8.2.
28314         * lib/file-type.c: Likewise.
28315
28316 2002-06-07  Jim Meyering  <meyering@lucent.com>
28317
28318         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28319         They're needed at least for NetBSD 1.5.2.
28320         ($statxfs_includes): Include those same headers.
28321         ($statxfs_includes): Include sys/vfs.h if available.
28322         ($statxfs_includes): Likewise for sys/statvfs.h.
28323         Check for the following members in both structs statfs and statvfs:
28324         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28325
28326 2002-06-01  Jim Meyering  <meyering@lucent.com>
28327
28328         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28329         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28330
28331 2002-05-28  Jim Meyering  <meyering@lucent.com>
28332
28333         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28334         Reported by Volker Borchert.
28335
28336 2002-05-27  Jim Meyering  <meyering@lucent.com>
28337
28338         Fix a problem seen only on nonconforming systems whereby ls.c's
28339         use of localtime, and then of gettimeofday would cause trouble:
28340         the localtime call used to initialize rpl_gettimeofday's save
28341         mechanism would clobber ls's current local time information so
28342         that in any long listing the first file would always be listed
28343         with date 1970-01-01.  Analysis by Volker Borchert.
28344
28345         * lib/gettimeofday.c (localtime): Undefine.
28346         (rpl_localtime): New function.
28347
28348 2002-05-27  Jim Meyering  <meyering@lucent.com>
28349
28350         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28351         localtime.
28352
28353         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28354         use the replacement function; it wouldn't resolve at link time.
28355         Reported by Volker Borchert.
28356
28357 2002-05-22  Jim Meyering  <meyering@lucent.com>
28358
28359         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28360         file-type.h.
28361         * lib/file-type.h: New file.
28362         * lib/file-type.c (file_type): New file/function.  Extracted from
28363         diffutils.
28364
28365 2002-04-30  Jim Meyering  <meyering@lucent.com>
28366
28367         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28368
28369 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28370
28371         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28372
28373 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28374
28375         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28376         Do not check for alloca.h (no longer used) or stdbool.h (was never
28377         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28378
28379 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28380
28381         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28382
28383 2002-04-29  Jim Meyering  <meyering@lucent.com>
28384
28385         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28386         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28387         Use AC_FUNC_STRNLEN here instead.
28388
28389         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28390         With autoconf-2.53a, it's part of AC_PROG_CC.
28391
28392 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28393
28394         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28395         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28396
28397 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28398
28399         * lib/sig2str.h, lib/sig2str.c: New files.
28400         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28401
28402 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28403
28404         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28405         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28406         of 127, since 64 is the largest conceivable number for ancient
28407         nonstandard hosts.
28408         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28409
28410 2002-04-28  Jim Meyering  <meyering@lucent.com>
28411
28412         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28413
28414 2002-04-24  Jim Meyering  <meyering@lucent.com>
28415
28416         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28417         (jm_PREREQ): Use it.
28418
28419         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28420         mach/mach.h fcntl.h.
28421         Check for this function: setlocale.
28422
28423 2002-04-24  Jim Meyering  <meyering@lucent.com>
28424
28425         * lib/gettext.h: New file, from Gettext.
28426         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28427         (libfetish_a_SOURCES): Add gettext.h.
28428
28429 2002-04-16  Jim Meyering  <meyering@lucent.com>
28430
28431         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28432         ut_pid, ut_id, ut_exit.
28433
28434 2002-04-16  Jim Meyering  <meyering@lucent.com>
28435
28436         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28437         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28438         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28439
28440 2002-04-12  Jim Meyering  <meyering@lucent.com>
28441
28442         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28443         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28444         existence of the getmntinfo function.  Needed for Darwin 5.3.
28445
28446         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28447         This is necessary at least on Darwin 5.3.
28448
28449         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28450         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28451         strnlen.o in the library, and that makes some versions of ranlib
28452         object.
28453
28454 2002-04-12  Jim Meyering  <meyering@lucent.com>
28455
28456         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28457
28458 2002-04-09  Jim Meyering  <meyering@lucent.com>
28459
28460         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28461         to be more precise.  Rather than saying we're checking whether the
28462         function `works', say what we're testing.
28463         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28464         Reported by Bruno Haible.
28465
28466 2002-03-10  Jim Meyering  <meyering@lucent.com>
28467
28468         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28469         Suggestion from Santiago Vila.
28470
28471 2002-03-08  Jim Meyering  <meyering@lucent.com>
28472
28473         * lib/rename.c: Mention that this wrapper is needed also on
28474         mips-dec-ultrix4.4 systems.
28475
28476 2002-03-02  Jim Meyering  <meyering@lucent.com>
28477
28478         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28479         not HAVE_CLOCK_SETTIME.
28480
28481 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28482
28483         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28484         Check for clock_settime.
28485
28486 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28487
28488         * lib/nanosleep.h: Rename to....
28489         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28490
28491         * lib/gettime.c: New file.
28492         * lib/settime.c: New file.
28493         * lib/stime.c: Remove.
28494
28495         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28496         timespec.h.  Remove nanosleep.h.
28497
28498 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28499
28500         * m4/acl.m4: New file.
28501         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28502         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28503
28504 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28505
28506         * lib/acl.c, lib/acl.h: New files.
28507         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28508
28509 2002-02-24  Jim Meyering  <meyering@lucent.com>
28510
28511         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28512         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28513         cause trouble.  Reported by Nelson Beebe.
28514
28515 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28516
28517         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28518         compilers that don't know that xalloc_die never returns.
28519
28520 2002-02-20  Jim Meyering  <meyering@lucent.com>
28521
28522         * lib/getdate.c: Regenerate using bison-1.33.
28523
28524 2002-02-17  Jim Meyering  <meyering@lucent.com>
28525
28526         * config/config.guess (main): Don't use `head -1'; it's no longer
28527         portable. Use `sed 1q' instead.
28528
28529 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28530
28531         * m4/codeset.m4: Upgrade to gettext-0.11.
28532         * m4/gettext.m4: Upgrade to gettext-0.11.
28533         * m4/glibc21.m4: Upgrade to gettext-0.11.
28534         * m4/iconv.m4: Upgrade to gettext-0.11.
28535         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28536         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28537         * m4/lib-ld.m4: New file, from gettext-0.11.
28538         * m4/lib-link.m4: New file, from gettext-0.11.
28539         * m4/lib-prefix.m4: New file, from gettext-0.11.
28540         * m4/progtest.m4: Upgrade to gettext-0.11.
28541
28542 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28543
28544         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28545         (jm_PREREQ): Use it.
28546
28547 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28548
28549         * lib/posixver.c, lib/posixver.h: New files.
28550         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28551
28552 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28553             Bruno Haible  <bruno@clisp.org>
28554
28555         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28556         (fwrite_success_callback): New declaration.
28557         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28558         print_unicode_char. Call failure callback instead of error.
28559         (fwrite_success_callback): New function.
28560         (exit_failure_callback): New function.
28561         (fallback_failure_callback): New function.
28562         (print_unicode_char): Call unicode_to_mb.
28563
28564 2002-01-26  Jim Meyering  <meyering@lucent.com>
28565
28566         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28567         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28568
28569 2002-01-26  Jim Meyering  <meyering@lucent.com>
28570
28571         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28572
28573 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28574
28575         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28576
28577 2002-01-22  Jim Meyering  <meyering@lucent.com>
28578
28579         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28580         Otherwise, some versions of automake would omit the rule that makes
28581         Makefile from Makefile.in.
28582
28583 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28584
28585         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28586         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28587         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28588         (memcoll): Set errno to zero if there is no error.
28589
28590         * lib/quotearg.c (quotearg_buffer_restyled):
28591         Fix bug with quoting buffers containing NUL when backslashing escapes.
28592         This bug was exposed by the other changes in this patch.
28593         (quotearg_n_options): New arg ARGSIZE.
28594         All callers changed.
28595         (quoting_options_from_style): New function.
28596         (quotearg_n_style): Use it.
28597         (quotearg_n_style_mem): New function.
28598
28599         * lib/quotearg.h (quotearg_n_style_mem): New function.
28600
28601 2002-01-19  Jim Meyering  <meyering@lucent.com>
28602
28603         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28604         Remove useless quotes: DF_PROG="df".
28605         * m4/strnlen.m4: New file.
28606
28607 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28608
28609         * lib/backupfile.c (ISDIGIT): Comment fix.
28610         * lib/getdate.y (ISDIGIT): Likewise.
28611         * lib/posixtm.c (ISDIGIT, year): Likewise.
28612         * lib/strverscmp.c (ISDIGIT): Likewise.
28613         * lib/userspec.c (ISDIGIT): Likewise.
28614
28615 2002-01-16  Jim Meyering  <meyering@lucent.com>
28616
28617         * lib/getdate.y: Add three semicolons, each just before a closing
28618         brace. Bison (as of version 1.31) no longer papers over that mistake.
28619
28620 2002-01-05  Jim Meyering  <meyering@lucent.com>
28621
28622         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28623
28624 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28625
28626         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28627         not silently exit merely because the output buffer happens to
28628         have nothing pending.
28629
28630 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28631
28632         See the big note in ../ChangeLog.
28633         * lib/human.c (suffixes): Prefer K to k for 1024.
28634         (generate_suffix_backwards): New function.
28635         (human_readable_inexact): Use it.
28636         * lib/xstrtol.c (__xstrtol): If there is no number but there
28637         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28638         Accept 'K' as well as 'k'.
28639
28640 2001-12-15  Jim Meyering  <meyering@lucent.com>
28641
28642         * lib/regex.h (__restrict_arr): Update from libc.
28643
28644         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28645         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28646         (STREQ): Define.
28647
28648 2001-12-14  Jim Meyering  <meyering@lucent.com>
28649
28650         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28651         Suggestion from Bruno Haible.
28652
28653 2001-12-10  Jim Meyering  <meyering@lucent.com>
28654
28655         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28656         xrealloc, Instead, include "xalloc.h".
28657         (initbuffer): Don't cast xmalloc return value to char*.
28658         (readline): Reword comment.
28659         Don't cast xrealloc return value to char*
28660         Return NULL, not 0.
28661
28662 2001-12-09  Jim Meyering  <meyering@lucent.com>
28663
28664         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28665         about `signed and unsigned type in conditional expression'.
28666         * lib/posixtm.c (posix_time_parse): Likewise.
28667
28668         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28669
28670         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28671         to avoid a pedantic warning.
28672
28673         * lib/getstr.c: Don't include assert.h.
28674         (getstr): Remove warning-evoking assertions.
28675         Return -1 if offset parameter is out of bounds.
28676         Change the type of a local from int to size_t.
28677
28678         * lib/strftime.c (my_strftime_localtime_r): Include this function
28679         definition in the `#if ! HAVE_TM_GMTOFF' block.
28680
28681         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28682         Include xalloc.h instead.
28683
28684 2001-12-02  Jim Meyering  <meyering@lucent.com>
28685
28686         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28687         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28688         included.
28689
28690         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28691         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28692
28693 2001-11-30  Akim Demaille  <akim@epita.fr>
28694
28695         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28696         before being defined.
28697
28698 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28699
28700         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28701         First arg is int, not unsigned.
28702         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28703         (SIZE_MAX, UINT_MAX): New macros.
28704         (quotearg_n_options): Abort if N is negative.
28705         Avoid overflow check on hosts where size_t is 64 bits and int
28706         is 32 bits, as overflow is impossible there.
28707         Fix off-by-one typo that caused unnecessary reallocation.
28708
28709 2001-11-27  Jim Meyering  <meyering@lucent.com>
28710
28711         * lib/tempname.c: Merge with version from libc.
28712         * lib/regex.c: Likewise.
28713
28714         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28715         systems for which STDC_HEADERS is 0, it was not included, resulting in
28716         a warning about an integer-to-pointer conversion problem with getenv.
28717         Reported by Volker Borchert.
28718
28719 2001-11-26  Jim Meyering  <meyering@lucent.com>
28720
28721         * lib/gtod.h: Remove file.
28722         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28723         * lib/gettimeofday.c: Don't include gtod.h.
28724         (GTOD_init): Remove function.
28725         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28726         Suggestion from Volker Borchert.
28727
28728 2001-11-23  Jim Meyering  <meyering@lucent.com>
28729
28730         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28731         it.
28732         * lib/hash.c (struct hash_table): Define it here instead.
28733
28734 2001-11-22  Jim Meyering  <meyering@lucent.com>
28735
28736         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28737
28738 2001-11-20  Jim Meyering  <meyering@lucent.com>
28739
28740         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28741         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28742
28743 2001-11-19  Jim Meyering  <meyering@lucent.com>
28744
28745         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28746         directory.  Use "conftestXXXXXX" as the template.
28747         Suggestion from Paul Eggert.
28748
28749         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28750         immediately, so the test doesn't mistakenly hit the max-open-files
28751         limit.
28752
28753 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28754
28755         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28756         (TEMPORARIES): New macro.
28757         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28758         removes an artificial limitation (e.g. HP-UX 10.20, where
28759         TMP_MAX is 17576).
28760
28761 2001-11-18  Jim Meyering  <meyering@lucent.com>
28762
28763         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28764
28765 2001-11-18  Jim Meyering  <meyering@lucent.com>
28766
28767         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28768         on SunOS 4.
28769
28770         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28771         files will be created before anything else.
28772
28773 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28774
28775         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28776         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28777
28778 2001-11-17  Jim Meyering  <meyering@lucent.com>
28779
28780         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28781         Prompted by a report from Bob Proulx.
28782
28783         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28784         Instead, require UTILS_FUNC_MKSTEMP.
28785
28786 2001-11-17  Jim Meyering  <meyering@lucent.com>
28787
28788         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28789         Now, that's done as part of AC_FUNC_STRTOD.
28790
28791 2001-11-17  Jim Meyering  <meyering@lucent.com>
28792
28793         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28794         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28795         rather than group writable.  Patch by Juan F. Codagnone.
28796
28797         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28798         xrealloc, Instead, include "xalloc.h".
28799
28800         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28801         Remove explicit declarations of xmalloc, xrealloc,
28802         and xstrdup.  Instead, include "xalloc.h".
28803
28804         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28805         unlocked-io.h.
28806         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28807         Likewise.
28808         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28809
28810         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28811         Reported by Padraig Brady.
28812
28813         * lib/mkstemp.c: #undef mkstemp.
28814         Include config.h.
28815         (rpl_mkstemp): Rename from mkstemp.
28816         Protoize.
28817
28818 2001-11-16  Jim Meyering  <meyering@lucent.com>
28819
28820         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28821         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28822         determine the amount of total physical memory, use pstat_getstatic.
28823         HPUX-11 doesn't define _SC_PHYS_PAGES.
28824         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28825         If sysconf couldn't be used to determine the amount of available
28826         physical memory, use both pstat_getstatic and pstat_getdynamic.
28827         Based on a patch from Bob Proulx.
28828
28829 2001-11-10  Jim Meyering  <meyering@lucent.com>
28830
28831         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28832         (jm_PREREQ): Use it.
28833
28834 2001-11-09  Jim Meyering  <meyering@lucent.com>
28835
28836         * m4/jm-macros.m4: Require autoconf-2.52f.
28837         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28838         Use these AC_-prefixed names, not the AM_-prefixed ones.
28839
28840         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28841
28842 2001-11-05  Jim Meyering  <meyering@lucent.com>
28843
28844         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28845
28846 2001-11-04  Jim Meyering  <meyering@lucent.com>
28847
28848         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28849         $DEFS.
28850
28851 2001-11-03  Jim Meyering  <meyering@lucent.com>
28852
28853         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28854         of AC_DEFUN.
28855
28856         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28857         know the name of the variable in the macro definition.
28858
28859 2001-11-03  Jim Meyering  <meyering@lucent.com>
28860
28861         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28862         in argmatch_to_argument call.
28863
28864         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28865         argument.
28866
28867         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28868         e.g., a fault due to an attempt to free a NULL pointer.
28869
28870 2001-11-01  Jim Meyering  <meyering@lucent.com>
28871
28872         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28873         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28874
28875 2001-11-01  Jim Meyering  <meyering@lucent.com>
28876
28877         * lib/dirfd.c, lib/dirfd.h: New files.
28878         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28879
28880         * lib/hash.c (hash_print) [TESTING]: Clean up.
28881
28882 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28883
28884         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28885         to avoid a warning if -Wall.
28886
28887 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28888
28889         * README: New file
28890         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28891         (per RMS's instructions, this is now the canonical source)
28892         * lgpl/, gpl/: New directories.
28893
28894 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28895
28896         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28897
28898 2001-10-21  Jim Meyering  <meyering@lucent.com>
28899
28900         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28901         this code would end up calling gettext even in packages built
28902         with --disable-nls.
28903         * lib/getopt.c (_): Likewise.
28904         * lib/regex.c (_): Likewise.
28905
28906 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28907
28908         * m4/error.m4 (jm_PREREQ_ERROR):
28909         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28910         AC_FUNC_STRERROR_R does that.
28911         Check for strerror declaration.
28912
28913         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28914         are supposed to have them these days.
28915         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28916         Merge changes from latest Autoconf CVS.
28917         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28918         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28919         POSIX decided to standardize on the int flavor of strerror_r.
28920
28921 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28922
28923         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28924         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28925         Use strerror_r that is only a macro, even if it is not a function.
28926         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28927         (private_strerror): Use prototypes, not old-style function definition.
28928         (print_errno_message): New function.
28929         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28930         char*-flavored one.
28931         (error_tail, error, error_at_line): Use it.
28932
28933 2001-10-11  Jim Meyering  <meyering@lucent.com>
28934
28935         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28936         and quote_n (1, ... to avoid clobbering a buffer.
28937
28938 2001-10-05  Jim Meyering  <meyering@lucent.com>
28939
28940         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28941         hash-pjw.h.
28942         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28943         * lib/hash-pjw.h: New file.
28944
28945 2001-09-30  Jim Meyering  <meyering@lucent.com>
28946
28947         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28948         `struct fsstat' has the `f_fstypename' member.
28949         Use that to define FS_TYPE, which is now used to make
28950         the getfsstat link test tighter.
28951
28952 2001-09-30  Jim Meyering  <meyering@lucent.com>
28953
28954         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28955         Include <sys/ucred.h>, for Apple Darwin.
28956         Include sys/mount.h and sys/fs_types.h only if available.
28957         (FS_TYPE): Define.
28958         (read_filesystem_list): Use FS_TYPE.
28959
28960 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28961
28962         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28963         a boolean context.
28964
28965 2001-09-29  Jim Meyering  <meyering@lucent.com>
28966
28967         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28968         [one-argument getmntent function]): Include stdio.h before mntent.h.
28969         SunOS 4.1.x needs it for the declaration of `FILE'.
28970         Patch by Volker Borchert.
28971
28972         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28973         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28974         sys/fs_types.h, and make the link-test for getfsstat guard #include
28975         directives with appropriate #if HAVE_*_H tests so that we can
28976         detect getfsstat on Apple Darwin1.3.7 systems.
28977         Reported by Nelson Beebe.
28978         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28979
28980 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28981
28982         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28983         #defines strtoimax.  Also treat the other strto* functions
28984         like strtoimax.
28985
28986         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28987         Check for strtoul and strtoumax,
28988         as those declarations are made even in the signed case.
28989         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28990         Likewise, for strtol and strtoimax.
28991
28992 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28993
28994         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28995         #defines strtoimax.  Also treat the other strto* functions
28996         like strtoimax.
28997
28998         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28999         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29000         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29001
29002 2001-09-26  Jim Meyering  <meyering@lucent.com>
29003
29004         Most macros in unlocked-io.h had the wrong number of arguments.
29005         * lib/gen-uio: New script.
29006         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29007         * lib/unlocked-io.hin: Remove file.
29008         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29009         rather than trying to embed it here.
29010         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29011         Reported by Padraig Brady.
29012
29013 2001-09-25  Volker Borchert  <bt@teknon.de>
29014
29015         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29016         `result'.
29017
29018 2001-09-24  Jim Meyering  <meyering@lucent.com>
29019
29020         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29021
29022 2001-09-23  Jim Meyering  <meyering@lucent.com>
29023
29024         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29025         instead of the mere test for existence of mntent.h.  The latter
29026         would get a false-positive on AIX 3.4 systems.
29027         In the outer getmntent if-block, don't die if neither of the getmntent
29028         tests succeeds.  Instead, just fall through and continue with the
29029         remaining tests.
29030
29031 2001-09-23  Jim Meyering  <meyering@lucent.com>
29032
29033         * lib/mountlist.c: Remove useless parentheses in #if directives.
29034         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29035         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29036
29037 2001-09-22  Jim Meyering  <meyering@lucent.com>
29038
29039         * m4/gettext.m4: New file.  From gettext.
29040         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29041         * m4/progtest.m4: Likewise
29042         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29043         * m4/glibc21.m4: Likewise.
29044
29045         * m4/libintl.m4: Remove.  No longer used.
29046
29047 2001-09-22  Jim Meyering  <meyering@lucent.com>
29048
29049         * lib/localcharset.c: Update from latest gettext.
29050         * lib/config.charset: Likewise.
29051
29052 2001-09-20  Jim Meyering  <meyering@lucent.com>
29053
29054         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29055         strtoimax.
29056         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29057         strtoumax.
29058
29059 2001-09-20  Jim Meyering  <meyering@lucent.com>
29060
29061         * lib/xstrtol.c (strtoimax): Guard declaration with
29062         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29063         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29064         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29065         (strtoumax): Likewise, for completeness (it wasn't necessary).
29066
29067 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29068
29069         * lib/strtoimax.c (HAVE_LONG_LONG):
29070         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29071         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29072         to work around bug in IBM C compiler.
29073
29074 2001-09-17  Jim Meyering  <meyering@lucent.com>
29075
29076         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29077         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29078         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29079         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29080         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29081         whenever the right hand side need not be expanded by the shell.
29082
29083 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29084
29085         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29086         library.  It's not correct, as some older glibcs are buggy.
29087         fnmatch wasn't fixed until glibc 2.2.
29088
29089         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29090         special shell magic here.
29091
29092 2001-09-16  Jim Meyering  <meyering@lucent.com>
29093
29094         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29095         * m4/jm-macros.m4: Require it.
29096
29097 2001-09-16  Jim Meyering  <meyering@lucent.com>
29098
29099         * lib/mkdir.c: New file.
29100
29101 2001-09-15  Jim Meyering  <meyering@lucent.com>
29102
29103         * m4/jm-macros.m4: Check for help2man.
29104
29105 2001-09-11  Jim Meyering  <meyering@lucent.com>
29106
29107         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29108         The body, by Paul Eggert, was moved here from configure.in.
29109         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29110
29111 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29112
29113         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29114         (jm_PREREQ): Use it.
29115
29116 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29117
29118         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29119         Use ssize_t, not int, to store result of readlink.
29120         Check for ssize_t overflow as well as size_t overflow,
29121         as POSIX says the result of readlink is implementation-defined
29122         when ssize_t overflows.
29123         Remove unnecessary cast to char*.
29124         Use free+malloc instead of realloc, as the storage doesn't need
29125         to be preserved and it's clearer and can be more efficient that way.
29126         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29127         * lib/xreadlink.h (xreadlink): Update prototype.
29128
29129 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29130
29131         * lib/xgetcwd.c: Revert some of the previous change; intead,
29132         fix the HAVE_GETCWD_NULL code to behave more like the
29133         !HAVE_GETCWD_NULL code used to.
29134
29135         Include "xalloc.h".
29136         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29137         invoke xalloc_die.
29138
29139 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29140
29141         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29142         sys/param.h, as pathmax.h includes them.
29143
29144 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29145
29146         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29147         (jm_PREREQ_XGETCWD): New macro.
29148
29149         * m4/getcwd.m4: New file.
29150
29151 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29152
29153         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29154         like the HAVE_GETCWD_NULL code.
29155         Include pathmax.h if not HAVE_GETCWD.
29156         Do not include xalloc.h.
29157         (INITIAL_BUFFER_SIZE): New symbol.
29158         Do not use xmalloc / xrealloc, since the caller is responsible for
29159         handling errors.  Preserve errno around `free' during failure.
29160         Do not overrun buffer when using getwd.
29161
29162 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29163
29164         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29165         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29166         getcwd (NULL, 0).
29167
29168 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29169
29170         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29171         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29172         spotted by Jim Meyering.
29173
29174 2001-09-03  Jim Meyering  <meyering@lucent.com>
29175
29176         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29177         failure.
29178
29179 2001-09-02  Jim Meyering  <meyering@lucent.com>
29180
29181         * lib/error.c: Update from GNU libc.
29182
29183 2001-09-01  Jim Meyering  <meyering@lucent.com>
29184
29185         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29186         Used by df.
29187
29188 2001-09-01  Jim Meyering  <meyering@lucent.com>
29189
29190         * lib/xreadlink.c: New file.
29191         * lib/xreadlink.h: New file.
29192         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29193         xreadlink.h.
29194
29195         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29196         doesn't conflict with sparc Solaris 7's definition in
29197         /usr/include/sys/int_types.h.
29198
29199         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29200         files.
29201         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29202         and strncasecmp as r-values.  Unixware didn't have declarations.
29203
29204 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29205
29206         * lib/xstrtol.h: Add copyright notice.
29207         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29208         LONGINT_INVALID_SUFFIX_CHAR.
29209
29210 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29211
29212         * lib/xstrtol.c (strtoimax): New decl.
29213
29214 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29215
29216         * lib/xgetcwd.c: Don't include pathmax.h.
29217         Include stdlib.h and unistd.h if available.
29218         Include xalloc.h.
29219         (xmalloc, xstrdup, free): Remove decls.
29220         (xgetcwd): Don't assume sizes fit in unsigned.
29221         Check for overflow when computing sizes.
29222         Simplify reallocation code.
29223
29224 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29225
29226         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29227         a directory's st_size can have an arbitrary value, so the old
29228         usage could waste an arbitrary amount of memory.  All uses
29229         changed.
29230         * lib/savedir.h: Update prototype.
29231
29232 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29233
29234         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29235
29236         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29237         old strtoimax.c.
29238
29239         Also, make the following further changes to make this file's
29240         configuration more similar to that of strtol.c:
29241         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29242         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29243         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29244         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29245         changed to signed values.
29246
29247         And make the following changes as well:
29248         Fix copyright notice, as 1999 was missing.
29249         (verify): New macro.
29250         (strtoimax): Check sizes at compile-time, not run-time.
29251         Prefer strtol to strtoll if both work.
29252         (main): Remove; it was not that useful and was a pain to maintain.
29253
29254         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29255
29256 2001-08-31  Jim Meyering  <meyering@lucent.com>
29257
29258         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29259         Use an initial, malloc'd, buffer of length 128 rather than
29260         a statically allocated one of length 1024.
29261
29262 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29263
29264         Simplify code, partly by assuming autoconf 2.52 semantics.
29265
29266         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29267
29268         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29269         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29270         All uses removed.
29271         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29272         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29273         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29274         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29275         jm_AC_HEADER_INTTYPES_H.
29276         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29277
29278         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29279
29280         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29281         Quote first arg of AC_DEFUN.
29282         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29283         since they are needed to parse the include file even if we need
29284         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29285         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29286         but with opposite signedness.
29287
29288 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29289
29290         Merge 'exclude' changes from tar 1.13.22.
29291         This fixes one or two unlikely storage allocation overflow bugs,
29292         but doesn't change user-visible behavior otherwise.
29293
29294 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29295
29296         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29297         (jm_PREREQ_EXCLUDE): New macro.
29298
29299 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29300
29301         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29302         tm to be declared.
29303
29304 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29305
29306         * lib/hash.c: Remove '2001' from copyright notice.
29307
29308 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29309
29310         * lib/full-write.h: New file.
29311         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29312         * lib/full-write.c: Correct credits, as cccp.c no longer
29313         exists and anyway it was so heavily changed from the old cccp
29314         code as to be unrecognizable.  Include full-write.h.
29315         (full_write) Return size_t, with short writes meaning failure.
29316         All callers changed.  This fixes a bug with large buffers
29317         on 64-bit hosts.
29318         * lib/utime.c: Include full-write.h.
29319
29320 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29321
29322         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29323         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29324         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29325         Include if available.
29326         (<xalloc.h>): Include
29327         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29328         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29329         collide with FNM macros.
29330         (struct patopts): New struct.
29331         (struct exclude): Use it, as exclude patterns now come with options.
29332         (new_exclude): Support above changes.
29333         (new_exclude, add_exclude_file):
29334         Initial size must now be a power of two to simplify overflow checking.
29335         (free_exclude, fnmatch_no_wildcards): New function.
29336         (excluded_filename): No longer requires options arg, as the options
29337         are determined by add_exclude.  Now returns bool, not int.
29338         (excluded_filename, add_exclude):
29339         Add support for the fancy new exclusion options.
29340         (add_exclude, add_exclude_file): Now takes int options arg.
29341         Check for arithmetic overflow when computing sizes.
29342         (add_exclude_file): xrealloc might modify errno, so don't
29343         realloc until after errno might be used.
29344
29345         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29346         New macros.
29347         (free_exclude): New decl.
29348         (add_exclude, add_exclude_file): Now takes int options arg.
29349         (excluded_filename): No longer requires options arg, as the options
29350         are determined by add_exclude.  Now returns bool, not int.
29351
29352 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29353
29354         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29355
29356 2001-08-27  Jim Meyering  <meyering@lucent.com>
29357
29358         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29359
29360         * lib/version-etc.c (N_): Remove definition.
29361         Revert most of last change.
29362         Instead, simply don't mark the `Copyright...' string for translation.
29363         Based on advice from Paul Eggert.
29364
29365         * lib/strtoxmax.c: Tweak comment.
29366
29367 2001-08-26  Jim Meyering  <meyering@lucent.com>
29368
29369         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29370
29371         * m4/xstrtoimax.m4: New file.
29372         * m4/xstrtoumax.m4: Add comments explaining why we
29373         AC_REPLACE_FUNCS(strtol).
29374
29375 2001-08-26  Jim Meyering  <meyering@lucent.com>
29376
29377         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29378         of copyright with `%s' so translators don't get an untranslated
29379         message in 2002.
29380         (COPYRIGHT_YEAR): Define.
29381         (version_etc): Use fprintf rather than fputs.
29382         Suggestion from Ulrich Drepper.
29383
29384         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29385
29386         * lib/strtoll.c: New file, from GNU libc.
29387         * lib/xstrtoimax.c: New file.
29388
29389         * lib/xstrtol.h: Add xstrtoimax.
29390         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29391         * lib/strtoimax.c: New file.  Likewise, but first define
29392         STRTOUXMAX_SIGNED.
29393
29394         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29395         ...
29396         * lib/strtoxmax.c: ... then renamed to this.
29397
29398 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29399
29400         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29401         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29402         (jm_AC_TYPE_INTMAX_T): New macro.
29403         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29404
29405         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29406
29407         * m4/longlong.m4: Renamed from ulonglong.m4.
29408         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29409         * m4/uintmax_t.m4: Removed.
29410
29411 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29412
29413         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29414         Port to Solaris 8, where 'sed' requires a space after the 'r'
29415         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29416         Redirect output to $tmp just once.
29417
29418 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29419
29420         * lib/addext.c (<errno.h>): Include.
29421         (errno): Declare if not defined.
29422         (addext): Work correctly when pathconf returns -1 and leaves
29423         errno alone because there is no limit.  Also, work even if
29424         pathconf returns a value greater than SIZE_MAX.
29425
29426 2001-08-12  Jim Meyering  <meyering@lucent.com>
29427
29428         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29429         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29430         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29431         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29432         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29433         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29434         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29435         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29436         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29437         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29438         utime.m4, utimes.m4, xstrtoumax.m4:
29439         Quote the first argument in each use of AC_DEFUN.
29440
29441 2001-08-12  Jim Meyering  <meyering@lucent.com>
29442
29443         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29444         Simply `return getcwd (NULL, 0);'.
29445         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29446         Use 1300 as initial value for length, not PATH_MAX.
29447
29448         * lib/pathmax.h: Clean up cpp syntax.
29449
29450 2001-08-12  Jim Meyering  <meyering@lucent.com>
29451
29452         * lib/gettimeofday.c: New file.
29453         * lib/gtod.h: New file.
29454         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29455
29456 2001-08-05  Jim Meyering  <meyering@lucent.com>
29457
29458         * m4/jm-macros.m4: Require autoconf-2.52.
29459
29460 2001-08-04  Jim Meyering  <meyering@lucent.com>
29461
29462         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29463         stmt, to get in sync with glibc.
29464
29465 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29466
29467         The following changes are from gettext 0.10.39 as maintained by
29468         Bruno Haible.
29469
29470         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29471         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29472         with inverted sense.  All uses changed.
29473
29474         * lib/mbswidth.c: Don't include <limits.h>.
29475         Include <stdlib.h> and <string.h> unconditionally.
29476         (iswcntrl, mbsinit, ISCNTRL): New macros.
29477         (mbsnwidth): Use K&R style function declarations.
29478         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29479         can optimize it when MB_CUR_MAX == 1.
29480         The width of control characters is zero, not 1.
29481
29482 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29483
29484         The following changes are from gettext 0.10.39 as maintained by
29485         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29486
29487         * m4/codeset.m4: Upgrade to serial AM1.
29488         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29489         all uses changed.  Quote first arg of AC_DEFUN.
29490         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29491
29492         * m4/iconv.m4: Upgrade to serial AM2.
29493         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29494         Add --with-libconv-prefix.
29495         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29496         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29497         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29498         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29499         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29500
29501         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29502         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29503         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29504         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29505         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29506         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29507         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29508         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29509         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29510
29511         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29512         string.h any more.
29513
29514         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29515         not the default value.
29516
29517         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29518         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29519         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29520         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29521         Also check for iswcntrl, used for wcwidth fallback.
29522         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29523         to Autoconf 2.13.
29524
29525 2001-08-03  Jim Meyering  <meyering@lucent.com>
29526
29527         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29528         as it was in the original.  Reported by Paul Eggert.
29529
29530 2001-07-16  Jim Meyering  <meyering@lucent.com>
29531
29532         * m4/gettimeofday.m4: New file.
29533         Prompted by a report from Bernhard Baehr.
29534
29535 2001-07-15  Jim Meyering  <meyering@lucent.com>
29536
29537         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29538         stuff. Now it's in ../Makefile.cfg.
29539
29540 2001-07-15  Jim Meyering  <meyering@lucent.com>
29541
29542         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29543         (BUILT_SOURCES): Add unlocked-io.h.
29544         (io_functions): Define.
29545         (unlocked-io.h): New rule.
29546         (DISTCLEANFILES): Add unlocked-io.h.
29547         (all-local): Depend on unlocked-io.h, to ensure it is created.
29548
29549         * lib/unlocked-io.hin: New file
29550
29551         * lib/regex.c: Update from glibc.
29552
29553 2001-07-05  Jim Meyering  <meyering@lucent.com>
29554
29555         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29556         recommendation.
29557         (libfetish_a_SOURCES): Put all .h files here instead.
29558         Remove a thus-exposed (better checks in automake) duplicate and
29559         two unnecessary .h files.
29560
29561 2001-07-04  Jim Meyering  <meyering@lucent.com>
29562
29563         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29564         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29565         distcheck failure.
29566
29567 2001-07-02  Jim Meyering  <meyering@lucent.com>
29568
29569         The following changes were prompted by suggestions from Bruno Haible.
29570
29571         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29572         is now generated.
29573         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29574         definition of EXTRA_DIST.
29575         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29576         ensure that the generated file is created/updated whenever the list
29577         of $(unlocked_functions) is changed.
29578         (jm-glibc-io.m4): New rule.
29579         (unlocked-io.h): New rule -- currently unused.
29580
29581 2001-06-24  Jim Meyering  <meyering@lucent.com>
29582
29583         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29584         unmatched right bracket, rather than kludging it with an extra,
29585         falsely-matching quote in a comment.  Patch by Akim Demaille.
29586
29587 2001-06-11  Jim Meyering  <meyering@lucent.com>
29588
29589         * lib/regex.c: Update from GNU libc.
29590
29591 2001-05-27  Jim Meyering  <meyering@lucent.com>
29592
29593         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29594         Check for ut_type in struct utmp.
29595
29596 2001-05-27  Jim Meyering  <meyering@lucent.com>
29597
29598         * lib/readutmp.h (UT_TYPE): Define.
29599
29600 2001-05-24  Jim Meyering  <meyering@lucent.com>
29601
29602         * lib/argmatch.c: Include "quote.h".
29603         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29604         quote function.  Reported by Göran Uddeborg.
29605
29606 2001-05-22  Jim Meyering  <meyering@lucent.com>
29607
29608         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29609         now that we use the package-supplied version unconditionally.
29610         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29611
29612 2001-05-21  Jim Meyering  <meyering@lucent.com>
29613
29614         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29615         shell syntax errors.
29616
29617 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29618
29619         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29620
29621 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29622
29623         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29624         Don't bother to check library strftime, since
29625         we'll be using our own my_strftime function anyway.
29626         Define my_strftime instead of strftime.
29627
29628 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29629
29630         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29631         which is not yet declared.
29632
29633 2001-05-15  Jim Meyering  <meyering@lucent.com>
29634
29635         * m4/regex.m4: Use proper quoting so brackets appear in the test
29636         program.
29637         Reported by, and with help from, Bruno Haible.
29638
29639 2001-05-13  Jim Meyering  <meyering@lucent.com>
29640
29641         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29642         undefined.
29643
29644 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29645
29646         dirname code cleanup.  base_name now behaves more compatibly
29647         with POSIX basename when given file names that have trailing
29648         slashes, and similarly for dir_name.  Add new primitives
29649         base_len and dir_len.  Put the directory-name-related decls
29650         into dirname.h.
29651
29652         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29653         * lib/backupfile.c (base_name): Likewise.
29654         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29655         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29656         * lib/makepath.c (strip_trailing_slashes): Likewise.
29657         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29658         ISSLASH): Likewise.
29659         * lib/rename.c (strip_trailing_slashes): Likewise.
29660         * lib/same.c (base_name): Likewise.
29661         * lib/stripslash.c (ISSLASH): Likewise.
29662
29663         * lib/addext.c: Include <dirname.h> after size_t is defined.
29664         * lib/backupfile.c: Likewise.
29665
29666         * lib/addext.c (addext): Use base_len to trim redundant
29667         trailing slashes instead of doing it ourselves.
29668         But do not trim the last slash if it is not redundant.
29669
29670         * lib/backupfile.c (find_backup_file_name,
29671         max_backup_version): Use base_len instead of rolling it ourselves.
29672         Handle the case of "" and (on DOS) "C:" correctly.
29673
29674         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29675         needed. Include <string.h>, <dirname.h>.
29676         (base_name): Allow file names ending in slashes, other than names
29677         that are all slashes.  In this case, return the basename followed
29678         by the slashes.  This is more general, and can be used in places
29679         where the original base_name purposely had an assertion failure.
29680         (base_len): New function.
29681
29682         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29683         Do not include <assert.h>; no longer needed.
29684         Include xalloc.h.
29685         (memrchr): Remove decl.
29686         (dir_name_r): Remove.
29687         (dir_len): Renamed from dirlen.  All callers changed.
29688         Rewrite in terms of base_name, for simplicity and consistency.
29689         (dir_name): Never return NULL.  All callers changed.
29690         Do not include <stdlib.h> in test program; no longer needed.
29691         return 0; is fine for test program.
29692
29693         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29694         New macros.
29695         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29696
29697         * lib/path-concat.c (path_concat): Use base_len to compute
29698         base length, not strlen; this means we cannot rely on memcpy
29699         to null-terminate.
29700
29701         * lib/same.c (STREQ): Remove.
29702         (same_name): Handle the case where the basename ends in trailing '/'.
29703
29704         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29705         a slash was stripped.  Do not strip the last slash after a
29706         file system prefix.
29707
29708 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29709
29710         * lib/Makefile.am (libfetish_a_SOURCES):
29711         Add strftime.c, since we now compile it on all hosts.
29712
29713         * lib/strftime.c (my_strftime):
29714         Define to nstrftime if emacs, but only if my_strftime is not defined.
29715         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29716         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29717         Add one more extra argument: a nanoseconds value.
29718         All uses changed.
29719         (ns): New macro.
29720         (my_strftime function): Add %N format.
29721         (emacs_strftimeu): Renamed from emacs_strftime,
29722         with extra ut argument.
29723
29724 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29725
29726         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29727
29728 2001-04-21  Jim Meyering  <meyering@lucent.com>
29729
29730         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29731         doesn't interfere.
29732
29733 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29734
29735         * m4/ftruncate.m4: Check for chsize.
29736         Link with ftruncate.o unconditionally if ftruncate is missing.
29737         This was required when cross-compiling to i586-mingw32msvc.
29738
29739 2001-04-08  Jim Meyering  <meyering@lucent.com>
29740
29741         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29742         recomputed; that's necessary when the offset spans a DST transition.
29743         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29744
29745 2001-04-02  Jim Meyering  <meyering@lucent.com>
29746
29747         * lib/regex.h, regex.c: Update from GNU libc.
29748
29749 2001-03-24  Jim Meyering  <meyering@lucent.com>
29750
29751         * m4/jm-macros.m4: Require autoconf-2.49d.
29752
29753 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29754
29755         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29756
29757 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29758
29759         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29760
29761 2001-03-17  Jim Meyering  <meyering@lucent.com>
29762
29763         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29764         now that the version in autoconf is equivalent.
29765         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29766
29767         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29768         Suggestion from Akim Demaille.
29769
29770         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29771         (jm_PREREQ_TEMPNAME): New function.
29772
29773 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29774
29775         * lib/tempname.c (uint64_t): Define to uintmax_t if
29776         not defined, and if UINT64_MAX is not defined.
29777         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29778         Reported by John David Anglin.
29779
29780 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29781
29782         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29783         resolve alias if codeset is empty.
29784         * lib/config.charset (BeOS): Use wildcard syntax.
29785
29786 2001-03-13  Jim Meyering  <meyering@lucent.com>
29787
29788         * lib/path-concat.c (path_concat)
29789         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29790         concatenating e.g., `C:' and `foo'.
29791         From Bruno Haible.
29792
29793 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29794
29795         * lib/localcharset.c (locale_charset): Don't use
29796         setlocale(LC_CTYPE,NULL). Don't return NULL.
29797         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29798
29799 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29800
29801         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29802         support for DOS/DJGPP.
29803
29804 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29805
29806         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29807         lacks mkstemp.  Compile our own tempname.c if we compile our own
29808         mkstemp.c, as mkstemp relies on tempname.
29809
29810 2001-03-01  Jim Meyering  <meyering@lucent.com>
29811
29812         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29813         AH_VERBATIM really does output its argument verbatim.
29814
29815 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29816
29817         * lib/Makefile.am (libfetish_a_SOURCES):
29818         Add dup-safer.c, fopen-safer.c.
29819         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29820
29821         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29822         * lib/unistd-safer.h: New files.
29823
29824 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29825
29826         The mkstemp replacement is taken from glibc 2.2.2, with some
29827         portability fixes for use outside glibc, as follows:
29828
29829         * lib/tempname.c (struct_stat64): New macro.
29830         (direxists, __gen_tempname): Use it.
29831         This avoids a portability problem with Solaris 8.
29832
29833         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29834         (<stddef.h>, <stdint.h>, <string.h>):
29835         Include only if STDC_HEADERS || _LIBC.
29836         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29837         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29838         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29839         (__set_errno): Define this macro if <errno.h> doesn't.
29840         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29841         Define these macros if <stdio.h> doesn't.
29842         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29843         Define these macros if <sys/stat.h>
29844         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29845         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29846         __xstat64): Define if not _LIBC.
29847         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29848         (__gen_tempname): Invoke gettimeofday only if
29849         HAVE_GETTIMEOFDAY || _LIBC;
29850         otherwise, fall back on plain "time".
29851         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29852
29853         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29854
29855         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29856
29857 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29858
29859         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29860
29861 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29862
29863         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29864         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29865         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29866         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29867
29868 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29869
29870         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29871         Remove workaround macros for hosts that have mbrtowc but not
29872         mbstate_t, as we now insist on proper declarations for both
29873         before using mbrtowc.
29874
29875 2001-02-17  Jim Meyering  <meyering@lucent.com>
29876
29877         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29878         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29879         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29880         UnixWare 7.1.1.
29881
29882         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29883         rather than AC_CACHE_VAL.
29884
29885 2001-02-17  Jim Meyering  <meyering@lucent.com>
29886
29887         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29888         around included file name.
29889
29890         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29891
29892         * lib/strftime.c: Update from GNU libc (the only changes were to
29893         comments).
29894
29895 2001-02-17  Jim Meyering  <meyering@lucent.com>
29896
29897         * lib/regex.c: Update from libc.
29898
29899 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29900
29901         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29902         clash.
29903
29904 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29905
29906         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29907         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29908         Reported by Mark Hounschell via Paul Eggert.
29909
29910 2001-02-07  Jim Meyering  <meyering@lucent.com>
29911
29912         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29913
29914 2001-02-05  Jim Meyering  <meyering@lucent.com>
29915
29916         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29917         it includes the patch required for `large file' support with at least
29918         HP-UX's 10.20 /bin/cc.
29919
29920 2001-02-03  Jim Meyering  <meyering@lucent.com>
29921
29922         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29923         AS_IF, now that it works once again (mysteriously).
29924         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29925
29926 2001-01-30  Jim Meyering  <meyering@lucent.com>
29927
29928         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29929         * m4/chown.m4: Rename conftestchown to conftest.chown.
29930         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29931         s/conftestdir2/conftest.d2/.
29932         * m4/utimes.m4: s/conftestdata/conftest.data/
29933         Inspired by Pavel Roskin's change in autoconf.
29934
29935 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29936
29937         * lib/config.charset: Update for FreeBSD 4.2.
29938
29939 2001-01-27  Jim Meyering  <meyering@lucent.com>
29940
29941         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29942         a use of AS_IF.
29943         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29944
29945 2001-01-26  Jim Meyering  <meyering@lucent.com>
29946
29947         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29948         quotearg.c includes it.
29949
29950 2001-01-26  Jim Meyering  <meyering@lucent.com>
29951
29952         * lib/quotearg.c: Include stddef.h.
29953         * lib/quote.c: Include stddef.h.
29954         Reported by Axel Kittenberger.
29955
29956         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29957         line in double quotes so that it evokes a better diagnostic.
29958         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29959         Reported by Axel Kittenberger.
29960
29961 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29962
29963         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29964         as if it was a `charset'.
29965
29966 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29967
29968         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29969         has const.
29970
29971 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29972
29973         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29974         to avoid a warning.  Add back 'const' to inptr.
29975
29976 2001-01-20  Jim Meyering  <meyering@lucent.com>
29977
29978         Be sure that headers are checked before used in code compiled
29979         for the type checks.
29980         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29981         In place of that, invoke jm_CHECK_ALL_TYPES.
29982         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29983         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29984         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29985         The check for ssize_t was mistakenly run before the test for unistd.h.
29986
29987         The configure-time check for stdbool.h was missing.
29988         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29989         (jm_PREREQ_HASH): New function.
29990
29991 2001-01-17  Jim Meyering  <meyering@lucent.com>
29992
29993         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29994         for autoconf-2.49c.
29995         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29996
29997 2001-01-16  Jim Meyering  <meyering@lucent.com>
29998
29999         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30000         From Bruno Haible.
30001
30002 2001-01-14  Jim Meyering  <meyering@lucent.com>
30003
30004         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30005         foo and bar.  Create conftestdir/ in the script, not in the C code.
30006         Remove directories in the script, not in the C code.
30007         Remove conftestdir{,2} before trying to create the directory.
30008         Make the entire configure script fail if the mkdir fails.
30009
30010 2001-01-14  Jim Meyering  <meyering@lucent.com>
30011
30012         * lib/rename.c: New file.  From Volker Borchert.
30013         Include stdlib.h, string.h or strings.h, and xalloc.h.
30014         Use strip_trailing_slashes rather than open-coding it.
30015
30016 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30017
30018         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30019
30020 2001-01-03  Jim Meyering  <meyering@lucent.com>
30021
30022         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30023         of local `inptr' to avoid warning with some system declarations of
30024         iconv.
30025
30026 2001-01-02  Volker Borchert  <bt@teknon.de>
30027
30028         * m4/rename.m4: New file.
30029         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30030
30031 2001-01-01  Jim Meyering  <meyering@lucent.com>
30032
30033         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30034         even on systems with utmpx.h.  It's necessary for the declaration of
30035         utmp's ut_user member.  Reported by Andreas Jaeger.
30036
30037         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30038         available. They are required for the declarations of getgrgid and
30039         getpwuid resp.
30040         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30041         Reported by Andreas Jaeger.
30042
30043 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30044
30045         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30046         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30047         so `make install' also works in VPATH builds.
30048
30049 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30050
30051         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30052         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30053         can be used in subdirectories.
30054
30055 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30056
30057         * lib/modechange.c: Do not assume that mode_t uses the
30058         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30059         the other-execute bit of FOO even if S_IXOTH != 1.
30060
30061         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30062         WOTH, XOTH, ALLM): New macros.
30063         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30064          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30065         Use them.
30066         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30067         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30068         (mode_compile):
30069         No need to use uintmax_t; unsigned long is long enough.
30070         Don't bother to get suffix since we don't use it.
30071
30072 2000-12-26  Jim Meyering  <meyering@lucent.com>
30073
30074         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30075         better with autoheader.
30076
30077 2000-12-24  Jim Meyering  <meyering@lucent.com>
30078
30079         * lib/hash.c (is_prime): Return explicit boolean values.
30080         (hash_get_first): Return NULL to appease Irix5.6's 89.
30081         Reported by Nelson Beebe.
30082
30083 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30084
30085         * lib/localcharset.c (locale_charset): Add support for Win32.
30086
30087 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30088
30089         * lib/physmem.h, lib/physmem.c: New files.
30090
30091         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30092         (noinst_HEADERS): Add physmem.h.
30093
30094         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30095         't' for compatibility with Solaris 8 sort.
30096
30097 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30098
30099         * lib/config.charset: Add support for BeOS.
30100
30101 2000-12-17  Jim Meyering  <meyering@lucent.com>
30102
30103         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30104         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30105
30106 2000-12-16  Jim Meyering  <meyering@lucent.com>
30107
30108         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30109         N and M) would have treated it like `chown N:N FILE'.
30110
30111         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30112
30113 2000-12-16  Jim Meyering  <meyering@lucent.com>
30114
30115         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30116         SHELLS_FILE to a file name that's useful on djgpp systems.
30117         Include stdlib.h.
30118         (ADDITIONAL_DEFAULT_SHELLS): Define.
30119         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30120         Based mostly on a patch from Prashant TR.
30121
30122 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30123
30124         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30125         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30126         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30127
30128 2000-12-08  Andreas Schwab  <schwab@suse.de>
30129
30130         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30131         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30132
30133 2000-12-07  Jim Meyering  <meyering@lucent.com>
30134
30135         * lib/stripslash.c (ISSLASH): Define.
30136         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30137         `/'.
30138         From Prashant TR.
30139
30140         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30141         (dir_name_r): Declare this function as static.
30142         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30143         manifest itself on a name containing a mix of slashes and
30144         backslashes.
30145         Make this function work with names starting with a DOS-style
30146         drive letter and colon prefix.
30147         (dir_name): Append `.' if necessary.
30148         Based mostly on patches from Prashant TR and Eli Zaretskii.
30149
30150         * lib/dirname.h (dir_name_r): Remove prototype.
30151
30152 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30153
30154         * m4/off_t-format.m4: Remove this file.
30155         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30156
30157 2000-12-06  Jim Meyering  <meyering@lucent.com>
30158
30159         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30160         replacement strtoull, we may well need the replacement strtoul, too.
30161         Check for declarations of strtoul and strtoull.
30162         Check for strtol.  Mainly as a cue to cause automake to include
30163         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30164         Check for limits.h -- strtol.c needs it.
30165
30166 2000-12-05  Jim Meyering  <meyering@lucent.com>
30167
30168         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30169
30170 2000-12-04  Jim Meyering  <meyering@lucent.com>
30171
30172         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30173         Also include memory.h, stdlib.h, unistd.h if appropriate.
30174         Reported by Andreas Jaeger (conflicting declaration of malloc).
30175
30176 2000-12-02  Jim Meyering  <meyering@lucent.com>
30177
30178         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30179         * m4/jm-macros.m4 (jm_MACROS): require it.
30180
30181 2000-12-02  Jim Meyering  <meyering@lucent.com>
30182
30183         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30184
30185 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30186
30187         * lib/memrchr.c: Include <config.h> before any system include file.
30188
30189 2000-11-30  Jim Meyering  <meyering@lucent.com>
30190
30191         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30192
30193 2000-11-30  Jim Meyering  <meyering@lucent.com>
30194
30195         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30196
30197 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30198
30199         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30200
30201 2000-11-26  Jim Meyering  <meyering@lucent.com>
30202
30203         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30204
30205 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30206
30207         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30208         size of (size_t) -1; it's not portable.
30209
30210 2000-11-17  Jim Meyering  <meyering@lucent.com>
30211
30212         * lib/strstr.c: Update from GNU libc.
30213
30214 2000-11-17  Akim Demaille  <akim@epita.fr>
30215
30216         * lib/obstack.h: Formatting changes.
30217         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30218         prevent type checking.
30219         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30220         cast the value to (void *): assigning a `foo *' to a `void *'
30221         variable is valid.
30222         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30223
30224 2000-11-16  Jim Meyering  <meyering@lucent.com>
30225
30226         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30227
30228 2000-11-11  Jim Meyering  <meyering@lucent.com>
30229
30230         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30231
30232 2000-11-10  Jim Meyering  <meyering@lucent.com>
30233
30234         * lib/obstack.h: Update from GNU libc.
30235         * lib/obstack.c: Likewise.
30236
30237 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30238
30239         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30240
30241 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30242
30243         * lib/getusershell.c (setusershell): Use rewind rather than
30244         fseek/fseeko, to avoid configuration hassles with fseeko.
30245         Don't bother opening SHELLS_FILE if shellstream is NULL;
30246         it's not necessary.
30247
30248 2000-11-05  Jim Meyering  <meyering@lucent.com>
30249
30250         * lib/makepath.h (make_dir): Declare.
30251         * lib/makepath.c (make_dir): Remove `static' attribute.
30252         Tweak a comment.
30253
30254 2000-11-04  Jim Meyering  <meyering@lucent.com>
30255
30256         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30257
30258 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30259
30260         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30261         last one in a bucket, advance to the next bucket.
30262
30263 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30264
30265         * lib/fnmatch.c: Do not comment out all the code if we are using
30266         the GNU C library, because in some cases we are replacing buggy
30267         code in the GNU C library itself.
30268
30269 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30270
30271         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30272         (regex_compile): Catch bogus \(\1\).
30273
30274 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30275
30276         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30277         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30278         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30279
30280 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30281
30282         * lib/error.h, getline.h, modechange.h:
30283         Remove "2000" from Copyright line, as the file hasn't been
30284         changed this year other than in the copyright notice.
30285
30286         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30287         was changed this year.
30288
30289 2000-10-29  Jim Meyering  <meyering@lucent.com>
30290
30291         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30292         renaming.
30293         * m4/ls-mntd-fs.m4: Likewise
30294
30295 2000-10-29  Jim Meyering  <meyering@lucent.com>
30296
30297         * lib/xstat.in: Fix grammar in comment.
30298
30299 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30300
30301         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30302         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30303         doesn't define __restrict_arr.
30304
30305 2000-10-28  Jim Meyering  <meyering@lucent.com>
30306
30307         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30308         (jm_PREREQ_MEMCHR): New function.
30309
30310 2000-10-28  Jim Meyering  <meyering@lucent.com>
30311
30312         * lib/memchr.c: Update from libc.
30313         Adjust for portability:
30314         [HAVE_STDLIB_H]: Include stdlib.h.
30315         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30316         Undef __memchr, too.
30317         [!weak_alias]: Define __memchr to memchr.
30318
30319         * lib/regex.c: Update from libc.
30320         * lib/regex.h: Likewise.
30321         * lib/getopt1.c: Likewise.
30322         * lib/memcmp.c: Likewise.
30323
30324         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30325         Avoid using fseek, when possible -- it's broken by design.
30326         Patch by Ulrich Drepper.
30327
30328 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30329
30330         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30331         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30332         Giving in to popular pressure to shut up the compiler with casts.
30333
30334 2000-10-26  Jim Meyering  <meyering@lucent.com>
30335
30336         * lib/strftime.c: Update from libc.
30337
30338 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30339
30340         * regex.c: More `unsigned char' -> `re_char' changes.
30341         Also change several `int' into `re_wchar_t'.
30342         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30343         (PUSH_FAILURE_POINTER): Don't cast any more.
30344         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30345         We want GCC to complain, since this piece of code makes
30346         re_match non-reentrant, which *should* be fixed.
30347         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30348         (EXTEND_BUFFER): Use RETALLOC.
30349         (SET_LIST_BIT): Don't cast.
30350         (re_wchar_t): New type.
30351         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30352         that those two functions will always properly return.
30353         (IMMEDIATE_QUIT_CHECK): Cast to void.
30354         (analyse_first): Use recursion rather than an explicit stack.
30355         (re_compile_fastmap): Can't fail anymore.
30356         (re_search_2): Don't check re_compile_fastmap for failure.
30357         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30358         Now also sets the new value (passed in a new argument).
30359         (re_match_2_internal): Use it.
30360         Also, use a new var `reg' of type size_t when looping through regs
30361         rather than reuse the inappropriate `mcnt'.
30362
30363 2000-10-25  Jim Meyering  <meyering@lucent.com>
30364
30365         * lib/obstack.c: Update from libc.
30366
30367 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30368
30369         * regex.c (regex_compile): Change the way of handling a range from
30370         a char less than 256 to a char not less than 256.
30371
30372 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30373
30374         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30375         NT-Emacs only.
30376         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30377         so that re_search functions only quit when callers expect them to.
30378
30379 2000-10-23  Jim Meyering  <meyering@lucent.com>
30380
30381         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30382         wrong.  That set_locale call must not have any side effects.
30383         From Paul Eggert.
30384
30385 2000-10-22  Jim Meyering  <meyering@lucent.com>
30386
30387         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30388         [CYCLIC]: Remove now-unused definition.
30389
30390         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30391         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30392         Suggestion from Ulrich Drepper.
30393
30394 2000-10-21  Jim Meyering  <meyering@lucent.com>
30395
30396         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30397         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30398         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30399
30400 2000-10-21  Jim Meyering  <meyering@lucent.com>
30401
30402         * lib/dirname.c (memrchr): Declare if necessary.
30403         (dir_name): Remove the restriction that there be no
30404         trailing slashes.  Now, this code skips past them, effectively
30405         ignoring them.
30406         [TEST_DIRNAME] (main): New unit tests.
30407
30408         * lib/memrchr.c: New file from GNU libc.
30409         Undef __memrchr, too.
30410         [!weak_alias]: Define __memrchr to memrchr.
30411         Guard weak_alias use with `#ifdef weak_alias'.
30412
30413 2000-10-21  Jim Meyering  <meyering@lucent.com>
30414
30415         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30416         (dir_name): Use dir_name_r.
30417         * lib/dirname.h (dir_name_r): Declare it.
30418
30419 2000-10-17  Jim Meyering  <meyering@lucent.com>
30420
30421         * lib/quote.h (PARAMS): Define and use.
30422         Reported by Akim Demaille.
30423
30424         * lib/getopt.c: Update from libc.
30425
30426 2000-10-16  Jim Meyering  <meyering@lucent.com>
30427
30428         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30429         setlocale.
30430         From Jan Fedak.
30431
30432 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30433
30434         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30435
30436 2000-09-25  Jim Meyering  <meyering@lucent.com>
30437
30438         * lib/md5.h (rol): Define (from GnuPG).
30439
30440         * lib/sha.c: Give credit (GnuPG) where due.
30441         (M): Use rol rather than open-coding it.
30442         Add a FIXME comment.
30443
30444 2000-09-21  Jim Meyering  <meyering@lucent.com>
30445
30446         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30447         Reported by Michael Stone.
30448
30449 2000-09-20  Jim Meyering  <meyering@lucent.com>
30450
30451         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30452         (noinst_HEADERS): Add sha.h.
30453         Based on code from Scott G. Miller and from GnuPG.
30454
30455 2000-09-18  Jim Meyering  <meyering@lucent.com>
30456
30457         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30458         LIBS. Otherwise, everyone ends up linking with -lelf for some
30459         configurations.
30460         Reported by Mike Stone.
30461
30462 2000-09-15  Jim Meyering  <meyering@lucent.com>
30463
30464         * lib/regex.c: Update from libc.
30465
30466 2000-09-10  Jim Meyering  <meyering@lucent.com>
30467
30468         * lib/getopt.c (_getopt_internal): Update from glibc.
30469
30470 2000-09-09  Jim Meyering  <meyering@lucent.com>
30471
30472         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30473         think it should be used as a general replacement for isascii.
30474         * lib/fnmatch.c: Likewise.
30475         * lib/mbswidth.c: Likewise
30476         * lib/regex.c: Likewise.
30477
30478         Don't use atoi.
30479         * lib/userspec.c: Include sys/param.h and limits.h.
30480         Include xstrtol.h.
30481         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30482         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30483         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30484         UID, GID.  Check range.
30485
30486 2000-09-06  Jim Meyering  <meyering@lucent.com>
30487
30488         * lib/getopt.c (_getopt_internal): Update from glibc.
30489
30490 2000-08-30  Jim Meyering  <meyering@lucent.com>
30491
30492         * lib/strftime.c: Merge in changes from GNU libc.
30493
30494 2000-08-26  Jim Meyering  <meyering@lucent.com>
30495
30496         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30497         * m4/fpending.m4: New file.
30498
30499 2000-08-26  Jim Meyering  <meyering@lucent.com>
30500
30501         * lib/closeout.c: Include "__fpending.h".
30502         (close_stdout_status): Return right away if there's nothing to flush.
30503
30504         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30505         * lib/__fpending.c: New file.
30506         * lib/__fpending.h: New file.
30507
30508 2000-08-20  Jim Meyering  <meyering@lucent.com>
30509
30510         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30511         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30512         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30513
30514 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30515
30516         Improve fileutils installation on systems where running
30517         programs (like install) can't be unlinked.
30518         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30519         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30520
30521 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30522
30523         Standardize on "memory exhausted" instead of "Memory exhausted"
30524         or "virtual memory exhausted".
30525         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30526         "virtual memory exhausted".
30527         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30528         our own message.
30529         * lib/userspec.c (parse_user_spec): Likewise.
30530         * lib/bumpalloc.h: comment fix
30531         * lib/same.c, userspec.c: Include xalloc.h.
30532
30533         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30534         not char *const and pointing to a constant array.
30535         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30536         (xrealloc): Comment fix.
30537
30538         * lib/userspec.c (parse_user_spec):
30539         Don't translate a message until just before returning,
30540         to avoid unnecessary translation.
30541
30542 2000-08-07  Jim Meyering  <meyering@lucent.com>
30543
30544         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30545         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30546         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30547         getgroups.c, gethostname.c, getopt.h, group-member.c,
30548         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30549         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30550         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30551         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30552         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30553         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30554         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30555         yesno.c: Back out Copyright date changes for each file with no change
30556         this year.  This eases coordination with other programs using the same
30557         source code modules.  From Paul Eggert.
30558
30559 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30560
30561         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30562         not char, for compatibility with glibc 2.1.3 strftime.c.
30563
30564 2000-08-03  Greg McGary  <greg@mcgary.org>
30565
30566         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30567         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30568         (EXTEND_BUFFER): Use them.
30569
30570 2000-08-01  Jim Meyering  <meyering@lucent.com>
30571
30572         * lib/dirname.c (ISSLASH): Define.
30573         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30574         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30575         both `\' and `/' may be use as path separators.
30576         Based on a patch from Prashant TR.
30577
30578 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30579
30580         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30581         slot vector a constant, since it might get modified.
30582
30583 2000-07-31  Jim Meyering  <meyering@lucent.com>
30584
30585         * lib/xmalloc.c: Use `virtual memory exhausted', not
30586         `Memory exhausted'.
30587         * lib/obstack.c (print_and_abort): Likewise.
30588
30589 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30590
30591         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30592         buffer, so that the caller can always quote one small
30593         component of a "memory exhausted" message in slot 0.
30594         From a suggestion by Jim Meyering.
30595
30596 2000-07-30  Jim Meyering  <meyering@lucent.com>
30597
30598         * lib/makepath.c (make_path): Quote the other instance, too.
30599
30600         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30601         (STATIC_BUF_SIZE): Define.
30602         (quotearg_n_options): Use only statically allocated storage when
30603         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30604         than STATIC_BUF_SIZE.
30605
30606 2000-07-29  Jim Meyering  <meyering@lucent.com>
30607
30608         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30609         * lib/dirname.c (dir_name): Likewise.
30610
30611         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30612         `/'.
30613
30614         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30615         (dir_name): Assert that there are no trailing slashes.
30616
30617 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30618
30619         * lib/mbswidth.h (mbswidth): Add a flags argument.
30620         (mbswidth): New declaration.
30621         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30622         * lib/mbswidth.c (mbswidth): Add a flags argument.
30623         (mbsnwidth): New function.
30624
30625 2000-07-24  Jim Meyering  <meyering@lucent.com>
30626
30627         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30628
30629 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30630
30631         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30632
30633 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30634
30635         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30636         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30637         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30638         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30639         invoke multibyte primitives.
30640
30641 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30642
30643         * lib/quotearg.c:
30644         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30645         so that mbstate_t is always defined.
30646
30647         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30648         be 1 in at least one GCC installation, and this configuration
30649         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30650         performance on hosts that have mbrtowc but have only unibyte
30651         locales, but I assume these hosts are rare.
30652
30653 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30654
30655         * lib/mbswidth.c (_XOPEN_SOURCE):
30656         Don't define; this causes problems on Solaris 7.
30657         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30658
30659 2000-07-23  Jim Meyering  <meyering@lucent.com>
30660
30661         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30662         too: getgrgid, getpwuid, getuid.
30663
30664 2000-07-23  Jim Meyering  <meyering@lucent.com>
30665
30666         * lib/basename.c (base_name): Add an assertion.
30667
30668 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30669
30670         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30671         shadow its mbsinit function.
30672
30673 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30674
30675         * lib/mbswidth.h: New file.
30676         * lib/mbswidth.c: New file.
30677         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30678         (noinst_HEADERS): Add mbswidth.h.
30679
30680 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30681
30682         * lib/config.charset: Add support for FreeBSD. Improve support for
30683         HP-UX and IRIX 6.
30684
30685 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30686
30687         * m4/mbswidth.m4: New file.
30688         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30689
30690 2000-07-15  Jim Meyering  <meyering@lucent.com>
30691
30692         * lib/makepath.c: Include quote.h.
30693         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30694         corresponding argument in a `quote (...)' call.
30695         Give better diagnostics.
30696
30697         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30698         (noinst_HEADERS): Add quote.h.
30699
30700         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30701         from tar's src/misc.c.
30702         * lib/quote.h: New file.  Prototypes for same.
30703
30704 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30705
30706         From a suggestion by Bruno Haible.
30707         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30708         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30709         to decide whether to define the BeOS workaround macro;
30710         this adjusts to the change to AC_MBSTATE_T.
30711
30712 2000-07-14  Jim Meyering  <meyering@lucent.com>
30713
30714         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30715         jm_AC_TYPE_UINTMAX_T.
30716
30717 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30718
30719         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30720
30721         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30722         quotearg_buffer_restyled): Add support for
30723         clocale_quoting_style.  Undo previous change to
30724         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30725         and "{RIGHT QUOTATION MARK}" msgids.
30726
30727 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30728
30729         From a suggestion by Bruno Haible.
30730         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30731         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30732         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30733         and mbstate_t, to a single-part test that simply defines mbstate_t.
30734         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30735         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30736
30737 2000-07-10  Jim Meyering  <meyering@lucent.com>
30738
30739         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30740
30741         * m4/gnu-source.m4: Output to confdefs.h directly.
30742         Suggestion from Akim Demaille.
30743
30744 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30745
30746         The old behavior of quoting `like this' doesn't look good with
30747         newer, ISO-style fonts.  See:
30748         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30749
30750         Instead, quote "like this" by default.  Let the translator
30751         tailor the locale-specific quoting behavior by providing
30752         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30753
30754         * lib/quotearg.c (N_): New macro.
30755         (gettext_default): New function.
30756         (quotearg_buffer_restyled): Use
30757         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30758         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30759
30760 2000-07-09  Jim Meyering  <meyering@lucent.com>
30761
30762         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30763         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30764
30765         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30766         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30767
30768 2000-07-09  Jim Meyering  <meyering@lucent.com>
30769
30770         * lib/Most files: Update copyright dates to include 2000.
30771
30772 2000-07-08  Jim Meyering  <meyering@lucent.com>
30773
30774         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30775         if not defined.
30776         (xgethostname): Remove now-unnecessary #ifdef.
30777         Move declaration of `err' into loop where it's used.
30778
30779 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30780         and Bruno Haible  <haible@clisp.cons.org>
30781
30782         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30783         only if the test for an object-type mbstate_t fails.  This
30784         prevents us from mistakenly reporting that mbstate_t is a
30785         system object type after we "#define mbstate_t int" to work
30786         around its lack.
30787
30788 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30789         and Bruno Haible  <haible@clisp.cons.org>
30790
30791         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30792
30793 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30794
30795         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30796         to strerror_r.
30797         Include <ctype.h> for use of isalpha.
30798
30799 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30800
30801         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30802         by allocating a larger buffer. Test the gethostname return value for
30803         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30804         returns an error and ENAMETOOLONG isn't defined.
30805
30806 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30807
30808         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30809         dimension.
30810
30811 2000-07-04  Jim Meyering  <meyering@lucent.com>
30812
30813         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30814         of the deprecated AC_CHECKING.
30815
30816 2000-07-04  Jim Meyering  <meyering@lucent.com>
30817
30818         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30819         Reported by Bruno Haible.
30820
30821 2000-07-04  Jim Meyering  <meyering@lucent.com>
30822
30823         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30824         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30825         lacks mbrtowc.
30826
30827 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30828
30829         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30830         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30831
30832 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30833         and Bruno Haible  <haible@clisp.cons.org>
30834
30835         * lib/quotearg.c (mbrtowc):
30836         Assign to *pwc, and return 1 only if result is nonzero.
30837         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30838
30839 2000-07-03  Jim Meyering  <meyering@lucent.com>
30840
30841         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30842
30843 2000-07-03  Jim Meyering  <meyering@lucent.com>
30844
30845         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30846         This is necessary to get a definition of e.g., UTMP_FILE on
30847         HP-UX 10.20.
30848         From Bob Proulx.
30849
30850 2000-07-02  Jim Meyering  <meyering@lucent.com>
30851
30852         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30853
30854         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30855         AC_LIBOBJ(function_name).
30856         * m4/chown.m4: Likewise.
30857         * m4/fnmatch.m4: Likewise.
30858         * m4/ftruncate.m4: Likewise.
30859         * m4/getgroups.m4: Likewise.
30860         * m4/getline.m4: Likewise.
30861         * m4/group-member.m4: Likewise.
30862         * m4/jm-macros.m4: Likewise.
30863         * m4/lstat.m4: Likewise.
30864         * m4/malloc.m4: Likewise.
30865         * m4/memcmp.m4: Likewise.
30866         * m4/nanosleep.m4: Likewise.
30867         * m4/putenv.m4: Likewise.
30868         * m4/realloc.m4: Likewise.
30869         * m4/regex.m4: Likewise.
30870         * m4/stat.m4: Likewise.
30871         * m4/strftime.m4: Likewise.
30872
30873 2000-07-02  Jim Meyering  <meyering@lucent.com>
30874
30875         * lib/quotearg.c (mbstate_t): Don't define here.
30876
30877 2000-07-02  Jim Meyering  <meyering@lucent.com>
30878
30879         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30880
30881 2000-07-01  Jim Meyering  <meyering@lucent.com>
30882
30883         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30884
30885 2000-07-01  Jim Meyering  <meyering@lucent.com>
30886
30887         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30888         problem.
30889
30890 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30891
30892         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30893         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30894
30895 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30896
30897         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30898         per change in ../m4/ls-mntd-fs.m4.
30899         (read_filesystem_list): Ignore symbolic links.
30900
30901 2000-06-29  Jim Meyering  <meyering@lucent.com>
30902
30903         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30904         for declaration of strcmp.
30905
30906         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30907
30908         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30909         Avoid warning by casting result to `char *' to remove `const'.
30910
30911 2000-06-28  Jim Meyering  <meyering@lucent.com>
30912
30913         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30914         included by quotearg.c, for which we perform this test.  From
30915         Bruno Haible.
30916
30917 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30918
30919         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30920         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30921         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30922
30923 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30924
30925         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30926
30927 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30928
30929         savedir now sets errno on failure and invokes xmalloc to get memory.
30930         Fix a couple of other minor bugs while we're at it.
30931
30932         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30933         (NAMLEN): Remove macro.
30934         (malloc, realloc): Remove decls.
30935         (stpcpy): Likewise.
30936         ("xalloc.h"): Include.
30937         (NAME_SIZE_DEFAULT): New macro.
30938         (savedir): Use xmalloc / xrealloc to allocate memory.
30939         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30940         Skip "" directory entries.
30941         Use strlen to calculate directory entry length, since the old method
30942         is rarely used these days and isn't worth supporting.
30943         Don't use a pointer after freeing it.
30944         Check for integer overflow when calculating allocation size.
30945         Use memcpy to copy entries, instead of stpcpy.
30946         Set errno properly when returning NULL.
30947         Check for readdir error.
30948
30949 2000-06-26  Jim Meyering  <meyering@lucent.com>
30950
30951         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30952
30953 2000-06-25  Jim Meyering  <meyering@lucent.com>
30954
30955         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30956         Linux header bug when _XOPEN_SOURCE is defined to 500.
30957
30958 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30959
30960         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30961         deficiency.
30962
30963 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30964
30965         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30966         Include xalloc.h.
30967         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30968
30969 2000-06-24  Jim Meyering  <meyering@lucent.com>
30970
30971         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30972         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30973         for which strerror does return char*, but which lacks a conveniently
30974         accessible declaration of the function.  If the compile-test says
30975         strerror_r doesn't work, then resort to a `run'-test that works on
30976         BeOS and segfaults on DEC Unix.
30977
30978 2000-06-24  Jim Meyering  <meyering@lucent.com>
30979
30980         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30981
30982 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30983
30984         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30985         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30986
30987 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30988
30989         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30990         (mbrtowc, mbstate_t): Define substitutes if
30991         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30992         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30993         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30994
30995 2000-06-23  Jim Meyering  <meyering@lucent.com>
30996
30997         * m4/afs.m4: Add missing AC_MSG_RESULT.
30998         Reported by Bruno Haible.
30999
31000         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31001         Suggestion from Bruno Haible.
31002
31003 2000-06-23  Jim Meyering  <meyering@lucent.com>
31004
31005         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31006
31007 2000-06-21  Jim Meyering  <meyering@lucent.com>
31008
31009         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31010
31011 2000-06-21  Jim Meyering  <meyering@lucent.com>
31012
31013         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31014         (noinst_HEADERS): Add getstr.h.
31015
31016         * lib/getline.c (getstr): Move into a separate file.
31017         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31018         the following changes: new parameter, delim2; both delim[12]
31019         parameters have type `int', not `char'.  The latter would lose
31020         with 8-bit delimiters.
31021         * lib/getstr.h: New file.
31022
31023 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31024
31025         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31026         than 1024, return a memory chunk of least possible size, instead
31027         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31028         Use free/xmalloc instead of xrealloc to avoid copying for very long
31029         paths.
31030
31031 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31032
31033         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31034         the empty string.
31035
31036 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31037
31038         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31039         address, not strdup.  Include <stdlib.h> and don't declare free().
31040
31041 2000-06-19  Jim Meyering  <meyering@lucent.com>
31042
31043         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31044
31045 2000-06-18  Jim Meyering  <meyering@lucent.com>
31046
31047         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31048
31049         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31050         `checking whether...' message to be consistent with that of the
31051         lstat test.
31052
31053 2000-06-18  Jim Meyering  <meyering@lucent.com>
31054
31055         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31056         Besides, these days every porting target provides a mkdir function.
31057
31058         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31059         needed. (this snippet comes from src/system.h).
31060
31061 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31062
31063         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31064
31065 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31066
31067         * lib/human.c (adjust_value): New function.
31068         (human_readable_inexact): Apply rounding style even when
31069         printing approximate values.
31070
31071 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31072
31073         * lib/human.c (human_readable_inexact): Allow an input block
31074         size that is not a multiple of the output block size, and vice versa.
31075         Reported by Piergiorgio Sartor.
31076
31077 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31078
31079         * lib/getdate.y (get_date): Apply relative times after time
31080         zone indicator, not before.  Reported by Todd A. Jacobs.
31081
31082 2000-06-13  Jim Meyering  <meyering@lucent.com>
31083
31084         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31085
31086         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31087
31088 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31089
31090         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31091
31092 2000-06-12  Jim Meyering  <meyering@lucent.com>
31093
31094         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31095         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31096         optional argument.
31097         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31098         the optional argument, `lib'.
31099
31100 2000-06-08  Jim Meyering  <meyering@lucent.com>
31101
31102         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31103
31104 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31105
31106         Rewrite largefile configuration so that we don't need to run
31107         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31108         AC_CANONICAL_HOST in configure.in -- jmm]
31109
31110         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31111         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31112         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31113         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31114         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31115         All uses changed.
31116         Instead of inspecting the output of getconf, try to compile the
31117         test program without and with the macro definition.
31118         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31119         for getconf.  Instead, check for the needed flags by compiling
31120         test programs.
31121
31122 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31123
31124         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31125
31126 2000-06-04  Jim Meyering  <meyering@lucent.com>
31127
31128         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31129         SunOS 4.1.4 for which gid_t is an unsigned type.
31130
31131 2000-06-03  Jim Meyering  <meyering@lucent.com>
31132
31133         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31134         now that autoconf requires that.
31135
31136         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31137         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31138         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31139
31140 2000-06-03  Jim Meyering  <meyering@lucent.com>
31141
31142         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31143
31144 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31145
31146         * m4/glibc21.m4: New file.
31147         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31148
31149 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31150
31151         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31152         newer, don't install charset.alias.
31153         * lib/config.charset: Change the Linux/glibc rules so they become empty
31154         on glibc-2.1 or newer.
31155
31156 2000-06-02  Jim Meyering  <meyering@lucent.com>
31157
31158         * lib/mountlist.c: Back out last change.  Instead, do this...
31159         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31160         me_dummy member using the same `ignore'-testing code.
31161         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31162         fs_type strings.
31163         From Mark D. Roth.
31164
31165 2000-05-29  Jim Meyering  <meyering@lucent.com>
31166
31167         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31168         mounts with the `ignore' attribute.  Based on a patch from
31169         Mark D. Roth.
31170
31171 2000-05-28  Jim Meyering  <meyering@lucent.com>
31172
31173         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31174         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31175         * m4/stat.m4: Likewise.
31176         * m4/lstat.m4: Likewise.
31177         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31178
31179         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31180         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31181
31182 2000-05-26  Jim Meyering  <meyering@lucent.com>
31183
31184         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31185
31186 2000-05-24  Jim Meyering  <meyering@lucent.com>
31187
31188         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31189         autoconf requires that.
31190         * m4/lib-check.m4: Likewise.
31191         * m4/jm-macros.m4: Likewise.
31192         * m4/strftime.m4: Likewise.
31193
31194         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31195         AC_CHECK_DECLS, now that autoconf requires that.
31196
31197 2000-05-22  Jim Meyering  <meyering@lucent.com>
31198
31199         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31200         * m4/lstat.m4: Likewise.
31201
31202 2000-05-22  Jim Meyering  <meyering@lucent.com>
31203
31204         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31205
31206 2000-05-20  Jim Meyering  <meyering@lucent.com>
31207
31208         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31209         (jm_PREREQ): Use it.
31210
31211 2000-05-18  Jim Meyering  <meyering@lucent.com>
31212
31213         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31214         back, too, since it may have been modified by allocate_entry.
31215         (hash_delete): Rewrite to use neither the assignment operator
31216         nor the comma operator in an if-expression.
31217
31218 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31219
31220         * lib/closeout.c:
31221         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31222         Remove; no longer needed.
31223         "quotearg.h": Add include.
31224         (file_name): Do not bother to explicitly initialize to NULL; it's less
31225         efficient on some hosts.
31226         (close_stdout_status): Remove test as to whether stdout was already
31227         closed; it breaks for the case "echo x | sort >&-".
31228         Quote file name colons.
31229         Do not assume that _("write error") lacks format strings.
31230
31231 2000-05-15  Jim Meyering  <meyering@lucent.com>
31232
31233         * lib/version-etc.c (version_etc_copyright): Update the copyright
31234         string used in all --version output.
31235
31236 2000-05-14  Jim Meyering  <meyering@lucent.com>
31237
31238         * lib/closeout.c (close_stdout_set_file_name): New function.
31239         (close_stdout_status): Use new file-scoped global.
31240         Return right away if fstat says the stdout file descriptor is invalid.
31241         * lib/closeout.h (close_stdout_set_file_name): Declare.
31242
31243 2000-05-10  Jim Meyering  <meyering@lucent.com>
31244
31245         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31246         (close_stdout_set_status): New function.
31247         * lib/closeout.h (close_stdout_set_status): Declare.
31248
31249 2000-05-09  Jim Meyering  <meyering@lucent.com>
31250
31251         * m4/gettext.m4: Rename this...
31252         * m4/libintl.m4: ...to this.
31253
31254 2000-05-08  Jim Meyering  <meyering@lucent.com>
31255
31256         * lib/long-options.c: Don't include closeout.h.
31257         (parse_long_options): Don't call close_stdout for --version.
31258
31259 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31260
31261         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31262         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31263         2.1.3 bug.  This avoids a clash when files like regex.c define
31264         _GNU_SOURCE.
31265
31266 2000-05-06  Jim Meyering  <meyering@lucent.com>
31267
31268         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31269         (AC_REPLACE_FUNCS): Add strnlen.
31270
31271         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31272         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31273
31274         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31275         AC_SEARCH_LIBS call for nanosleep.
31276         (LIB_NANOSLEEP): Set and AC_SUBST.
31277
31278 2000-05-06  Jim Meyering  <meyering@lucent.com>
31279
31280         * lib/strnlen.c: Undefine __strnlen and strnlen.
31281         [!weak_alias]: Define __strnlen to strnlen.
31282
31283         * lib/atexit.c: New file, from libiberty.
31284
31285 2000-05-06  Jim Meyering  <meyering@lucent.com>
31286
31287         * lib/closeout.c (close_stdout_status): Also check for errors on the
31288         stderr stream.
31289
31290 2000-05-05  Jim Meyering  <meyering@lucent.com>
31291
31292         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31293         AC_SEARCH_LIBS call for clock_gettime.
31294         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31295
31296         * m4/search-libs.m4: Update from autoconf.
31297
31298         su doesn't work on Solaris 2.6.
31299         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31300         <shadow.h>.  Reported by Dragos Harabor.
31301
31302 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31303
31304         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31305         memcpy instead of xmalloc, xrealloc, path_concat.
31306         (locale_charset): Treat empty environment variables as absent.
31307         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31308
31309 2000-05-04  Jim Meyering  <meyering@lucent.com>
31310
31311         * lib/getopt.c: Update from glibc.
31312         * lib/obstack.c: Likewise.
31313         * lib/obstack.h: Likewise.
31314         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31315         file
31316
31317         * lib/regex.h: Likewise.
31318         * lib/strndup.c: Likewise.
31319         * lib/strnlen.c: New file, from glibc.
31320
31321 2000-05-03  Jim Meyering  <meyering@lucent.com>
31322
31323         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31324
31325 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31326
31327         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31328         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31329         compile-time test, rather than inspecting host and OS, to
31330         decide whether to define _LARGEFILE_SOURCE.
31331
31332 2000-05-01  Jim Meyering  <meyering@lucent.com>
31333
31334         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31335
31336         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31337         Based on a patch from Bruno Haible.
31338
31339 2000-05-01  Jim Meyering  <meyering@lucent.com>
31340
31341         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31342
31343 2000-04-29  Jim Meyering  <meyering@lucent.com>
31344
31345         * lib/path-concat.c: Declare strdup only if it's not defined.
31346         * lib/canon-host.c: Likewise.
31347
31348 2000-04-28  Jim Meyering  <meyering@lucent.com>
31349
31350         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31351         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31352         is included first, then limits.h is included by locale.h by libintl.h.
31353         From John David Anglin.
31354
31355 2000-04-25  Jim Meyering  <meyering@lucent.com>
31356
31357         * lib/makepath.c (S_IRWXUGO): Define.
31358         (make_path): Always perform explicit chmod if MODE specifies any
31359         of the `special' permission bits.  Prompted by a bug report against
31360         install from Mate Wierdl and Joost van Baal.
31361
31362 2000-04-18  Jim Meyering  <meyering@lucent.com>
31363
31364         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31365         (jm_PREREQ): Use it.
31366
31367 2000-04-18  Jim Meyering  <meyering@lucent.com>
31368
31369         * lib/README: New file.
31370
31371         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31372         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31373
31374 2000-04-17  Jim Meyering  <meyering@lucent.com>
31375
31376         Get it right :-)
31377         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31378         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31379         Suggestion from Akim Demaille.
31380
31381 2000-04-17  Jim Meyering  <meyering@lucent.com>
31382
31383         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31384         the definition of it to rpl_strftime also defined-away the system's
31385         declaration.
31386
31387 2000-04-15  Jim Meyering  <meyering@lucent.com>
31388
31389         Use `C' to denote so-called `contiguous' files, the same way
31390         that tar does.
31391         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31392         (ftypelet): Use S_ISCTG.
31393         From Michael Deutschmann.
31394
31395 2000-04-14  Jim Meyering  <meyering@lucent.com>
31396
31397         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31398         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31399         clobbered.
31400
31401 2000-04-14  Jim Meyering  <meyering@lucent.com>
31402
31403         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31404
31405 2000-04-13  Jim Meyering  <meyering@lucent.com>
31406
31407         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31408         AH_VERBATIM to insert required #ifndef into config.h.in.
31409         Suggestion from Akim Demaille.
31410
31411 2000-04-12  Jim Meyering  <meyering@lucent.com>
31412
31413         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31414         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31415         Christian Krackowizer.
31416
31417         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31418         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31419         (AC_SYS_LARGEFILE): Require.
31420         (AM_C_PROTOTYPES): Require.
31421
31422 2000-04-08  Jim Meyering  <meyering@lucent.com>
31423
31424         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31425         names don't conflict.  Reported by Eli Zaretskii.
31426
31427 2000-04-07  Jim Meyering  <meyering@lucent.com>
31428
31429         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31430         sys/types.h, to work around system header problems on AIX 3.2.5.
31431         From Bruno Haible.
31432
31433 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31434
31435         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31436         bug.  Deal with the different error behavior of Irix iconv.
31437
31438 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31439
31440         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31441         IRIX if the installer said otherwise.
31442
31443 2000-04-05  Jim Meyering  <meyering@lucent.com>
31444
31445         Portability tweaks required for ultrix4.3.
31446         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31447         (jm_CHECK_DECLS): Add getutent to the list of functions.
31448         (_jm_DECL_HEADERS): Add utmpx.h.
31449         From John David Anglin.
31450
31451         * m4/strftime.m4: Back out the 2000-04-02 change.
31452         Instead of that change, simply undefine putenv in the test program.
31453
31454 2000-04-05  Jim Meyering  <meyering@lucent.com>
31455
31456         Portability tweaks required for ultrix4.3.
31457         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31458         getutent.
31459         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31460         * lib/canon-host.c: Declare strdup.
31461         * lib/path-concat.c: Likewise.
31462         From John David Anglin.
31463
31464 2000-04-04  Jim Meyering  <meyering@lucent.com>
31465
31466         Be more DOS 8.3-friendly.
31467         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31468         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31469         * lib/Makefile.am: Reflect renaming.
31470         Reported by Eli Zaretskii.
31471
31472         Use a temporary file name that won't clash with `charset.alias'
31473         in the DOS 8.3 name space.
31474         * lib/Makefile.am (charset_tmp): Define.
31475         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31476         (uninstall-local): Likewise.
31477         Reported by Eli Zaretskii.
31478
31479 2000-04-03  Jim Meyering  <meyering@lucent.com>
31480
31481         * m4/gettext.m4: Fix typo in comment.
31482
31483         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31484         textutils/configure.in).  Suggestion from Paul Eggert.
31485         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31486
31487 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31488
31489         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31490         variable in the shell rather than using putenv, which isn't
31491         portable.  This avoids the configure-time inter-test dependency
31492         on the potentially-renamed putenv function.
31493
31494 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31495
31496         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31497         before checking struct stat.st_blksize, so that
31498         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31499
31500 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31501
31502         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31503         since strftime.c uses HAVE_STRFTIME to decide whether to use
31504         the underlying strftime.
31505
31506 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31507
31508         * lib/time/strftime.c (my_strftime): Make sure we call the system
31509         strftime, not ourselves, when invoking the underlying strftime.
31510
31511 2000-03-24  Jim Meyering  <meyering@lucent.com>
31512
31513         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31514         (charset_alias): Define.
31515         (install-exec-local): Factor out common code.
31516         (uninstall-local): Split lines longer than 80.
31517         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31518         (SUFFIXES): Define.
31519         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31520         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31521
31522 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31523
31524         * lib/config.charset: Output a line containing "Packages using this
31525         file".
31526         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31527         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31528         ref-del.sed): New rules.
31529
31530 2000-03-17  Jim Meyering  <meyering@lucent.com>
31531
31532         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31533         Otherwise, include <strings.h>
31534
31535 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31536
31537         * lib/unicodeio.c (utf8_wctomb): New function.
31538         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31539         format instead of in UCS-4 with platform dependent endianness.
31540
31541 2000-03-10  Jim Meyering  <meyering@lucent.com>
31542
31543         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31544         From Marco Franzen.
31545
31546 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31547
31548         * lib/savedir.c (savedir): Work even if directory size is
31549         negative; this can happen with some screwy NFS configurations.
31550
31551 2000-03-06  Jim Meyering  <meyering@lucent.com>
31552
31553         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31554         if it's NULL (because we ran out of memory).  From Bruno Haible.
31555
31556 2000-03-05  Jim Meyering  <meyering@lucent.com>
31557
31558         * lib/localcharset.c ("path-concat.h"): Include.
31559         (get_charset_aliases): Use path_concat instead of ANSI string
31560         concatenation.
31561
31562         * lib/unicodeio.h (PARAMS): Define.
31563         Use it to guard prototype.
31564
31565 2000-03-04  Jim Meyering  <meyering@lucent.com>
31566
31567         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31568         for lib/localcharset.c.
31569
31570 2000-03-04  Jim Meyering  <meyering@lucent.com>
31571
31572         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31573         installing into it.
31574         (uninstall-local): Uncomment this rule so `make distcheck' works
31575         once again.
31576
31577         * lib/unicodeio.c (<errno.h>): Include it.
31578         (errno): Declare if not defined.
31579
31580         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31581
31582         * lib/config.charset: New version, incorporating remarks from a linux
31583         i18n mailing list.  From Bruno Haible.
31584
31585 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31586
31587         * m4/codeset.m4: New file.
31588         * m4/iconv.m4: New file.
31589         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31590
31591 2000-03-03  Jim Meyering  <meyering@lucent.com>
31592
31593         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31594
31595 2000-03-02  Jim Meyering  <meyering@lucent.com>
31596
31597         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31598         the messages come out on separate lines.
31599
31600         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31601         rather than jm_CHECK_DECLARATIONS.
31602         * m4/decl.m4: Remove now-unused file.
31603
31604         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31605         geteuid.
31606
31607 2000-03-02  Jim Meyering  <meyering@lucent.com>
31608
31609         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31610
31611 2000-03-01  Jim Meyering  <meyering@lucent.com>
31612
31613         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31614         * lib/unicodeio.c: Likewise.
31615
31616 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31617
31618         * lib/config.charset: New file.
31619         * lib/localcharset.c: New file.
31620         * lib/unicodeio.h, lib/unicodeio.c: New files.
31621         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31622         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31623         (noinst_HEADERS): Add unicodeio.h.
31624         (all-local, install-exec-local, charset.alias): New targets.
31625
31626 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31627
31628         * lib/quotearg.c (ALERT_CHAR): New macro.
31629         (quotearg_buffer_restyled): Use it.
31630
31631 2000-02-27  Jim Meyering  <meyering@lucent.com>
31632
31633         * m4/check-decl.m4: Add getenv to the list.
31634
31635 2000-02-27  Jim Meyering  <meyering@lucent.com>
31636
31637         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31638         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31639
31640         * lib/backupfile.c: Guard inclusion of stdlib.h with
31641         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31642         Declare malloc if needed.
31643
31644         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31645         `#ifndef HAVE_DECL..'
31646         now that autoconf always defines the HAVE_DECL_ symbols.
31647         * lib/human.c: Likewise.
31648         * lib/same.c: Likewise.
31649         * lib/strtoumax.c: Likewise.
31650
31651         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31652         declaration check was not run.
31653         * lib/hash.c: Likewise.
31654         * lib/human.c: Likewise.
31655         * lib/same.c: Likewise.
31656         * lib/strtoumax.c: Likewise.
31657
31658         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31659         `.', then first look up the entire `.'-containing string as a login
31660         name.
31661
31662 2000-02-23  Jim Meyering  <meyering@lucent.com>
31663
31664         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31665         in place of my hack.
31666
31667 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31668
31669         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31670         (textint): New typedef.
31671         (parser_control): Member year changed from int to textint.
31672         All uses changed.
31673         (YYSTYPE): Removed; replaced by %union with int and textint members.
31674         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31675         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31676         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31677         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31678         (date, number, to_year): Use width of number in digits, not its value,
31679         to determine whether it's a 2-digit year, or a 2-digit time.
31680         (yylex): Store number of digits of numeric tokens.
31681         Reported by John Kendall.
31682
31683         (parser_control): Changed from struct parser_control to typedef (for
31684         consistency).  All uses changed.
31685
31686         (tID): Removed; not used.
31687         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31688
31689 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31690
31691         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31692         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31693
31694 2000-02-12  Jim Meyering  <meyering@lucent.com>
31695
31696         * lib/userspec.c (ISDIGIT): Define it.
31697         (isdigit): Remove definition.
31698         (is_number): Use ISDIGIT, not isdigit.
31699         <libintl.h>: Include.
31700         (_ and N_): Define.
31701         (parse_user_spec): Mark translatable strings.
31702
31703 2000-02-10  Jim Meyering  <meyering@lucent.com>
31704
31705         With these changes, nanosleep.[ch] are finally enough like the other
31706         lib/* replacement files to compile on a few more losing systems.
31707
31708         * lib/nanosleep.h: Don't include config.h.
31709         Remove prototype from declaration of nanosleep.
31710         (PARAMS): Remove now-unneeded definition.
31711         * lib/nanosleep.c: #undef nanosleep.
31712         (rpl_nanosleep): Rename from nanosleep.
31713
31714 2000-02-10  Jim Meyering  <meyering@lucent.com>
31715
31716         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31717         gnu_nanosleep to rpl_nanosleep.
31718
31719 2000-02-09  Jim Meyering  <meyering@lucent.com>
31720
31721         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31722         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31723
31724 2000-02-08  Akim Demaille  <akim@epita.fr>
31725
31726         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31727         `[' and `]' and remove uses of `changequote'.
31728         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31729         (AC_SYS_LARGEFILE): Likewise.
31730         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31731         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31732         of changequote.
31733         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31734         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31735         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31736         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31737
31738 2000-02-05  Jim Meyering  <meyering@lucent.com>
31739
31740         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31741         Remove explicit use of AC_HEADER_TIME.  It is required by
31742         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31743         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31744         in autoconf whereby the expansion of the latter ended up preceding
31745         the expansion of its prerequisite, AC_HEADER_TIME.
31746         Reported by Volker Borchert.
31747
31748 2000-02-03  Jim Meyering  <meyering@lucent.com>
31749
31750         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31751
31752 2000-02-03  Jim Meyering  <meyering@lucent.com>
31753
31754         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31755         rather than with `#if HAVE_UTMPNAME'.
31756
31757 2000-02-02  Jim Meyering  <meyering@lucent.com>
31758
31759         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31760         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31761         Reported by Eli Zaretskii.
31762
31763 2000-02-01  Jim Meyering  <meyering@lucent.com>
31764
31765         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31766
31767 2000-01-31  Jim Meyering  <meyering@lucent.com>
31768
31769         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31770         functions.  Add the time.h and sys/time.h headers along with the
31771         AC_REQUIRE'ment of AC_HEADER_TIME.
31772
31773 2000-01-31  Jim Meyering  <meyering@lucent.com>
31774
31775         * lib/nanosleep.h (nanosleep): Guard declaration with
31776         `#if ! HAVE_DECL_NANOSLEEP'.
31777         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31778         the declaration in that vendor's sys/timers.h.
31779         Reported by Christian Krackowizer.
31780
31781         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31782         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31783         (ISPRINT): Likewise.
31784         Reported by Tom Tromey.
31785
31786 2000-01-30  Jim Meyering  <meyering@lucent.com>
31787
31788         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31789
31790         * m4/prereq.m4 (utmp_includes): Define.
31791         Check for ut_user and ut_name members in both struct utmpx
31792         and struct utmp.
31793
31794 2000-01-30  Jim Meyering  <meyering@lucent.com>
31795
31796         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31797         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31798         header files where only utmpx.ut_user is declared.
31799
31800         * lib/readutmp.h (UT_USER): Define.
31801
31802 2000-01-29  Jim Meyering  <meyering@lucent.com>
31803
31804         * m4/lib-check.m4: New file containing library-related checks from
31805         fileutils and sh-utils (textutils had none).
31806
31807 2000-01-28  Jim Meyering  <meyering@lucent.com>
31808
31809         * m4/perl.m4: Change format of warning message to look more like that
31810         from the missing script.  Suggestion from François Pinard.
31811
31812 2000-01-25  Jim Meyering  <meyering@lucent.com>
31813
31814         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31815         well as time.h in the compile check.
31816         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31817         Fix typo in cross-compiling case: s/yes/no/.
31818
31819 2000-01-23  Jim Meyering  <meyering@lucent.com>
31820
31821         * m4/jm-macros.m4: Move df-related tests here from
31822         fileutils/configure.in
31823
31824         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31825         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31826
31827         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31828         s/space/ac_fsusage_space/.
31829         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31830
31831         * m4/ftruncate.m4: New file (derived from part of
31832         fileutils/configure.in).
31833         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31834         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31835
31836         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31837         AC_SUBST these here, rather than just in sh-util/configure.in, so
31838         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31839         all the same.
31840         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31841         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31842         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31843         (AC_SUBST(POW_LIBM)): Likewise.
31844         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31845
31846 2000-01-23  Jim Meyering  <meyering@lucent.com>
31847
31848         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31849         obstack.c.
31850
31851 2000-01-22  Jim Meyering  <meyering@lucent.com>
31852
31853         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31854
31855         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31856
31857         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31858         configure.in
31859         (AC_CHECK_HEADERS): Likewise for sh-utils.
31860         (AC_CHECK_HEADERS): Likewise for textutils.
31861         Merge the three lists of headers.
31862
31863         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31864         from fileutils' configure.in.
31865
31866         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31867         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31868         check-decl.m4.
31869
31870         * m4/check-decl.m4: Use #if rather than #ifdef.
31871         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31872         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31873         (_jm_DECL_HEADERS): Define new function.
31874         (jm_CHECK_DECLARATIONS): Require it.
31875
31876 2000-01-22  Jim Meyering  <meyering@lucent.com>
31877
31878         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31879         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31880         Required for some AIX systems.  Reported by Christian Krackowizer.
31881         [TESTING] (main): New function.
31882
31883         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31884         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31885         letters.
31886
31887         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31888         iswprint.
31889
31890         * lib/strverscmp.c (ISDIGIT): Define.
31891         (strverscmp): Use ISDIGIT, not isdigit.
31892
31893 2000-01-19  Jim Meyering  <meyering@lucent.com>
31894
31895         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31896         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31897         defines `struct timespec' in <sys/time.h>
31898
31899         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31900         Thanks to Akim for explaining.
31901
31902 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31903
31904         * lib/nanosleep.c (nanosleep):
31905         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31906         POSIX.1 doesn't require SA_INTERRUPT and some systems
31907         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31908         it's been part of POSIX.1 since day 1 (in 1988).
31909
31910 2000-01-17  Jim Meyering  <meyering@lucent.com>
31911
31912         * lib/interlock: Remove unused file.  Reported by François Pinard.
31913
31914 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31915
31916         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31917         alert, backslash, formfeed, and vertical tab unnecessarily in
31918         shell quoting style.
31919
31920 2000-01-16  Jim Meyering  <meyering@lucent.com>
31921
31922         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31923         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31924         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31925         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31926
31927 2000-01-16  Jim Meyering  <meyering@lucent.com>
31928
31929         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31930         because the latter didn't work.
31931
31932 2000-01-15  Jim Meyering  <meyering@lucent.com>
31933
31934         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31935         (AC_REPLACE_FUNCS): Add memcpy and memset.
31936         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31937         Add strpbrk.
31938         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31939
31940 2000-01-12  Jim Meyering  <meyering@lucent.com>
31941
31942         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31943         (jm_PREREQ): Use it.
31944         (jm_PREREQ_READUTMP): New macro.
31945         (jm_PREREQ): Use it.
31946
31947 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31948
31949         Quote multibyte characters correctly.
31950         * m4/c-bs-a.m4: New file.
31951         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31952         (jm_PREREQ): Use it.
31953
31954 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31955
31956         * m4/uintmax_t.m4: Port to autoconf 2.13.
31957
31958 2000-01-08  Jim Meyering  <meyering@ascend.com>
31959
31960         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31961         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31962
31963 2000-01-04  Jim Meyering  <meyering@ascend.com>
31964
31965         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31966         jm_STRUCT_DIRENT_D_TYPE.
31967         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31968         jm_STRUCT_DIRENT_D_INO.
31969         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31970         jm_STRUCT_UTIMBUF.
31971         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31972         renamings.
31973         * m4/utime.m4: Likewise.
31974
31975         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31976         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31977
31978 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31979
31980         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31981         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31982
31983 2000-01-02  Jim Meyering  <meyering@ascend.com>
31984
31985         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31986         remember if this is necessary.
31987
31988 1999-12-26  Jim Meyering  <meyering@ascend.com>
31989
31990         * m4/jm-macros.m4: Use it here.
31991         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31992
31993 1999-12-23  Jim Meyering  <meyering@ascend.com>
31994
31995         * m4/jm-macros.m4: Check for clock_gettime (moved from
31996         fileutils/configure.in)
31997         Check for gettimeofday.
31998
31999 1999-12-20  Jim Meyering  <meyering@ascend.com>
32000
32001         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32002         autoconf-2.14a-1999-12-20.
32003
32004 1999-12-19  Jim Meyering  <meyering@ascend.com>
32005
32006         * m4/lstat-slash.m4: New file.
32007         * m4/jm-macros.m4: Use the new macro:
32008         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32009
32010 1999-12-07  Jim Meyering  <meyering@ascend.com>
32011
32012         * m4/perl.m4: Require that File::Compare be available, too.
32013         Too many systems seem to lack it.
32014
32015         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32016         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32017
32018 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32019
32020         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32021         problem with the QNX 4.25 shell, which doesn't propagate exit
32022         status of failed commands inside shell assignments.
32023
32024 1999-11-17  Jim Meyering  <meyering@ascend.com>
32025
32026         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32027
32028 1999-11-07  Jim Meyering  <meyering@ascend.com>
32029
32030         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32031
32032 1999-11-06  Jim Meyering  <meyering@ascend.com>
32033
32034         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32035         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32036
32037 1999-11-05  Jim Meyering  <meyering@ascend.com>
32038
32039         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32040         configure.in of textutils, fileutils, and sh-utils into this one
32041         (shared between those packages) file.
32042         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32043         AC_STRUCT_ST_BLKSIZE.
32044
32045 1999-11-03  Jim Meyering  <meyering@ascend.com>
32046
32047         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32048         of AC_CHECK_TYPE checks includes unistd.h.
32049         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32050         Suggestion from Akim Demaille.
32051
32052 1999-10-30  Jim Meyering  <meyering@ascend.com>
32053
32054         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32055         m4-quoted string.
32056         * m4/ls-mntd-fs.m4: Likewise.
32057         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32058         * m4/jm-winsz1.m4: Likewise.
32059
32060         * m4/const.m4: Remove file, since the fix made it into the experimental
32061         version of autoconf.
32062         * m4/mktime.m4: Likewise.
32063
32064         * m4/check-type.m4: Remove file, now that the latest version of
32065         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32066
32067         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32068         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32069         AC_CHECK_TYPE.
32070
32071 1999-10-04  Jim Meyering  <meyering@ascend.com>
32072
32073         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32074
32075 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32076
32077         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32078         2.95.1 bug with HP-UX 10.20.
32079
32080 1999-09-17  Jim Meyering  <meyering@ascend.com>
32081
32082         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32083         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32084         due to missing strdup (against sh-utils-2.0).
32085
32086 1999-08-29  Jim Meyering  <meyering@ascend.com>
32087
32088         * m4/jm-macros.m4: Require jm_BISON.
32089         * m4/bison.m4: New file.
32090
32091 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32092
32093         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32094         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32095
32096 1999-08-05  Jim Meyering  <meyering@ascend.com>
32097
32098         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32099         to avoid conflicts with `conftest' on 8+3 filesystems.
32100         Suggestion from Eli Zaretskii.
32101
32102 1999-08-04  Jim Meyering  <meyering@ascend.com>
32103
32104         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32105         fileutils and sh-utils (textutils's getline test was inadequate).
32106         (AM_FUNC_GETLINE): Run this test.
32107         (AC_CHECK_FUNCS): Check for getdelim.
32108         Reported by Bob Proulx.
32109
32110 1999-08-02  Jim Meyering  <meyering@ascend.com>
32111
32112         * m4/jm-macros.m4: Add a comment.
32113
32114 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32115
32116         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32117         <inttypes.h> defines strtoumax as a macro (and not as a
32118         function).
32119
32120 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32121
32122         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32123         that we can shift, multiply and divide unsigned long long
32124         values; Ultrix cc can't do it.
32125
32126 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32127
32128         * m4/mktime.m4: New file, which is a preview of what should appear
32129         in the next public autoconf release.
32130
32131 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32132
32133         * m4/lfs.m4: Remove this file.
32134         * m4/largefile.m4: New file.  It contains the old contents of
32135         lfs.m4, except that all names with prefix AC_LFS have been
32136         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32137         compatible with future autoconf versions.  Also, some minor m4
32138         quoting problems have been fixed.
32139
32140 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32141
32142         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32143         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32144         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32145         and simplify the shell code.
32146
32147 1999-08-01  Jim Meyering  <meyering@ascend.com>
32148
32149         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32150         m4.
32151
32152 1999-07-20  Jim Meyering  <meyering@ascend.com>
32153
32154         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32155
32156 1999-07-15  Jim Meyering  <meyering@ascend.com>
32157
32158         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32159
32160 1999-05-22  Jim Meyering  <meyering@ascend.com>
32161
32162         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32163
32164 1999-05-20  Jim Meyering  <meyering@ascend.com>
32165
32166         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32167         Add a colon after each `then' in case $4 is empty.
32168
32169 1999-05-16  Jim Meyering  <meyering@ascend.com>
32170
32171         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32172
32173 1999-05-10  Jim Meyering  <meyering@ascend.com>
32174
32175         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32176
32177         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32178         AC_FUNC_MKTIME.
32179
32180 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32181
32182         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32183
32184 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32185
32186         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32187         not CPPFLAGS, so that linking works correctly in IRIX.
32188
32189 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32190
32191         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32192
32193 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32194
32195         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32196         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32197         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32198         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32199         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32200
32201         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32202
32203 1999-04-20  Jim Meyering  <meyering@ascend.com>
32204
32205         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32206         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32207         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32208
32209 1999-04-18  Jim Meyering  <meyering@ascend.com>
32210
32211         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32212         * m4/jm-macros.m4: Use it.
32213
32214 1999-04-06  Jim Meyering  <meyering@ascend.com>
32215
32216         * m4/strftime.m4: Remove test for %f.
32217
32218 1999-03-29  Jim Meyering  <meyering@ascend.com>
32219
32220         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32221         superset of the AC_TYPE_* checks in the textutils, fileutils,
32222         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32223         AC_TYPE_PID_T.
32224
32225 1999-03-28  Jim Meyering  <meyering@ascend.com>
32226
32227         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32228         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32229         replaced e.g., in the *.sh files of the sh-utils.
32230
32231 1999-03-20  Jim Meyering  <meyering@ascend.com>
32232
32233         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32234         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32235         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32236
32237 1999-03-19  Jim Meyering  <meyering@ascend.com>
32238
32239         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32240
32241 1999-03-12  Jim Meyering  <meyering@ascend.com>
32242
32243         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32244
32245 1999-03-07  Jim Meyering  <meyering@ascend.com>
32246
32247         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32248         declared.
32249
32250 1999-02-17  Jim Meyering  <meyering@ascend.com>
32251
32252         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32253         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32254
32255 1999-02-07  Jim Meyering  <meyering@ascend.com>
32256
32257         * m4/group-member.m4: New file -- extracted from sh-utils'
32258         configure.in.
32259
32260         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32261         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32262
32263 1999-02-06  Jim Meyering  <meyering@ascend.com>
32264
32265         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32266         * m4/fnmatch.m4: Likewise.
32267         * m4/getgroups.m4: Likewise.
32268         * m4/lstat.m4: Likewise.
32269         * m4/malloc.m4: Likewise.
32270         * m4/putenv.m4: Likewise.
32271         * m4/realloc.m4: Likewise.
32272         * m4/regex.m4: Likewise.
32273         * m4/stat.m4: Likewise.
32274         * m4/strftime.m4: Likewise.
32275         Suggestion from Alain Magloire.
32276
32277         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32278         * m4/fnmatch.m4: Likewise.
32279         * m4/getgroups.m4: Likewise.
32280         * m4/getline.m4: Likewise.
32281         * m4/lstat.m4: Likewise.
32282         * m4/malloc.m4: Likewise.
32283         * m4/memcmp.m4: Likewise.
32284         * m4/putenv.m4: Likewise.
32285         * m4/realloc.m4: Likewise.
32286         * m4/regex.m4: Likewise.
32287         * m4/stat.m4: Likewise.
32288         * m4/strftime.m4: Likewise.
32289         Suggestion from Alain Magloire.
32290
32291         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32292         an argument.
32293
32294         * m4/regex.m4: Add a run-time Test for proper operation of
32295         re_compile_pattern.
32296
32297 1999-01-31  Jim Meyering  <meyering@ascend.com>
32298
32299         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32300
32301 1999-01-30  Jim Meyering  <meyering@ascend.com>
32302
32303         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32304
32305         * m4/jm-mktime.m4: Make this a wrapper around the official
32306         AM_FUNC_MKTIME rather than my private copy, now that the official one
32307         is up to date.
32308         * m4/mktime.m4: Remove file.
32309
32310         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32311         * m4/uptime.m4: Likewise.
32312         * m4/uintmax_t.m4: Likewise.
32313
32314 1999-01-28  Jim Meyering  <meyering@ascend.com>
32315
32316         * m4/jm-macros.m4: Use jm_AFS.
32317         * m4/afs.m4: New file (from fileutils' configure.in).
32318
32319         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32320         * m4/chown.m4: Likewise.
32321         * m4/d-ino.m4: Likewise.
32322         * m4/d-type.m4: Likewise.
32323         * m4/fnmatch.m4: Likewise.
32324         * m4/getgroups.m4: Likewise.
32325         * m4/gettext.m4: Likewise.
32326         * m4/jm-mktime.m4: Likewise.
32327         * m4/jm-winsz2.m4: Likewise.
32328         * m4/lcmessage.m4: Likewise.
32329         * m4/ls-mntd-fs.m4: Likewise.
32330         * m4/malloc.m4: Likewise.
32331         * m4/memcmp.m4: Likewise.
32332         * m4/putenv.m4: Likewise.
32333         * m4/realloc.m4: Likewise.
32334         * m4/st_mtim.m4: Likewise.
32335         * m4/strftime.m4: Likewise.
32336
32337 1999-01-16  Jim Meyering  <meyering@ascend.com>
32338
32339         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32340         (ARGMATCH_DIE_DECL): Define.
32341
32342 1999-01-12  Jim Meyering  <meyering@ascend.com>
32343
32344         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32345         Reported by Lars Hecking.
32346
32347 1999-01-10  Jim Meyering  <meyering@ascend.com>
32348
32349         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32350         gross kludge.
32351         * m4/inttypes_h.m4: Likewise.
32352         * m4/lstat.m4: Likewise.
32353         * m4/malloc.m4: Likewise.
32354         * m4/readdir.m4: Likewise.
32355         * m4/realloc.m4: Likewise.
32356         * m4/st_dm_mode.m4: Likewise.
32357         * m4/stat.m4: Likewise.
32358         * m4/utimbuf.m4: Likewise.
32359         * m4/utimes.m4: Likewise.
32360
32361         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32362         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32363         comments in config.h.in are meaningful.
32364
32365         * m4/jm-macros.m4: Require autoconf-2.13 here.
32366
32367         * m4/regex.m4: By default, don't use the included regex.c on systems
32368         with glibc 2.  Suggestion from Uli Drepper.
32369
32370 1999-01-02  Jim Meyering  <meyering@ascend.com>
32371
32372         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32373
32374 1998-12-18  Jim Meyering  <meyering@ascend.com>
32375
32376         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32377         Based on a suggestion from Lars Hecking.
32378
32379 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32380
32381         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32382
32383 1998-11-16  Jim Meyering  <meyering@ascend.com>
32384
32385         * m4/lfs.m4: Double-quote the `uname...` expression.
32386
32387 1998-11-14  Jim Meyering  <meyering@ascend.com>
32388
32389         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32390         * m4/stat.m4: Likewise.
32391
32392 1998-11-03  Jim Meyering  <meyering@ascend.com>
32393
32394         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32395         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32396
32397 1998-10-18  Jim Meyering  <meyering@ascend.com>
32398
32399         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32400
32401 1998-10-17  Jim Meyering  <meyering@ascend.com>
32402
32403         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32404         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32405         calls for those previously hard-coded headers.  Instead, take a new
32406         parameter.
32407         (jm_CHECK_DECLARATIONS): Reflect interface change.
32408         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32409         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32410
32411         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32412
32413 1998-10-14  Jim Meyering  <meyering@ascend.com>
32414
32415         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32416         instead of "TZ=America/Vancouver".  From Paul Eggert.
32417
32418 1998-10-11  Jim Meyering  <meyering@ascend.com>
32419
32420         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32421         This adds a test for a recently added compatibility fix for mktime.c.
32422         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32423
32424 1998-09-27  Jim Meyering  <meyering@ascend.com>
32425
32426         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32427
32428         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32429         ../configure.in, including a change from Gordon Matzigkeit to allow
32430         cross-compiling for the Hurd.
32431
32432         * m4/glibc.m4: New file/macro to test for the GNU C Library
32433         versions 1 and 2.  From Gordon Matzigkeit.
32434         Indent.
32435
32436 1998-09-21  Jim Meyering  <meyering@ascend.com>
32437
32438         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32439
32440 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32441
32442         Port nanosecond-resolution times to UnixWare 2.1.2 and
32443         pedantic Solaris 2.6.
32444
32445         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32446         AC_STRUCT_ST_MTIM.
32447         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32448         Generate name of ns member, instead of just 1 or undef.
32449         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32450
32451 1998-08-15  Jim Meyering  <meyering@ascend.com>
32452
32453         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32454         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32455         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32456         instead of jm_TYPE_SSIZE_T.
32457
32458 1998-08-12  Jim Meyering  <meyering@ascend.com>
32459
32460         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32461
32462 1998-08-02  Jim Meyering  <meyering@ascend.com>
32463
32464         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32465         in acconfig.h manually.
32466
32467 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32468
32469         * m4/st_mtim.m4: New file.
32470
32471 1998-07-28  Jim Meyering  <meyering@ascend.com>
32472
32473         * m4/utimes.m4: Undef stat.
32474
32475 1998-07-25  Jim Meyering  <meyering@ascend.com>
32476
32477         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32478         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32479
32480 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32481
32482         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32483         uid and gid actually remain unchanged.
32484
32485 1998-07-07  Jim Meyering  <meyering@ascend.com>
32486
32487         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32488
32489 1998-07-04  Jim Meyering  <meyering@ascend.com>
32490
32491         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32492         to prove that this macro can be used in packages without regex.c.
32493
32494 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32495
32496         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32497         is to be used.
32498
32499 1998-07-03  Jim Meyering  <meyering@ascend.com>
32500
32501         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32502
32503         * m4/gettext.m4: New file -- from gettext-0.10.35.
32504         * m4/lcmessage.m4: Likewise.
32505         * m4/progtest.m4: Likewise.
32506
32507         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32508         * m4/jm-macros.m4: Require the new macro.
32509
32510 1998-06-29  Jim Meyering  <meyering@ascend.com>
32511
32512         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32513         for the definition of NGROUPS (used in a system header included
32514         by sys/mount.h).
32515
32516 1998-06-28  Jim Meyering  <meyering@ascend.com>
32517
32518         * m4/ls-mntd-fs.m4: New file.
32519         * m4/fstypename.m4: New file.
32520
32521         * m4/jm-macros.m4: Require the new macro.
32522         * m4/jm-glibc-io.m4: New file.
32523
32524 1998-05-19  Jim Meyering  <meyering@ascend.com>
32525
32526         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32527         * m4/lchown.m4: New file.
32528
32529         * m4/Makefile.am.in: New file.
32530         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32531
32532 1998-05-14  Jim Meyering  <meyering@ascend.com>
32533
32534         * m4/Makefile.am (EXTRA_DIST): Add them.
32535         * m4/jm-macros.m4: New file.
32536         * m4/utimbuf.m4: New file.
32537
32538 1998-05-12  Jim Meyering  <meyering@ascend.com>
32539
32540         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32541
32542 1998-05-11  Jim Meyering  <meyering@ascend.com>
32543
32544         * m4/isc-posix.m4: New file.
32545
32546 1998-05-10  Jim Meyering  <meyering@ascend.com>