* MODULES.html.sh: Add diffseq.
[gnulib.git] / ChangeLog
1 2007-08-17  Bruno Haible  <bruno@clisp.org>
2         and Paul Eggert  <eggert@cs.ucla.edu>
3
4         * MODULES.html.sh: Add diffseq.
5         * modules/diffseq: New file.
6         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
7         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
8
9 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10
11         Import changes from coreutils for bootstrap script.
12
13         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
14
15         * build-aux/bootstrap (slurp): Work even in environments where
16         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
17         current code does not slurp files whose names start with ".", and
18         this looks like it might be a troublesome area.
19
20         2007-07-11  Jim Meyering  <jim@meyering.net>
21
22         If there's a GPL vN copyright comment, require that N == 3.
23
24         2007-07-08  Jim Meyering  <jim@meyering.net>
25
26         Run the coreutils-specific code only if tests/Makefile.am.in exists.
27         * build-aux/bootstrap (mam_template): Move definition out of loop.
28
29         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
30
31         * build-aux/bootstrap (symlink_to_dir): Rename function from
32         symlink_to_gnulib.  Add a directory parameter.  Update all
33         callers.
34         (cp_mark_as_generated): Also check for -- and link to -- files in
35         gl/.
36
37         2007-07-08  Jim Meyering  <jim@meyering.net>
38
39         Adapt to deeper hierarchy in gnulib.
40         * build-aux/bootstrap (symlink_to_dir): If the destination
41         directory doesn't exist, create it. This is required at least for
42         "lib/uniwidth/cjk.h".
43
44         2007-05-15  Jim Meyering  <jim@meyering.net>
45
46         * build-aux/bootstrap: Now that generated Makefile.am files
47         are no longer under version control, they must be created at
48         bootstrap time.
49
50 2007-08-14  Ben Pfaff  <blp@gnu.org>
51
52         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
53
54 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
55
56         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
57         given the changes below.
58         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
59         even on hosts that have padding bits beyond the supported 64.
60
61 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
62
63         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
64         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
65         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
66         depends on it.
67         (xstrtol_error): Remove.
68         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
69         but with a different signature.
70         (ATTRIBUTE_NORETURN, __attribute__): New macros.
71         * lib/xstrtol-error.c: Include exitfail.h.
72         (xstrtol_fatal): New function, with a different signature from the
73         old xstrtol_error, so that the caller need not worry about passing
74         in an exit status, or about storage management of the option argument.
75         (xstrtol_error): Now a static function.  Redo signature to
76         implement xstrtol_fatal.  Output the correct number of hyphens in
77         front of the option so that the caller need not worry about
78         storage management.
79         (N_): New macro.
80         (_): Remove; not used now.
81         * modules/xstrtol: Depend on getopt.
82         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
83         of old STRTOL_FATAL_ERROR macro.
84         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
85         of test program.
86         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
87         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
88
89 2007-08-08  Eric Blake  <ebb9@byu.net>
90
91         * lib/xstrtol-error.c: Add missing include.
92
93         Move xstrtol messages into gnulib domain, when --pobase is used.
94         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
95         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
96         * modules/xstrtol (Files): Distribute new file.
97         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
98         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
99         * tests/test-xstrtol.c: ...into new file.
100         * tests/test-xstrtoul.c: Also test xstrtoul.
101         * tests/test-xstrtoimax.c: Also test xstrtoimax.
102         * tests/test-xstrtoumax.c: Also test xstrtoumax.
103         * tests/test-xstrtol.sh: Drive the tests.
104         * tests/test-xstrtoimax.sh: Likewise.
105         * tests/test-xstrtoumax.sh: Likewise.
106         * modules/xstrtol-tests: New module.
107         * modules/xstrtoimax-tests: Likewise.
108         * modules/xstrtoumax-tests: Likewise.
109
110 2007-08-08  Jim Meyering  <jim@meyering.net>
111
112         New function: mfile_name_concat.
113         * lib/filenamecat.c (mfile_name_concat): New function, just like
114         file_name_concat, but return NULL upon failure rather than exiting
115         with a diagnostic.
116         * lib/filenamecat.h: Declare it.
117
118 2007-08-07  Bruno Haible  <bruno@clisp.org>
119
120         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
121         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
122         warning from gcc.
123         Reported by Eric Blake.
124
125 2007-08-07  Simon Josefsson  <simon@josefsson.org>
126
127         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
128         * modules/crypto/arcfour (License): Likewise.
129         * modules/crypto/des-tests (License): Likewise.
130         * modules/crypto/gc-arctwo-tests (License): Likewise.
131         * modules/crypto/gc-des-tests (License): Likewise.
132         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
133         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
134         * modules/crypto/gc-md2-tests (License): Likewise.
135         * modules/crypto/gc-md4-tests (License): Likewise.
136         * modules/crypto/gc-md5-tests (License): Likewise.
137         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
138         * modules/crypto/gc-rijndael-tests (License): Likewise.
139         * modules/crypto/gc-sha1-tests (License): Likewise.
140         * modules/crypto/gc-tests (License): Likewise.
141         * modules/crypto/hmac-md5 (License): Likewise.
142         * modules/crypto/hmac-sha1 (License): Likewise.
143         * modules/crypto/md2-tests (License): Likewise.
144         * modules/crypto/md4-tests (License): Likewise.
145         * modules/crypto/md5 (License): Likewise.
146         * modules/crypto/rijndael (License): Likewise.
147         * modules/crypto/sha1 (License): Likewise.
148         * modules/memxor (License): Likewise.
149
150 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
151         and Bruno Haible  <bruno@clisp.org>
152
153         * NEWS: Describe interface changes to human, xstrtol.
154         * lib/human.h: Include <xstrtol.h>.
155         (human_options): Return enum strtol_error, not int.  Remove
156         bool arg; take int * instead.
157         * lib/human.c: Don't include "gettext.h".
158         (_): Remove; no longer used.
159         Don't include <xstrtol.h>, since human.h does it.
160         (human_options): Adjust to abovementioned interface changes.
161         Do not report error to stderr; that's now the caller's
162         responsibility.
163         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
164         interface change.
165         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
166         Str, Argument_type_string.  All uses changed.  Put " argument"
167         in diagnostics to make them clearer.  Change wording of suffix
168         message for clarity.
169         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
170         Argument_type_string.
171         (STRTOL_FATAL_WARN): Remove; no longer used.
172         * modules/human (Depends-on): Remove gettext-h.
173
174 2007-08-06  Simon Josefsson  <simon@josefsson.org>
175
176         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
177
178 2007-07-31  Bruno Haible  <bruno@clisp.org>
179
180         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
181         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
182         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
183
184 2007-07-31  Bruno Haible  <bruno@clisp.org>
185
186         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
187         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
188
189 2007-07-30  Bruno Haible  <bruno@clisp.org>
190
191         * modules/base64 (License): Use the synonymous term "LGPLv2+".
192         * modules/c-ctype (License): Likewise.
193         * modules/c-strcase (License): Likewise.
194         * modules/check-version (License): Likewise.
195         * modules/iconv (License): Likewise.
196         * modules/iconv_open (License): Likewise.
197         * modules/read-file (License): Likewise.
198         * modules/striconv (License): Likewise.
199         * modules/strverscmp (License): Likewise.
200         * modules/vasprintf (License): Likewise.
201         * modules/crypto/des (License): Likewise.
202         * modules/crypto/gc (License): Likewise.
203         * modules/crypto/gc-arcfour (License): Likewise.
204         * modules/crypto/gc-arctwo (License): Likewise.
205         * modules/crypto/gc-des (License): Likewise.
206         * modules/crypto/gc-hmac-md5 (License): Likewise.
207         * modules/crypto/gc-hmac-sha1 (License): Likewise.
208         * modules/crypto/gc-md2 (License): Likewise.
209         * modules/crypto/gc-md4 (License): Likewise.
210         * modules/crypto/gc-md5 (License): Likewise.
211         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
212         * modules/crypto/gc-random (License): Likewise.
213         * modules/crypto/gc-rijndael (License): Likewise.
214         * modules/crypto/gc-sha1 (License): Likewise.
215         * modules/crypto/md2 (License): Likewise.
216         * modules/crypto/md4 (License): Likewise.
217
218 2007-07-30  Jim Meyering  <jim@meyering.net>
219
220         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
221         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
222         it has valid stat data.  This bug would cause du not to count the
223         sizes of inaccessible directories.
224         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
225         in <http://bugzilla.redhat.com/250077>.
226
227 2007-07-25  Peter O'Gorman  <peter@pogma.com>
228             Bruno Haible  <bruno@clisp.org>
229
230         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
231         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
232         #include_next, gives a diagnostic about it, but reports no error in
233         the exit code.
234         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
235
236 2007-07-24  Ben Pfaff  <blp@gnu.org>
237
238         Improve name: "count-one-bits" is better than "popcount".
239         * MODULES.html.sh: Update name.
240         * lib/popcount.h: Renamed lib/count-one-bits.h.
241         (popcount): Renamed count_one_bits.
242         (popcountl): Renamed count_one_bits_l.
243         (popcountll): Renamed count_one_bits_ll.
244         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
245         * modules/popcount: Renamed module/count-one-bits.
246         * modules/popcount-tests: Renamed module/count-one-bits-tests.
247         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
248
249 2007-07-23  Ben Pfaff  <blp@gnu.org>
250
251         * lib/popcount.h (popcount32): Reduce size of constants, to allow
252         better code generation, and add U to large constants to avoid
253         warnings, in non-GCC case.
254         Suggested by Bruno Haible.
255
256 2007-07-23  Ben Pfaff  <blp@gnu.org>
257
258         * lib/popcount.h: Use verify_true instead of if...abort.
259         * modules/popcount: Depend on verify module.
260         Suggested by Jim Meyering.
261
262 2007-07-23  Bruno Haible  <bruno@clisp.org>
263
264         * gnulib-tool (func_import): Create a .cvsignore file also when the
265         directory is not yet in CVS but the toplevel directory is. When
266         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
267         Reported by Karl Berry.
268
269 2007-07-22  Ben Pfaff  <blp@gnu.org>
270
271         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
272         case.
273         Suggested by Eric Blake.
274
275 2007-07-22  Ben Pfaff  <blp@gnu.org>
276
277         New module: popcount.
278         * MODULES.html.sh: Add popcount.
279         * modules/popcount: New file.
280         * modules/popcount-tests: New file.
281         * tests/test-popcount.c: New file.
282         * lib/popcount.h: New file.
283         * m4/popcount.m4: New file.
284
285 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
286
287         * build-aux/announce-gen: Update to GPLv3.
288
289         * build-aux/config.guess: Update from config.
290
291 2007-07-21  Bruno Haible  <bruno@clisp.org>
292
293         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
294         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
295
296 2007-07-20  Jim Meyering  <jim@meyering.net>
297
298         * check-module: Diagnose a self-dependency.
299
300 2007-07-19  Bruno Haible  <bruno@clisp.org>
301
302         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
303         empty.
304         Reported by Eric Blake.
305
306 2007-07-18  Bruno Haible  <bruno@clisp.org>
307
308         * gnulib-tool: New options --po-base, --po-domain.
309         (func_usage): Document them.
310         (pobase, po_domain): New variables.
311         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
312         DEFAULT_TEXT_DOMAIN.
313         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
314         (func_import): Consider pobase and po_domain. Create a po/ directory.
315         (func_create_testdir): Set pobase and po_domain to empty.
316         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
317         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
318
319 2007-07-18  Bruno Haible  <bruno@clisp.org>
320
321         * gnulib-tool (func_get_automake_snippet): Synthesize also an
322         EXTRA_DIST augmentation for files in build-aux/.
323
324 2007-07-16  Bruno Haible  <bruno@clisp.org>
325
326         * modules/lseek (License): Use the synonymous term "LGPLv2+".
327         * modules/getdelim (License): Likewise.
328
329 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
330
331         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
332         * modules/d-type (License): Likewise.
333         * modules/extensions (License): Likewise.
334         * modules/fnmatch (License): Likewise.
335         * modules/fseeko (License): Likewise.
336         * modules/getaddrinfo (License): Likewise.
337         * modules/getline (License): Likewise.
338         * modules/getlogin_r (License): Likewise.
339         * modules/getpass (License): Likewise.
340         * modules/gettimeofday (License): Likewise.
341         * modules/glob (License): Likewise.
342         * modules/inet_ntop (License): Likewise.
343         * modules/malloc (License): Likewise.
344         * modules/malloca (License): Likewise.
345         * modules/memmem (License): Likewise.
346         * modules/mempcpy (License): Likewise.
347         * modules/memset (License): Likewise.
348         * modules/minmax (License): Likewise.
349         * modules/mktime (License): Likewise.
350         * modules/netinet_in (License): Likewise.
351         * modules/pathmax (License): Likewise.
352         * modules/poll (License): Likewise.
353         * modules/regex (License): Likewise.
354         * modules/snprintf (License): Likewise.
355         * modules/stdbool (License): Likewise.
356         * modules/stdint (License): Likewise.
357         * modules/stdio (License): Likewise.
358         * modules/strcase (License): Likewise.
359         * modules/strcasestr (License): Likewise.
360         * modules/strdup (License): Likewise.
361         * modules/string (License): Likewise.
362         * modules/strndup (License): Likewise.
363         * modules/strnlen (License): Likewise.
364         * modules/strpbrk (License): Likewise.
365         * modules/strptime (License): Likewise.
366         * modules/strsep (License): Likewise.
367         * modules/sys_select (License): Likewise.
368         * modules/sys_socket (License): Likewise.
369         * modules/sys_stat (License): Likewise.
370         * modules/sys_time (License): Likewise.
371         * modules/time (License): Likewise.
372         * modules/time_r (License): Likewise.
373         * modules/timegm (License): Likewise.
374         * modules/unistd (License): Likewise.
375         * modules/vsnprintf (License): Likewise.
376         * modules/wctype (License): Likewise.
377
378 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
379
380         * modules/argz (License): LGPLv2+.
381
382 2007-07-15  Karl Berry  <karl@gnu.org>
383
384         * doc/gnulib.texi: revise node structure per new fdl.texi.
385
386 2007-07-14  Bruno Haible  <bruno@clisp.org>
387
388         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
389         the output file.
390         * lib/uniname/uninames.h: Regenerated.
391
392 2007-07-14  Karl Berry  <karl@gnu.org>
393
394         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
395         omitting sectioning and index commands.
396
397 2007-07-13  Bruno Haible  <bruno@clisp.org>
398
399         New gnulib-tool option --more-symlinks.
400         * gnulib-tool (func_usage): Document --more-symlinks.
401         (do_copyrights): New variable.
402         Recognize option --more-symlinks.
403         (func_import): Don't add a copyright notice transform to
404         sed_transform_lib_file if do_copyrights is empty.
405
406 2007-07-13  Bruno Haible  <bruno@clisp.org>
407
408         * lib/vasnprintf.c (decimal_point_char): Define also if
409         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
410         && !NEED_PRINTF_DIRECTIVE_A.
411         Reported by Clemens Koller <clemens.koller@anagramm.de> via
412         Gary V. Vaughan <gary@gnu.org>.
413
414 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
415
416         * lib/inttypes_.h: Undo previous change, since it was fixed
417         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
418
419 2007-07-13  Bruno Haible  <bruno@clisp.org>
420
421         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
422         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
423
424 2007-07-13  Jim Meyering  <jim@meyering.net>
425
426         df: Don't fail for Tru64's "file-on-file mount".
427         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
428         so we fall through and use statfs instead.  Details here:
429         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
430         Reported by Albert Chin.
431
432 2007-07-13  Bruno Haible  <bruno@clisp.org>
433
434         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
435         * modules/configmake (License): Likewise.
436         * modules/gettext (License): Likewise.
437         * modules/gettext-h (License): Likewise.
438         * modules/include_next (License): Likewise.
439         * modules/link-warning (License): Likewise.
440         * modules/localcharset (License): Likewise.
441         * modules/localename (License): Likewise.
442         * modules/lock (License): Likewise.
443         * modules/relocatable-lib-lgpl (License): Likewise.
444         * modules/size_max (License): Likewise.
445         * modules/vasnprintf (License): Likewise.
446         * modules/wchar (License): Likewise.
447         * modules/xsize (License): Likewise.
448
449 2007-07-13  Bruno Haible  <bruno@clisp.org>
450
451         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
452         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
453
454 2007-07-12  Bruno Haible  <bruno@clisp.org>
455
456         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
457         in the modules files.
458
459 2007-07-11  Karl Berry  <karl@gnu.org>
460
461         * MODULES.html.sh (func_module): use
462          sed -e '\|^'"${includefile}"'$|d'
463          instead of /.../d, to avoid errors on $includefile's containing /.
464
465 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
466
467         * gnulib-tool (func_import): Avoid duplication of --avoid
468         statements
469         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
470         names to `_' in variable names.
471
472 2007-07-10  Eric Blake  <ebb9@byu.net>
473
474         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
475         * NEWS: Document this change.
476
477 2007-07-08  Bruno Haible  <bruno@clisp.org>
478
479         Update to Unicode 5.0.
480         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
481         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
482         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
483         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
484         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
485         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
486         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
487         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
488         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
489         U+10A3F, U+1D242..U+1D244.
490         (nonspacing_table_ind): Update.
491         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
492         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
493
494 2007-07-08  Bruno Haible  <bruno@clisp.org>
495
496         Update to Unicode 5.0.
497         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
498         code transform. Extend the name index field of unicode_name_to_code and
499         unicode_code_to_name from 16 to 24 bits.
500         * lib/uniname/uniname.c (unicode_character_name,
501         unicode_name_character): Add the range 0x12xxx to the code transform.
502         * lib/uniname/uninames.h: Regenerated.
503         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
504
505 2007-07-07  Bruno Haible  <bruno@clisp.org>
506
507         * modules/wcwidth-tests: New file.
508         * tests/test-wcwidth.c: New file.
509
510         Work around MacOS X wcwidth() bug.
511         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
512         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
513         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
514         original wcwidth in non-UTF-8 locales.
515         * modules/wcwidth (Depends-on): Add localcharset, streq,
516         uniwidth/width.
517         * doc/functions/wcwidth.texi: Update.
518
519 2007-07-07  Bruno Haible  <bruno@clisp.org>
520
521         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
522         (wcwidth): New declaration.
523         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
524         macros.
525         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
526         here. Prepare for creating <wchar.h> unconditionally.
527         * modules/wchar (Depends-on): Add link-warning.
528         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
529         REPLACE_WCWIDTH, and GL_LINK_WARNING.
530         * lib/wcwidth.h: Remove file.
531         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
532         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
533         * modules/wcwidth (Files): Remove lib/wcwidth.h.
534         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
535         (Include): Replace wcwidth.h with <wchar.h>.
536         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
537         * lib/mbchar.h: Don't include wcwidth.h.
538         * lib/mbswidth.c: Likewise.
539         * NEWS: Mention the change.
540
541 2007-07-07  Bruno Haible  <bruno@clisp.org>
542
543         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
544         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
545         definition with an external declaration.
546         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
547         defined as a function. Remove AC_C_INLINE requirement.
548         * modules/wcwidth (Files): Add lib/wcwidth.c.
549         (Makefile.am): Remove redundant statement.
550
551 2007-07-07  Bruno Haible  <bruno@clisp.org>
552
553         * MODULES.html.sh (Unicode string functions): Add the new modules.
554
555         * tests/uniwidth/test-u32-strwidth.c: New file.
556         * modules/uniwidth/u32-strwidth-tests: New file.
557
558         * lib/uniwidth/u32-strwidth.c: New file.
559         * modules/uniwidth/u32-strwidth: New file.
560
561         * tests/uniwidth/test-u16-strwidth.c: New file.
562         * modules/uniwidth/u16-strwidth-tests: New file.
563
564         * lib/uniwidth/u16-strwidth.c: New file.
565         * modules/uniwidth/u16-strwidth: New file.
566
567         * tests/uniwidth/test-u8-strwidth.c: New file.
568         * modules/uniwidth/u8-strwidth-tests: New file.
569
570         * lib/uniwidth/u8-strwidth.c: New file.
571         * modules/uniwidth/u8-strwidth: New file.
572
573         * tests/uniwidth/test-u32-width.c: New file.
574         * modules/uniwidth/u32-width-tests: New file.
575
576         * lib/uniwidth/u32-width.c: New file.
577         * modules/uniwidth/u32-width: New file.
578
579         * tests/uniwidth/test-u16-width.c: New file.
580         * modules/uniwidth/u16-width-tests: New file.
581
582         * lib/uniwidth/u16-width.c: New file.
583         * modules/uniwidth/u16-width: New file.
584
585         * tests/uniwidth/test-u8-width.c: New file.
586         * modules/uniwidth/u8-width-tests: New file.
587
588         * lib/uniwidth/u8-width.c: New file.
589         * modules/uniwidth/u8-width: New file.
590
591         * tests/uniwidth/test-uc_width.c: New file.
592         * modules/uniwidth/width-tests: New file.
593
594         * lib/uniwidth/width.c: New file, from GNU libiconv.
595         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
596         * modules/uniwidth/width: New file.
597
598         * lib/uniwidth.h: New file, from GNU libiconv.
599         * modules/uniwidth/base: New file.
600
601 2007-07-07  Bruno Haible  <bruno@clisp.org>
602
603         * lib/uniname.h: New file, from GNU gettext.
604         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
605         * lib/uniname/uninames.h: New file, from GNU gettext.
606         * lib/uniname/uniname.c: New file, from GNU gettext.
607         * tests/uniname/test-uninames.sh: New file.
608         * tests/uniname/test-uninames.c: New file, from GNU gettext.
609         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
610         * modules/uniname/base: New file.
611         * modules/uniname/uniname: New file.
612         * modules/uniname/uniname-tests: New file.
613         * MODULES.html.sh (Unicode string functions): Add the new modules.
614
615 2007-07-06  Bruno Haible  <bruno@clisp.org>
616
617         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
618
619 2007-07-06  Bruno Haible  <bruno@clisp.org>
620
621         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
622         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
623         includes <cygwin/sys_time.h> which includes <sys/select.h> which
624         include <sys/time.h>.
625         Reported by Eric Blake.
626
627 2007-07-06  Eric Blake  <ebb9@byu.net>
628
629         Fix testing canonicalize on cygwin.
630         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
631         Revert patch from 2007-06-19.
632         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
633         canonicalize module is also in use.
634         * tests/test-canonicalize.c: New file.
635         * tests/test-canonicalize.sh: Likewise.
636         * modules/canonicalize-tests: Likewise.
637
638 2007-07-06  Jim Meyering  <jim@meyering.net>
639
640         * lib/getugroups.c (getugroups): Detect getgrent failure.
641         Adjust comment to reflect reality: this function may return -1.
642
643 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
644
645         * build-aux/bootstrap (TP_URL,get_translations): Update to use
646         the new TP address.
647         (usage): Fix typo
648         (gnulib_mk): New variable.
649
650 2007-07-05  Jim Meyering  <jim@meyering.net>
651
652         Don't let endgrent clobber errno, no matter how improbable.
653         * lib/getugroups.c (getugroups): Save and restore errno around
654         endgrent call.
655
656         Close the group DB even when failing with 2^31 or more members.
657         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
658
659 2007-07-04  Jim Meyering  <jim@meyering.net>
660
661         * lib/getugroups.h: New file.
662         * lib/getugroups.c: Include "getugroups.h".
663         Remove uses of "register" keyword.
664         Move local variable, "cp", down into scope where used.
665         Give "username" parameter the "const" attribute.
666         * modules/getugroups (Files): Add lib/getugroups.h
667
668 2007-07-04  Karl Berry  <karl@gnu.org>
669
670         * MODULES.html.sh (func_all_modules): Complete rename of
671         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
672
673 2007-07-02  Bruno Haible  <bruno@clisp.org>
674
675         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
676         mode, when inttypes.h comes from gnulib.
677         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
678
679 2007-07-02  Simon Josefsson  <simon@josefsson.org>
680
681         * NEWS: Mention lgpl module name change.
682
683         * modules/lgpl-2.1: Renamed from lgpl.
684
685         * NEWS: Mention gpl module name change.
686
687         * modules/gpl-3.0: New file, based on gpl-2.0.
688
689         * modules/gpl-2.0: Renamed from gpl.
690
691         * modules/gpl: Fix filename, doc/gpl.texi is now found at
692         doc/gpl-2.0.texi.
693
694 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
695
696         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
697         #define __STDC_LIMIT_MACROS temporarily while including
698         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
699         Problem reported by Joel E. Denny in
700         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
701
702 2007-07-01  Bruno Haible  <bruno@clisp.org>
703
704         * lib/unistdio.h: New file.
705         * lib/unistdio/u-asnprintf.h: New file.
706         * lib/unistdio/u-asprintf.h: New file.
707         * lib/unistdio/u-printf-args.c: New file.
708         * lib/unistdio/u-printf-args.h: New file.
709         * lib/unistdio/u-printf-parse.h: New file.
710         * lib/unistdio/u-snprintf.h: New file.
711         * lib/unistdio/u-sprintf.h: New file.
712         * lib/unistdio/u-vasprintf.h: New file.
713         * lib/unistdio/u-vsnprintf.h: New file.
714         * lib/unistdio/u-vsprintf.h: New file.
715         * lib/unistdio/ulc-asnprintf.c: New file.
716         * lib/unistdio/ulc-asprintf.c: New file.
717         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
718         * lib/unistdio/ulc-printf-parse.c: New file.
719         * lib/unistdio/ulc-snprintf.c: New file.
720         * lib/unistdio/ulc-sprintf.c: New file.
721         * lib/unistdio/ulc-vasnprintf.c: New file.
722         * lib/unistdio/ulc-vasprintf.c: New file.
723         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
724         * lib/unistdio/ulc-vsnprintf.c: New file.
725         * lib/unistdio/ulc-vsprintf.c: New file.
726         * lib/unistdio/u8-asnprintf.c: New file.
727         * lib/unistdio/u8-asprintf.c: New file.
728         * lib/unistdio/u8-printf-parse.c: New file.
729         * lib/unistdio/u8-snprintf.c: New file.
730         * lib/unistdio/u8-sprintf.c: New file.
731         * lib/unistdio/u8-vasnprintf.c: New file.
732         * lib/unistdio/u8-vasprintf.c: New file.
733         * lib/unistdio/u8-vsnprintf.c: New file.
734         * lib/unistdio/u8-vsprintf.c: New file.
735         * lib/unistdio/u8-u8-asnprintf.c: New file.
736         * lib/unistdio/u8-u8-asprintf.c: New file.
737         * lib/unistdio/u8-u8-snprintf.c: New file.
738         * lib/unistdio/u8-u8-sprintf.c: New file.
739         * lib/unistdio/u8-u8-vasnprintf.c: New file.
740         * lib/unistdio/u8-u8-vasprintf.c: New file.
741         * lib/unistdio/u8-u8-vsnprintf.c: New file.
742         * lib/unistdio/u8-u8-vsprintf.c: New file.
743         * lib/unistdio/u16-asnprintf.c: New file.
744         * lib/unistdio/u16-asprintf.c: New file.
745         * lib/unistdio/u16-printf-parse.c: New file.
746         * lib/unistdio/u16-snprintf.c: New file.
747         * lib/unistdio/u16-sprintf.c: New file.
748         * lib/unistdio/u16-vasnprintf.c: New file.
749         * lib/unistdio/u16-vasprintf.c: New file.
750         * lib/unistdio/u16-vsnprintf.c: New file.
751         * lib/unistdio/u16-vsprintf.c: New file.
752         * lib/unistdio/u16-u16-asnprintf.c: New file.
753         * lib/unistdio/u16-u16-asprintf.c: New file.
754         * lib/unistdio/u16-u16-snprintf.c: New file.
755         * lib/unistdio/u16-u16-sprintf.c: New file.
756         * lib/unistdio/u16-u16-vasnprintf.c: New file.
757         * lib/unistdio/u16-u16-vasprintf.c: New file.
758         * lib/unistdio/u16-u16-vsnprintf.c: New file.
759         * lib/unistdio/u16-u16-vsprintf.c: New file.
760         * lib/unistdio/u32-asnprintf.c: New file.
761         * lib/unistdio/u32-asprintf.c: New file.
762         * lib/unistdio/u32-printf-parse.c: New file.
763         * lib/unistdio/u32-snprintf.c: New file.
764         * lib/unistdio/u32-sprintf.c: New file.
765         * lib/unistdio/u32-vasnprintf.c: New file.
766         * lib/unistdio/u32-vasprintf.c: New file.
767         * lib/unistdio/u32-vsnprintf.c: New file.
768         * lib/unistdio/u32-vsprintf.c: New file.
769         * lib/unistdio/u32-u32-asnprintf.c: New file.
770         * lib/unistdio/u32-u32-asprintf.c: New file.
771         * lib/unistdio/u32-u32-snprintf.c: New file.
772         * lib/unistdio/u32-u32-sprintf.c: New file.
773         * lib/unistdio/u32-u32-vasnprintf.c: New file.
774         * lib/unistdio/u32-u32-vasprintf.c: New file.
775         * lib/unistdio/u32-u32-vsnprintf.c: New file.
776         * lib/unistdio/u32-u32-vsprintf.c: New file.
777         * tests/unistdio/test-ulc-asnprintf1.c: New file.
778         * tests/unistdio/test-ulc-asnprintf1.h: New file.
779         * tests/unistdio/test-ulc-printf1.h: New file.
780         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
781         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
782         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
783         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
784         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
785         * tests/unistdio/test-ulc-vasprintf1.c: New file.
786         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
787         * tests/unistdio/test-ulc-vsprintf1.c: New file.
788         * tests/unistdio/test-u8-asnprintf1.c: New file.
789         * tests/unistdio/test-u8-asnprintf1.h: New file.
790         * tests/unistdio/test-u8-printf1.h: New file.
791         * tests/unistdio/test-u8-vasnprintf1.c: New file.
792         * tests/unistdio/test-u8-vasnprintf2.c: New file.
793         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
794         * tests/unistdio/test-u8-vasnprintf3.c: New file.
795         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
796         * tests/unistdio/test-u8-vasprintf1.c: New file.
797         * tests/unistdio/test-u8-vsnprintf1.c: New file.
798         * tests/unistdio/test-u8-vsprintf1.c: New file.
799         * tests/unistdio/test-u16-asnprintf1.c: New file.
800         * tests/unistdio/test-u16-asnprintf1.h: New file.
801         * tests/unistdio/test-u16-printf1.h: New file.
802         * tests/unistdio/test-u16-vasnprintf1.c: New file.
803         * tests/unistdio/test-u16-vasnprintf2.c: New file.
804         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
805         * tests/unistdio/test-u16-vasnprintf3.c: New file.
806         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
807         * tests/unistdio/test-u16-vasprintf1.c: New file.
808         * tests/unistdio/test-u16-vsnprintf1.c: New file.
809         * tests/unistdio/test-u16-vsprintf1.c: New file.
810         * tests/unistdio/test-u32-asnprintf1.c: New file.
811         * tests/unistdio/test-u32-asnprintf1.h: New file.
812         * tests/unistdio/test-u32-printf1.h: New file.
813         * tests/unistdio/test-u32-vasnprintf1.c: New file.
814         * tests/unistdio/test-u32-vasnprintf2.c: New file.
815         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
816         * tests/unistdio/test-u32-vasnprintf3.c: New file.
817         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
818         * tests/unistdio/test-u32-vasprintf1.c: New file.
819         * tests/unistdio/test-u32-vsnprintf1.c: New file.
820         * tests/unistdio/test-u32-vsprintf1.c: New file.
821         * modules/unistdio/base: New file.
822         * modules/unistdio/u-printf-args: New file.
823         * modules/unistdio/ulc-asnprintf: New file.
824         * modules/unistdio/ulc-asprintf: New file.
825         * modules/unistdio/ulc-fprintf: New file.
826         * modules/unistdio/ulc-printf-parse: New file.
827         * modules/unistdio/ulc-snprintf: New file.
828         * modules/unistdio/ulc-sprintf: New file.
829         * modules/unistdio/ulc-vasnprintf: New file.
830         * modules/unistdio/ulc-vasprintf: New file.
831         * modules/unistdio/ulc-vfprintf: New file.
832         * modules/unistdio/ulc-vsnprintf: New file.
833         * modules/unistdio/ulc-vsprintf: New file.
834         * modules/unistdio/u8-asnprintf: New file.
835         * modules/unistdio/u8-asprintf: New file.
836         * modules/unistdio/u8-printf-parse: New file.
837         * modules/unistdio/u8-snprintf: New file.
838         * modules/unistdio/u8-sprintf: New file.
839         * modules/unistdio/u8-vasnprintf: New file.
840         * modules/unistdio/u8-vasprintf: New file.
841         * modules/unistdio/u8-vsnprintf: New file.
842         * modules/unistdio/u8-vsprintf: New file.
843         * modules/unistdio/u8-u8-asnprintf: New file.
844         * modules/unistdio/u8-u8-asprintf: New file.
845         * modules/unistdio/u8-u8-snprintf: New file.
846         * modules/unistdio/u8-u8-sprintf: New file.
847         * modules/unistdio/u8-u8-vasnprintf: New file.
848         * modules/unistdio/u8-u8-vasprintf: New file.
849         * modules/unistdio/u8-u8-vsnprintf: New file.
850         * modules/unistdio/u8-u8-vsprintf: New file.
851         * modules/unistdio/u16-asnprintf: New file.
852         * modules/unistdio/u16-asprintf: New file.
853         * modules/unistdio/u16-printf-parse: New file.
854         * modules/unistdio/u16-snprintf: New file.
855         * modules/unistdio/u16-sprintf: New file.
856         * modules/unistdio/u16-vasnprintf: New file.
857         * modules/unistdio/u16-vasprintf: New file.
858         * modules/unistdio/u16-vsnprintf: New file.
859         * modules/unistdio/u16-vsprintf: New file.
860         * modules/unistdio/u16-u16-asnprintf: New file.
861         * modules/unistdio/u16-u16-asprintf: New file.
862         * modules/unistdio/u16-u16-snprintf: New file.
863         * modules/unistdio/u16-u16-sprintf: New file.
864         * modules/unistdio/u16-u16-vasnprintf: New file.
865         * modules/unistdio/u16-u16-vasprintf: New file.
866         * modules/unistdio/u16-u16-vsnprintf: New file.
867         * modules/unistdio/u16-u16-vsprintf: New file.
868         * modules/unistdio/u32-asnprintf: New file.
869         * modules/unistdio/u32-asprintf: New file.
870         * modules/unistdio/u32-printf-parse: New file.
871         * modules/unistdio/u32-snprintf: New file.
872         * modules/unistdio/u32-sprintf: New file.
873         * modules/unistdio/u32-vasnprintf: New file.
874         * modules/unistdio/u32-vasprintf: New file.
875         * modules/unistdio/u32-vsnprintf: New file.
876         * modules/unistdio/u32-vsprintf: New file.
877         * modules/unistdio/u32-u32-asnprintf: New file.
878         * modules/unistdio/u32-u32-asprintf: New file.
879         * modules/unistdio/u32-u32-snprintf: New file.
880         * modules/unistdio/u32-u32-sprintf: New file.
881         * modules/unistdio/u32-u32-vasnprintf: New file.
882         * modules/unistdio/u32-u32-vasprintf: New file.
883         * modules/unistdio/u32-u32-vsnprintf: New file.
884         * modules/unistdio/u32-u32-vsprintf: New file.
885         * modules/unistdio/ulc-asnprintf-tests: New file.
886         * modules/unistdio/ulc-vasnprintf-tests: New file.
887         * modules/unistdio/ulc-vasprintf-tests: New file.
888         * modules/unistdio/ulc-vsnprintf-tests: New file.
889         * modules/unistdio/ulc-vsprintf-tests: New file.
890         * modules/unistdio/u8-asnprintf-tests: New file.
891         * modules/unistdio/u8-vasnprintf-tests: New file.
892         * modules/unistdio/u8-vasprintf-tests: New file.
893         * modules/unistdio/u8-vsnprintf-tests: New file.
894         * modules/unistdio/u8-vsprintf-tests: New file.
895         * modules/unistdio/u16-asnprintf-tests: New file.
896         * modules/unistdio/u16-vasnprintf-tests: New file.
897         * modules/unistdio/u16-vasprintf-tests: New file.
898         * modules/unistdio/u16-vsnprintf-tests: New file.
899         * modules/unistdio/u16-vsprintf-tests: New file.
900         * modules/unistdio/u32-asnprintf-tests: New file.
901         * modules/unistdio/u32-vasnprintf-tests: New file.
902         * modules/unistdio/u32-vasprintf-tests: New file.
903         * modules/unistdio/u32-vsnprintf-tests: New file.
904         * modules/unistdio/u32-vsprintf-tests: New file.
905         * MODULES.html.sh (Unicode string functions): Add the new modules.
906
907 2007-07-01  Bruno Haible  <bruno@clisp.org>
908
909         * lib/sprintf.c (sprintf): Limit the available length estimation,
910         to avoid address wraparound.
911         * lib/vsprintf.c (vsprintf): Likewise.
912         * modules/sprintf-posix (Dependencies): Add stdint.
913         * modules/vsprintf-posix (Dependencies): Likewise.
914
915 2007-07-01  Bruno Haible  <bruno@clisp.org>
916
917         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
918         Windows PATH as well. Conservative double-quoting. Comments.
919
920 2007-07-01  Bruno Haible  <bruno@clisp.org>
921             Eric Blake  <ebb9@byu.net>
922             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
923
924         * gnulib-tool (self_abspathname): Fix algorithm to cope with
925         empty components in $PATH, denoting '.'.
926
927 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
928
929         * gnulib-tool: Fix indentation.
930         (func_create_megatestdir): Likewise.
931         Report by Bruno Haible.
932
933 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
934
935         Sync from Automake.
936         * build-aux/gnupload: Fix shell portability issues with for loops.
937         Report by Karl Berry.
938
939 2007-06-29  Simon Josefsson  <simon@josefsson.org>
940
941         * build-aux/maint.mk (POURL): Use translationproject.org.
942
943 2007-06-27  Simon Josefsson  <simon@josefsson.org>
944             Bruno Haible  <bruno@clisp.org>
945
946         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
947         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
948         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
949         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
950         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
951
952 2007-06-27  Bruno Haible  <bruno@clisp.org>
953
954         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
955         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
956
957 2007-06-26  Karl Berry  <karl@gnu.org>
958
959         * MODULES.html.sh: remove xreadlink-with-size.
960
961 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
962
963         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
964         method that I hope also handles the double-include problem noted
965         by Bruno Haible in
966         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
967
968 2007-06-23  Bruno Haible  <bruno@clisp.org>
969
970         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
971         Don't let the 'mostlyclean' target fail if the last subdirectory could
972         not be removed.
973         Reported by Karl Berry.
974
975 2007-06-23  Bruno Haible  <bruno@clisp.org>
976
977         * gnulib-tool (echo): Add a speedier workaround for ksh.
978         * tests/test-echo.sh: Likewise.
979
980 2007-06-23  Bruno Haible  <bruno@clisp.org>
981
982         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
983         * tests/test-echo.sh: Likewise.
984
985 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
986
987         * gnulib-tool (IFS): Initialize early, so we don't set it to
988         empty later.
989         (self_abspathname): Rewrite algorithm to set it, reindent.
990         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
991         (func_create_megatestdir): Merge some sed scripts.
992
993 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
994
995         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
996         exposed by Sun Studio 11 cc on Solaris 8.
997
998 2007-06-22  Bruno Haible  <bruno@clisp.org>
999
1000         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1001         backslashes.
1002         * tests/test-echo.sh: New file.
1003
1004 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1005
1006         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1007         simplify `sed_replace_build_aux' scripts, they are portable but
1008         echoing them with `echo' is not.
1009         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1010
1011 2007-06-21  Karl Berry  <karl@gnu.org>
1012
1013         * config/srclist.txt: guess we can't handle the licenses via
1014         srclist at the moment.
1015
1016 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1017
1018         * MODULES.html.sh: Add include_next.
1019         * modules/include_next: New file.
1020
1021 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1022
1023         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1024         INCLUDE_NEXT.
1025         (gl_CHECK_NEXT_HEADERS): New macro.
1026         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1027         the obsolescent gl_ABSOLUTE_HEADER.
1028         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1029         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1030         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1031         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1032         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1033         * m4/math_h.m4 (gl_MATH_H): Likewise.
1034         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1035         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1036         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1037         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1038         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1039         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1040         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1041         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1042         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1043         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1044         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1045         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1046         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1047         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1048         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1049         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1050         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1051         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1052         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1053         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1054         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1055         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1056         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1057         * lib/float_.h: Likewise.
1058         * lib/inttypes_.h: Likewise.
1059         * lib/math_.h: Likewise.
1060         * lib/search_.h: Likewise.
1061         * lib/signal_.h: Likewise.
1062         * lib/stdint_.h: Likewise.
1063         * lib/stdio_.h: Likewise.
1064         * lib/stdlib_.h: Likewise.
1065         * lib/string_.h: Likewise.
1066         * lib/sys_stat_.h: Likewise.
1067         * lib/sys_time_.h: Likewise.
1068         * lib/time_.h: Likewise.
1069         * lib/unistd_.h: Likewise.
1070         * lib/wchar_.h: Likewise.
1071         * lib/wctype_.h: Likewise.
1072         * lib/dirent_.h: Likewise.
1073         * lib/iconv_.h: Likewise.
1074         * lib/locale_.h: Likewise.
1075         * lib/netinet_in_.h: Likewise.
1076         * lib/sys_select_.h: Likewise.
1077         * lib/sys_socket_.h: Likewise.
1078         * lib/sysexits_.h: Likewise.
1079         * modules/fcntl (Depends-on): Depend on include_next, not
1080         absolute_header.
1081         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1082         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1083         * modules/fchdir: Likewise.
1084         * modules/float: Likewise.
1085         * modules/iconv_open: Likewise.
1086         * modules/inttypes: Likewise.
1087         * modules/locale: Likewise.
1088         * modules/math: Likewise.
1089         * modules/netinet_in: Likewise.
1090         * modules/search: Likewise.
1091         * modules/signal: Likewise.
1092         * modules/stdint: Likewise.
1093         * modules/stdio: Likewise.
1094         * modules/stdlib: Likewise.
1095         * modules/string: Likewise.
1096         * modules/sys_select: Likewise.
1097         * modules/sys_socket: Likewise.
1098         * modules/sys_stat: Likewise.
1099         * modules/sys_time: Likewise.
1100         * modules/sysexits: Likewise.
1101         * modules/time: Likewise.
1102         * modules/unistd: Likewise.
1103         * modules/wchar: Likewise.
1104         * modules/wctype: Likewise.
1105         * modules/sys_stat: Change maintainer to "all".
1106         * modules/unistd: Likewise.
1107
1108 2007-06-20  Karl Berry  <karl@gnu.org>
1109
1110         * config/srclist.txt: track www changes in license files.
1111
1112 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1113
1114         * build-aux/bootstrap: Remove stray dot.
1115         Make sure build_aux settings are honored when linking
1116         gnulib_extra_files.
1117
1118 2007-06-19  Eric Blake  <ebb9@byu.net>
1119
1120         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1121         Allow compilation on cygwin.
1122
1123 2007-06-19  Jim Meyering  <jim@meyering.net>
1124
1125         xreadlink-with-size: Remove module.  No longer used.
1126         Ex-callers now use xreadlink or mreadlink-with-size.
1127         * modules/xreadlink-with-size: Remove module.
1128         * lib/xreadlink-with-size.c: Remove file.
1129         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1130         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1131         just before the function definition *is* accurate.
1132
1133         Eliminate one way canonicalize_filename_mode could exit.
1134         * lib/canonicalize.c (canonicalize_filename_mode):
1135         Use mreadlink_with_size, not xreadlink_with_size.
1136
1137 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1138
1139         Detect porting problems to FreeBSD/arm, which has time_t wider than
1140         long int.  Original problem reported for GNU diff by Xin Li in
1141         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1142         * modules/getdate (Depends-on): Add intprops, verify.
1143         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1144         is an integer type no wider than long int.
1145
1146 2007-06-18  Jim Meyering  <jim@meyering.net>
1147
1148         New module: mreadlink-with-size.
1149         * MODULES.html.sh: Add mreadlink-with-size.
1150         * modules/mreadlink-with-size: New module
1151         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1152         not xreadlink-with-size.
1153         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1154
1155 2007-06-16  Bruno Haible  <bruno@clisp.org>
1156
1157         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1158         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1159         Reported by Gary V. Vaughan <gary@gnu.org>.
1160
1161 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1162
1163         Revamp lchown so that it lives in unistd.h where it belongs.
1164         * lib/lchown.h: Remove.
1165         * lib/dirchownmod.c: Don't include lib/lchown.h.
1166         * lib/fchownat.c: Likewise.
1167         * lib/openat.c: Likewise.
1168         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1169         does not follow symlinks.
1170         (EOPNOTSUPP): Define if not defined.
1171         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1172         is defined to 0.
1173         (lchown): New decl.
1174         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1175         Do not check for lchown decl.
1176         Set REPLACE_LCHOWN.
1177         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1178         REPLACE_LCHOWN.
1179         * modules/chown: Make it clear it follows symlinks.
1180         * modules/lchown: Make it clear it doesn't follow symlinks.
1181         (Files): Remove lib/lchown.h
1182         (Depends-on): Add unistd.
1183         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1184         (Include): Include <unistd.h>, not "lchown.h".
1185         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1186         REPLACE_LCHOWN.
1187
1188 2007-06-15  Jim Meyering  <jim@meyering.net>
1189
1190         Change license (GPL to LGPL) of fsusage and dependents.
1191         * modules/fsusage (License): Change to LGPL.
1192         * modules/full-read (License): Likewise.
1193         * modules/full-write (License): Likewise.
1194         * modules/safe-read (License): Likewise.
1195         * modules/safe-write (License): Likewise.
1196
1197 2007-06-14  Ben Pfaff  <blp@gnu.org>
1198
1199         Missing part of allocsa -> malloca transition.
1200         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1201         gl_MALLOCA.
1202
1203 2007-06-12  Bruno Haible  <bruno@clisp.org>
1204
1205         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1206         to ia64, x86_64, i386.
1207         Reported by Eric Blake.
1208
1209 2007-06-12  Bruno Haible  <bruno@clisp.org>
1210
1211         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1212         cross-compiling to x86_64.
1213
1214 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1215
1216         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1217         glitch reported by Ralf Wildenhues in
1218         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1219
1220         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1221         Vin Shelton.
1222
1223 2007-06-11  Bruno Haible  <bruno@clisp.org>
1224
1225         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1226         replacement string.
1227         Reported by Eric Blake.
1228
1229 2007-06-10  Bruno Haible  <bruno@clisp.org>
1230
1231         Prepare vasnprintf code for use with Unicode strings.
1232         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1233         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1234         TYPE_U32_STRING.
1235         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1236         a_u32_string variants.
1237         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1238         * lib/printf-args.c: Don't include config.h and the specification
1239         header if PRINTF_FETCHARGS is already defined.
1240         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1241         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1242         TYPE_U16_STRING, TYPE_U32_STRING.
1243         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1244         u16_directive, u16_directives, u32_directive, u32_directives): New
1245         types.
1246         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1247         New declarations.
1248         * lib/printf-parse.c: Don't include config.h and the specification
1249         header if PRINTF_PARSE is already defined. Eliminate the set of
1250         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1251         them now. Include c-ctype.h.
1252         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1253         directive and CHAR_T_ONLY_ASCII.
1254         * lib/vasnprintf.c: Don't include config.h and the specification header
1255         if VASNPRINTF is already defined.
1256         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1257         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1258         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1259         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1260         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1261         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1262         code accordingly.
1263         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1264         pad_ourselves also in this case, with the 'c' and 's' directives, and
1265         with a different notion of "width".
1266         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1267
1268 2007-06-10  Bruno Haible  <bruno@clisp.org>
1269
1270         * modules/unistr/u32-mbsnlen: New file.
1271         * lib/unistr/u32-mbsnlen.c: New file.
1272
1273         * modules/unistr/u16-mbsnlen: New file.
1274         * lib/unistr/u16-mbsnlen.c: New file.
1275
1276         * modules/unistr/u8-mbsnlen: New file.
1277         * lib/unistr/u8-mbsnlen.c: New file.
1278
1279         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1280         declarations.
1281
1282 2007-06-10  Bruno Haible  <bruno@clisp.org>
1283
1284         * lib/string_.h (mbsnlen): New declaration.
1285         * lib/mbsnlen.c: New file.
1286         * m4/mbsnlen.m4: New file.
1287         * modules/mbsnlen: New file.
1288         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1289         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1290         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1291
1292 2007-06-10  Bruno Haible  <bruno@clisp.org>
1293
1294         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1295
1296 2007-06-10  Bruno Haible  <bruno@clisp.org>
1297
1298         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1299         * lib/mbuiter.h: Likewise.
1300
1301 2007-06-10  Bruno Haible  <bruno@clisp.org>
1302
1303         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1304         declaration.
1305
1306 2007-06-10  Karl Berry  <karl@gnu.org>
1307
1308         * config/srclist.txt: remove gettext entries, Bruno prefers
1309         to update individually.
1310
1311 2007-06-10  Bruno Haible  <bruno@clisp.org>
1312
1313         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1314         'maxlen'. Ensure only length + width bytes are allocated, not
1315         length + 1 + width.
1316
1317 2007-06-09  Bruno Haible  <bruno@clisp.org>
1318
1319         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1320         (CHAR_T): Remove macro.
1321         (VASNPRINTF): Update.
1322
1323 2007-06-09  Bruno Haible  <bruno@clisp.org>
1324
1325         * MODULES.html.sh (Unicode string functions): Add the new modules.
1326
1327         * modules/uniconv/u32-conv-to-enc: New file.
1328         * lib/uniconv/u32-conv-to-enc.c: New file.
1329         * modules/uniconv/u32-conv-to-enc-tests: New file.
1330         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1331
1332         * modules/uniconv/u16-conv-to-enc: New file.
1333         * lib/uniconv/u16-conv-to-enc.c: New file.
1334         * lib/uniconv/u-conv-to-enc.h: New file.
1335         * modules/uniconv/u16-conv-to-enc-tests: New file.
1336         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1337
1338         * modules/uniconv/u8-conv-to-enc: New file.
1339         * lib/uniconv/u8-conv-to-enc.c: New file.
1340         * modules/uniconv/u8-conv-to-enc-tests: New file.
1341         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1342
1343         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1344         u32_conv_to_encoding): New declarations.
1345
1346 2007-06-09  Bruno Haible  <bruno@clisp.org>
1347
1348         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1349
1350 2007-06-09  Bruno Haible  <bruno@clisp.org>
1351
1352         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1353         * modules/malloca: Renamed from modules/allocsa, updated.
1354         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1355         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1356         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1357         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1358         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1359         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1360         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1361         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1362         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1363         * modules/c-strcasestr (Depends-on): Update.
1364         * lib/c-strcasestr.c: Update.
1365         * modules/c-strstr (Depends-on): Update.
1366         * lib/c-strstr.c: Update.
1367         * modules/canonicalize-lgpl (Depends-on): Update.
1368         * lib/canonicalize-lgpl.c: Update.
1369         * modules/clean-temp (Depends-on): Update.
1370         * lib/clean-temp.c: Update.
1371         * modules/csharpcomp (Depends-on): Update.
1372         * lib/csharpcomp.c: Update.
1373         * modules/csharpexec (Depends-on): Update.
1374         * lib/csharpexec.c: Update.
1375         * modules/javacomp (Depends-on): Update.
1376         * lib/javacomp.c: Update.
1377         * modules/javaexec (Depends-on): Update.
1378         * lib/javaexec.c: Update.
1379         * modules/mbscasestr (Depends-on): Update.
1380         * lib/mbscasestr.c: Update.
1381         * modules/mbsstr (Depends-on): Update.
1382         * lib/mbsstr.c: Update.
1383         * modules/setenv (Depends-on): Update.
1384         * lib/setenv.c: Update.
1385         * modules/strcasestr (Depends-on): Update.
1386         * lib/strcasestr.c: Update.
1387         * modules/striconveha (Depends-on): Update.
1388         * lib/striconveha.c: Update.
1389         * modules/relocatable-prog-wrapper (Files): Update.
1390         * lib/relocwrapper.c: Update.
1391         * build-aux/install-reloc: Update.
1392         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1393
1394 2007-06-08  Bruno Haible  <bruno@clisp.org>
1395
1396         Port to uClibc.
1397         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1398         * lib/fpurge.c (fpurge): Likewise.
1399         * lib/freading.c (freading): Likewise.
1400         * lib/fseeko.c (rpl_fseeko): Likewise.
1401         * lib/fseterr.c (fseterr): Likewise.
1402         * lib/fwriting.c (fwriting): Likewise.
1403         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1404
1405 2007-06-08  Bruno Haible  <bruno@clisp.org>
1406
1407         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1408         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1409         * modules/gettext (Files): Add m4/intlmacosx.m4.
1410
1411 2007-06-07  Bruno Haible  <bruno@clisp.org>
1412
1413         * modules/localename-tests: New file.
1414         * tests/test-localename.c: New file.
1415
1416         New module 'localename'.
1417         * lib/localename.h: New file.
1418         * lib/localename.c: New file, from GNU gettext.
1419         * m4/localename.m4: New file.
1420         * modules/localename: New file.
1421
1422 2007-06-07  Bruno Haible  <bruno@clisp.org>
1423
1424         Work around the lack of <wchar.h> on some builds of uClibc.
1425         * doc/headers/wchar.texi: Update.
1426         * lib/wchar_.h: Include <wchar.h> only if it exists.
1427         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1428         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1429         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1430         doesn't exist.
1431         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1432         * modules/mbfile (Depends-on): Add wchar.
1433         * modules/mbiter (Depends-on): Likewise.
1434         * modules/mbuiter (Depends-on): Likewise.
1435         Reported by Simon Josefsson.
1436
1437 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1438
1439         Work around problem reported by Steven M. Schweda in
1440         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1441         Tru64 5.1B with the Compaq compiler environment installed declares
1442         an 'isblank' function but does not define it in the C library.
1443         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1444         * lib/regex_internal.h (isblank): Likewise.
1445         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1446         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1447
1448 2007-06-05  Bruno Haible  <bruno@clisp.org>
1449
1450         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1451         ia64.
1452         * modules/printf-safe: New file.
1453         * modules/fprintf-posix (Depends-on): Add printf-safe.
1454         * modules/printf-posix (Depends-on): Likewise.
1455         * modules/snprintf-posix (Depends-on): Likewise.
1456         * modules/sprintf-posix (Depends-on): Likewise.
1457         * modules/vasnprintf-posix (Depends-on): Likewise.
1458         * modules/vasprintf-posix (Depends-on): Likewise.
1459         * modules/vfprintf-posix (Depends-on): Likewise.
1460         * modules/vprintf-posix (Depends-on): Likewise.
1461         * modules/vsnprintf-posix (Depends-on): Likewise.
1462         * modules/vsprintf-posix (Depends-on): Likewise.
1463         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1464         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1465         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1466         "no" on i386, x86_64, ia64.
1467         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1468         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1469         on i386, x86_64, ia64.
1470         * tests/test-sprintf-posix.h (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-vasnprintf-posix.c: Include float.h.
1474         (LDBL80_WORDS): New macro.
1475         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1476         on i386, x86_64, ia64.
1477         * tests/test-vasprintf-posix.c: Include float.h.
1478         (LDBL80_WORDS): New macro.
1479         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1480         on i386, x86_64, ia64.
1481         * tests/test-snprintf-posix.c: Include float.h.
1482         * tests/test-sprintf-posix.c: Likewise.
1483         * tests/test-vsnprintf-posix.c: Likewise.
1484         * tests/test-vsprintf-posix.c: Likewise.
1485
1486 2007-06-05  Bruno Haible  <bruno@clisp.org>
1487
1488         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1489         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1490         non-IEEE numbers on i386, x86_64, ia64.
1491         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1492         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1493         * tests/test-isnanl.h: Include float.h.
1494         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1495
1496 2007-06-05  Bruno Haible  <bruno@clisp.org>
1497
1498         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1499         also the %a / %A. Handle the %a / %A code before this extra handling.
1500
1501 2007-06-05  Bruno Haible  <bruno@clisp.org>
1502
1503         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1504         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1505
1506 2007-06-05  Bruno Haible  <bruno@clisp.org>
1507
1508         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1509         typo in variable name.
1510
1511 2007-06-05  Eric Blake  <ebb9@byu.net>
1512
1513         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1514         Reported by Simon Josefsson.
1515
1516 2007-06-04  Bruno Haible  <bruno@clisp.org>
1517
1518         Avoid test failures on some PowerPC platforms.
1519         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1520         Define differently for PowerPC.
1521         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1522         Reported by Gary V. Vaughan <gary@gnu.org>.
1523
1524 2007-06-02  Bruno Haible  <bruno@clisp.org>
1525
1526         Fix test-stdint failure on FreeBSD/ia64.
1527         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1528         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1529         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1530         * doc/headers/stdint.texi: Update.
1531
1532 2007-06-01  Bruno Haible  <bruno@clisp.org>
1533
1534         * tests/test-binary-io.c (main): Pass a third argument to open().
1535         Reported by Gary V. Vaughan <gary@gnu.org>.
1536
1537 2007-06-01  Bruno Haible  <bruno@clisp.org>
1538
1539         * doc/functions/frexpl.texi: Update for mingw.
1540
1541 2007-06-01  Bruno Haible  <bruno@clisp.org>
1542
1543         * tests/test-lseek.c (main): Disable test of errno for invalid third
1544         argument.
1545         * doc/functions/lseek.texi: Update.
1546         Reported by Gary V. Vaughan <gary@gnu.org>.
1547
1548 2007-05-28  Bruno Haible  <bruno@clisp.org>
1549
1550         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1551
1552 2007-05-31  Eric Blake  <ebb9@byu.net>
1553
1554         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1555         cross compiling.
1556
1557 2007-05-30  Eric Blake  <ebb9@byu.net>
1558         and Bruno Haible  <bruno@clisp.org>
1559
1560         Work around mingw test failures exposed by m4-1.4.9b.
1561         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1562         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1563         moment.
1564
1565 2007-05-30  Bruno Haible  <bruno@clisp.org>
1566
1567         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1568         assuming that they are closed. Needed on HP-UX 11.
1569
1570 2007-05-29  Bruno Haible  <bruno@clisp.org>
1571
1572         Fix a problem with #include_next.
1573         * lib/dirent_.h: Split the double-inclusion guard.
1574         * lib/fcntl_.h: Likewise.
1575         * lib/float_.h: Likewise.
1576         * lib/iconv_.h: Likewise.
1577         * lib/inttypes_.h: Likewise.
1578         * lib/locale_.h: Likewise.
1579         * lib/math_.h: Likewise.
1580         * lib/netinet_in_.h: Likewise.
1581         * lib/search_.h: Likewise.
1582         * lib/signal_.h: Likewise.
1583         * lib/stdint_.h: Likewise.
1584         * lib/stdio_.h: Likewise.
1585         * lib/stdlib_.h: Likewise.
1586         * lib/string_.h: Likewise.
1587         * lib/sys_select_.h: Likewise.
1588         * lib/sys_socket_.h: Likewise.
1589         * lib/sys_stat_.h: Likewise.
1590         * lib/sys_time_.h: Likewise.
1591         * lib/sysexits_.h: Likewise.
1592         * lib/time_.h: Likewise.
1593         * lib/unistd_.h: Likewise.
1594         * lib/wchar_.h: Likewise.
1595         * lib/wctype_.h: Likewise.
1596
1597 2007-05-29  Bruno Haible  <bruno@clisp.org>
1598
1599         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1600         for the moment.
1601
1602 2007-05-29  Bruno Haible  <bruno@clisp.org>
1603
1604         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1605         invocation.
1606         Reported by Eric Blake.
1607
1608 2007-05-29  Bruno Haible  <bruno@clisp.org>
1609
1610         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1611         compiling case.
1612
1613 2007-05-29  Eric Blake  <ebb9@byu.net>
1614             Bruno Haible  <bruno@clisp.org>
1615
1616         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1617         cross compiles.
1618
1619 2007-05-28  Eric Blake  <ebb9@byu.net>
1620
1621         * modules/closein-tests (test_closein_LDADD): Support test on
1622         cygwin with libtool.
1623
1624 2007-05-28  Bruno Haible  <bruno@clisp.org>
1625
1626         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1627         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1628         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1629         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1630         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1631         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1632         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1633         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1634         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1635
1636 2007-05-28  Eric Blake  <ebb9@byu.net>
1637
1638         Unconditionally include <config.h> in unit tests.
1639         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1640         * tests/test-allocsa.c, tests/test-arcfour.c,
1641         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1642         tests/test-array_list.c, tests/test-array_oset.c,
1643         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1644         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1645         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1646         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1647         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1648         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1649         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1650         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1651         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1652         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1653         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1654         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1655         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1656         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1657         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1658         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1659         test-md5.c, test-memmem.c, test-printf-posix.c,
1660         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1661         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1662         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1663         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1664         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1665         test-vasnprintf-posix2.c, test-vasnprintf.c,
1666         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1667         test-vfprintf-posix.c, test-vprintf-posix.c,
1668         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1669         test-xvasprintf.c: Likewise.
1670
1671 2007-05-28  Bruno Haible  <bruno@clisp.org>
1672
1673         * gnulib-tool (func_import): Remember the --with-tests command-line
1674         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1675         Reported by Eric Blake.
1676
1677 2007-05-28  Bruno Haible  <bruno@clisp.org>
1678
1679         * modules/ftell-tests: New file.
1680         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1681         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1682
1683         * lib/ftell.c: New file.
1684         * modules/ftell: New file.
1685         * m4/ftell.m4: New file.
1686         * doc/functions/ftell.texi: Update.
1687         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1688         REPLACE_FTELL.
1689         * lib/stdio_.h (rpl_ftell): New declaration.
1690         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1691         REPLACE_FTELL.
1692
1693 2007-05-28  Eric Blake  <ebb9@byu.net>
1694
1695         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1696
1697 2007-05-28  Bruno Haible  <bruno@clisp.org>
1698
1699         * modules/fseek-tests: New file.
1700         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1701         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1702
1703         * lib/fseek.c: New file.
1704         * modules/fseek: New file.
1705         * m4/fseek.m4: New file.
1706         * doc/functions/fseek.texi: Update.
1707         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1708         REPLACE_FSEEK.
1709         * lib/stdio_.h (rpl_fseek): New declaration.
1710         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1711         REPLACE_FSEEK.
1712
1713 2007-05-28  Bruno Haible  <bruno@clisp.org>
1714
1715         * lib/stdio_.h (fflush): More comments.
1716
1717 2007-05-28  Bruno Haible  <bruno@clisp.org>
1718
1719         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1720         runtime test.
1721
1722 2007-05-28  Eric Blake  <ebb9@byu.net>
1723
1724         Improve lseek module.
1725         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1726         * lib/unistd_.h (lseek): Scale back link warning message.
1727         * tests/test-lseek.c: Beef up test.
1728         * tests/test-lseek.sh: Exercise more facets of lseek.
1729         Reported by Bruno Haible.
1730
1731 2007-05-28  Bruno Haible  <bruno@clisp.org>
1732
1733         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1734         to define.
1735
1736 2007-05-27  Bruno Haible  <bruno@clisp.org>
1737
1738         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1739
1740 2007-05-27  Bruno Haible  <bruno@clisp.org>
1741
1742         * modules/openmp: New file.
1743         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1744         Noah Misch.
1745
1746 2007-05-26  Bruno Haible  <bruno@clisp.org>
1747
1748         * modules/chdir-long (Depends-on): Add fchdir.
1749         * modules/chdir-safer (Depends-on): Likewise.
1750         * modules/fts (Depends-on): Likewise.
1751         * modules/fts-lgpl (Depends-on): Likewise.
1752         * modules/openat (Depends-on): Likewise.
1753         * modules/savewd (Depends-on): Likewise.
1754
1755 2007-05-24  Eric Blake  <ebb9@byu.net>
1756
1757         Fix lseek on mingw.
1758         * modules/lseek: New module.
1759         * m4/lseek.m4: New file.
1760         * lib/lseek.c: New file.
1761         * modules/lseek-tests: New file.
1762         * tests/test-lseek.c: New file.
1763         * tests/test-lseek.sh: New file.
1764         * MODULES.html.sh: Document lseek module.
1765         * modules/fflush (Depends-on): Add lseek, fseeko.
1766         * modules/fseeko (Depends-on): Likewise.
1767         * modules/ftello (Depends-on): Likewise.
1768         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1769         broken.
1770         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1771         broken.
1772         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1773         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1774         * lib/ftello.c (rpl_ftello): Likewise.
1775         * tests/test-fseeko.c (main): Test this.
1776         * tests/test-fseeko.sh: Likewise.
1777         * tests/test-ftello.c (main): Likewise.
1778         * tests/test-ftello.sh: Likewise.
1779         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1780         implies replacing fseek.
1781         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1782         HAVE_FTELLO.
1783         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1784         * modules/unistd (Makefile.am): Likewise.
1785         * lib/unistd_.h (lseek): Declare a replacement.
1786         * doc/functions/lseek.texi (lseek): Document this fix.
1787         * doc/functions/fseek.texi (fseek): Likewise.
1788         * doc/functions/ftell.texi (ftell): Likewise.
1789
1790 2007-05-24  Bruno Haible  <bruno@clisp.org>
1791
1792         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1793         in the printed representation of a NaN.
1794         * tests/test-vasprintf-posix.c (test_function): Likewise.
1795         * tests/test-snprintf-posix.h (test_function): Likewise.
1796         * tests/test-sprintf-posix.h (test_function): Likewise.
1797         Reported by Eric Blake.
1798
1799 2007-05-23  Eric Blake  <ebb9@byu.net>
1800
1801         Fix fseeko/ftello on cygwin 1.5.24.
1802         * doc/functions/fseeko.texi (fseeko): Document the fix.
1803         * doc/functions/ftello.texi (ftello): Document the fix.
1804         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1805         * doc/functions/stdout.text (stdout): New file.
1806         * doc/functions/stderr.text (stderr): New file.
1807         * doc/gnulib.texi (Function Substitutes): Use new files.
1808         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1809         prior to 1.7.0.
1810         * tests/test-ftello.c (main): Likewise for ftello.
1811         * tests/test-fseeko.sh: New file.
1812         * tests/test-ftello.sh: New file.
1813         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1814         with seekable stdin.
1815         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1816         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1817         (gl_REPLACE_FSEEKO): New macro.
1818         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1819         * modules/fseeko (Files): Distribute fseeko.c.
1820         * modules/ftello (Files): Distribute ftello.c.
1821         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1822         mode.
1823         * lib/ftello.c (rpl_ftello): New file.
1824         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1825         fseeko, ftello.
1826         (gl_STDIN_LARGE_OFFSET): New macro.
1827         * modules/stdio (Makefile.am): Perform the replacement.
1828         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1829
1830 2007-05-23  Bruno Haible  <bruno@clisp.org>
1831
1832         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1833         GNULIB_POSIXCHECK is defined.
1834
1835 2007-05-21  Bruno Haible  <bruno@clisp.org>
1836
1837         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1838         Check also the output for NaN arguments. When cross-compiling, guess
1839         no on IRIX.
1840         * lib/vasnprintf.c: Update comments.
1841         * tests/test-vasnprintf-posix.c (strisnan): New function.
1842         (test_function): Use it.
1843         * tests/test-vasprintf-posix.c (strisnan): New function.
1844         (test_function): Use it.
1845         * tests/test-snprintf-posix.h (strisnan): New function.
1846         (test_function): Use it.
1847         * tests/test-sprintf-posix.h (strisnan): New function.
1848         (test_function): Use it.
1849         Reported by Eric Blake.
1850
1851 2007-05-20  Bruno Haible  <bruno@clisp.org>
1852
1853         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1854         numbers that fails on BeOS.
1855         * doc/functions/frexpl.texi: Update.
1856
1857 2007-05-20  Jim Meyering  <jim@meyering.net>
1858
1859         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1860         forced upon us by glibc-2.6.
1861
1862 2007-05-20  Bruno Haible  <bruno@clisp.org>
1863
1864         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1865         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1866         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1867         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1868         NEED_PRINTF_INFINITE.
1869         (is_infinitel): New function.
1870         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1871         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1872         gl_PREREQ_VASNPRINTF_INFINITE.
1873         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1874         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1875         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1876         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1877         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1878         gl_PREREQ_VASNPRINTF_INFINITE.
1879         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1880         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1881         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1882         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1883         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1884         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1885         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1886         * doc/functions/fprintf.texi: Update.
1887         * doc/functions/printf.texi: Update.
1888         * doc/functions/snprintf.texi: Update.
1889         * doc/functions/sprintf.texi: Update.
1890         * doc/functions/vfprintf.texi: Update.
1891         * doc/functions/vprintf.texi: Update.
1892         * doc/functions/vsnprintf.texi: Update.
1893         * doc/functions/vsprintf.texi: Update.
1894
1895 2007-05-20  Bruno Haible  <bruno@clisp.org>
1896
1897         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1898         was not found in libc.
1899         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1900
1901 2007-05-20  Bruno Haible  <bruno@clisp.org>
1902
1903         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1904         printed as "-nan" instead of "nan".
1905         * tests/test-vasprintf-posix.c (test_function): Likewise.
1906         * tests/test-snprintf-posix.h (test_function): Likewise.
1907         * tests/test-sprintf-posix.h (test_function): Likewise.
1908         Needed for HP-UX 11.
1909
1910 2007-05-20  Jim Meyering  <jim@meyering.net>
1911
1912         Fix buggy test for the fchownat-deref bug.
1913         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1914         symlink required for the run-test.  Without it, this test would
1915         always declare that fchownat doesn't work, and client code would
1916         unnecessarily use the replacement function with fixed libc.
1917         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1918         Reported by Greg Schafer.
1919
1920 2007-05-19  Bruno Haible  <bruno@clisp.org>
1921
1922         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1923         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1924         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1925         Needed for IRIX 6.5 and Solaris 2.5.1.
1926
1927 2007-05-19  Bruno Haible  <bruno@clisp.org>
1928
1929         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1930         (test_function): Skip tests involving -0.0 on platforms where
1931         -0.0 = 0.0.
1932         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1933         (test_function): Skip tests involving -0.0 on platforms where
1934         -0.0 = 0.0.
1935         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1936         (test_function): Skip tests involving -0.0 on platforms where
1937         -0.0 = 0.0.
1938         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1939         (test_function): Skip tests involving -0.0 on platforms where
1940         -0.0 = 0.0.
1941         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1942         tests.
1943         * tests/test-printf-posix.h (test_function): Likewise.
1944         * tests/test-printf-posix.output: Remove all -0.0 related results.
1945         Needed for IRIX 6.5.
1946
1947 2007-05-19  Bruno Haible  <bruno@clisp.org>
1948
1949         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1950         printed as "nan0x7fffffff" instead of "nan".
1951         * tests/test-vasprintf-posix.c (test_function): Likewise.
1952         * tests/test-snprintf-posix.h (test_function): Likewise.
1953         * tests/test-sprintf-posix.h (test_function): Likewise.
1954         * tests/test-fprintf-posix.h (NaN): Remove macro.
1955         (test_function): Remove all NaN related tests.
1956         * tests/test-printf-posix.h (NaN): Remove macro.
1957         (test_function): Remove all NaN related tests.
1958         * tests/test-printf-posix.output: Remove all NaN related results.
1959         Needed for IRIX 6.5.
1960
1961 2007-05-19  Bruno Haible  <bruno@clisp.org>
1962
1963         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1964         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1965
1966 2007-05-19  Bruno Haible  <bruno@clisp.org>
1967
1968         * lib/float_.h: New file.
1969         * m4/float_h.m4: New file.
1970         * modules/float: New file.
1971         * modules/isnanl (Dependencies): Add float.
1972         * modules/isnanl-nolibm (Dependencies): Likewise.
1973         * modules/mathl (Dependencies): Likewise.
1974         * modules/printf-frexpl (Dependencies): Likewise.
1975         * modules/signbit (Dependencies): Likewise.
1976         * modules/vasnprintf (Dependencies): Likewise.
1977         * doc/headers/float.texi: Update.
1978
1979 2007-05-19  Jim Meyering  <jim@meyering.net>
1980
1981         * lib/utimens.c (gl_futimens): Rename from futimens,
1982         now that glibc-2.6 declares futimens.
1983         * lib/utimens.h: Likewise.
1984
1985 2007-05-19  Bruno Haible  <bruno@clisp.org>
1986
1987         Avoid test failures on mingw.
1988         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1989         * tests/test-printf-posix.sh: Likewise.
1990         * tests/test-vfprintf-posix.sh: Likewise.
1991         * tests/test-vprintf-posix.sh: Likewise.
1992
1993 2007-05-19  Bruno Haible  <bruno@clisp.org>
1994
1995         Fix *printf result for NaN, Inf, -0.0 on mingw.
1996         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1997         * lib/vasnprintf.c: Include math.h and isnan.h.
1998         (is_infinite_or_zero): New function.
1999         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2000         values in the %f, %F, %e, %E, %g, %G directives.
2001         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2002         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2003         gl_PRINTF_INFINITE and test its result. Invoke
2004         gl_PREREQ_VASNPRINTF_INFINITE.
2005         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2006         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2007         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2008         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2009         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2010         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2011         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2012         * doc/functions/fprintf.texi: Update.
2013         * doc/functions/printf.texi: Update.
2014         * doc/functions/snprintf.texi: Update.
2015         * doc/functions/sprintf.texi: Update.
2016         * doc/functions/vfprintf.texi: Update.
2017         * doc/functions/vprintf.texi: Update.
2018         * doc/functions/vsnprintf.texi: Update.
2019         * doc/functions/vsprintf.texi: Update.
2020
2021 2007-05-19  Bruno Haible  <bruno@clisp.org>
2022
2023         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2024         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2025         Instead of multiplying with 10^k, set extra_zeroes to k.
2026         (scale10_round_long_double): Remove function.
2027
2028 2007-05-18  Bruno Haible  <bruno@clisp.org>
2029
2030         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2031         introduced on 2007-05-06.
2032
2033 2007-05-18  Bruno Haible  <bruno@clisp.org>
2034
2035         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2036         %g directives.
2037         * tests/test-vasprintf-posix.c (test_function): Likewise.
2038         * tests/test-snprintf-posix.h (test_function): Likewise.
2039         * tests/test-sprintf-posix.h (test_function): Likewise.
2040
2041 2007-05-18  Bruno Haible  <bruno@clisp.org>
2042
2043         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2044         (strmatch): New function.
2045         (test_function): Test the %f directive on numbers of various exponents.
2046         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2047         (strmatch): New function.
2048         (test_function): Test the %f directive on numbers of various exponents.
2049         * tests/test-snprintf-posix.h (strmatch): New function.
2050         (test_function): Test the %f directive on numbers of various exponents.
2051         * tests/test-sprintf-posix.h (strmatch): New function.
2052         (test_function): Test the %f directive on numbers of various exponents.
2053         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2054         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2055         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2056         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2057
2058 2007-05-18  Bruno Haible  <bruno@clisp.org>
2059
2060         Add support for 'long double' number output.
2061         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2062         * lib/vasnprintf.c: Include math.h and float+.h.
2063         (mp_limb_t): New type.
2064         (GMP_LIMB_BITS): New macro.
2065         (mp_twolimb_t): New type.
2066         (GMP_TWOLIMB_BITS): New macro.
2067         (mpn_t): New type.
2068         (multiply, divide, convert_to_decimal, decode_long_double,
2069         scale10_round_long_double, scale10_round_decimal_long_double,
2070         floorlog10l): New functions.
2071         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2072         for the %f, %F, %e, %E, %g, %G directives.
2073         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2074         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2075         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2076         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2077         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2078         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2079         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2080         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2081         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2082         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2083         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2084         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2085         * modules/snprintf-posix (Depends-on): Likewise.
2086         * modules/sprintf-posix (Depends-on): Likewise.
2087         * modules/vasnprintf-posix (Depends-on): Likewise.
2088         * modules/vasprintf-posix (Depends-on): Likewise.
2089         * modules/vfprintf-posix (Depends-on): Likewise.
2090         * modules/vsnprintf-posix (Depends-on): Likewise.
2091         * modules/vsprintf-posix (Depends-on): Likewise.
2092         * modules/vasnprintf (Files): Add lib/float+.h.
2093         * doc/functions/fprintf.texi: Update.
2094         * doc/functions/printf.texi: Update.
2095         * doc/functions/snprintf.texi: Update.
2096         * doc/functions/sprintf.texi: Update.
2097         * doc/functions/vfprintf.texi: Update.
2098         * doc/functions/vprintf.texi: Update.
2099         * doc/functions/vsnprintf.texi: Update.
2100         * doc/functions/vsprintf.texi: Update.
2101
2102 2007-05-18  Bruno Haible  <bruno@clisp.org>
2103
2104         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2105
2106 2007-05-18  Bruno Haible  <bruno@clisp.org>
2107
2108         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2109         for printing 64-bit integers. Needed for mingw.
2110
2111 2007-05-18  Bruno Haible  <bruno@clisp.org>
2112
2113         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2114         gl_FUNC_FREXPL_WORKS.
2115         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2116
2117 2007-05-18  Bruno Haible  <bruno@clisp.org>
2118
2119         * modules/frexpl-nolibm-tests: New file.
2120
2121         * modules/frexpl-nolibm: New file.
2122         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2123
2124 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2125
2126         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2127         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2128         GCC 4.2, which otherwise issues a lot of warnings.
2129         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2130         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2131         Likewise.
2132         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2133         * modules/iconv_open (iconv.h): Likewise.
2134         * modules/locale (locale.h): Likewise.
2135         * modules/netinet_in (netinet/in.h): Likewise.
2136         * modules/sys_select (sys_select.h): Likewise.
2137         * modules/sys_socket (sys/socket.h): Likewise.
2138         * modules/sys_stat (sys/stat.h): Likewise.
2139         * modules/sysexits (sysexits.h): Likewise.
2140         * modules/unistd (unistd.h): Likewise.
2141
2142 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2143
2144         * modules/closein-tests (Makefile.am): Distribute
2145         `test-closein.sh'.
2146
2147 2007-05-17  Bruno Haible  <bruno@clisp.org>
2148
2149         * tests/test-printf-posix.output: Renamed from
2150         tests/test-fprintf-posix.out.
2151         * modules/fprintf-posix-tests: Update.
2152         * modules/printf-posix-tests: Update.
2153         * modules/vfprintf-posix-tests: Update.
2154         * modules/vprintf-posix-tests: Update.
2155         * tests/test-fprintf-posix.sh: Update.
2156         * tests/test-printf-posix.sh: Update.
2157         * tests/test-vfprintf-posix.sh: Update.
2158         * tests/test-vprintf-posix.sh: Update.
2159         Reported by Ralf Wildenhues.
2160
2161 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2162
2163         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2164         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2165         GCC 4.2, which otherwise issues a lot of warnings.
2166         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2167         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2168         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2169         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2170         it should no longer be needed.
2171         * lib/string_.h: Likewise.
2172         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2173         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2174         * modules/inttypes (inttypes.h): Likewise.
2175         * modules/math (math.h): Likewise.
2176         * modules/search (search.h): Likewise.
2177         * modules/signal (signal.h): Likewise.
2178         * modules/stdint (stdint.h): Likewise.
2179         * modules/stdio (stdio.h): Likewise.
2180         * modules/stdlib (stdlib.h): Likewise.
2181         * modules/string (string.h): Likewise.
2182         * modules/sys_time (sys/time.h): Likewise.
2183         * modules/time (time.h): Likewise.
2184         * modules/wchar (wchar.h): Likewise.
2185         * modules/wctype (wtype.h): Likewise.
2186
2187 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2188
2189         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2190
2191 2007-05-13  Bruno Haible  <bruno@clisp.org>
2192
2193         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2194         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2195         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2196         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2197         (gl_PREREQ_STRTOK_R): Don't require it here.
2198
2199 2007-05-13  Bruno Haible  <bruno@clisp.org>
2200
2201         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2202         when used in C++ mode.
2203
2204 2007-05-12  Bruno Haible  <bruno@clisp.org>
2205
2206         * lib/linebuffer.h: Tweak doc.
2207         * lib/linebuffer.c: Likewise.
2208
2209 2007-05-12  James Youngman  <jay@gnu.org>
2210
2211         * lib/linebuffer.c (readlinebuffer_delim): New function,
2212         like readlinebuffer, but use a caller-specified delimiter.
2213         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2214         as the delimiter.
2215         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2216
2217 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2218
2219         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2220         * modules/openat (Files): Remove openat-die.c.
2221         (Depends-on): Add openat-die.
2222         * modules/openat-die: New module.
2223
2224 2007-05-06  Bruno Haible  <bruno@clisp.org>
2225
2226         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2227         Update with info about Cygwin.
2228         * doc/functions/fprintf.texi: Update.
2229         * doc/functions/printf.texi: Update.
2230         * doc/functions/snprintf.texi: Update.
2231         * doc/functions/sprintf.texi: Update.
2232         * doc/functions/vfprintf.texi: Update.
2233         * doc/functions/vprintf.texi: Update.
2234         * doc/functions/vsnprintf.texi: Update.
2235         * doc/functions/vsprintf.texi: Update.
2236         Reported by Eric Blake.
2237
2238 2007-05-06  Bruno Haible  <bruno@clisp.org>
2239
2240         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2241         padding ourselves for the floating-point directives.
2242         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2243         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2244         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2245         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2246         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2247         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2248         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2249         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2250         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2251         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2252         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2253         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2254         * tests/test-snprintf-posix.h (test_function): Also check the width
2255         and some flags in the %f directive.
2256         * tests/test-sprintf-posix.h (test_function): Likewise.
2257         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2258         * tests/test-vasprintf-posix.c (test_function): Likewise.
2259         * doc/functions/fprintf.texi: Update.
2260         * doc/functions/printf.texi: Update.
2261         * doc/functions/snprintf.texi: Update.
2262         * doc/functions/sprintf.texi: Update.
2263         * doc/functions/vfprintf.texi: Update.
2264         * doc/functions/vprintf.texi: Update.
2265         * doc/functions/vsnprintf.texi: Update.
2266         * doc/functions/vsprintf.texi: Update.
2267
2268 2007-05-06  Bruno Haible  <bruno@clisp.org>
2269
2270         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2271         pass the ' flag character to sprintf or snprintf.
2272         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2273         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2274         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2275         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2276         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2277         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2278         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2279         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2280         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2281         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2282         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2283         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2284         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2285         flag.
2286         * tests/test-sprintf-posix.h (test_function): Likewise.
2287         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2288         * tests/test-vasprintf-posix.c (test_function): Likewise.
2289         * doc/functions/fprintf.texi: Update.
2290         * doc/functions/printf.texi: Update.
2291         * doc/functions/snprintf.texi: Update.
2292         * doc/functions/sprintf.texi: Update.
2293         * doc/functions/vfprintf.texi: Update.
2294         * doc/functions/vprintf.texi: Update.
2295         * doc/functions/vsnprintf.texi: Update.
2296         * doc/functions/vsprintf.texi: Update.
2297
2298 2007-05-01  Bruno Haible  <bruno@clisp.org>
2299
2300         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2301
2302 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2303
2304         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2305         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2306
2307 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2308
2309         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2310         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2311         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2312
2313 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2314
2315         * lib/argp-help.c (struct hol_entry): New member `ord'.
2316         (HOL_ENTRY_PTRCMP): Use ord for comparison
2317         (hol_sort): Initialize ord.
2318
2319 2007-05-01  Bruno Haible  <bruno@clisp.org>
2320
2321         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2322         Reported by Eric Blake.
2323         * doc/gnulib.texi (Function Substitutes): Update.
2324
2325 2007-05-01  Bruno Haible  <bruno@clisp.org>
2326
2327         * doc/functions.texi: Remove file, now redundant through
2328         doc/functions/*.texi.
2329
2330 2007-05-01  Bruno Haible  <bruno@clisp.org>
2331
2332         * modules/argp (Depends-on): Add sleep.
2333
2334 2007-05-01  Bruno Haible  <bruno@clisp.org>
2335
2336         * modules/sleep-tests: New file.
2337         * tests/test-sleep.c: New file.
2338
2339         * modules/sleep: New file.
2340         * lib/sleep.c: New file.
2341         * m4/sleep.m4: New file.
2342         * lib/unistd_.h (sleep): New declaration.
2343         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2344         HAVE_SLEEP.
2345         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2346         * doc/functions/sleep.texi: Document the sleep module.
2347
2348 2007-05-01  Bruno Haible  <bruno@clisp.org>
2349
2350         * lib/sigprocmask.h: Remove file.
2351         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2352         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2353         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2354         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2355         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2356         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2357         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2358         HAVE_SIGSET_T as a shell variable.
2359         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2360         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2361         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2362         (Depends-on): Add signal. Remove verify.
2363         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2364         (Include): Mention <signal.h> instead of sigprocmask.h.
2365         * NEWS: Mention the change.
2366         * lib/fatal-signal.c: Don't include sigprocmask.h.
2367
2368 2007-05-01  Bruno Haible  <bruno@clisp.org>
2369
2370         * modules/signal: New file.
2371         * lib/signal_.h: New file.
2372         * m4/signal_h.m4: New file.
2373
2374 2007-05-01  Bruno Haible  <bruno@clisp.org>
2375
2376         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2377         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2378         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2379         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2380
2381 2007-05-01  Bruno Haible  <bruno@clisp.org>
2382
2383         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2384         configure time.
2385         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2386         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2387         * modules/sys_stat (Makefile.am): Substitute their values into
2388         sys/stat.h.
2389
2390 2007-05-01  Bruno Haible  <bruno@clisp.org>
2391
2392         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2393         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2394         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2395
2396 2007-05-01  Bruno Haible  <bruno@clisp.org>
2397
2398         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2399         'assert' module here.
2400
2401 2007-05-01  Bruno Haible  <bruno@clisp.org>
2402
2403         * doc/functions/*.texi: New files.
2404         * doc/functions/google-ranking.txt: New file.
2405         * doc/gnulib.texi (Function Substitutes): New chapter.
2406         (ctime, inet_ntoa): Remove sections.
2407         * doc/ctime.texi: Remove file.
2408         * doc/inet_ntoa.texi: Remove file.
2409         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2410         dependencies.
2411         (%.info): New rule, specifying a --reference-limit.
2412
2413 2007-05-01  Bruno Haible  <bruno@clisp.org>
2414
2415         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2416
2417 2007-05-01  Bruno Haible  <bruno@clisp.org>
2418
2419         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2420         the portability of 'mkdir' to mingw systems.
2421
2422 2007-05-01  Bruno Haible  <bruno@clisp.org>
2423
2424         * doc/headers/google-ranking.txt: New file.
2425
2426 2007-04-30  Eric Blake  <ebb9@byu.net>
2427
2428         Prefer fseeko to fseek.
2429         * modules/getpass (Depends-on): Add fseeko.
2430         * lib/getpass.c (getpass): Use fseeko, not fseek.
2431
2432 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2433
2434         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2435         assumes the sorting is stable, while most qsort implementations
2436         are not.  Use argument addresses to ensure they never compare as
2437         equal.
2438
2439         * tests/test-argp-2.sh (usage-indent test): Fix output
2440         (func_compare): Restore diff options
2441         * tests/test-argp.c: Restore #include "progname.h"
2442
2443 2007-04-29  Bruno Haible  <bruno@clisp.org>
2444
2445         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2446         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2447         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2448         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2449         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2450         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2451         (TESTS, check_PROGRAMS): Add test-snprintf.
2452         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2453         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2454         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2455         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2456         assertions that fail on HP-UX, OSF/1, or IRIX.
2457         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2458
2459 2007-04-29  Bruno Haible  <bruno@clisp.org>
2460
2461         * MODULES.html.sh (posix_functions): Remove 'contents'.
2462
2463 2007-04-29  Karl Berry  <karl@gnu.org>
2464
2465         * config/srclist.txt (gendocs_template_min): new entry.
2466
2467 2007-04-29  Bruno Haible  <bruno@clisp.org>
2468
2469         Work around fpurge bug on BSD systems.
2470         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2471         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2472         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2473         fpurge to rpl_fpurge if the system already has this function.
2474         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2475         the case where the system already has this function. Correct invariants
2476         on BSD systems.
2477         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2478         BSD systems.
2479
2480 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2481
2482         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2483         proposed by Sven Verdoolaege.
2484
2485         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2486         options.
2487         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2488         (usage and help tests): Update
2489
2490 2007-04-29  Bruno Haible  <bruno@clisp.org>
2491
2492         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2493         Print more information in case of failure. Disable a test on BeOS.
2494
2495 2007-04-29  Bruno Haible  <bruno@clisp.org>
2496
2497         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2498         This helps debugging on systems on which no gdb is available.
2499
2500 2007-04-29  Bruno Haible  <bruno@clisp.org>
2501
2502         * lib/freading.h: Improve comments.
2503         * lib/fwriting.h: Likewise.
2504         * tests/test-freading.c (main): Don't check freading immediately after
2505         repositioning. Needed for glibc.
2506
2507 2007-04-29  Bruno Haible  <bruno@clisp.org>
2508
2509         * lib/freading.c (freading): Trivial simplification.
2510
2511 2007-04-28  Bruno Haible  <bruno@clisp.org>
2512
2513         * tests/test-fwriting.c (main): Also test the interaction between
2514         fflush and fwriting.
2515         * modules/fwriting-tests (Depends-on): Add fflush.
2516
2517         * tests/test-freading.c (main): Also test the interaction between
2518         fflush and freading.
2519         * modules/freading-tests (Depends-on): Add fflush.
2520
2521 2007-04-28  Bruno Haible  <bruno@clisp.org>
2522
2523         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2524         fseeko and ftello.
2525         Suggested by Eric Blake.
2526
2527 2007-04-28  Jim Meyering  <jim@meyering.net>
2528
2529         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2530         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2531         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2532
2533 2007-04-27  Eric Blake  <ebb9@byu.net>
2534
2535         * doc/headers/assert.texi (assert.h): Document assert module use.
2536
2537 2007-04-27  Bruno Haible  <bruno@clisp.org>
2538
2539         * doc/headers/*.texi: New files.
2540         * doc/gnulib.texi (Header File Substitutes): New chapter.
2541         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2542         dependencies.
2543         (standards.info ,standards.html, standards.dvi): Update dependencies.
2544         (mostlyclean, clean): New targets.
2545
2546 2007-04-27  Bruno Haible  <bruno@clisp.org>
2547
2548         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2549         * modules/sysexits (Files, Makefile.am): Update.
2550
2551         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2552         * modules/sys_socket (Files, Makefile.am): Update.
2553
2554         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2555         * modules/sys_stat (Files, Makefile.am): Update.
2556
2557 2007-04-27  Eric Blake  <ebb9@byu.net>
2558
2559         * lib/freading.h: Improve comments.
2560         * lib/fwriting.h: Likewise.
2561         * lib/fflush.c: Likewise.
2562
2563         Fix closein for mingw.
2564         * modules/closein-tests: Add tests for closein.
2565         * tests/test-closein.c: New file.
2566         * tests/test-closein.sh: Likewise.
2567         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2568         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2569
2570 2007-04-27  Bruno Haible  <bruno@clisp.org>
2571
2572         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2573         version is < 6.
2574         * lib/math_.h [__DECC]: Likewise.
2575         * lib/stdio_.h [__DECC]: Likewise.
2576         * lib/stdlib_.h [__DECC]: Likewise.
2577         * lib/string_.h [__DECC]: Likewise.
2578         * lib/time_.h [__DECC]: Likewise.
2579         * lib/wchar_.h [__DECC]: Likewise.
2580         * lib/wctype_.h [__DECC]: Likewise.
2581
2582 2007-04-27  Bruno Haible  <bruno@clisp.org>
2583
2584         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2585
2586 2007-04-27  Bruno Haible  <bruno@clisp.org>
2587
2588         * lib/fflush.c: Add comments.
2589         * modules/fpurge-tests (Depends-on): Add fflush.
2590         * modules/freadable-tests (Depends-on): Likewise.
2591         * modules/fwritable-tests (Depends-on): Likewise.
2592
2593 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2594
2595         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2596         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2597         Report by Bruno Haible <bruno@clisp.org>.
2598
2599 2007-04-26  Eric Blake  <ebb9@byu.net>
2600
2601         Fix fflush on mingw.
2602         * modules/fflush (Depends-on): Add freading.
2603         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2604         but unread data.
2605
2606 2007-04-26  Eric Blake  <ebb9@byu.net>
2607         and Bruno Haible  <bruno@clisp.org>
2608
2609         Implement freading and fwriting.
2610         * lib/freading.c: New file.
2611         * lib/freading.h: Likewise.
2612         * m4/freading.m4: Likewise.
2613         * modules/freading: Likewise.
2614         * modules/freading-tests: Likewise.
2615         * tests/test-freading.c: Likewise.
2616         * lib/fwriting.c: New file.
2617         * lib/fwriting.h: Likewise.
2618         * m4/fwriting.m4: Likewise.
2619         * modules/fwriting: Likewise.
2620         * modules/fwriting-tests: Likewise.
2621         * tests/test-fwriting.c: Likewise.
2622         * MODULES.html.sh (File stream based Input/Output): Mention them.
2623
2624 2007-04-26  Bruno Haible  <bruno@clisp.org>
2625
2626         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2627         'long' when we assume it.
2628         Suggested by Eric Blake.
2629
2630 2007-04-26  Bruno Haible  <bruno@clisp.org>
2631
2632         Ensure fseeko, ftello are declared on glibc systems.
2633         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2634         * modules/fseeko (configure.ac-early): Likewise.
2635         * modules/ftello (configure.ac-early): Likewise.
2636         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2637         AC_FUNC_FSEEKO for this.
2638         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2639         (gl_CHECK_FSEEKO): Remove macro.
2640
2641 2007-04-26  Bruno Haible  <bruno@clisp.org>
2642
2643         * tests/test-fflush.c (main): Also check the ftell result after
2644         fflush and fseek/fseeko.
2645         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2646         file descriptor position cache in the stream.
2647         * lib/fseeko.c (rpl_fseeko): Likewise.
2648
2649 2007-04-26  Bruno Haible  <bruno@clisp.org>
2650
2651         * modules/fflush-tests (Depends-on): Add fseeko.
2652
2653 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2654             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2655
2656         * lib/argz_.h: ensure error_t definition is obtained in same
2657         mechanism system argz.h would have.
2658         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2659         argz facilities are known bad.  Err on the side of caution if
2660         cross-compiling.
2661
2662 2007-04-25  Eric Blake  <ebb9@byu.net>
2663
2664         * lib/fpurge.c (includes): Use stdlib.h for free.
2665         * tests/test-fflush.c (main): Also test fflush-fseeko.
2666
2667 2007-04-25  Bruno Haible  <bruno@clisp.org>
2668
2669         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2670         * lib/fseeko.c: New file.
2671         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2672         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2673         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2674         gl_FUNC_FSEEKO.
2675         (gl_FUNC_FSEEKO): Invoke it.
2676         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2677         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2678         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2679
2680 2007-04-25  Bruno Haible  <bruno@clisp.org>
2681
2682         * modules/fflush (Depends-on): Add ftello.
2683
2684 2007-04-25  Bruno Haible  <bruno@clisp.org>
2685
2686         * modules/ftello-tests: New file.
2687         * tests/test-ftello.c: New file.
2688
2689         * modules/ftello: New file.
2690         * m4/ftello.m4: New file.
2691         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2692         HAVE_FTELLO.
2693         * lib/stdio_.h (ftello): New declaration.
2694         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2695         HAVE_FTELLO.
2696
2697 2007-04-25  Bruno Haible  <bruno@clisp.org>
2698
2699         * modules/fseeko-tests: New file.
2700         * tests/test-fseeko.c: New file.
2701
2702         * modules/fseeko: New file.
2703         * m4/fseeko.m4: New file.
2704         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2705         HAVE_FSEEKO.
2706         * lib/stdio_.h (fseeko): New declaration.
2707         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2708         HAVE_FSEEKO.
2709
2710 2007-04-25  Bruno Haible  <bruno@clisp.org>
2711
2712         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2713
2714 2007-04-25  Bruno Haible  <bruno@clisp.org>
2715
2716         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2717         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2718         * tests/test-unistd.c: Likewise.
2719         * tests/test-fcntl.c: Likewise.
2720
2721 2007-04-23  Eric Blake  <ebb9@byu.net>
2722
2723         * lib/fflush.c: Fix missing include.
2724         Reported by Bruno Haible.
2725
2726 2007-04-23  Bruno Haible  <bruno@clisp.org>
2727
2728         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2729         Reported by Eric Blake.
2730
2731 2007-04-23  Bruno Haible  <bruno@clisp.org>
2732
2733         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2734
2735 2007-04-23  Bruno Haible  <bruno@clisp.org>
2736
2737         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2738
2739 2007-04-23  Bruno Haible  <bruno@clisp.org>
2740
2741         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2742         Needed on HP-UX 11.
2743
2744 2007-04-16  Eric Blake  <ebb9@byu.net>
2745
2746         Make fflush rely on fpurge.
2747         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2748         open coding all variants.
2749         * modules/fflush (Depends-on): Add fpurge and unistd.
2750         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2751         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2752
2753         Fix --with-tests compilation on cygwin.
2754         * modules/argmatch-tests (Makefile.am): List gnulib library first
2755         in LDADD.
2756         * modules/argp-tests (Makefile.am): Likewise.
2757         * modules/array-list-tests (Makefile.am): Likewise.
2758         * modules/array-oset-tests (Makefile.am): Likewise.
2759         * modules/avltree-list-tests (Makefile.am): Likewise.
2760         * modules/avltree-oset-tests (Makefile.am): Likewise.
2761         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2762         * modules/carray-list-tests (Makefile.am): Likewise.
2763         * modules/dirname-tests (Makefile.am): Likewise.
2764         * modules/frexp-tests (Makefile.am): Likewise.
2765         * modules/isnanl-tests (Makefile.am): Likewise.
2766         * modules/linked-list-tests (Makefile.am): Likewise.
2767         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2768         * modules/lock-tests (Makefile.am): Likewise.
2769         * modules/rbtree-list-tests (Makefile.am): Likewise.
2770         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2771         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2772         * modules/tls-tests (Makefile.am): Likewise.
2773         * modules/tsearch-tests (Makefile.am): Likewise.
2774         * modules/xvasprintf-tests (Makefile.am): Likewise.
2775
2776         Fix fpurge for cygwin.
2777         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2778         value.
2779         * modules/fpurge-tests (Depends-on): Clean up trash.
2780
2781 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2782
2783         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2784
2785         * m4/autobuild.m4: Re-indent.
2786
2787 2007-04-13  Bruno Haible  <bruno@clisp.org>
2788
2789         * modules/fpurge-tests: New file.
2790         * tests/test-fpurge.c: New file.
2791
2792         * modules/fpurge: New file.
2793         * lib/fpurge.h: New file.
2794         * lib/fpurge.c: New file.
2795         * m4/fpurge.m4: New file.
2796
2797 2007-04-13  Bruno Haible  <bruno@clisp.org>
2798
2799         * modules/fbufmode-tests: New file.
2800         * tests/test-fbufmode.c: New file.
2801
2802         * modules/fbufmode: New file.
2803         * lib/fbufmode.h: New file.
2804         * lib/fbufmode.c: New file.
2805         * m4/fbufmode.m4: New file.
2806
2807 2007-04-13  Bruno Haible  <bruno@clisp.org>
2808
2809         * modules/fwritable-tests: New file.
2810         * tests/test-fwritable.c: New file.
2811
2812         * modules/fwritable: New file.
2813         * lib/fwritable.h: New file.
2814         * lib/fwritable.c: New file.
2815         * m4/fwritable.m4: New file.
2816
2817 2007-04-13  Bruno Haible  <bruno@clisp.org>
2818
2819         * modules/freadable-tests: New file.
2820         * tests/test-freadable.c: New file.
2821
2822         * modules/freadable: New file.
2823         * lib/freadable.h: New file.
2824         * lib/freadable.c: New file.
2825         * m4/freadable.m4: New file.
2826
2827 2007-04-13  Bruno Haible  <bruno@clisp.org>
2828
2829         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2830         MOSTLYCLEANFILES.
2831
2832 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2833
2834         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2835         gzip bootstrap.conf to avoid dragging in i18n machinery.
2836         (gnulib_tool_option): Use it.
2837
2838 2007-04-13  Bruno Haible  <bruno@clisp.org>
2839
2840         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2841         %F directives.
2842         * tests/test-vasprintf-posix.c (test_function): Likewise.
2843         * tests/test-snprintf-posix.h (test_function): Likewise.
2844         * tests/test-sprintf-posix.h (test_function): Likewise.
2845         * tests/test-fprintf-posix.h (test_function): Likewise.
2846         * tests/test-printf-posix.h (test_function): Likewise.
2847         * tests/test-fprintf-posix.out: Likewise.
2848
2849 2007-04-13  Bruno Haible  <bruno@clisp.org>
2850
2851         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2852         * modules/tls-tests (configure.ac): Likewise.
2853         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2854
2855 2007-04-13  Bruno Haible  <bruno@clisp.org>
2856
2857         * lib/tls.c (glthread_tls_get): Fix return type.
2858         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2859
2860 2007-04-12  Eric Blake  <ebb9@byu.net>
2861
2862         * modules/gettime (Depends-on): Remove gettime.
2863         Reported by Dmitry V. Levin.
2864
2865 2007-04-12  Bruno Haible  <bruno@clisp.org>
2866
2867         * modules/fflush (Include): Mention <stdio.h>.
2868         * modules/strtoimax (Include): Mention <inttypes.h>.
2869         * modules/strtoumax (Include): Likewise.
2870
2871 2007-04-12  Eric Blake  <ebb9@byu.net>
2872
2873         * .cvsignore: New file.
2874         * .gitignore: Likewise.
2875
2876 2007-04-12  Bruno Haible  <bruno@clisp.org>
2877
2878         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2879         not before, since $(LDADD) often contains libgnu.a.
2880         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2881         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2882         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2883         Needed on Cygwin.
2884
2885 2007-04-12  Eric Blake  <ebb9@byu.net>
2886
2887         Work around glibc's failure to flush stdin on fclose.
2888         * lib/closein.c (close_stdin): Flush stdin before closing.
2889
2890         Work around glibc's failure to reset seekable stdin on exit.
2891         * modules/closein: New module.
2892         * lib/closein.c: New file.
2893         * lib/closein.h: Likewise.
2894         * m4/closein.m4: Likewise.
2895         * MODULES.html.sh (File stream based Input/Output): Document it.
2896
2897 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2898
2899         * gnulib-tool: Rename generated 'autobuild' script to
2900         'do-autobuild' in --create-megatestdir output.
2901
2902         * doc/gnulib.texi (Build robot for gnulib): Fix.
2903
2904 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2905
2906         * modules/sysexits (Depends-on): Add absolute-header.
2907
2908 2007-04-12  Eric Blake  <ebb9@byu.net>
2909
2910         No need to preserve errno on success.
2911         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2912         Reported by Bruno Haible.
2913
2914 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2915
2916         * MODULES.html.sh (Support for maintaining and releasing
2917         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2918
2919 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2920
2921         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2922
2923 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2924
2925         * modules/autobuild: New module.
2926
2927         * m4/autobuild.m4: New file.
2928
2929 2007-04-11  Bruno Haible  <bruno@clisp.org>
2930
2931         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2932         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2933         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2934         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2935         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2936         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2937         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2938         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2939         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2940         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2941         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2942         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2943         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2944         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2945         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2946         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2947         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2948         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2949         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2950         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2951         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2952         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2953         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2954         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2955         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2956         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2957         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2958         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2959         Reported by Eric Blake.
2960
2961 2007-04-11  Bruno Haible  <bruno@clisp.org>
2962
2963         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2964
2965 2007-04-10  Bruno Haible  <bruno@clisp.org>
2966
2967         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2968         for NaN and Infinity. Needed on FreeBSD 6.1.
2969         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2970         regarding results for "%010a" of Infinity and NaN.
2971         * tests/test-vasprintf-posix.c (test_function): Likewise.
2972         * tests/test-snprintf-posix.h (test_function): Likewise.
2973         * tests/test-sprintf-posix.h (test_function): Likewise.
2974         * tests/test-fprintf-posix.h (test_function): Likewise.
2975         * tests/test-printf-posix.h (test_function): Likewise.
2976         * tests/test-fprintf-posix.out: Likewise.
2977
2978 2007-04-10  Bruno Haible  <bruno@clisp.org>
2979
2980         * modules/locale-tests: New file.
2981         * tests/test-locale.c: New file.
2982
2983         * modules/locale: New file.
2984         * lib/locale_.h: New file.
2985         * m4/locale_h.m4: New file.
2986
2987 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2988             Bruno Haible  <bruno@clisp.org>
2989
2990         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2991         be determined, test for availability of the copysignf, copysign,
2992         copysignl functions.
2993         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2994         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2995         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2996
2997 2007-04-09  Eric Blake  <ebb9@byu.net>
2998
2999         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3000         * modules/stdio (Makefile.am): Support fflush.
3001         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3002         * modules/fflush: New file.
3003         * lib/fflush.c: Likewise.
3004         * m4/fflush.m4: Likewise.
3005         * modules/fflush-tests: New test.
3006         * tests/test-fflush.c: Likewise.
3007         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3008
3009 2007-04-06  Bruno Haible  <bruno@clisp.org>
3010
3011         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3012         (VASNPRINTF): Use signbit for faster determination whether to print a
3013         minus sign.
3014         * modules/vasnprintf (Files): Remove lib/float+.h.
3015         * modules/fprintf-posix (Depends-on): Add signbit.
3016         * modules/snprintf-posix (Depends-on): Likewise.
3017         * modules/sprintf-posix (Depends-on): Likewise.
3018         * modules/vasnprintf-posix (Depends-on): Likewise.
3019         * modules/vasprintf-posix (Depends-on): Likewise.
3020         * modules/vfprintf-posix (Depends-on): Likewise.
3021         * modules/vsnprintf-posix (Depends-on): Likewise.
3022         * modules/vsprintf-posix (Depends-on): Likewise.
3023
3024 2007-04-06  Bruno Haible  <bruno@clisp.org>
3025
3026         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3027         * tests/test-frexpl.c (main): Likewise.
3028         * tests/test-ldexpl.c (main): Likewise.
3029         * modules/frexp-tests (Depends-on): Add signbit.
3030         * modules/frexpl-tests (Depdends-on): Likewise.
3031         * modules/ldexpl-tests (Depdends-on): Likewise.
3032
3033 2007-04-06  Bruno Haible  <bruno@clisp.org>
3034
3035         * modules/signbit-tests: New file.
3036         * tests/test-signbit.c: New file.
3037
3038         * modules/signbit: New file.
3039         * lib/signbitf.c: New file.
3040         * lib/signbitd.c: New file.
3041         * lib/signbitl.c: New file.
3042         * m4/signbit.m4: New file.
3043         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3044         (signbit): New macro.
3045         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3046         REPLACE_SIGNBIT.
3047         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3048         REPLACE_FREXPL into math.h.
3049
3050 2007-04-06  Bruno Haible  <bruno@clisp.org>
3051
3052         * modules/isnanf-nolibm-tests: New file.
3053         * tests/test-isnanf.c: New file.
3054
3055         * modules/isnanf-nolibm: New file.
3056         * lib/isnanf.h: New file.
3057         * lib/isnanf.c: New file.
3058         * lib/isnan.c: Consider the USE_FLOAT macro.
3059         * m4/isnanf.m4: New file.
3060
3061 2007-04-06  Bruno Haible  <bruno@clisp.org>
3062
3063         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3064         (Link): New section.
3065
3066         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3067
3068 2007-04-06  Bruno Haible  <bruno@clisp.org>
3069
3070         Assume the 'long double' type.
3071         * m4/longdouble.m4: Remove file.
3072         * config/srclist.txt: Don't mention longdouble.m4.
3073         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3074         * lib/float+.h: Likewise.
3075         * lib/frexp.c: Likewise.
3076         * lib/printf-args.h: Likewise.
3077         * lib/printf-args.c: Likewise.
3078         * lib/printf-frexp.c: Likewise.
3079         * lib/printf-parse.c: Likewise.
3080         * lib/vasnprintf.c: Likewise.
3081         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3082         * m4/intl.m4: Likewise.
3083         * m4/isnanl.m4: Likewise.
3084         * m4/printf.m4: Likewise.
3085         * m4/printf-frexpl.m4: Likewise.
3086         * m4/vasnprintf.m4: Likewise.
3087         * modules/allocsa (Files): Remove m4/longdouble.m4.
3088         * modules/gettext (Files): Likewise.
3089         * modules/relocatable-prog-wrapper (Files): Likewise.
3090         * modules/vasnprintf (Files): Likewise.
3091         * modules/isnanl (Files): Likewise.
3092         (Include): Simplify.
3093         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3094         (Include): Simplify.
3095         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3096         (Include): Simplify.
3097         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3098         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3099         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3100         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3101         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3102         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3103         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3104         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3105         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3106         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3107         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3108         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3109         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3110         * tests/test-isnanl.c: Likewise.
3111         * tests/test-snprintf-posix.h: Likewise.
3112         * tests/test-sprintf-posix.h: Likewise.
3113         * tests/test-vasnprintf-posix.c: Likewise.
3114         * tests/test-vasnprintf-posix2.c: Likewise.
3115         * tests/test-vasprintf-posix.c: Likewise.
3116
3117 2007-04-06  Bruno Haible  <bruno@clisp.org>
3118
3119         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3120         * lib/math_.h [__DECC]: Include the overridden include file through
3121         #include_next, outside the double-inclusion guard.
3122         * lib/stdio_.h [__DECC]: Likewise.
3123         * lib/stdlib_.h [__DECC]: Likewise.
3124         * lib/string_.h [__DECC]: Likewise.
3125         * lib/time_.h [__DECC]: Likewise.
3126         * lib/wchar_.h [__DECC]: Likewise.
3127         * lib/wctype_.h [__DECC]: Likewise.
3128         * lib/inttypes_.h [__DECC]: Likewise.
3129         Reported by Albert Chin <china@thewrittenword.com> in
3130         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3131
3132 2007-04-04  Eric Blake  <ebb9@byu.net>
3133
3134         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3135         1.5.x.
3136
3137 2007-04-04  Bruno Haible  <bruno@clisp.org>
3138
3139         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3140         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3141
3142 2007-04-04  Bruno Haible  <bruno@clisp.org>
3143
3144         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3145         results for "%010a" of Infinity and NaN.
3146         * tests/test-vasprintf-posix.c (test_function): Likewise.
3147         * tests/test-snprintf-posix.h (test_function): Likewise.
3148         * tests/test-sprintf-posix.h (test_function): Likewise.
3149         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3150         * tests/test-printf-posix.h (test_function): Likewise.
3151         * tests/test-fprintf-posix.out: Update.
3152         Needed for FreeBSD 6.1.
3153
3154 2007-04-04  Bruno Haible  <bruno@clisp.org>
3155
3156         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3157         directly used by the gnulib modules nor by gnulib-tool.
3158
3159 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3160
3161         * DEPENDENCIES: Give overall description of version dependency
3162         desirability.  Use more-typical names for apps.
3163         Add shell, coreutils, diffutils, grep, tar, gzip.
3164
3165 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3166
3167         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3168
3169 2007-04-04  Karl Berry  <karl@gnu.org>
3170
3171         * MODULES.html.sh (func_module): missing '.
3172
3173 2007-04-03  Bruno Haible  <bruno@clisp.org>
3174
3175         * modules/argmatch-tests (Makefile.am): New variable
3176         test_argmatch_LDADD.
3177         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3178         * modules/array-list-tests (Makefile.am): New variable
3179         test_array_list_LDADD.
3180         * modules/array-oset-tests (Makefile.am): New variable
3181         test_array_oset_LDADD.
3182         * modules/avltree-list-tests (Makefile.am): New variable
3183         test_avltree_list_LDADD.
3184         * modules/avltree-oset-tests (Makefile.am): New variable
3185         test_avltree_oset_LDADD.
3186         * modules/avltreehash-list-tests (Makefile.am): New variable
3187         test_avltreehash_list_LDADD.
3188         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3189         test_canonicalize_lgpl_LDADD.
3190         * modules/carray-list-tests (Makefile.am): New variable
3191         test_carray_list_LDADD.
3192         * modules/dirname-tests (Makefile.am): New variable
3193         test_dirname_LDADD.
3194         * modules/linked-list-tests (Makefile.am): New variable
3195         test_linked_list_LDADD.
3196         * modules/linkedhash-list-tests (Makefile.am): New variable
3197         test_linkedhash_list_LDADD.
3198         * modules/rbtree-list-tests (Makefile.am): New variable
3199         test_rbtree_list_LDADD.
3200         * modules/rbtree-oset-tests (Makefile.am): New variable
3201         test_rbtree_oset_LDADD.
3202         * modules/rbtreehash-list-tests (Makefile.am): New variable
3203         test_rbtreehash_list_LDADD.
3204         * modules/xvasprintf-tests (Makefile.am): New variable
3205         test_xvasprintf_LDADD.
3206         Reported by Eric Blake.
3207
3208 2007-04-03  Eric Blake  <ebb9@byu.net>
3209
3210         * DEPENDENCIES: Weaken m4 requirements.
3211
3212 2007-04-03  Bruno Haible  <bruno@clisp.org>
3213
3214         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3215         * modules/isnanl-tests (configure.ac): Likewise.
3216
3217 2007-04-03  Ben Pfaff  <blp@gnu.org>
3218
3219         * modules/iconv_open: Add $(srcdir)/ to source directory
3220         references in Makefile fragments that call gperf, to fix VPATH
3221         builds.
3222
3223 2007-04-03  Bruno Haible  <bruno@clisp.org>
3224
3225         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3226         * lib/ldexpl.c: Undo last change.
3227
3228 2007-04-03  Bruno Haible  <bruno@clisp.org>
3229
3230         * modules/printf-frexpl (Depends-on): Undo last change.
3231         (Files): Add m4/ldexpl.m4.
3232
3233 2007-04-03  Bruno Haible  <bruno@clisp.org>
3234
3235         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3236         * modules/isnanl (Link): New section.
3237
3238         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3239         * modules/frexp (Link): New section.
3240
3241         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3242         * modules/frexpl (Link): New section.
3243
3244         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3245         * modules/ldexpl (Link): New section.
3246
3247 2007-04-03  Bruno Haible  <bruno@clisp.org>
3248
3249         * modules/TEMPLATE-EXTENDED: New file.
3250         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3251
3252 2007-04-03  Bruno Haible  <bruno@clisp.org>
3253
3254         * DEPENDENCIES: New file.
3255         Suggested by Simon Josefsson.
3256
3257 2007-04-03  Bruno Haible  <bruno@clisp.org>
3258
3259         * doc/gnulib.texi: Escape @.
3260
3261 2007-04-03  James Youngman  <jay@gnu.org>
3262         and Paul Eggert  <eggert@cs.ucla.edu>
3263
3264         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3265         birthtime on all systems that have birthtime, not just those which
3266         use st_birthtimensec rather than st_birthtim.  Putting zero in
3267         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3268         that the birth time is not available for files on an NFS mount.
3269
3270 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3271
3272         * modules/memxor: Move back from crypto/, suggested by Bruno.
3273         * modules/crypto/hmac-sha1: Fix memxor dependency.
3274
3275         * modules/crypto/gc: Moved from ../.
3276
3277 2007-04-02  Eric Blake  <ebb9@byu.net>
3278
3279         * lib/ldexpl.c (includes): Avoid libm.
3280
3281         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3282
3283 2007-04-02  Bruno Haible  <bruno@clisp.org>
3284
3285         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3286         on IRIX.
3287
3288 2007-04-02  Bruno Haible  <bruno@clisp.org>
3289
3290         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3291         x86 or x86_64 platforms running MacOS X.
3292         Reported by Ryan Schmidt <@ryandesign.com>.
3293
3294 2007-04-02  Bruno Haible  <bruno@clisp.org>
3295
3296         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3297         i386.
3298
3299 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3300
3301         * modules/crypto/arcfour: Moved from ../.
3302         * modules/crypto/arcfour-tests: Moved from ../.
3303         * modules/crypto/arctwo: Moved from ../.
3304         * modules/crypto/arctwo-tests: Moved from ../.
3305         * modules/crypto/des: Moved from ../.
3306         * modules/crypto/des-tests: Moved from ../.
3307         * modules/crypto/gc-arcfour: Moved from ../.
3308         * modules/crypto/gc-arcfour-tests: Moved from ../.
3309         * modules/crypto/gc-arctwo: Moved from ../.
3310         * modules/crypto/gc-arctwo-tests: Moved from ../.
3311         * modules/crypto/gc-des: Moved from ../.
3312         * modules/crypto/gc-des-tests: Moved from ../.
3313         * modules/crypto/gc-hmac-md5: Moved from ../.
3314         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3315         * modules/crypto/gc-hmac-sha1: Moved from ../.
3316         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3317         * modules/crypto/gc-md2: Moved from ../.
3318         * modules/crypto/gc-md2-tests: Moved from ../.
3319         * modules/crypto/gc-md4: Moved from ../.
3320         * modules/crypto/gc-md4-tests: Moved from ../.
3321         * modules/crypto/gc-md5: Moved from ../.
3322         * modules/crypto/gc-md5-tests: Moved from ../.
3323         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3324         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3325         * modules/crypto/gc-random: Moved from ../.
3326         * modules/crypto/gc-rijndael: Moved from ../.
3327         * modules/crypto/gc-rijndael-tests: Moved from ../.
3328         * modules/crypto/gc-sha1: Moved from ../.
3329         * modules/crypto/gc-sha1-tests: Moved from ../.
3330         * modules/crypto/gc-tests: Moved from ../.
3331         * modules/crypto/hmac-md5: Moved from ../.
3332         * modules/crypto/hmac-md5-tests: Moved from ../.
3333         * modules/crypto/hmac-sha1: Moved from ../.
3334         * modules/crypto/hmac-sha1-tests: Moved from ../.
3335         * modules/crypto/md2: Moved from ../.
3336         * modules/crypto/md2-tests: Moved from ../.
3337         * modules/crypto/md4: Moved from ../.
3338         * modules/crypto/md4-tests: Moved from ../.
3339         * modules/crypto/md5: Moved from ../.
3340         * modules/crypto/md5-tests: Moved from ../.
3341         * modules/crypto/memxor: Moved from ../.
3342         * modules/crypto/rijndael: Moved from ../.
3343         * modules/crypto/rijndael-tests: Moved from ../.
3344         * modules/crypto/sha1: Moved from ../.
3345
3346 2007-03-30  James Youngman  <jay@gnu.org>
3347
3348         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3349         rename() to change the ctime of a file (because ctime is unaffected
3350         by rename on jfs2 on AIX 5.1).
3351         (main): Start by doing cleanup, in case a previous run failed leaving
3352         test files behind.
3353
3354 2007-03-31  Bruno Haible  <bruno@clisp.org>
3355
3356         Support old proprietary implementations of iconv.
3357         * modules/iconv_open: New file.
3358         * lib/iconv_.h: New file.
3359         * m4/iconv_h.m4: New file.
3360         * lib/iconv_open.c: New file.
3361         * lib/iconv_open-aix.gperf: New file.
3362         * lib/iconv_open-hpux.gperf: New file.
3363         * lib/iconv_open-irix.gperf: New file.
3364         * lib/iconv_open-osf.gperf: New file.
3365         * m4/iconv_open.m4: New file.
3366         * modules/linebreak (Depends-on): Add iconv_open.
3367         * modules/striconv (Depends-on): Likewise.
3368         * modules/striconveh (Depends-on): Likewise.
3369         * modules/unicodeio (Depends-on): Likewise.
3370         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3371         (iconv_t)(-1).
3372         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3373         conversion if cd is (iconv_t)(-1).
3374         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3375         is not possible.
3376
3377 2007-03-31  Bruno Haible  <bruno@clisp.org>
3378
3379         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3380         work on Solaris either. Protect also second use of "autodetect_jp".
3381
3382 2007-03-31  Bruno Haible  <bruno@clisp.org>
3383
3384         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3385         the function is not present.
3386
3387 2007-03-31  Bruno Haible  <bruno@clisp.org>
3388
3389         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3390         the function is not present.
3391
3392 2007-03-31  Bruno Haible  <bruno@clisp.org>
3393
3394         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3395         a bug in HP-UX iconv_open().
3396
3397 2007-03-31  Bruno Haible  <bruno@clisp.org>
3398
3399         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3400         (Mathematics <math.h>): New section, add fpieee.
3401         (Input/output <stdio.h>): Add fseterr.
3402         (Mathematics <math.h>): New section, add printf-frexp.
3403         (Container data structures): Add sublist.
3404         (Core language properties): Add fpucw, inline.
3405         (Functions for greatest-width integer types <inttypes.h>): Add
3406         imaxabs, imaxdiv, inttypes.
3407         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3408         isnanl-nolibm, ldexp.
3409         (Mathematics <math.h>): New section, add printf-frexpl.
3410         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3411         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3412         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3413         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3414         (Unicode string functions): Add unistr/u*-mbtoucr.
3415         (Java): Add javacomp-script, javaexec-script.
3416         (C#): Add csharpcomp-script, csharpexec-script.
3417         (Support for building libraries and executables): Add havelib,
3418         relocatable-*.
3419         (Support for maintaining and releasing projects): Renamed from
3420         'Support for maintaining and release projects'. Add announce-gen.
3421
3422 2007-03-31  Bruno Haible  <bruno@clisp.org>
3423
3424         * README: Talk primarily about git.
3425         (git and CVS): Renamed from CVS.
3426         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3427         gnulib is available through git.
3428         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3429
3430 2007-03-30  Bruno Haible  <bruno@clisp.org>
3431
3432         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3433         * lib/poll_.h: Likewise.
3434         * lib/stat_.h: Likewise.
3435         * lib/sys_time_.h: Likewise.
3436         * lib/sysexit_.h: Likewise.
3437         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3438         * lib/stdbool_.h: Likewise.
3439         * lib/byteswap_.h: Add double-inclusion guard.
3440
3441 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3442
3443         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3444
3445 2007-03-30  Karl Berry  <karl@gnu.org>
3446
3447         * config/srclist-update: double space after USA in the license
3448         substitution, since that's how it's usually (?) written.
3449
3450 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3451
3452         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3453         reported by Bruno Haible.
3454
3455 2007-03-29  Bruno Haible  <bruno@clisp.org>
3456
3457         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3458         a bug in AIX iconv().
3459
3460 2007-03-29  Bruno Haible  <bruno@clisp.org>
3461
3462         * modules/ldexpl-tests: New file.
3463         * tests/test-ldexpl.c: New file.
3464
3465 2007-03-29  Bruno Haible  <bruno@clisp.org>
3466
3467         * lib/ldexpl.c: Include fpucw.h.
3468         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3469         multiplication.
3470         * modules/ldexpl (Depends-on): Add fpucw.
3471
3472 2007-03-29  Bruno Haible  <bruno@clisp.org>
3473
3474         * modules/ldexpl: New file.
3475         * m4/ldexpl.m4: New file.
3476         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3477         set.
3478         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3479         REPLACE_LDEXPL.
3480         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3481         REPLACE_LDEXPL.
3482         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3483         gl_FUNC_LDEXPL_WORKS.
3484         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3485         * modules/mathl (Files): Remove lib/ldexpl.c.
3486         (Depends-on): Add ldexpl.
3487
3488 2007-03-29  Bruno Haible  <bruno@clisp.org>
3489
3490         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3491
3492 2007-03-29  Bruno Haible  <bruno@clisp.org>
3493
3494         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3495         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3496         and possibly also HP-UX.
3497         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3498         work on AIX, IRIX, HP-UX, OSF/1.
3499         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3500         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3501         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3502         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3503         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3504         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3505
3506 2007-03-29  Bruno Haible  <bruno@clisp.org>
3507
3508         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3509
3510 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3511
3512         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3513         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3514
3515 2007-03-29  Eric Blake  <ebb9@byu.net>
3516
3517         * lib/acl-internal.h: Remove redundant include.
3518         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3519         Cygwin when a file is locked.
3520
3521 2007-03-29  Bruno Haible  <bruno@clisp.org>
3522
3523         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3524         file.
3525         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3526
3527 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3528
3529         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3530         try to remove a parent directory if the child couldn't be removed
3531         (except for the first rmdir, which could fail because the child
3532         doesn't exist).  Problem reported by Jeff Blaine in
3533         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3534
3535 2007-03-28  Bruno Haible  <bruno@clisp.org>
3536
3537         * lib/striconveh.c (utf8conv_carefully): New function.
3538         (mem_cd_iconveh_internal): Invoke it.
3539
3540 2007-03-28  Bruno Haible  <bruno@clisp.org>
3541
3542         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3543         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3544         input.
3545         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3546         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3547         unistr/u8-uctomb.
3548
3549 2007-03-28  Bruno Haible  <bruno@clisp.org>
3550
3551         * modules/unistr/u8-mbtoucr: New file.
3552         * lib/unistr/u8-mbtoucr.c: New file.
3553         * modules/unistr/u16-mbtoucr: New file.
3554         * lib/unistr/u16-mbtoucr.c: New file.
3555         * modules/unistr/u16-mbtoucr: New file.
3556         * lib/unistr/u16-mbtoucr.c: New file.
3557         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3558
3559 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3560             Bruno Haible  <bruno@clisp.org>
3561
3562         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3563         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3564         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3565
3566         * m4/stdio_h.m4: Add stubs for vasprintf too.
3567
3568         * modules/stdio: Support vasprintf in sed command.
3569
3570         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3571         vasprintf.h.  Add stdio module indicator.
3572
3573         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3574         vasprintf.h.
3575
3576         * lib/vasprintf.h: File removed.
3577
3578         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3579         * lib/vasprintf.c: Ditto.
3580         * lib/xvasprintf.c: Ditto.
3581         * tests/test-vasprintf-posix.c: Ditto.
3582         * tests/test-vasprintf.c: Ditto.
3583
3584 2007-03-27  Bruno Haible  <bruno@clisp.org>
3585
3586         Make vasnprintf multithread-safe.
3587         * lib/vasnprintf.c (decimal_point_char): New function.
3588         (VASNPRINTF): Use it.
3589         Suggested by Simon Josefsson.
3590
3591 2007-03-27  Eric Blake  <ebb9@byu.net>
3592
3593         Support sub-second birthtime on cygwin.
3594         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3595         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3596         (get_stat_birthtime): Also work with st_birthtim.
3597
3598 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3599
3600         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3601         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3602         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3603         (get_stat_birthtime_ns): Simplify compile-time tests.
3604         (get_stat_birthtime): Change the API to look like
3605         get_stat_mtime etc., except return a negative tv_nsec on error.
3606         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3607         Don't check for "spare" fields.
3608         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3609         or for struct stat.st_birthtime, as these tests aren't used.
3610         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3611
3612 2007-03-27  Bruno Haible  <bruno@clisp.org>
3613
3614         * lib/stat-time.h: Include <sys/stat.h>.
3615
3616 2007-03-27  James Youngman  <jay@gnu.org>
3617
3618         * lib/stat-time.h (get_stat_birthtime): New function for
3619           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3620         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3621           and its variants.
3622         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3623         * modules/stat-time-test: New file.
3624         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3625
3626 2007-03-26  Bruno Haible  <bruno@clisp.org>
3627
3628         Better support of signalling NaNs.
3629         * lib/atanl.c: Include isnanl.h.
3630         (atanl): Perform test for NaN at the beginning of the function and
3631         through a call to isnanl.
3632         * lib/cosl.c: Include isnanl.h.
3633         (cosl): Perform test for NaN at the beginning of the function and
3634         through a call to isnanl.
3635         * lib/ldexpl.c: Include isnanl.h.
3636         (ldexpl): Perform test for NaN through a call to isnanl.
3637         * lib/logl.c: Include isnanl.h.
3638         (logl): Perform test for NaN at the beginning of the function and
3639         through a call to isnanl.
3640         * lib/sinl.c: Include isnanl.h.
3641         (sinl): Perform test for NaN at the beginning of the function and
3642         through a call to isnanl.
3643         * lib/sqrtl.c: Include isnanl.h.
3644         (sqrtl): Perform test for NaN at the beginning of the function and
3645         through a call to isnanl.
3646         * lib/tanl.c: Include isnanl.h.
3647         (tanl): Perform test for NaN at the beginning of the function and
3648         through a call to isnanl.
3649         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3650         * modules/mathl (Depends-on): Add isnanl.
3651
3652 2007-03-26  Eric Blake  <ebb9@byu.net>
3653
3654         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3655         regression in logic sense of previous patch.
3656
3657 2007-03-26  Bruno Haible  <bruno@clisp.org>
3658
3659         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3660         unportable shell command "if ! ...".
3661         Reported by Ralf Wildenhues.
3662
3663 2007-03-25  Bruno Haible  <bruno@clisp.org>
3664
3665         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3666         <sysexits.h> file, and only add EX_CONFIG.
3667         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3668         absolute file name and whether it is sufficient. Substitute also
3669         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3670         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3671         ABSOLUTE_SYSEXITS_H into sysexits.h.
3672
3673 2007-03-25  Bruno Haible  <bruno@clisp.org>
3674
3675         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3676         hints is NULL.
3677
3678 2007-03-25  Bruno Haible  <bruno@clisp.org>
3679
3680         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3681         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3682
3683 2007-03-25  Bruno Haible  <bruno@clisp.org>
3684
3685         * lib/vasnprintf.c: Include langinfo.h.
3686         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3687         multithread-safe.
3688         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3689         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3690         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3691         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3692         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3693         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3694         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3695         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3696         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3697         Reported by Simon Josefsson.
3698
3699 2007-03-25  Bruno Haible  <bruno@clisp.org>
3700
3701         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3702         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3703         * modules/vasnprintf (Depends-on): Add stdint.
3704
3705 2007-03-25  Bruno Haible  <bruno@clisp.org>
3706
3707         * modules/fpieee: New file.
3708         * m4/fpieee.m4: New file.
3709         * modules/isnan-nolibm (Depends-on): Add fpieee.
3710         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3711         * modules/isnanl (Depends-on): Add fpieee.
3712
3713 2007-03-25  Bruno Haible  <bruno@clisp.org>
3714
3715         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3716
3717 2007-03-25  Bruno Haible  <bruno@clisp.org>
3718
3719         Avoid test failures on IRIX 6.5.
3720         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3721         (main): Use it.
3722         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3723         macros.
3724         (main): Use them.
3725
3726 2007-03-25  Bruno Haible  <bruno@clisp.org>
3727
3728         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3729         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3730         exists but doesn't work.
3731         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3732         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3733         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3734         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3735
3736 2007-03-25  Bruno Haible  <bruno@clisp.org>
3737
3738         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3739         returns inf. Needed on IRIX 6.5.
3740
3741 2007-03-25  Bruno Haible  <bruno@clisp.org>
3742
3743         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3744         (main): Use isnanl instead of x != x idiom.
3745         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3746
3747         * tests/test-frexp.c: Include isnan.h.
3748         (main): Use isnan instead of x != x idiom.
3749         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3750
3751 2007-03-25  Bruno Haible  <bruno@clisp.org>
3752
3753         * tests/test-frexp.c (NaN): New function/macro.
3754         (main): Use it instead of 0.0 / 0.0.
3755         * tests/test-isnan.c (NaN): New function/macro.
3756         (main): Use it instead of 0.0 / 0.0.
3757         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3758         (test_function): Use it instead of 0.0 / 0.0.
3759         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3760         (test_function): Use it instead of 0.0 / 0.0.
3761         * tests/test-snprintf-posix.h (NaN): New function/macro.
3762         (test_function): Use it instead of 0.0 / 0.0.
3763         * tests/test-sprintf-posix.h (NaN): New function/macro.
3764         (test_function): Use it instead of 0.0 / 0.0.
3765         * tests/test-fprintf-posix.h (NaN): New function/macro.
3766         (test_function): Use it instead of 0.0 / 0.0.
3767         * tests/test-printf-posix.h (NaN): New function/macro.
3768         (test_function): Use it instead of 0.0 / 0.0.
3769
3770         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3771
3772 2007-03-25  Bruno Haible  <bruno@clisp.org>
3773
3774         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3775
3776 2007-03-25  Bruno Haible  <bruno@clisp.org>
3777
3778         * lib/regexec.c (merge_state_with_log): Make static.
3779
3780 2007-03-25  Bruno Haible  <bruno@clisp.org>
3781
3782         * lib/trigl.c (kernel_rem_pio2): Make static.
3783
3784 2007-03-25  Bruno Haible  <bruno@clisp.org>
3785
3786         * lib/sincosl.c (sincosl_table): Make static.
3787
3788 2007-03-25  Bruno Haible  <bruno@clisp.org>
3789
3790         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3791         if the compiler does not support C99.
3792
3793 2007-03-25  Bruno Haible  <bruno@clisp.org>
3794
3795         * modules/time (Makefile.am): Ensure all rule action lines start with a
3796         tab.
3797
3798 2007-03-24  Bruno Haible  <bruno@clisp.org>
3799
3800         * modules/tsearch-tests: New file.
3801         * tests/test-tsearch.sh: New file.
3802         * tests/test-tsearch.c: New file, mostly copied from glibc.
3803
3804         * modules/search-tests: New file.
3805         * tests/test-search.c: New file.
3806
3807         * modules/search: New file.
3808         * lib/search_.h: New file, incorporating lib/tsearch.h.
3809         * m4/search_h.m4: New file.
3810         * lib/tsearch.h: Remove file.
3811         * lib/tsearch.c: Include search.h instead of tsearch.h.
3812         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3813         HAVE_TSEARCH.
3814         * modules/tsearch (Files): Remove lib/tsearch.h.
3815         (Depends-on): Add search.
3816         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3817         (Include): Change tsearch.h into search.h.
3818
3819 2007-03-24  Bruno Haible  <bruno@clisp.org>
3820
3821         * modules/fpucw: New file.
3822         * lib/fpucw.h: New file.
3823         * lib/frexp.c: Include fpucw.h.
3824         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3825         (FUNC): Use them.
3826         * lib/printf-frexp.c: Include fpucw.h.
3827         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3828         (FUNC): Use them.
3829         * lib/vasnprintf.c: Include fpucw.h.
3830         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3831         'long double' calculations.
3832         * tests/test-frexpl.c: Include fpucw.h.
3833         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3834         * tests/test-printf-frexpl.c: Include fpucw.h.
3835         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3836         * modules/frexpl (Depends-on): Add fpucw.
3837         * modules/printf-frexpl (Depends-on): Likewise.
3838         * modules/fprintf-posix (Depends-on): Likewise.
3839         * modules/snprintf-posix (Depends-on): Likewise.
3840         * modules/sprintf-posix (Depends-on): Likewise.
3841         * modules/vasnprintf-posix (Depends-on): Likewise.
3842         * modules/vasprintf-posix (Depends-on): Likewise.
3843         * modules/vfprintf-posix (Depends-on): Likewise.
3844         * modules/vsnprintf-posix (Depends-on): Likewise.
3845         * modules/vsprintf-posix (Depends-on): Likewise.
3846         * modules/frexpl-tests (Depends-on): Likewise.
3847         * modules/printf-frexpl-tests (Depends-on): Likewise.
3848
3849 2007-03-24  Bruno Haible  <bruno@clisp.org>
3850
3851         * lib/float+.h: New file.
3852         * lib/isnan.c: Include float+.h.
3853         (SIZE): New macro.
3854         (FUNC): Compare only SIZE bytes of the value.
3855         * lib/vasnprintf.c: Include float+.h.
3856         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3857         SIZEOF_LDBL or SIZEOF_DBL bytes.
3858         * modules/isnan-nolibm (Files): Add lib/float+.h.
3859         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3860         * modules/isnanl (Files): Add lib/float+.h.
3861         * modules/vasnprintf (Files): Add lib/float+.h.
3862
3863 2007-03-24  Bruno Haible  <bruno@clisp.org>
3864
3865         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3866         include isnanl-nolibm.h.
3867
3868 2007-03-24  Bruno Haible  <bruno@clisp.org>
3869
3870         * tests/test-read-file.c (main): Don't produce spurious output for
3871         expected situations. Make the test fail if it encountered unexpected
3872         results.
3873
3874 2007-03-24  Bruno Haible  <bruno@clisp.org>
3875
3876         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3877         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3878
3879 2007-03-24  Bruno Haible  <bruno@clisp.org>
3880
3881         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3882
3883 2007-03-24  Bruno Haible  <bruno@clisp.org>
3884
3885         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3886         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3887
3888         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3889         * modules/utf8-ucs4: Turn into a symbolic link to module
3890         unistr/u8-mbtouc.
3891
3892         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3893         utf8-ucs4-unsafe.
3894         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3895         unistr/u8-mbtouc-unsafe.
3896
3897         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3898         * modules/utf16-ucs4: Turn into a symbolic link to module
3899         unistr/u16-mbtouc.
3900
3901         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3902         utf16-ucs4-unsafe.
3903         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3904         unistr/u16-mbtouc-unsafe.
3905
3906         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3907         * modules/ucs4-utf8: Turn into a symbolic link to module
3908         unistr/u8-ubtomb.
3909
3910         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3911         * modules/ucs4-utf16: Turn into a symbolic link to module
3912         unistr/u16-ubtomb.
3913
3914 2007-03-24  Bruno Haible  <bruno@clisp.org>
3915
3916         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3917         Enable the function only if HAVE_INLINE.
3918         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3919         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3920         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3921         Enable the function only if HAVE_INLINE.
3922         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3923         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3924         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3925         Enable the function only if HAVE_INLINE.
3926         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3927         Enable the function only if HAVE_INLINE.
3928         * modules/utf8-ucs4: Update.
3929         * modules/utf8-ucs4-unsafe: Update.
3930         * modules/utf16-ucs4: Update.
3931         * modules/utf16-ucs4-unsafe: Update.
3932         * modules/ucs4-utf8: Update.
3933         * modules/ucs4-utf16: Update.
3934
3935 2007-03-24  Bruno Haible  <bruno@clisp.org>
3936
3937         * lib/utf8-ucs4.h: Remove file.
3938         * lib/utf8-ucs4-unsafe.h: Remove file.
3939         * lib/utf16-ucs4.h: Remove file.
3940         * lib/utf16-ucs4-unsafe.h: Remove file.
3941         * lib/ucs4-utf8.h: Remove file.
3942         * lib/ucs4-utf16.h: Remove file.
3943         * lib/unistr.h: Include their previous contents.
3944         * m4/utf-ucs4.m4: Remove file.
3945         * m4/ucs4-utf.m4: Remove file.
3946         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3947         (Depends-on): Add unistr/base.
3948         (configure.ac): Remove gl_UTF_UCS4.
3949         (Makefile.am): Update.
3950         (Include): Change to unistr.h.
3951         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3952         (Depends-on): Add unistr/base.
3953         (configure.ac): Remove gl_UTF_UCS4.
3954         (Makefile.am): Update.
3955         (Include): Change to unistr.h.
3956         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3957         (Depends-on): Add unistr/base.
3958         (configure.ac): Remove gl_UTF_UCS4.
3959         (Makefile.am): Update.
3960         (Include): Change to unistr.h.
3961         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3962         (Depends-on): Add unistr/base.
3963         (configure.ac): Remove gl_UTF_UCS4.
3964         (Makefile.am): Update.
3965         (Include): Change to unistr.h.
3966         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3967         (Depends-on): Add unistr/base.
3968         (configure.ac): Remove gl_UCS4_UTF.
3969         (Makefile.am): Update.
3970         (Include): Change to unistr.h.
3971         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3972         (Depends-on): Add unistr/base.
3973         (configure.ac): Remove gl_UCS4_UTF.
3974         (Makefile.am): Update.
3975         (Include): Change to unistr.h.
3976         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3977         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3978         utf8-ucs4-unsafe.h.
3979         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3980         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3981         utf16-ucs4-unsafe.h.
3982         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3983         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3984         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3985         * lib/unistr/u8-strchr.c: Likewise.
3986         * lib/unistr/u8-strrchr.c: Likewise.
3987         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3988         * lib/unistr/u16-strchr.c: Likewise.
3989         * lib/unistr/u16-strrchr.c: Likewise.
3990         * lib/striconveh.c: Update.
3991         * lib/linebreak.c: Update.
3992
3993 2007-03-24  Bruno Haible  <bruno@clisp.org>
3994
3995         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3996         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3997
3998 2007-03-22  Bruno Haible  <bruno@clisp.org>
3999
4000         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4001
4002 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4003
4004         * MODULES.html.sh (File system functions): New module write-any-file.
4005         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4006         * m4/write-any-file.m4: New files.
4007
4008 2007-03-23  Eric Blake  <ebb9@byu.net>
4009
4010         * gnulib-tool: Rearrange space-tab sequences, since some editors
4011         like to eat them.
4012
4013 2007-03-23  Eric Blake  <ebb9@byu.net>
4014
4015         * lib/version-etc.c (version_etc_va): Update license wording to
4016         be more concise.  Recommended by Richard Stallman.
4017
4018 2007-03-22  Bruno Haible  <bruno@clisp.org>
4019
4020         * lib/poll.c (MSG_PEEK): New fallback definition.
4021
4022 2007-03-22  Bruno Haible  <bruno@clisp.org>
4023
4024         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4025         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4026         (main): Update.
4027         Fixes a compilation error on BeOS.
4028
4029 2007-03-22  Bruno Haible  <bruno@clisp.org>
4030
4031         * modules/frexpl-tests: New file.
4032         * tests/test-frexpl.c: New file.
4033
4034         * modules/frexpl: New file.
4035         * m4/frexpl.m4: New file.
4036         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4037         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4038         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4039         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4040         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4041         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4042
4043 2007-03-22  Bruno Haible  <bruno@clisp.org>
4044
4045         * lib/frexpl.c: Share code with lib/frexp.c.
4046         * modules/mathl (Files): Add lib/frexp.c.
4047         (Depends-on): Add isnanl-nolibm.
4048
4049 2007-03-22  Bruno Haible  <bruno@clisp.org>
4050
4051         * modules/printf-frexp (Files): Add m4/frexp.m4.
4052         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4053         only if the found frexp function actually works.
4054
4055 2007-03-22  Bruno Haible  <bruno@clisp.org>
4056
4057         * lib/frexp.c: Remove older implementation that uses divisions.
4058
4059 2007-03-21  Bruno Haible  <bruno@clisp.org>
4060
4061         * modules/frexp-tests: New file.
4062         * tests/test-frexp.c: New file.
4063
4064         * modules/frexp: New file.
4065         * lib/frexp.c: New file.
4066         * m4/frexp.m4: New file.
4067         * lib/math_.h (frexp): New declaration.
4068         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4069         REPLACE_FREXP.
4070         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4071
4072 2007-03-21  Bruno Haible  <bruno@clisp.org>
4073
4074         * modules/isnanl-tests: New file.
4075         * tests/test-isnanl.c: New file.
4076
4077         * modules/isnanl: New file.
4078         * lib/isnanl.h: New file.
4079         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4080         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4081         gl_FUNC_ISNANL_WORKS.
4082         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4083         New macros.
4084
4085 2007-03-21  Bruno Haible  <bruno@clisp.org>
4086
4087         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4088         lib/isnanl.h.
4089         (Include): Update.
4090         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4091         * lib/vasnprintf.c: Update.
4092         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4093         tests/test-isnanl.h, remove tests/test-isnanl.c.
4094         (Makefile.am): Update.
4095         * tests/test-isnanl-nolibm.c: New file.
4096         * tests/test-isnanl.h: New file.
4097         * tests/test-isnanl.c: Remove file.
4098
4099 2007-03-21  Jim Meyering  <jim@meyering.net>
4100
4101         When trying to open ".", treat ESTALE like EACCES.
4102         * lib/savewd.c (savewd_save): Resort to forking not just upon
4103         failure with EACCES, but also when errno is ESTALE.
4104
4105 2007-03-20  Bruno Haible  <bruno@clisp.org>
4106
4107         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4108         Needed on AIX 5.1. Reported by Matthew Woehlke.
4109
4110 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4111
4112         Suggestions by Bruno Haible:
4113         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4114         our own.
4115         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4116         * modules/acl (Depends-on): Add gettext.
4117
4118 2007-03-19  Bruno Haible  <bruno@clisp.org>
4119
4120         * modules/iconvme: Remove file.
4121         * lib/iconvme.h: Remove file.
4122         * lib/iconvme.c: Remove file.
4123         * m4/iconvme.m4: Remove file.
4124
4125 2007-03-19  Bruno Haible  <bruno@clisp.org>
4126
4127         * doc/relocatable-maint.texi: Break long shell script line.
4128         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4129
4130 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4131
4132         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4133         handle file_has_acl.
4134         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4135         * lib/acl.c: Move header inclusions and related macro defns into
4136         lib/acl-internal.h.
4137         (S_ISLNK): Remove defn, since that's now done for us.
4138         (file_has_acl): Move to lib/file-has-acl.c.
4139         Call acl_trivial if available.  This is the crucial part of the fix.
4140         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4141         shared within the library.  Rewrite a bit, partly to make it compatible
4142         with the GNU coding style.
4143         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4144         Remove unnecessary double-quotes.
4145         Don't test for acl_to_text; the build will catch that.
4146         Replace acl_entries if it doesn't exist and it is needed.
4147         Check for -lsec and acl_trivial (as used on Solaris 10).
4148         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4149         lib/file-has-acl.c.
4150         (Depends-on): Add sys_stat, for S_ISLNK.
4151
4152 2007-03-19  Ben Pfaff  <blp@gnu.org>
4153
4154         * doc/gnulib.texi: Fix typos.
4155         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4156
4157 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4158
4159         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4160         If size is zero here, buf must be zero.
4161
4162 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4163
4164         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4165         <bruno@clisp.org>.
4166
4167 2007-03-18  Bruno Haible  <bruno@clisp.org>
4168
4169         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4170         Suggested by Eric Blake.
4171
4172 2007-03-18  Ben Pfaff  <blp@gnu.org>
4173
4174         * doc/relocatable.texi: Recommend using as prefix a directory
4175         that does not exist and will never be created.  Based on
4176         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4177         and others.
4178
4179 2007-03-17  Bruno Haible  <bruno@clisp.org>
4180
4181         * lib/fchownat.c: Include lchown.h.
4182
4183 2007-03-17  Bruno Haible  <bruno@clisp.org>
4184
4185         Fix endless loop when the given allocated size was > INT_MAX.
4186         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4187         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4188         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4189         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4190         * lib/sprintf.c (sprintf): Likewise.
4191
4192 2007-03-17  Bruno Haible  <bruno@clisp.org>
4193
4194         * tests/test-argp-2.sh (func_compare): Output a context diff.
4195
4196 2007-03-17  Bruno Haible  <bruno@clisp.org>
4197
4198         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4199         locale's decimal-point character.
4200
4201 2007-03-17  Bruno Haible  <bruno@clisp.org>
4202
4203         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4204         before comparing it. Needed because on some platforms (e.g. x86) a
4205         'long double' occupies less bytes than sizeof (long double).
4206
4207 2007-03-17  Bruno Haible  <bruno@clisp.org>
4208
4209         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4210         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4211         * tests/test-getaddrinfo.c (simple): Likewise.
4212         * tests/test-read-file.c (main): Likewise.
4213
4214 2007-03-17  Bruno Haible  <bruno@clisp.org>
4215
4216         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4217
4218 2007-03-17  Bruno Haible  <bruno@clisp.org>
4219
4220         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4221         unused variable.
4222
4223 2007-03-17  Bruno Haible  <bruno@clisp.org>
4224
4225         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4226         * tests/test-c-strncasecmp.c: Likewise.
4227
4228 2007-03-17  Bruno Haible  <bruno@clisp.org>
4229
4230         * modules/stdlib (Depends-on): Add unistd.
4231         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4232         Needed for MacOS X 10.3.
4233
4234 2007-03-17  Bruno Haible  <bruno@clisp.org>
4235
4236         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4237
4238 2007-03-17  Bruno Haible  <bruno@clisp.org>
4239
4240         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4241
4242 2007-03-17  Bruno Haible  <bruno@clisp.org>
4243
4244         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4245         to reflect files copied from gnulib (with or without modifications).
4246         Suggested by Jim Meyering.
4247
4248 2007-03-17  Eric Blake  <ebb9@byu.net>
4249
4250         * NEWS: Document stdlib change from 2007-02-18.
4251
4252 2007-03-17  Jim Meyering  <jim@meyering.net>
4253
4254         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4255         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4256         someone uses a name containing shell meta-characters.
4257         Reported by Alfred M. Szmidt.
4258
4259         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4260
4261 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4262
4263         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4264         and copy gettext configuration files only if configure.ac contains
4265         a use of AM_GNU_GETTEXT_VERSION.
4266
4267 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4268
4269         * build-aux/bootstrap (gnulib_name): New variable.
4270         (gnulib_tool_options): Use it.
4271
4272 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4273
4274         * tests/test-des.c: Use new namespace.
4275
4276 2007-03-15  Bruno Haible  <bruno@clisp.org>
4277
4278         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4279         Reported by James Youngman <jay@gnu.org>.
4280
4281 2007-03-15  Bruno Haible  <bruno@clisp.org>
4282
4283         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4284         declared prototype. Needed with cc on OSF/1 5.1.
4285
4286 2007-03-15  Bruno Haible  <bruno@clisp.org>
4287
4288         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4289         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4290         (struct gl_list_implementation): Add dispose_fn argument to the
4291         'create_empty', 'create' methods.
4292         (struct gl_list_impl_base): Add field 'dispose_fn'.
4293         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4294         argument.
4295         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4296         dispose_fn argument.
4297         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4298         dispose_fn on the dropped values.
4299         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4300         dispose_fn argument.
4301         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4302         dropped values.
4303         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4304         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4305         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4306         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4307         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4308         argument.
4309         (gl_tree_list_free): Call dispose_fn on the dropped values.
4310         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4311         the dropped values.
4312         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4313         Add dispose_fn argument.
4314         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4315         Call dispose_fn on the dropped values.
4316         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4317         Add dispose_fn argument.
4318         (gl_sublist_create): Initialize the 'dispose_fn' field.
4319         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4320         * tests/test-array_list.c (main): Update.
4321         * tests/test-carray_list.c (main): Update.
4322         * tests/test-avltree_list.c (main): Update.
4323         * tests/test-rbtree_list.c (main): Update.
4324         * tests/test-avltreehash_list.c (main): Update.
4325         * tests/test-rbtreehash_list.c (main): Update.
4326         * tests/test-linked_list.c (main): Update.
4327         * tests/test-linkedhash_list.c (main): Update.
4328         * tests/test-array_oset.c (main): Update.
4329
4330 2007-03-15  Bruno Haible  <bruno@clisp.org>
4331
4332         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4333         (gl_oset_create_empty): Add dispose_fn argument.
4334         (struct gl_oset_implementation): Add dispose_fn argument to
4335         'create_empty' method.
4336         (struct gl_oset_impl_base): Add dispose_fn field.
4337         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4338         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4339         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4340         values.
4341         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4342         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4343         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4344         dropped value.
4345         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4346         dropped value.
4347         * tests/test-array_oset.c (main): Update.
4348         * tests/test-avltree_oset.c (main): Update.
4349         * tests/test-rbtree_oset.c (main): Update.
4350         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4351
4352 2007-03-13  Bruno Haible  <bruno@clisp.org>
4353
4354         * tests/test-stdbool.c (i): Update after last patch.
4355
4356 2007-03-12  Bruno Haible  <bruno@clisp.org>
4357
4358         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4359         the iswprint macro. Needed on Solaris 2.5.1.
4360
4361 2007-03-12  Bruno Haible  <bruno@clisp.org>
4362
4363         * tests/test-printf-frexp.c (main): Declare x as volatile.
4364
4365 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4366
4367         * doc/gnulib.texi (Build robot for gnulib): New section.
4368
4369 2007-03-12  Jim Meyering  <jim@meyering.net>
4370
4371         * build-aux/bootstrap: New file.
4372         * build-aux/bootstrap.conf: New file, from coreutils.
4373
4374 2007-03-11  Bruno Haible  <bruno@clisp.org>
4375
4376         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4377
4378 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4379
4380         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4381         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4382         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4383
4384 2007-03-11  Bruno Haible  <bruno@clisp.org>
4385
4386         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4387         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4388
4389 2007-03-11  Bruno Haible  <bruno@clisp.org>
4390
4391         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4392         formula. Needed for SunPRO C 5.0.
4393
4394 2007-03-11  Bruno Haible  <bruno@clisp.org>
4395
4396         * modules/long-options (Depends-on): Add getopt.
4397
4398 2007-03-11  Bruno Haible  <bruno@clisp.org>
4399
4400         * modules/modechange (Depends-on): Add stdbool.
4401
4402 2007-03-11  Bruno Haible  <bruno@clisp.org>
4403
4404         * modules/i-ring (Depends-on): Add stdbool.
4405
4406 2007-03-11  Bruno Haible  <bruno@clisp.org>
4407
4408         * modules/gc-des (Depends-on): Add stdbool.
4409
4410 2007-03-11  Bruno Haible  <bruno@clisp.org>
4411
4412         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4413
4414 2007-03-11  Bruno Haible  <bruno@clisp.org>
4415
4416         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4417
4418 2007-03-11  Bruno Haible  <bruno@clisp.org>
4419
4420         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4421
4422 2007-03-11  Bruno Haible  <bruno@clisp.org>
4423
4424         * lib/vasnprintf.c (sprintf): Undefine.
4425
4426 2007-03-11  Bruno Haible  <bruno@clisp.org>
4427
4428         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4429         initializers in SunPRO C and Compaq C compilers.
4430
4431 2007-03-11  Bruno Haible  <bruno@clisp.org>
4432
4433         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4434         decrementing code ANSI C compliant.
4435
4436 2007-03-11  Bruno Haible  <bruno@clisp.org>
4437
4438         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4439         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4440
4441 2007-03-11  Bruno Haible  <bruno@clisp.org>
4442
4443         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4444         <stdbool.h> substitute doesn't pass.
4445
4446 2007-03-11  Bruno Haible  <bruno@clisp.org>
4447
4448         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4449
4450 2007-03-11  Bruno Haible  <bruno@clisp.org>
4451
4452         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4453         script, for submission to autobuild.josefsson.org.
4454
4455 2007-03-10  Bruno Haible  <bruno@clisp.org>
4456
4457         * modules/canonicalize-lgpl-tests: New file.
4458         * tests/test-canonicalize-lgpl.sh: New file.
4459         * tests/test-canonicalize-lgpl.c: New file.
4460
4461         * modules/c-strcase-tests: New file.
4462         * tests/test-c-strcase.sh: New file.
4463         * tests/test-c-strcasecmp.c: New file.
4464         * tests/test-c-strncasecmp.c: New file.
4465
4466         * modules/atexit-tests: New file.
4467         * tests/test-atexit.sh: New file.
4468         * tests/test-atexit.c: New file.
4469
4470 2007-03-10  Bruno Haible  <bruno@clisp.org>
4471
4472         * tests/test-binary-io.sh: Use temporary filenames that are not so
4473         likely to clash with those of other tests (in a parallel make).
4474         * tests/test-binary-io.c: Likewise.
4475
4476 2007-03-10  Bruno Haible  <bruno@clisp.org>
4477
4478         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4479         fallback; use #error instead.
4480         Suggested by Simon Josefsson.
4481
4482 2007-03-10  Bruno Haible  <bruno@clisp.org>
4483
4484         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4485         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4486         first and the last.
4487
4488 2007-03-10  Bruno Haible  <bruno@clisp.org>
4489
4490         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4491
4492 2007-03-10  Bruno Haible  <bruno@clisp.org>
4493
4494         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4495         "make distcheck".
4496         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4497         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4498         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4499
4500 2007-03-10  Bruno Haible  <bruno@clisp.org>
4501
4502         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4503         variable.
4504         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4505         variable.
4506
4507 2007-03-09  Eric Blake  <ebb9@byu.net>
4508         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4509
4510         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4511         types are not being provided by gnulib.
4512         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4513         types are supported.
4514
4515 2007-03-10  Bruno Haible  <bruno@clisp.org>
4516
4517         * lib/stdio_.h (__attribute__): New macro.
4518         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4519         vsprintf): Specify __attribute__ __format__ for GCC.
4520         Suggested by Eric Blake.
4521
4522 2007-03-09  Bruno Haible  <bruno@clisp.org>
4523
4524         * modules/printf-posix-tests: New file.
4525         * tests/test-printf-posix.sh: New file.
4526         * tests/test-printf-posix.c: New file.
4527
4528         * modules/printf-posix: New file.
4529         * lib/printf.c: New file.
4530         * m4/printf-posix-rpl.m4: New file.
4531         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4532         REPLACE_PRINTF.
4533         * lib/stdio_.h (printf): New declaration.
4534         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4535         ____strfmon____): New macros.
4536         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4537         REPLACE_PRINTF.
4538
4539 2007-03-09  Bruno Haible  <bruno@clisp.org>
4540
4541         * tests/test-vasnprintf-posix2.sh: New file.
4542         * tests/test-vasnprintf-posix2.c: New file.
4543         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4544         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4545         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4546
4547         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4548         a locale dependent decimal point, rather than always '.'.
4549
4550 2007-03-09  Eric Blake  <ebb9@byu.net>
4551
4552         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4553         spite of platforms like Tandem/NSK that define it to -1.
4554
4555 2007-03-08  Bruno Haible  <bruno@clisp.org>
4556
4557         * modules/vprintf-posix-tests: New file.
4558         * tests/test-vprintf-posix.sh: New file.
4559         * tests/test-vprintf-posix.c: New file.
4560         * tests/test-printf-posix.h: New file.
4561
4562         * modules/vprintf-posix: New file.
4563         * lib/vprintf.c: New file.
4564         * m4/vprintf-posix.m4: New file.
4565         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4566         REPLACE_VPRINTF.
4567         * lib/stdio_.h (vprintf): New declaration.
4568         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4569         REPLACE_VPRINTF.
4570
4571 2007-03-08  Bruno Haible  <bruno@clisp.org>
4572
4573         * modules/fprintf-posix-tests: New file.
4574         * tests/test-fprintf-posix.sh: New file.
4575         * tests/test-fprintf-posix.c: New file.
4576
4577         * modules/fprintf-posix: New file.
4578         * lib/fprintf.c: New file.
4579         * m4/fprintf-posix.m4: New file.
4580         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4581         REPLACE_FPRINTF.
4582         * lib/stdio_.h (fprintf): New declaration.
4583         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4584         REPLACE_FPRINTF.
4585
4586 2007-03-08  Bruno Haible  <bruno@clisp.org>
4587
4588         * modules/vfprintf-posix-tests: New file.
4589         * tests/test-vfprintf-posix.sh: New file.
4590         * tests/test-vfprintf-posix.c: New file.
4591         * tests/test-fprintf-posix.h: New file.
4592         * tests/test-fprintf-posix.out: New file.
4593
4594         * modules/vfprintf-posix: New file.
4595         * lib/vfprintf.c: New file.
4596         * m4/vfprintf-posix.m4: New file.
4597         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4598         REPLACE_VFPRINTF.
4599         * lib/stdio_.h (vfprintf): New declaration.
4600         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4601         REPLACE_VFPRINTF.
4602
4603 2007-03-08  Bruno Haible  <bruno@clisp.org>
4604
4605         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4606
4607 2007-03-08  Bruno Haible  <bruno@clisp.org>
4608
4609         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4610         instead of 'expr' invocations.
4611         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4612         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4613         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4614         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4615         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4616         Suggested by Paul Eggert.
4617
4618 2007-03-08  Bruno Haible  <bruno@clisp.org>
4619
4620         * modules/fseterr-tests: New file.
4621         * tests/test-fseterr.c: New file.
4622
4623         * modules/fseterr: New file.
4624         * lib/fseterr.h: New file.
4625         * lib/fseterr.c: New file.
4626
4627 2007-03-08  Bruno Haible  <bruno@clisp.org>
4628
4629         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4630         * lib/getopt_.h: Likewise.
4631         * lib/mbswidth.h: Likewise.
4632         * lib/setenv.h: Likewise.
4633         * lib/vasnprintf.h: Likewise.
4634         * lib/vasprintf.h: Likewise.
4635         * lib/verror.h: Likewise.
4636         * lib/xsetenv.h: Likewise.
4637         * lib/xvasprintf.h: Likewise.
4638
4639 2007-03-08  Jim Meyering  <jim@meyering.net>
4640
4641         * users.txt: Add parted.
4642
4643         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4644
4645 2007-03-07  Bruno Haible  <bruno@clisp.org>
4646
4647         * m4/printf.m4: Make the shell script snippets copy&pastable.
4648
4649 2007-03-02  Bruno Haible  <bruno@clisp.org>
4650
4651         * lib/netinet_in_.h: New file.
4652         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4653         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4654         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4655         (Depends-on): Add absolute-header.
4656         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4657         into netinet/in.h.
4658
4659 2007-03-03  Bruno Haible  <bruno@clisp.org>
4660
4661         * lib/sys_select_.h: New file.
4662         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4663         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4664         * modules/sys_select (Files): Add lib/sys_select_.h.
4665         (Depends-on): Add absolute-header.
4666         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4667         into sys/select.h.
4668
4669 2007-03-02  Bruno Haible  <bruno@clisp.org>
4670
4671         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4672         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4673         values.
4674         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4675         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4676         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4677         * modules/sys_socket (Depends-on): Add absolute-header.
4678         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4679         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4680         (Include): Remove requirement of inclusion of <sys/types.h>.
4681
4682 2007-03-02  Bruno Haible  <bruno@clisp.org>
4683
4684         * lib/byteswap_.h (bswap_32): Fix formula.
4685
4686 2007-03-06  Bruno Haible  <bruno@clisp.org>
4687
4688         * modules/sprintf-posix-tests: New file.
4689         * tests/test-sprintf-posix.c: New file.
4690
4691         * modules/sprintf-posix: New file.
4692         * lib/sprintf.c: New file.
4693         * m4/sprintf-posix.m4: New file.
4694         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4695         REPLACE_SPRINTF.
4696         * lib/stdio_.h (sprintf): New declaration.
4697         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4698         REPLACE_SPRINTF.
4699
4700 2007-03-06  Bruno Haible  <bruno@clisp.org>
4701
4702         * modules/vsprintf-posix-tests: New file.
4703         * tests/test-vsprintf-posix.c: New file.
4704         * tests/test-sprintf-posix.h: New file.
4705
4706         * modules/vsprintf-posix: New file.
4707         * lib/vsprintf.c: New file.
4708         * m4/vsprintf-posix.m4: New file.
4709         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4710         REPLACE_VSPRINTF.
4711         * lib/stdio_.h (vsprintf): New declaration.
4712         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4713         REPLACE_VSPRINTF.
4714
4715 2007-03-06  Bruno Haible  <bruno@clisp.org>
4716
4717         * modules/vsnprintf (Depend-on): Remove minmax.
4718
4719 2007-03-06  Bruno Haible  <bruno@clisp.org>
4720
4721         * modules/snprintf-posix-tests: New file.
4722         * tests/test-snprintf-posix.c: New file.
4723
4724         * modules/snprintf-posix: New file.
4725         * m4/snprintf-posix.m4: New file.
4726         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4727         gl_FUNC_SNPRINTF.
4728         (gl_FUNC_SNPRINTF): Invoke it.
4729         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4730         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4731         is set.
4732         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4733
4734 2007-03-06  Bruno Haible  <bruno@clisp.org>
4735
4736         * modules/vsnprintf-posix-tests: New file.
4737         * tests/test-vsnprintf-posix.c: New file.
4738         * tests/test-snprintf-posix.h: New file.
4739
4740         * modules/vsnprintf-posix: New file.
4741         * m4/vsnprintf-posix.m4: New file.
4742         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4743         gl_FUNC_VSNPRINTF.
4744         (gl_FUNC_VSNPRINTF): Invoke it.
4745         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4746         * lib/stdio_.h (vsnprintf): Define as a replacement if
4747         REPLACE_VSNPRINTF is set.
4748         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4749
4750 2007-03-06  Bruno Haible  <bruno@clisp.org>
4751
4752         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4753         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4754
4755 2007-03-06  Bruno Haible  <bruno@clisp.org>
4756
4757         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4758         (asinl): Declare also if HAVE_DECL_ASINL is set.
4759         (atanl): Declare also if HAVE_DECL_ATANL is set.
4760         (ceill): Declare also if HAVE_DECL_CEILL is set.
4761         (cosl): Declare also if HAVE_DECL_COSL is set.
4762         (expl): Declare also if HAVE_DECL_EXPL is set.
4763         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4764         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4765         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4766         (logl): Declare also if HAVE_DECL_LOGL is set.
4767         (sinl): Declare also if HAVE_DECL_SINL is set.
4768         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4769         (tanl): Declare also if HAVE_DECL_TANL is set.
4770         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4771         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4772         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4773         declaration of frexpl, ldexpl.
4774         * modules/printf-frexpl (Depends-on): Add math.
4775         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4776
4777 2007-03-05  Bruno Haible  <bruno@clisp.org>
4778
4779         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4780         frexpl and ldexpl are declared.
4781         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4782
4783 2007-03-05  Bruno Haible  <bruno@clisp.org>
4784
4785         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4786         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4787
4788 2007-03-05  Bruno Haible  <bruno@clisp.org>
4789
4790         * lib/stdio_.h: Include <stddef.h>.
4791
4792 2007-03-05  Bruno Haible  <bruno@clisp.org>
4793
4794         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4795
4796 2007-03-05  Bruno Haible  <bruno@clisp.org>
4797
4798         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4799         NetBSD 4, from Ralf Wildenhues.
4800
4801 2007-03-04  Bruno Haible  <bruno@clisp.org>
4802
4803         * lib/vasprintf.h: Update #if logic for the case when the functions
4804         exist but are overridden.
4805
4806 2007-03-04  Bruno Haible  <bruno@clisp.org>
4807
4808         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4809         implementations: glibc-2.4 and MacOS X 10.3.
4810         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4811         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4812         * tests/test-vasprintf-posix.c (test_function): Likewise.
4813
4814 2007-03-04  Bruno Haible  <bruno@clisp.org>
4815
4816         * modules/vasprintf-posix-tests: New file.
4817         * tests/test-vasprintf-posix.c: New file.
4818
4819         * modules/vasprintf-posix: New file.
4820         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4821         defined.
4822         * m4/vasprintf-posix.m4: New file.
4823         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4824         gl_FUNC_VASPRINTF.
4825         (gl_FUNC_VASPRINTF): Invoke it.
4826         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4827         here.
4828         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4829
4830 2007-03-04  Bruno Haible  <bruno@clisp.org>
4831
4832         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4833         REPLACE_GETTIMEOFDAY.
4834         * modules/sys_time (Makefile.am): Likewise.
4835         * m4/sys_time_h.m4: Likewise.
4836         * m4/gettimeofday.m4: Likewise.
4837
4838 2007-03-04  Bruno Haible  <bruno@clisp.org>
4839
4840         * modules/vasnprintf-posix-tests: New file.
4841         * tests/test-vasnprintf-posix.c: New file.
4842
4843         * modules/vasnprintf-posix: New file.
4844         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4845         printf-frexpl.h.
4846         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4847         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4848         REPLACE_VASNPRINTF is defined.
4849         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4850         gl_FUNC_VASNPRINTF.
4851         (gl_FUNC_VASNPRINTF): Invoke it.
4852         * m4/vasnprintf-posix.m4: New file.
4853         * m4/printf.m4: New file.
4854
4855 2007-03-04  Bruno Haible  <bruno@clisp.org>
4856
4857         Compile progreloc.c only if --enable-relocatable is specified.
4858         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4859         if --enable-relocatable was specified.
4860         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4861         lib_SOURCES.
4862
4863 2007-03-04  Jim Meyering  <jim@meyering.net>
4864
4865         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4866         Use it consistently, rather than enumerating errno constants.
4867
4868 2007-03-04  Bruno Haible  <bruno@clisp.org>
4869
4870         * modules/xvasprintf-tests: New file.
4871         * tests/test-xvasprintf.c: New file.
4872
4873         * modules/vasprintf-tests: New file.
4874         * tests/test-vasprintf.c: New file.
4875
4876         * modules/vasnprintf-tests: New file.
4877         * tests/test-vasnprintf.c: New file.
4878
4879         * modules/vsnprintf-tests: New file.
4880         * tests/test-vsnprintf.c: New file.
4881
4882         * modules/snprintf-tests: New file.
4883         * tests/test-snprintf.c: New file.
4884
4885 2007-03-04  Bruno Haible  <bruno@clisp.org>
4886
4887         Compile relocatable.c only if --enable-relocatable is specified.
4888         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4889         gl_RELOCATABLE_LIBRARY.
4890         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4891         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4892         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4893         gl_RELOCATABLE_LIBRARY.
4894         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4895         (Makefile.am): Remove lib_SOURCES.
4896         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4897         gl_RELOCATABLE_LIBRARY.
4898         (Makefile.am): Remove lib_SOURCES.
4899         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4900         always.
4901         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4902         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4903
4904 2007-03-04  Bruno Haible  <bruno@clisp.org>
4905
4906         * modules/argmatch-tests: New file.
4907         * tests/test-argmatch.c: New file.
4908
4909         * tests/test-allocsa.c (main): Halve the number of loop runs.
4910
4911         * modules/alloca-opt-tests: New file.
4912         * tests/test-alloca-opt.c: New file.
4913
4914 2007-03-04  Jim Meyering  <jim@meyering.net>
4915
4916         Work around difference between Linux ACLs and Solaris 10 ZFS.
4917         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4918         for EINVAL.
4919
4920 2007-03-03  Bruno Haible  <bruno@clisp.org>
4921
4922         * modules/relocatable-prog (Depends-on): Add back progreloc's
4923         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4924
4925 2007-03-03  Bruno Haible  <bruno@clisp.org>
4926
4927         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4928         * modules/relocatable-lib: New file.
4929
4930 2007-03-03  Bruno Haible  <bruno@clisp.org>
4931
4932         * modules/relocatable-prog: Renamed from modules/relocatable.
4933         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4934
4935 2007-03-03  Bruno Haible  <bruno@clisp.org>
4936
4937         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4938         m4/relocatable-lib.m4.
4939         (Depends-on): Remove 'relocatable'.
4940         (configure.ac): Add gl_RELOCATABLE_NOP.
4941
4942 2007-03-03  Bruno Haible  <bruno@clisp.org>
4943
4944         * modules/relocatable-prog-wrapper: New file.
4945         * modules/relocatable (Depends-on): Add it. Remove all other
4946         dependencies except progname.
4947         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4948
4949         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4950         (gl_FUNC_STRERROR): Nop.
4951         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4952
4953         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4954         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4955
4956         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4957         (gl_FUNC_READLINK): Update.
4958
4959         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4960
4961 2007-03-03  Bruno Haible  <bruno@clisp.org>
4962
4963         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4964         * modules/xreadlink (Depends-on): Add unistd.
4965         * modules/xreadlink-with-size (Depends-on): Likewise.
4966
4967 2007-03-03  Bruno Haible  <bruno@clisp.org>
4968
4969         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4970         extracted from gt_FUNC_SETENV.
4971         (gt_FUNC_SETENV): Remove macro.
4972         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4973         remove gt_FUNC_SETENV.
4974
4975 2007-03-03  Bruno Haible  <bruno@clisp.org>
4976
4977         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4978         ENABLE_RELOCATABLE here.
4979         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4980
4981 2007-03-03  Bruno Haible  <bruno@clisp.org>
4982
4983         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4984         * tests/test-rbtreehash_list.c: Include progname.h.
4985         (main): Call set_program_name.
4986
4987         * modules/rbtree-oset-tests (Depends-on): Add progname.
4988         * tests/test-rbtree_oset.c: Include progname.h.
4989         (main): Call set_program_name.
4990
4991         * modules/rbtree-list-tests (Depends-on): Add progname.
4992         * tests/test-rbtree_list.c: Include progname.h.
4993         (main): Call set_program_name.
4994
4995         * modules/linked-list-tests (Depends-on): Add progname.
4996         * tests/test-linked_list.c: Include progname.h.
4997         (main): Call set_program_name.
4998
4999 2007-03-03  Bruno Haible  <bruno@clisp.org>
5000
5001         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5002         All uses of __restrict changed to _Restrict_.
5003         * lib/glob_.h (__restrict): Remove macro.
5004
5005 2007-03-02  Bruno Haible  <bruno@clisp.org>
5006
5007         * modules/gettext (configure.ac): Require gettext infrastructure
5008         from version 0.16.1.
5009
5010 2007-03-02  Bruno Haible  <bruno@clisp.org>
5011
5012         * modules/linkedhash-list-tests (Depends-on): Add progname.
5013         * tests/test-linkedhash_list.c: Include progname.h.
5014         (main): Call set_program_name.
5015
5016         * modules/carray-list-tests (Depends-on): Add progname.
5017         * tests/test-carray_list.c: Include progname.h.
5018         (main): Call set_program_name.
5019
5020         * modules/avltreehash-list-tests (Depends-on): Add progname.
5021         * tests/test-avltreehash_list.c: Include progname.h.
5022         (main): Call set_program_name.
5023
5024         * modules/avltree-oset-tests (Depends-on): Add progname.
5025         * tests/test-avltree_oset.c: Include progname.h.
5026         (main): Call set_program_name.
5027
5028         * modules/avltree-list-tests (Depends-on): Add progname.
5029         * tests/test-avltree_list.c: Include progname.h.
5030         (main): Call set_program_name.
5031
5032         * modules/array-oset-tests (Depends-on): Add progname.
5033         * tests/test-array_oset.c: Include progname.h.
5034         (main): Call set_program_name.
5035
5036         * modules/array-list-tests (Depends-on): Add progname.
5037         * tests/test-array_list.c: Include progname.h.
5038         (main): Call set_program_name.
5039
5040         * modules/argp-tests (Depends-on): Add progname.
5041         * tests/test-argp.c: Include argp.h first. Include progname.h.
5042         (main): Call set_program_name.
5043
5044 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5045
5046         * doc/gnulib-tool.texi (Initial import): Reword description of
5047         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5048         limited effect even if defined after the first system include.
5049
5050 2007-03-01  Bruno Haible  <bruno@clisp.org>
5051
5052         * build-aux/config.libpath: Update to libtool-1.5.22.
5053         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5054
5055 2007-03-01  Bruno Haible  <bruno@clisp.org>
5056
5057         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5058         foo_CFLAGS.
5059         Reported by Ralf Wildenhues.
5060
5061 2007-03-01  Bruno Haible  <bruno@clisp.org>
5062
5063         * build-aux/install-reloc: Remove object files left over by some
5064         compilers.
5065         Reported by Ralf Wildenhues.
5066
5067 2007-03-01  Bruno Haible  <bruno@clisp.org>
5068
5069         * build-aux/install-reloc: Break long lines.
5070
5071 2007-03-01  Bruno Haible  <bruno@clisp.org>
5072
5073         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5074         Reported by Ralf Wildenhues.
5075
5076 2007-03-01  Bruno Haible  <bruno@clisp.org>
5077
5078         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5079         include ordering constraints.
5080
5081 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5082
5083         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5084         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5085         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5086         as another example.
5087         * lib/time_.h: Fix misspelling.
5088         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5089         Require gl_HEADER_TIME_H_DEFAULTS.
5090         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5091         * m4/time_r.m4 (gl_TIME_R): Likewise.
5092         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5093
5094 2007-03-01  Bruno Haible  <bruno@clisp.org>
5095
5096         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5097         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5098
5099 2007-03-01  Jim Meyering  <jim@meyering.net>
5100
5101         * modules/xreadlink (Maintainer): Add my name.
5102         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5103
5104 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5105             Bruno Haible  <bruno@clisp.org>
5106
5107         * build-aux/install-reloc: Compile also c-ctype.c.
5108         * build-aux/relocatable.sh.in: New file.
5109         * doc/relocatable.texi: New file.
5110         * doc/relocatable-maint.texi: New file.
5111         * doc/gnulib.texi: Include relocatable-maint.texi.
5112         * lib/progreloc.c: Include unistd.h unconditionally.
5113         * lib/relocwrapper.c: Include unistd.h unconditionally.
5114         Include c-ctype.h.
5115         (add_dotbin): Use c_tolower.
5116         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5117         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5118         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5119         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5120         to m4/relocatable-lib.m4.
5121         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5122         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5123         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5124         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5125         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5126         * modules/relocatable: New file.
5127         * modules/relocatable-lib: New file.
5128         * modules/relocatable-script: New file.
5129
5130 2007-02-28  Bruno Haible  <bruno@clisp.org>
5131
5132         Import --enable-relocatable infrastructure.
5133         * build-aux/config.libpath: New file, from GNU gettext.
5134         * build-aux/install-reloc: New file, from GNU gettext.
5135         * build-aux/reloc-ldflags: New file, from GNU gettext.
5136         * lib/relocatable.h: New file, from GNU gettext.
5137         * lib/relocatable.c: New file, from GNU gettext.
5138         * lib/relocwrapper.c: New file, from GNU gettext.
5139         * m4/relocatable.m4: New file, from GNU gettext.
5140
5141 2007-02-28  Bruno Haible  <bruno@clisp.org>
5142
5143         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5144
5145         * modules/xreadlink: New file, from GNU gettext with modifications.
5146         * lib/xreadlink.c: New file, from GNU gettext.
5147         * lib/xreadlink.h: Add comments.
5148         (xreadlink): New declaration.
5149
5150         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5151         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5152         lib/xreadlink-with-size.c.
5153         (configure.ac): Remove gl_XREADLINK invocation.
5154         (Makefile.am): Augment lib_SOURCES.
5155         * m4/xreadlink.m4: Remove file.
5156         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5157         (xreadlink_with_size): Renamed from xreadink.
5158         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5159         * modules/canonicalize (Depends-on): Replace xreadlink with
5160         xreadlink-with-size.
5161         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5162
5163 2007-02-25  Jim Meyering  <jim@meyering.net>
5164
5165         * build-aux/announce-gen: When complaining about excess arguments,
5166         list them.
5167
5168 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5169
5170         * README: Document signed integer overflow situation more
5171         accurately.
5172
5173 2007-02-25  Bruno Haible  <bruno@clisp.org>
5174
5175         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5176         'a' or 'A' conversion.
5177
5178 2007-02-25  Bruno Haible  <bruno@clisp.org>
5179
5180         * modules/filename: Renamed from modules/pathname.
5181         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5182         lib/concatpath.c with lib/concat-filename.c.
5183         (Makefile.am): Update.
5184         (Include): Replace pathname.h with filename.h.
5185         * lib/filename.h: Renamed from lib/pathname.h.
5186         (concatenated_filename): Renamed from concatenated_pathname.
5187         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5188         (concatenated_filename): Renamed from concatenated_pathname.
5189         * lib/findprog.c: Include filename.h instead of pathname.h.
5190         (find_in_path): Update.
5191         * lib/javacomp.c: Include filename.h instead of pathname.h.
5192         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5193         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5194         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5195         is_oldgcj_14_13_usable, is_javac_usable): Update.
5196         * lib/javaexec.c: Include filename.h instead of pathname.h.
5197         (execute_java_class): Update.
5198         * modules/findprog: Update.
5199         * modules/javacomp: Update.
5200         * modules/javaexec: Update.
5201         * MODULES.html.sh (File system functions): Add 'filename', remove
5202         'pathname'.
5203
5204 2007-02-25  Bruno Haible  <bruno@clisp.org>
5205
5206         * modules/printf-frexpl-tests: New file.
5207         * tests/test-printf-frexpl.c: New file.
5208
5209         * modules/printf-frexpl: New file.
5210         * lib/printf-frexpl.h: New file.
5211         * lib/printf-frexpl.c: New file.
5212         * m4/printf-frexpl.m4: New file.
5213
5214 2007-02-25  Bruno Haible  <bruno@clisp.org>
5215
5216         * modules/printf-frexp-tests: New file.
5217         * tests/test-printf-frexp.c: New file.
5218
5219         * modules/printf-frexp: New file.
5220         * lib/printf-frexp.h: New file.
5221         * lib/printf-frexp.c: New file.
5222         * m4/printf-frexp.m4: New file.
5223
5224 2007-02-25  Bruno Haible  <bruno@clisp.org>
5225
5226         Assume automake >= 1.10 for the tests.
5227         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5228         * modules/arctwo-tests: Likewise.
5229         * modules/argp-tests: Likewise.
5230         * modules/avltree-list-tests: Likewise.
5231         * modules/avltree-oset-tests: Likewise.
5232         * modules/avltreehash-list-tests: Likewise.
5233         * modules/carray-list-tests: Likewise.
5234         * modules/crc-tests: Likewise.
5235         * modules/des-tests: Likewise.
5236         * modules/gc-arcfour-tests: Likewise.
5237         * modules/gc-arctwo-tests: Likewise.
5238         * modules/gc-des-tests: Likewise.
5239         * modules/gc-hmac-md5-tests: Likewise.
5240         * modules/gc-hmac-sha1-tests: Likewise.
5241         * modules/gc-md2-tests: Likewise.
5242         * modules/gc-md4-tests: Likewise.
5243         * modules/gc-md5-tests: Likewise.
5244         * modules/gc-pbkdf2-sha1-tests: Likewise.
5245         * modules/gc-rijndael-tests: Likewise.
5246         * modules/gc-sha1-tests: Likewise.
5247         * modules/gc-tests: Likewise.
5248         * modules/getaddrinfo-tests: Likewise.
5249         * modules/hmac-md5-tests: Likewise.
5250         * modules/hmac-sha1-tests: Likewise.
5251         * modules/linked-list-tests: Likewise.
5252         * modules/linkedhash-list-tests: Likewise.
5253         * modules/lock-tests: Likewise.
5254         * modules/md2-tests: Likewise.
5255         * modules/md4-tests: Likewise.
5256         * modules/md5-tests: Likewise.
5257         * modules/rbtree-list-tests: Likewise.
5258         * modules/rbtree-oset-tests: Likewise.
5259         * modules/rbtreehash-list-tests: Likewise.
5260         * modules/read-file-tests: Likewise.
5261         * modules/rijndael-tests: Likewise.
5262         * modules/stdint-tests: Likewise.
5263         * modules/tls-tests: Likewise.
5264
5265 2007-02-24  Bruno Haible  <bruno@clisp.org>
5266
5267         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5268         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5269         function; instead check whether isnan with a double argument links.
5270         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5271         function; instead check whether isnan with a 'long double' argument
5272         links.
5273         Reported by Eric Blake <ebb9@byu.net>.
5274
5275 2007-02-24  Bruno Haible  <bruno@clisp.org>
5276
5277         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5278         defined.
5279         * lib/isnanl.c: Remove all code. Just include isnan.c.
5280         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5281
5282 2007-02-25  Jim Meyering  <jim@meyering.net>
5283
5284         Avoid conflicting types for 'unsetenv' on FreeBSD.
5285         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5286         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5287         in stdlib.h.
5288
5289 2007-02-24  Bruno Haible  <bruno@clisp.org>
5290
5291         * modules/isnanl-nolibm-tests: New file.
5292         * tests/test-isnanl.c: New file.
5293
5294         * modules/isnanl-nolibm: New file.
5295         * lib/isnanl.h: New file.
5296         * lib/isnanl.c: New file.
5297         * m4/isnanl.m4: New file.
5298
5299 2007-02-24  Bruno Haible  <bruno@clisp.org>
5300
5301         * modules/isnan-nolibm-tests: New file.
5302         * tests/test-isnan.c: New file.
5303
5304         * modules/isnan-nolibm: New file.
5305         * lib/isnan.h: New file.
5306         * lib/isnan.c: New file.
5307         * m4/isnan.m4: New file.
5308
5309 2007-02-24  Bruno Haible  <bruno@clisp.org>
5310
5311         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5312         assume that an exponent fits in 20 bits.
5313
5314 2007-02-24  Jim Meyering  <jim@meyering.net>
5315
5316         * m4/regex.m4: Update the description of the configure-time option,
5317         --without-included-regex, to state accurately what the defaults are,
5318         and perhaps to give people an idea why using this option is risky.
5319
5320 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5321
5322         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5323         loops on small arguments.  This attempts to avoid the problem
5324         Bruno Haible reported for AIX 4.3.2 in
5325         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5326
5327 2007-02-23  Bruno Haible  <bruno@clisp.org>
5328
5329         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5330         Needed for help2man.
5331
5332 2007-02-23  Karl Berry  <karl@gnu.org>
5333
5334         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5335         exists, foo.h should be cvs-ignored, not committed.
5336
5337 2007-02-23  Eric Blake  <ebb9@byu.net>
5338
5339         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5340         * lib/stat-time.h (includes): Likewise.
5341         * lib/utimecmp.c (includes): Likewise.
5342         * lib/utimens.h (includes): Likewise.
5343         * lib/getdate.y (includes): Also include "timespec.h" for use
5344         internal to the module.
5345         * modules/utimens (Depends-on): Revert yesterday's patch.
5346         * modules/nanosleep (Depends-on): Add missing dependency.
5347
5348 2007-02-22  Bruno Haible  <bruno@clisp.org>
5349
5350         * lib/glob.c: Don't include getlogin_r.h.
5351
5352 2007-02-22  Jim Meyering  <jim@meyering.net>
5353
5354         * modules/utimens (Depends-on): Add timespec, required for
5355         utimens.h's inclusion of timespec.h.
5356
5357 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5358
5359         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5360         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5361         Schwab in
5362         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5363         I'll try to think of a better way to fix the Solaris problem.
5364
5365         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5366         like glibc; on Solaris 10, it fails with errno == EINVAL.
5367         POSIX says the behavior is unspecified if the first argument is NULL,
5368         so play it safe and never pass NULL to the system getcwd.
5369
5370 2007-02-21  Jim Meyering  <jim@meyering.net>
5371
5372         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5373         of gettimeofday.  It would conflict with the one now always
5374         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5375         an IRIX 6.5 build failure.
5376
5377 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5378
5379         Minor fixups to port to Solaris 10 with Sun C 5.8.
5380         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5381         * modules/getcwd (Depends-on): Add dirfd.
5382         * lib/putenv.c (putenv): #undef it.
5383         (rpl_putenv): New decl.
5384         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5385
5386 2007-02-20  Bruno Haible  <bruno@clisp.org>
5387
5388         * modules/stdio-tests: New file.
5389         * tests/test-stdio.c: New file.
5390
5391         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5392         (Depends-on): Add stdio.
5393         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5394         (Include): Use <stdio.h> instead of vsnprintf.h.
5395         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5396         HAVE_DECL_VSNPRINTF.
5397         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5398
5399         * modules/snprintf (Files): Remove lib/snprintf.h.
5400         (Depends-on): Add stdio.
5401         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5402         (Include): Use <stdio.h> instead of snprintf.h.
5403         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5404         HAVE_DECL_SNPRINTF.
5405         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5406         * lib/getaddrinfo.c: Likewise.
5407
5408         * modules/stdio: New file.
5409         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5410         * lib/snprintf.h: Remove file.
5411         * lib/vsnprintf.h: Remove file.
5412         * lib/.cppi-disable: Remove snprintf.h.
5413         * m4/stdio_h.m4: New file.
5414         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5415
5416 2007-02-20  Jim Meyering  <jim@meyering.net>
5417
5418         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5419         used by e.g., mingw.  From Bruno Haible.
5420
5421 2007-02-19  Bruno Haible  <bruno@clisp.org>
5422
5423         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5424         warnings.
5425         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5426
5427 2007-02-19  Bruno Haible  <bruno@clisp.org>
5428
5429         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5430         from mingw users.
5431
5432 2007-02-19  Bruno Haible  <bruno@clisp.org>
5433
5434         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5435         warnings.
5436         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5437
5438 2007-02-19  Jim Meyering  <jim@meyering.net>
5439
5440         Don't use FD after a successful "fdopendir (fd)".
5441         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5442         Reset it by calling dirfd on the just-obtained DIR*.
5443
5444         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5445         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5446
5447 2007-02-18  Bruno Haible  <bruno@clisp.org>
5448
5449         * lib/readlink.c: Include <unistd.h>.
5450         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5451         HAVE_READLINK.
5452         * modules/readlink (Depends-on): Add unistd.
5453         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5454         (Include): Add <unistd.h>.
5455
5456         * lib/getlogin_r.h: Remove file.
5457         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5458         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5459         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5460         HAVE_DECL_GETLOGIN_R.
5461         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5462         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5463         (Include): Use <unistd.h> instead of getlogin_r.h.
5464
5465         * lib/getcwd.h: Remove file.
5466         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5467         * lib/xgetcwd.c: Likewise.
5468         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5469         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5470         * modules/getcwd (Files): Remove lib/getcwd.h.
5471         (Depends-on): Add unistd.
5472         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5473         (Include): Use <unistd.h> instad of getcwd.h.
5474
5475         * lib/ftruncate.c: Include <unistd.h> first.
5476         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5477         Set HAVE_FTRUNCATE.
5478         * modules/ftruncate (Depends-on): Add unistd.
5479         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5480
5481         * lib/fchdir.c: Include <unistd.h> first.
5482         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5483         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5484         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5485         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5486         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5487
5488         * lib/dup2.c: Include <unistd.h> first.
5489         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5490         HAVE_DUP2.
5491         * modules/dup2 (Depends-on): Add unistd.
5492         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5493
5494         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5495         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5496         REPLACE_CHOWN. Don't define chown as a macro here.
5497         * modules/chown (Depends-on): Add unistd.
5498         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5499
5500         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5501         Add definition for GL_LINK_WARNING.
5502         (chown, dup2): New declarations.
5503         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5504         link warning.
5505         (ftruncate): New declaration.
5506         (getcwd): New declaration, taken from old getcwd.h.
5507         (getlogin_r): New declaration, taken from old getlogin_r.h.
5508         (readlink): New declaration.
5509         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5510         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5511         (gl_PREREQ_UNISTD): Remove macro.
5512         (gl_UNISTD_MODULE_INDICATOR): New macro.
5513         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5514         many new variables. Don't set UNISTD_H.
5515         * modules/unistd (Description): Change.
5516         (Depends-on): Add link-warning.
5517         (configure.ac): Update.
5518         (Makefile.am): Create unistd.h always. Substitute many new variables
5519         into it.
5520
5521 2007-02-18  Bruno Haible  <bruno@clisp.org>
5522
5523         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5524         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5525         HAVE_GETSUBOPT.
5526         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5527         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5528         * lib/getsubopt.h: Remove file.
5529         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5530         (Depends-on): Add stdlib.
5531         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5532         (Includes): Use <stdlib.h> instead of getsubopt.h.
5533         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5534         Set HAVE_GETSUBOPT.
5535         * lib/getsubopt.c: Don't include getsubopt.h.
5536
5537 2007-02-18  Bruno Haible  <bruno@clisp.org>
5538
5539         * modules/fchdir (Depends-on): Add dup2.
5540
5541 2007-02-18  Bruno Haible  <bruno@clisp.org>
5542
5543         * lib/stdlib_.h: Handle glibc's special invocation convention
5544         specially.
5545
5546 2007-02-18  Bruno Haible  <bruno@clisp.org>
5547
5548         * modules/stdlib-tests: New file.
5549         * tests/test-stdlib.c: New file.
5550
5551         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5552         (Depends-on): Add stdlib.
5553         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5554         (Includes): Use <stdlib.h> instead of mkstemp.h.
5555         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5556         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5557         * lib/mkstemp.c: Don't include mkstemp.h.
5558         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5559         * lib/stdlib--.h: Don't include mkstemp.h.
5560
5561         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5562         (Depends-on): Add stdlib.
5563         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5564         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5565         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5566         HAVE_MKDTEMP.
5567         * lib/mkdtemp.c: Don't include mkdtemp.h.
5568         * lib/clean-temp.c: Don't include mkdtemp.h.
5569
5570         * modules/exit (Files): Remove lib/exit.h.
5571         (Depends-on): Add stdlib.
5572         (Makefile.am): Remove lib_SOURCES.
5573         (Include): Use <stdlib.h> instead of exit.h.
5574         * lib/argmatch.c: Don't include exit.h.
5575         * lib/execute.c: Likewise.
5576         * lib/pagealign_alloc.c: Likewise.
5577         * lib/pipe.c: Likewise.
5578         * lib/wait-process.c: Likewise.
5579         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5580         * lib/exitfail.c: Likewise.
5581         * lib/savewd.c: Likewise.
5582         * lib/xsetenv.c: Likewise.
5583
5584         * modules/stdlib: New file.
5585         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5586         and extra comments about mkstemp().
5587         * lib/exit.h: Remove file.
5588         * lib/mkdtemp.h: Remove file.
5589         * lib/mkstemp.h: Remove file.
5590         * m4/stdlib_h.m4: New file.
5591         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5592
5593 2007-02-18  Bruno Haible  <bruno@clisp.org>
5594
5595         * modules/math-tests: New file.
5596         * tests/test-math.c: New file.
5597
5598         * modules/math: New file.
5599         * modules/mathl (Files): Remove lib/mathl.h.
5600         (Depends-on): Add math.
5601         (Makefile.am): Don't mention mathl.h.
5602         (Include): Use <math.h> instead of mathl.h.
5603         * lib/math_.h: New file.
5604         * lib/mathl.h: Remove file.
5605         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5606         mathl.h.
5607         * lib/asinl.c: Likewise.
5608         * lib/atanl.c: Likewise.
5609         * lib/ceill.c: Likewise.
5610         * lib/cosl.c: Likewise.
5611         * lib/expl.c: Likewise.
5612         * lib/floorl.c: Likewise.
5613         * lib/frexpl.c: Likewise.
5614         * lib/ldexpl.c: Likewise.
5615         * lib/logl.c: Likewise.
5616         * lib/sincosl.c: Likewise.
5617         * lib/sinl.c: Likewise.
5618         * lib/sqrtl.c: Likewise.
5619         * lib/tanl.c: Likewise.
5620         * lib/trigl.c: Likewise.
5621         * m4/math_h.m4: New file.
5622         * MODULES.html.sh (Mathematics): Add math.
5623
5624 2007-02-17  Bruno Haible  <bruno@clisp.org>
5625
5626         * modules/wctype-tests: New file.
5627         * tests/test-wctype.c: New file.
5628
5629         * modules/wchar-tests: New file.
5630         * tests/test-wchar.c: New file.
5631
5632         * modules/unistd-tests: New file.
5633         * tests/test-unistd.c: New file.
5634
5635         * modules/time-tests: New file.
5636         * tests/test-time.c: New file.
5637
5638         * modules/sysexits-tests: New file.
5639         * tests/test-sysexits.c: New file.
5640
5641         * modules/sys_time-tests: New file.
5642         * tests/test-sys_time.c: New file.
5643
5644         * modules/sys_stat-tests: New file.
5645         * tests/test-sys_stat.c: New file.
5646
5647         * modules/sys_socket-tests: New file.
5648         * tests/test-sys_socket.c: New file.
5649
5650         * modules/sys_select-tests: New file.
5651         * tests/test-sys_select.c: New file.
5652
5653         * modules/string-tests: New file.
5654         * tests/test-string.c: New file.
5655
5656         * modules/stdbool-tests: New file.
5657         * tests/test-stdbool.c: New file.
5658
5659         * modules/netinet_in-tests: New file.
5660         * tests/test-netinet_in.c: New file.
5661
5662         * modules/inttypes-tests: New file.
5663         * tests/test-inttypes.c: New file.
5664
5665         * modules/fcntl-tests: New file.
5666         * tests/test-fcntl.c: New file.
5667
5668         * modules/byteswap-tests: New file.
5669         * tests/test-byteswap.c: New file.
5670
5671         * modules/arpa_inet-tests: New file.
5672         * tests/test-arpa_inet.c: New file.
5673
5674 2007-02-17  Bruno Haible  <bruno@clisp.org>
5675
5676         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5677         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5678         if the corresponding module is not enabled. Emit link warnings if
5679         the function is used nevertheless.
5680         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5681         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5682         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5683         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5684         * modules/inttypes (Depends-on): Add link-warning.
5685         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5686         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5687         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5688         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5689         * modules/imaxdiv (configure.ac): Likewise.
5690         * modules/strtoimax (configure.ac): Likewise.
5691         * modules/strtoumax (configure.ac): Likewise.
5692
5693 2007-02-17  Bruno Haible  <bruno@clisp.org>
5694
5695         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5696         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5697         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5698         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5699
5700 2007-02-17  Bruno Haible  <bruno@clisp.org>
5701
5702         * modules/link-warning: New file.
5703         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5704         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5705         * modules/string (Depends-on): Add link-warning.
5706         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5707         string.h.
5708         * MODULES.html.sh (Support for building libraries and executables): Add
5709         link-warning.
5710
5711 2007-02-17  Bruno Haible  <bruno@clisp.org>
5712
5713         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5714         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5715         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5716         long lines.
5717
5718 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5719             Bruno Haible  <bruno@clisp.org>
5720
5721         * modules/tmpfile: New file.
5722         * lib/tmpfile.c: New file.
5723         * m4/tmpfile.m4: New file.
5724         * MODULES.html.sh (func_all_modules): New section "Input/output".
5725
5726 2007-02-15  Bruno Haible  <bruno@clisp.org>
5727
5728         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5729         (supports_delete_on_close): New function.
5730         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5731
5732 2007-02-14  Bruno Haible  <bruno@clisp.org>
5733
5734         * modules/mbspcasecmp-tests: New file.
5735         * tests/test-mbspcasecmp.sh: New file.
5736         * tests/test-mbspcasecmp.c: New file.
5737
5738         New module mbspcasecmp.
5739         * modules/mbspcasecmp: New file.
5740         * lib/mbspcasecmp.c: New file.
5741         * lib/string_.h (strncasecmp): Change warning message.
5742         (mbspcasecmp): New declaration.
5743         * m4/mbspcasecmp.m4: New file.
5744         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5745         GNULIB_MBSPCASECMP.
5746         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5747         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5748
5749 2007-02-14  Bruno Haible  <bruno@clisp.org>
5750
5751         * modules/mbsncasecmp-tests: New file.
5752         * tests/test-mbsncasecmp.sh: New file.
5753         * tests/test-mbsncasecmp.c: New file.
5754
5755         New module mbsncasecmp.
5756         * modules/mbsncasecmp: New file.
5757         * lib/mbsncasecmp.c: New file.
5758         * lib/string_.h (mbsncasecmp): New declaration.
5759         * m4/mbsncasecmp.m4: New file.
5760         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5761         GNULIB_MBSNCASECMP.
5762         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5763         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5764
5765 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5766
5767         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5768         Verify that it doesn't overlap with our flags.
5769         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5770         do not have the desired effect in multibyte locales; instead, use
5771         mbscasecmp.
5772         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5773         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5774         we don't require GNU fnmatch ourselves (if our users require it, they
5775         should do so explicitly).
5776
5777         Fix regex code so it doesn't rely on strcasecmp.
5778         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5779         Otherwise, include gnulib's langinfo.h.
5780         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5781         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5782         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5783         * modules/regex (FILES): Remove m4/codeset.m4.
5784         (Depends-on): Add localcharset.  Remove strcase.
5785
5786 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5787
5788         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5789         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5790
5791 2007-02-13  Bruno Haible  <bruno@clisp.org>
5792
5793         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5794         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5795
5796 2007-02-12  Bruno Haible  <bruno@clisp.org>
5797
5798         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5799         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5800         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5801         time warning rather than a link error.
5802
5803 2007-02-12  Bruno Haible  <bruno@clisp.org>
5804
5805         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5806         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5807         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5808
5809 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5810
5811         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5812         args, not 2.
5813
5814 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5815
5816         New module 'time', so that apps can include <time.h> as per
5817         POSIX and GNU instead of separate include files like time_r.h
5818         and timegm.h.  This implementation tries out a simpler approach
5819         for replacing decls in standard include files (as compared to
5820         the string module), somewhat as an experiment.
5821
5822         * config/srclist.txt: Comment out mktime.c for now.
5823         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5824         since it doesn't apply any more.  Use generic wording instead.
5825         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5826         'time'.
5827         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5828         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5829         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5830         Don't include <sys/types.h>; no longer needed since we assume C89.
5831         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5832         * lib/strftime.c: Likewise.
5833         * lib/time_r.c: Likewise.
5834         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5835         * lib/nanosleep.c: Include <time.h> first, to check interface.
5836         * lib/strptime.c: Likewise.
5837         * lib/time_r.c: Likewise.
5838         * lib/timegm.c: Likewise.
5839         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5840         needed.
5841         * lib/timegm.c: Don't include timegm.h; no longer needed.
5842         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5843         time.h now handles any problems in that area.
5844         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5845         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5846         that time.h defines struct timespec.
5847         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5848         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5849         handles that.
5850         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5851         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5852         needed.  Set REPLACE_LOCALTIME.
5853         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5854         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5855         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5856         nanosleep; time_h.m4 now does that.  Don't require
5857         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5858         module handles this now.
5859         * modules/getdate (Depends-on): Remove timespec.  Add time.
5860         * modules/nanosleep (Depends-on): Likewise.
5861         * modules/stat-time (Depends-on): Likewise.
5862         * modules/nanosleep (Include): Include time.h, not timespec.h.
5863         * modules/strptime (Files): Remove lib/strptime.h.
5864         (Depends-on): Add extensions, time.
5865         (Include): Include time.h, not strptime.h.
5866         * modules/time_r (Files): Remove lib/time_r.h.
5867         (Depends-on): Add time.
5868         (Include): Include time.h, not time_r.h.
5869         * modules/timegm: Likewise.
5870         * modules/timespec (Description): Now does timespec-related decls
5871         of our own, instead of struct timespec itself.
5872         (Depends-on): Add time; remove extensions.
5873         (Maintainer): Add self.
5874         * modules/utimecmp (Depends-on): Add time; remove timespec.
5875         * modules/utimens (Depends-on): Likewise.
5876         * modules/xnanosleep (Depends-on): Likewise.
5877
5878 2007-02-11  Bruno Haible  <bruno@clisp.org>
5879
5880         * lib/c-strstr.c: Include allocsa.h.
5881         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5882         * lib/c-strcasestr.c: Include allocsa.h.
5883         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5884         * lib/strcasestr.c: Include allocsa.h.
5885         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5886         * lib/mbsstr.c: Include allocsa.h.
5887         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5888         allocsa/freesa instead of malloc/free.
5889         * lib/mbscasestr.c: Include allocsa.h.
5890         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5891         allocsa/freesa instead of malloc/free.
5892         * modules/c-strstr (Depends-on): Add allocsa.
5893         * modules/c-strcasestr (Depends-on): Likewise.
5894         * modules/strcasestr (Depends-on): Likewise.
5895         * modules/mbsstr (Depends-on): Likewise.
5896         * modules/mbscasestr (Depends-on): Likewise.
5897
5898 2007-02-11  Bruno Haible  <bruno@clisp.org>
5899
5900         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5901
5902         * modules/mbsspn-tests: New file.
5903         * tests/test-mbsspn.sh: New file.
5904         * tests/test-mbsspn.c: New file.
5905
5906 2007-02-11  Bruno Haible  <bruno@clisp.org>
5907
5908         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5909
5910         * modules/mbspbrk-tests: New file.
5911         * tests/test-mbspbrk.sh: New file.
5912         * tests/test-mbspbrk.c: New file.
5913
5914 2007-02-11  Bruno Haible  <bruno@clisp.org>
5915
5916         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5917         unneeded cast.
5918
5919         * modules/mbscspn-tests: New file.
5920         * tests/test-mbscspn.sh: New file.
5921         * tests/test-mbscspn.c: New file.
5922
5923 2007-02-11  Bruno Haible  <bruno@clisp.org>
5924
5925         * modules/mbscasecmp-tests: New file.
5926         * tests/test-mbscasecmp.sh: New file.
5927         * tests/test-mbscasecmp.c: New file.
5928
5929 2007-02-11  Bruno Haible  <bruno@clisp.org>
5930
5931         Ensure O(n) worst-case complexity of mbscasestr.
5932         * lib/mbscasestr.c: Include stdbool.h.
5933         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5934         functions.
5935         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5936         the bookkeeping indicates that it's worth it.
5937         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5938
5939         * modules/mbscasestr-tests: New file.
5940         * tests/test-mbscasestr1.c: New file.
5941         * tests/test-mbscasestr2.sh: New file.
5942         * tests/test-mbscasestr2.c: New file.
5943         * tests/test-mbscasestr3.sh: New file.
5944         * tests/test-mbscasestr3.c: New file.
5945         * tests/test-mbscasestr4.sh: New file.
5946         * tests/test-mbscasestr4.c: New file.
5947         * m4/locale-tr.m4: New file.
5948
5949 2007-02-11  Bruno Haible  <bruno@clisp.org>
5950
5951         Ensure O(n) worst-case complexity of mbsstr.
5952         * lib/mbsstr.c: Include stdbool.h.
5953         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5954         functions.
5955         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5956         bookkeeping indicates that it's worth it.
5957         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5958
5959         * modules/mbsstr-tests: New file.
5960         * tests/test-mbsstr1.c: New file.
5961         * tests/test-mbsstr2.sh: New file.
5962         * tests/test-mbsstr2.c: New file.
5963         * tests/test-mbsstr3.sh: New file.
5964         * tests/test-mbsstr3.c: New file.
5965         * m4/locale-fr.m4: New file.
5966
5967 2007-02-11  Bruno Haible  <bruno@clisp.org>
5968
5969         * lib/mbsrchr.c (mbsrchr): Fix bug.
5970
5971         * modules/mbsrchr-tests: New file.
5972         * tests/test-mbsrchr.sh: New file.
5973         * tests/test-mbsrchr.c: New file.
5974
5975 2007-02-11  Bruno Haible  <bruno@clisp.org>
5976
5977         * lib/mbschr.c (mbschr): Fix bug.
5978
5979         * modules/mbschr-tests: New file.
5980         * tests/test-mbschr.sh: New file.
5981         * tests/test-mbschr.c: New file.
5982         * m4/locale-zh.m4: New file.
5983
5984 2007-02-11  Bruno Haible  <bruno@clisp.org>
5985
5986         Support for copying multibyte string iterators.
5987         * lib/mbiter.h: Include <string.h>.
5988         (mbiter_multi_copy): New function.
5989         (mbi_copy): New macro.
5990         * lib/mbuiter.h: Include <string.h>.
5991         (mbuiter_multi_copy): New function.
5992         (mbui_copy): New macro.
5993
5994 2007-02-11  Bruno Haible  <bruno@clisp.org>
5995
5996         New module mbslen.
5997         * modules/mbslen: New file.
5998         * lib/mbslen.c: New file.
5999         * lib/string_.h (mbslen): New declaration.
6000         * m4/mbslen.m4: New file.
6001         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6002         GNULIB_MBSLEN.
6003         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6004         * MODULES.html.sh (Internationalization functions): Add mbslen.
6005
6006 2007-02-11  Bruno Haible  <bruno@clisp.org>
6007
6008         Ensure O(n) worst-case complexity of strcasestr substitute.
6009         * lib/strcasestr.c: Include stdbool.h.
6010         (knuth_morris_pratt): New function.
6011         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6012         bookkeeping indicates that it's worth it.
6013         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6014
6015         * modules/strcasestr-tests: New file.
6016         * tests/test-strcasestr.c: New file.
6017
6018 2007-02-11  Bruno Haible  <bruno@clisp.org>
6019
6020         Ensure O(n) worst-case complexity of c_strcasestr.
6021         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6022         (knuth_morris_pratt): New function.
6023         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6024         the bookkeeping indicates that it's worth it.
6025         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6026
6027         * modules/c-strcasestr-tests: New file.
6028         * tests/test-c-strcasestr.c: New file.
6029
6030 2007-02-11  Bruno Haible  <bruno@clisp.org>
6031
6032         Ensure O(n) worst-case complexity of c_strstr.
6033         * lib/c-strstr.c: Include stdbool.h, string.h.
6034         (knuth_morris_pratt): New function.
6035         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6036         bookkeeping indicates that it's worth it.
6037         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6038
6039         * lib/c-strstr.c: Complete rewrite for maintainability.
6040
6041         * modules/c-strstr-tests: New file.
6042         * tests/test-c-strstr.c: New file.
6043
6044 2007-02-11  Bruno Haible  <bruno@clisp.org>
6045
6046         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6047         5.2.1 and earlier, whereby \055 was treated just like the range
6048         delimiter '-'.
6049         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6050
6051 2007-02-08  Bruno Haible  <bruno@clisp.org>
6052
6053         * modules/regex (Depends-on): Add stdbool.
6054         Reported by Dalibor Topic <robilad@kaffe.org>.
6055
6056 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6057
6058         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6059         Prefer returning from main to exiting from it.
6060         Remove unnecessary parens after sizeof.
6061
6062 2007-02-05  Bruno Haible  <bruno@clisp.org>
6063
6064         New module mbssep.
6065         * modules/mbssep: New file.
6066         * lib/mbssep.c: New file.
6067         * lib/string_.h (strsep): Add a conditional link warning.
6068         (mbssep): New declaration.
6069         * m4/mbssep.m4: New file.
6070         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6071         GNULIB_MBSSEP.
6072         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6073         * MODULES.html.sh (Internationalization functions): Add mbssep.
6074
6075 2007-02-05  Bruno Haible  <bruno@clisp.org>
6076
6077         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6078         Optimize search in case of 1 delimiter.
6079
6080 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6081
6082         * lib/acl.h: Include sys/types.h before sys/acl.h.
6083
6084 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6085
6086         Merge upstream fix for glibc bugzilla #3957:
6087
6088         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6089
6090         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6091         bit for RE_HAT_LISTS_NOT_NEWLINE.
6092         (build_charclass_op): Remove bogus comment.
6093
6094 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6095
6096         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6097
6098 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6099
6100         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6101         * lib/memmem.c [!defined _LIBC]: Include config.h.
6102
6103 2007-02-04  Bruno Haible  <bruno@clisp.org>
6104
6105         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6106         warning message.
6107
6108 2007-02-04  Bruno Haible  <bruno@clisp.org>
6109
6110         New module mbstok_r.
6111         * modules/mbstok_r: New file.
6112         * lib/mbstok_r.c: New file.
6113         * lib/string_.h (strtok_r): Change argument names to match the
6114         comments. Add a conditional link warning.
6115         (mbstok_r): New declaration.
6116         * m4/mbstok_r.m4: New file.
6117         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6118         GNULIB_MBSTOK_R.
6119         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6120         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6121
6122 2007-02-04  Bruno Haible  <bruno@clisp.org>
6123
6124         New module mbsspn.
6125         * modules/mbsspn: New file.
6126         * lib/mbsspn.c: New file.
6127         * lib/string_.h (strspn): Add a conditional link warning.
6128         (mbsspn): New declaration.
6129         * m4/mbsspn.m4: New file.
6130         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6131         GNULIB_MBSSPN.
6132         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6133         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6134
6135 2007-02-04  Bruno Haible  <bruno@clisp.org>
6136
6137         New module mbspbrk.
6138         * modules/mbspbrk: New file.
6139         * lib/mbspbrk.c: New file.
6140         * lib/string_.h (strpbrk): Add a conditional link warning.
6141         (mbspbrk): New declaration.
6142         * m4/mbspbrk.m4: New file.
6143         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6144         GNULIB_MBSPBRK.
6145         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6146         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6147
6148 2007-02-04  Bruno Haible  <bruno@clisp.org>
6149
6150         New module mbscspn.
6151         * modules/mbscspn: New file.
6152         * lib/mbscspn.c: New file.
6153         * lib/string_.h (strcspn): Add a conditional link warning.
6154         (mbscspn): New declaration.
6155         * m4/mbscspn.m4: New file.
6156         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6157         GNULIB_MBSCSPN.
6158         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6159         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6160
6161 2007-02-04  Bruno Haible  <bruno@clisp.org>
6162
6163         New module mbscasestr, reduced goal of strcasestr.
6164         * modules/mbscasestr: New file.
6165         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6166         (mbscasestr): Renamed from strcasestr.
6167         * lib/strcasestr.c: Don't include mbuiter.h.
6168         (strcasestr): Remove support for multibyte locales.
6169         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6170         Change the conditional link warning.
6171         (mbscasestr): New declaration.
6172         * m4/mbscasestr.m4: New file.
6173         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6174         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6175         REPLACE_STRCASESTR.
6176         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6177         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6178         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6179         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6180         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6181         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6182         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6183         (Depends-on): Remove mbuiter.
6184         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6185
6186 2007-02-04  Bruno Haible  <bruno@clisp.org>
6187
6188         Simplify handling of strncasecmp.
6189         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6190         the conditional link warning.
6191         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6192         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6193         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6194         * modules/strcase (configure.ac): Don't invoke
6195         gl_STRING_MODULE_INDICATOR.
6196         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6197
6198 2007-02-04  Bruno Haible  <bruno@clisp.org>
6199
6200         New module mbscasecmp, reduced goal of strcasecmp.
6201         * modules/mbscasecmp: New file.
6202         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6203         (mbscasecmp): Renamed from strcasecmp.
6204         * lib/strcasecmp.c: Don't include mbuiter.h.
6205         (strcasecmp): Remove support for multibyte locales.
6206         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6207         Change the conditional link warning.
6208         (mbscasecmp): New declaration.
6209         * m4/mbscasecmp.m4: New file.
6210         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6211         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6212         REPLACE_STRCASECMP.
6213         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6214         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6215         GNULIB_MBSCASECMP.
6216         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6217         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6218         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6219         (Depends-on): Remove mbuiter.
6220         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6221
6222 2007-02-04  Bruno Haible  <bruno@clisp.org>
6223
6224         New module mbsstr. Remove module strstr.
6225         * modules/mbsstr: New file.
6226         * modules/strstr: Remove file.
6227         * lib/mbsstr.c: Renamed from lib/strstr.c.
6228         (mbsstr): Renamed from strstr.
6229         * lib/string_.h (strstr): Remove declaration. Change the conditional
6230         link warning.
6231         (mbsstr): New declaration.
6232         * m4/mbsstr.m4: New file.
6233         * m4/strstr.m4: Remove file.
6234         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6235         REPLACE_STRSTR.
6236         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6237         Don't initialize GNULIB_STRSTR.
6238         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6239         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6240         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6241         (Support for systems lacking ANSI C 89): Remove strstr.
6242
6243 2007-02-04  Bruno Haible  <bruno@clisp.org>
6244
6245         New module mbsrchr.
6246         * modules/mbsrchr: New file.
6247         * lib/mbsrchr.c: New file.
6248         * lib/string_.h (strrchr): Add a conditional link warning.
6249         (mbsrchr): New declaration.
6250         * m4/mbsrchr.m4: New file.
6251         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6252         GNULIB_MBSRCHR.
6253         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6254         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6255
6256 2007-02-04  Bruno Haible  <bruno@clisp.org>
6257
6258         New module mbschr.
6259         * modules/mbschr: New file.
6260         * lib/mbschr.c: New file.
6261         * lib/string_.h (strchr): Add a conditional link warning.
6262         (mbschr): New declaration.
6263         * m4/mbschr.m4: New file.
6264         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6265         GNULIB_MBSCHR.
6266         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6267         * MODULES.html.sh (Internationalization functions): Add mbschr.
6268
6269 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6270
6271         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6272
6273         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6274
6275 2007-02-04  Bruno Haible  <bruno@clisp.org>
6276
6277         New module description section 'configure.ac-early'.
6278         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6279         (func_get_autoconf_early_snippet): New function.
6280         (func_import, func_create_testdir): Use it. Remove special cases for
6281         modules 'extensions' and 'lock'.
6282         * modules/extensions (configure.ac-early): Require
6283         gl_USE_SYSTEM_EXTENSIONS.
6284         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6285
6286 2007-02-04  Bruno Haible  <bruno@clisp.org>
6287
6288         Make use of gcj-4.3's -fsource and -ftarget option.
6289         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6290         and if so try the options -fsource and -ftarget.
6291         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6292         source_version, ftarget_option, target_version arguments.
6293         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6294         (is_envjavac_oldgcj_14_14_usable): Renamed from
6295         is_envjavac_gcj_14_14_usable.
6296         (is_envjavac_oldgcj_14_13_usable): Renamed from
6297         is_envjavac_gcj_14_13_usable.
6298         (is_gcj_present): Update.
6299         (is_gcj_43, is_gcj43_usable): New functions.
6300         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6301         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6302         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6303         try the options -fsource and -ftarget.
6304
6305 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6306
6307         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6308         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6309         larger value.
6310
6311 2007-02-03  Jim Meyering  <jim@meyering.net>
6312
6313         Give tools a better chance to allocate space for very large buffers.
6314         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6315
6316         Make pwd and readlink work also when run with an unreadable parent dir
6317         on systems with openat support.
6318         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6319         provided getcwd function, even when we have openat support.
6320         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6321
6322 2007-02-02  Bruno Haible  <bruno@clisp.org>
6323
6324         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6325         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6326         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6327         portability problems if one of these functions is only used on specific
6328         platforms.
6329         Reported by Paul Eggert.
6330
6331 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6332
6333         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6334         is causing more trouble than it's curing.
6335         * lib/regex_internal.h (__mempcpy): Remove.
6336         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6337         (and make the code a tad smaller to boot).
6338         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6339
6340 2007-02-02  Jim Meyering  <jim@meyering.net>
6341
6342         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6343         section, not in the Makefile.am: one.
6344
6345 2007-02-02  Eric Blake  <ebb9@byu.net>
6346
6347         * lib/strchrnul.c: Always include config.h first.
6348
6349         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6350         gnulib strstr is not necessary here.
6351
6352 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6353
6354         * m4/socklen.m4: Fix typo.
6355
6356 2007-02-02  Eric Blake  <ebb9@byu.net>
6357
6358         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6359         * modules/netinet_in (Makefile.am): Likewise.
6360
6361 2007-02-01  Bruno Haible  <bruno@clisp.org>
6362
6363         * lib/string_.h (GL_LINK_WARNING): New macro.
6364         (strcasecmp, strstr, strcasestr): If provided by the system,
6365         conditionally define as a macro that leads to a warning instead of to
6366         an error.
6367         (strncasecmp): Conditionally define as a macro that leads to a warning.
6368
6369 2007-02-01  Karl Berry  <karl@gnu.org>
6370
6371         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6372
6373 2007-02-01  Bruno Haible  <bruno@clisp.org>
6374
6375         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6376         renamings.
6377
6378 2007-02-01  Eric Blake  <ebb9@byu.net>
6379
6380         * modules/regex (Depends-on): Revert dependence on mempcpy.
6381         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6382         module's definition of mempcpy.
6383         Reported by Paul Eggert.
6384
6385 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6386
6387         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6388         the symbol XYZ before redefining it.  This fixes a problem with
6389         programs that don't use XYZ, when compiled on systems that define
6390         XYZ to something else.
6391
6392 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6393
6394         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6395         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6396         writeable to group or other and (2) is intended to have a special
6397         mode bit that is set or cleared.  In such a case, the directory
6398         should be neither group- nor other-writeable until the special
6399         mode bits are right.
6400
6401 2007-01-31  Eric Blake  <ebb9@byu.net>
6402
6403         * modules/mountlist (Depends-on): Add strstr.
6404
6405         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6406         bug.
6407         * modules/string (Makefile.am): Remove redundant replacement.
6408         * modules/regex (Depends-on): Add mempcpy.
6409
6410 2007-01-31  Bruno Haible  <bruno@clisp.org>
6411
6412         New module description field 'Link'.
6413         * gnulib-tool (func_usage): Document --extract-link-directive.
6414         (sed_extract_prog): Recognize 'Link' directive.
6415         (func_get_link_directive): New function.
6416         (func_import): Show summary of link directives.
6417         Handle --extract-link-directive option.
6418         * modules/acl (Link): New section.
6419         * modules/clock-time (Link): New section.
6420         * modules/euidaccess (Link): New section.
6421         * modules/gettext (Link): New section.
6422         * modules/iconv (Link): New section.
6423         * modules/lock (Link): New section.
6424         * modules/nanosleep (Link): New section.
6425         * modules/readline (Link): New section.
6426
6427 2007-01-27  Bruno Haible  <bruno@clisp.org>
6428
6429         Enforce the use of gnulib modules for unportable <string.h> functions.
6430         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6431         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6432         (gl_HEADER_STRING_H_BODY): Require it.
6433         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6434         the symbol XYZ to one that gives a link error.
6435         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6436         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6437         * modules/mempcpy (configure.ac): Likewise.
6438         * modules/memrchr (configure.ac): Likewise.
6439         * modules/stpcpy (configure.ac): Likewise.
6440         * modules/stpncpy (configure.ac): Likewise.
6441         * modules/strcase (configure.ac): Likewise.
6442         * modules/strcasestr (configure.ac): Likewise.
6443         * modules/strchrnul (configure.ac): Likewise.
6444         * modules/strdup (configure.ac): Likewise.
6445         * modules/strndup (configure.ac): Likewise.
6446         * modules/strnlen (configure.ac): Likewise.
6447         * modules/strpbrk (configure.ac): Likewise.
6448         * modules/strsep (configure.ac): Likewise.
6449         * modules/strstr (configure.ac): Likewise.
6450         * modules/strtok_r (configure.ac): Likewise.
6451
6452 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6453
6454         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6455
6456 2007-01-30  Jim Meyering  <jim@meyering.net>
6457
6458         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6459
6460 2007-01-29  Bruno Haible  <bruno@clisp.org>
6461
6462         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6463         * lib/execute.c: Likewise.
6464         * lib/pipe.c: Likewise.
6465         * lib/printf-args.h: Likewise.
6466         * lib/printf-args.c: Likewise.
6467         * lib/printf-parse.c: Likewise.
6468         * lib/vasnprintf.c: Likewise.
6469
6470 2007-01-29  Eric Blake  <ebb9@byu.net>
6471
6472         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6473         declaration.
6474
6475 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6476
6477         * lib/strptime.h (strptime): Use 'restrict' for args where
6478         POSIX requires this.
6479         * lib/strptime.c (strptime): Likewise.
6480         Change license notice from LGPL to GPL, since gnulib-tool will
6481         change this as needed.
6482         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6483         defined.
6484         Include "strptime.h" first, to check interface.
6485         Do not #undef _LIBC and _NL_CURRENT.
6486         Do not include <stdlib.h>; no longer needed.
6487         Include "time_r.h" and declare ptime_locale_status
6488         only if _LIBC is not defined.
6489         (__P): Remove unused macro.
6490         (match_string): Bring back glibc version, but use it only if _LIBC
6491         is defined.
6492         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6493         Remove unnecessary assertion and abort() call.
6494         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6495         * m4/strptime.m4: Fix serial number comment.
6496         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6497         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6498         (Depends-on): Add time_r.
6499
6500 2007-01-29  Bruno Haible  <bruno@clisp.org>
6501
6502         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6503         strptime.
6504         * modules/strptime (Depends-on): Add stdbool.
6505         * lib/strptime.h: Include <time.h> always. Add comments.
6506
6507 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6508
6509         * modules/strptime: New file.
6510         * lib/strptime.h: New file.
6511         * lib/strptime.c: New file.
6512         * m4/strptime.m4: New file.
6513
6514 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6515
6516         * MODULES.html.sh: New module mpsort.
6517         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6518
6519         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6520         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6521         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6522         All uses changed.
6523         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6524         All uses changed.
6525         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6526         to _Restrict_.
6527         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6528         the parameter matches the prototype.
6529
6530 2007-01-28  Jim Meyering  <jim@meyering.net>
6531
6532         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6533         sys/time.h here, reverting that part of the previous patch:
6534         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6535
6536 2007-01-28  Bruno Haible  <bruno@clisp.org>
6537
6538         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6539         value of $(SYS_TIME_H).
6540         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6541         remove it conditionally, too. [added by Jim Meyering]
6542         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6543         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6544         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6545         GETTIMEOFDAY_REPLACEMENT to 1.
6546
6547 2007-01-28  Bruno Haible  <bruno@clisp.org>
6548
6549         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6550         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6551         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6552         Set UNISTD_H instead of UNISTD_H2.
6553         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6554
6555 2007-01-28  Bruno Haible  <bruno@clisp.org>
6556
6557         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6558         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6559
6560 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6561
6562         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6563         (func_create_testdir): Ensure C locale for `grep' and `tr'
6564         character ranges.
6565         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6566         ACLOCAL_AMFLAGS parsing state machine.
6567
6568 2007-01-27  Bruno Haible  <bruno@clisp.org>
6569
6570         * modules/unistr/base: Update.
6571
6572 2007-01-27  Bruno Haible  <bruno@clisp.org>
6573
6574         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6575         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6576         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6577         modules/unistr/u32-mbtouc.
6578         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6579         * lib/unistr.h: Update.
6580         * lib/linebreak.c: Update.
6581         * modules/unistr/u32-mbtouc: Renamed from
6582         modules/unistr/u32-mbtouc-safe.
6583         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6584         * lib/unistr.h: Update.
6585         * lib/unistr/u32-to-u8.c: Update.
6586         * lib/unistr/u32-to-u16.c: Update.
6587
6588 2007-01-27  Bruno Haible  <bruno@clisp.org>
6589
6590         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6591         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6592         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6593         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6594         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6595         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6596         modules/unistr/u16-mbtouc.
6597         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6598         * lib/unistr.h: Update.
6599         * lib/linebreak.c: Update.
6600         * modules/linebreak: Update.
6601         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6602         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6603         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6604         * modules/unistr/u16-mbtouc: Renamed from
6605         modules/unistr/u16-mbtouc-safe.
6606         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6607         * lib/unistr.h: Update.
6608         * lib/unistr/u16-to-u8.c: Update.
6609         * modules/unistr/u16-to-u8: Update.
6610         * lib/unistr/u16-to-u32.c: Update.
6611         * modules/unistr/u16-to-u32: Update.
6612
6613 2007-01-27  Bruno Haible  <bruno@clisp.org>
6614
6615         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6616         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6617         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6618         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6619         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6620         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6621         modules/unistr/u8-mbtouc.
6622         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6623         * lib/unistr.h: Update.
6624         * lib/striconveh.c: Update.
6625         * modules/striconveh: Update.
6626         * lib/linebreak.c: Update.
6627         * modules/linebreak: Update.
6628         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6629         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6630         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6631         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6632         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6633         * lib/unistr.h: Update.
6634         * lib/striconveh.c: Update.
6635         * modules/striconveh: Update.
6636         * lib/unistr/u8-to-u16.c: Update.
6637         * modules/unistr/u8-to-u16: Update.
6638         * lib/unistr/u8-to-u32.c: Update.
6639         * modules/unistr/u8-to-u32: Update.
6640
6641 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6642
6643         Sync from Libtool.
6644         * lib/argz.c: Do not include strings.h nor memory.h, include
6645         string.h unconditionally.  Patch by Simon Josefsson.
6646
6647 2007-01-27  Bruno Haible  <bruno@clisp.org>
6648
6649         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6650         from gl_HEADER_STRING_H_BODY.
6651         (gl_HEADER_STRING_H_BODY): Require it.
6652         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6653         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6654         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6655         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6656         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6657         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6658         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6659         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6660         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6661         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6662         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6663         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6664         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6665         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6666         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6667
6668 2007-01-27  Bruno Haible  <bruno@clisp.org>
6669
6670         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6671         check_PROGRAMS into noinst_PROGRAMS.
6672         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6673         check_PROGRAMS in this case.
6674         (func_import): Set for_test to false.
6675         (func_create_testdir): Set for_test to true.
6676
6677 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6678             Bruno Haible  <bruno@clisp.org>
6679
6680         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6681         (Depends-on): Add string.
6682         (Includes): Use <string.h> instead of strcasestr.h.
6683         * modules/string (Makefile.am): Also substitute the value of
6684         REPLACE_STRCASESTR.
6685         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6686         assume strcasestr is declared in <string.h> not <strings.h>. Also
6687         set REPLACE_STRCASESTR.
6688         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6689         REPLACE_STRCASESTR.
6690         * lib/strcasestr.h: Remove file.
6691         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6692         * lib/string_.h (strcasestr): New declaration.
6693
6694 2007-01-27  Bruno Haible  <bruno@clisp.org>
6695
6696         * lib/string_.h: Use 'extern'.
6697
6698 2007-01-27  Jim Meyering  <jim@meyering.net>
6699
6700         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6701         of set-but-not-used local, "q".
6702
6703         * lib/mempcpy.c: Include <config.h> before <string.h>.
6704         This fixes a compilation error on HP-UX, due to the system's
6705         "restrict"-using mempcpy prototype.
6706
6707 2007-01-26  Bruno Haible  <bruno@clisp.org>
6708
6709         Small optimization.
6710         * lib/javacomp.c: Include c-strstr.h.
6711          (is_envjavac_gcj): Use c_strstr instead of strstr.
6712         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6713
6714 2007-01-26  Bruno Haible  <bruno@clisp.org>
6715
6716         * MODULES.html.sh (Unicode string functions): Add the new modules.
6717
6718         * modules/uniconv/u32-strconv-to-locale: New file.
6719         * lib/uniconv/u32-strconv-to-locale.c: New file.
6720
6721         * modules/uniconv/u16-strconv-to-locale: New file.
6722         * lib/uniconv/u16-strconv-to-locale.c: New file.
6723
6724         * modules/uniconv/u8-strconv-to-locale: New file.
6725         * lib/uniconv/u8-strconv-to-locale.c: New file.
6726
6727         * modules/uniconv/u32-strconv-from-locale: New file.
6728         * lib/uniconv/u32-strconv-from-locale.c: New file.
6729
6730         * modules/uniconv/u16-strconv-from-locale: New file.
6731         * lib/uniconv/u16-strconv-from-locale.c: New file.
6732
6733         * modules/uniconv/u8-strconv-from-locale: New file.
6734         * lib/uniconv/u8-strconv-from-locale.c: New file.
6735
6736         * modules/uniconv/u32-strconv-to-enc: New file.
6737         * lib/uniconv/u32-strconv-to-enc.c: New file.
6738         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6739         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6740
6741         * modules/uniconv/u16-strconv-to-enc: New file.
6742         * lib/uniconv/u16-strconv-to-enc.c: New file.
6743         * lib/uniconv/u-strconv-to-enc.h: New file.
6744         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6745         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6746
6747         * modules/uniconv/u8-strconv-to-enc: New file.
6748         * lib/uniconv/u8-strconv-to-enc.c: New file.
6749         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6750         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6751
6752         * modules/uniconv/u32-strconv-from-enc: New file.
6753         * lib/uniconv/u32-strconv-from-enc.c: New file.
6754         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6755         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6756
6757         * modules/uniconv/u16-strconv-from-enc: New file.
6758         * lib/uniconv/u16-strconv-from-enc.c: New file.
6759         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6760         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6761
6762         * modules/uniconv/u8-strconv-from-enc: New file.
6763         * lib/uniconv/u8-strconv-from-enc.c: New file.
6764         * lib/uniconv/u-strconv-from-enc.h: New file.
6765         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6766         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6767
6768         * modules/uniconv/u32-conv-from-enc: New file.
6769         * lib/uniconv/u32-conv-from-enc.c: New file.
6770         * modules/uniconv/u32-conv-from-enc-tests: New file.
6771         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6772
6773         * modules/uniconv/u16-conv-from-enc: New file.
6774         * lib/uniconv/u16-conv-from-enc.c: New file.
6775         * lib/uniconv/u-conv-from-enc.h: New file.
6776         * modules/uniconv/u16-conv-from-enc-tests: New file.
6777         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6778
6779         * modules/uniconv/u8-conv-from-enc: New file.
6780         * lib/uniconv/u8-conv-from-enc.c: New file.
6781         * modules/uniconv/u8-conv-from-enc-tests: New file.
6782         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6783
6784         * modules/uniconv/base: New file.
6785         * lib/uniconv.h: New file.
6786
6787 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6788
6789         * doc/gnulib-tool.texi (Initial import): Update to match current
6790         behavior with strdup module.
6791         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6792         * lib/memmem.h: Remove; all uses removed.  This is now done
6793         by <string.h>.
6794         * lib/mempcpy.h: Likewise.
6795         * lib/memrchr.h: Likewise.
6796         * lib/stpcpy.h: Likewise.
6797         * lib/stpncpy.h: Likewise.
6798         * lib/strcase.h: Likewise.
6799         * lib/strchrnul.h: Likewise.
6800         * lib/strdup.h: Likewise.
6801         * lib/strndup.h: Likewise.
6802         * lib/strnlen.h: Likewise.
6803         * lib/strpbrk.h: Likewise.
6804         * lib/strsep.h: Likewise.
6805         * lib/strstr.h: Likewise.
6806         * lib/strtok_r.h: Likewise.
6807         * lib/string_.h: New file.
6808         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6809         Rely on <string.h> instead.
6810         * lib/canon-host.c: Likewise.
6811         * lib/chdir-long.c: Likewise.
6812         * lib/concatpath.c: Likewise.
6813         * lib/exclude.c: Likewise.
6814         * lib/fchdir.c: Likewise.
6815         * lib/getaddrinfo.c: Likewise.
6816         * lib/getcwd.c: Likewise.
6817         * lib/getsubopt.c: Likewise.
6818         * lib/glob.c: Likewise.
6819         * lib/hard-locale.c: Likewise.
6820         * lib/iconvme.c: Likewise.
6821         * lib/javacomp.c: Likewise.
6822         * lib/mempcpy.c: Likewise.
6823         * lib/memrchr.c: Likewise.
6824         * lib/regex_internal.h: Likewise.
6825         * lib/stpncpy.c: Likewise.
6826         * lib/strcasecmp.c: Likewise.
6827         * lib/strchrnul.c: Likewise.
6828         * lib/strdup.c: Likewise.
6829         * lib/striconv.c: Likewise.
6830         * lib/striconveh.c: Likewise.
6831         * lib/striconveha.c: Likewise.
6832         * lib/strncasecmp.c: Likewise.
6833         * lib/strndup.c: Likewise.
6834         * lib/strnlen.c: Likewise.
6835         * lib/strsep.c: Likewise.
6836         * lib/strstr.c: Likewise.
6837         * lib/strtok_r.c: Likewise.
6838         * lib/userspec.c: Likewise.
6839         * lib/w32spawn.h: Likewise.
6840         * lib/xstrndup.c: Likewise.
6841         * lib/mountlist.c (strstr): Remove decl.
6842         * m4/string_h.m4: New file.
6843         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6844         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6845         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6846         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6847         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6848         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6849         Set REPLACE_STRCASECMP if necessary.
6850         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6851         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6852         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6853         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6854         HAVE_DECL_STRDUP if necessary.
6855         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6856         since gl_FUNC_STRNDUP does that now.
6857         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6858         Check for decl here...
6859         (gl_PREREQ_STRNLEN): ... not here.
6860         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6861         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6862         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6863         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6864         necessary.
6865         * modules/string: New file.
6866         * modules/memmem (Files): Remove special-purpose include file.
6867         (Depends-on): Add string.
6868         (Include): Include <string.h>, not the removed file.
6869         * modules/mempcpy: Likewise.
6870         * modules/memrchr: Likewise.
6871         * modules/stpcpy: Likewise.
6872         * modules/stpncpy: Likewise.
6873         * modules/strcase: Likewise.
6874         * modules/strchrnul: Likewise.
6875         * modules/strdup: Likewise.
6876         * modules/strndup: Likewise.
6877         * modules/strnlen: Likewise.
6878         * modules/strpbrk: Likewise.
6879         * modules/strsep: Likewise.
6880         * modules/strstr: Likewise.
6881         * modules/strtok_r: Likewise.
6882         * tests/test-dirname.c: Don't include "strdup.h", since
6883         <string.h> now suffices.
6884         * tests/test-memmem.c: Don't include "memmem.h", since
6885         <string.h> now suffices.
6886
6887 2007-01-25  Bruno Haible  <bruno@clisp.org>
6888
6889         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6890         *resultp is 0.
6891
6892         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6893         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6894         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6895         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6896
6897         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6898         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6899         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6900         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6901         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6902         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6903
6904 2007-01-24  Bruno Haible  <bruno@clisp.org>
6905
6906         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6907         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6908         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6909         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6910         gl_FUNC_FTS_CORE.
6911         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6912         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6913         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6914         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6915         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6916         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6917         gl_FUNC_FCHOWNAT.
6918         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6919         gl_FUNC_STRFTIME.
6920         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6921         Reported by Ralf Wildenhues.
6922
6923 2007-01-24  Bruno Haible  <bruno@clisp.org>
6924
6925         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6926         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6927         gl_GETADDRINFO.
6928         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6929         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6930         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6931
6932 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6933
6934         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6935         Don't use 'exit'; just return from 'main'.
6936         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6937
6938         * lib/fnmatch_.h: Readjust white space and comments to match
6939         glibc, to avoid spurious diffs.
6940
6941 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6942
6943         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6944         2004-12-01 change by Jakub Jelinek, since this code won't compile
6945         if !LIBC.  Problem reported by Bob Proulx.
6946
6947 2007-01-23  Bruno Haible  <bruno@clisp.org>
6948
6949         * lib/striconveh.c: Include c-strcaseeq.h.
6950         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6951         * modules/striconveh (Depends-on): Add c-strcaseeq.
6952
6953 2007-01-23  Bruno Haible  <bruno@clisp.org>
6954
6955         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6956
6957         * modules/c-strcaseeq: New file.
6958         * lib/c-strcaseeq.h: New file.
6959
6960         * modules/streq: New file.
6961         * lib/streq.h: New file.
6962
6963 2007-01-23  Bruno Haible  <bruno@clisp.org>
6964
6965         * modules/striconveha-tests: New file.
6966         * tests/test-striconveha.c: New file.
6967
6968         * lib/striconveha.h: Include <stdbool.h>.
6969         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6970         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6971         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6972         (mem_iconveha): New function.
6973         (str_iconveha_notranslit): Renamed from str_iconveha.
6974         (str_iconveha): New function.
6975         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6976         c-strcase.
6977
6978 2007-01-23  Bruno Haible  <bruno@clisp.org>
6979
6980         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6981         encodings without forgiving before trying any encoding with handler.
6982         (str_iconveha): Try all encodings without forgiving before trying any
6983         encoding with handler.
6984
6985 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6986
6987         Import the following changes from libc.
6988
6989         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6990
6991         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6992
6993         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6994
6995         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6996         normal_bracket label.
6997
6998         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6999
7000         [BZ #361]
7001         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7002         to normal_bracket after fetching the next character.
7003
7004 2007-01-22  Bruno Haible  <bruno@clisp.org>
7005
7006         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7007         argument.
7008         * lib/striconveh.c (iconv_carefully_1): New function.
7009         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7010         argument.
7011         (str_cd_iconveh): Update.
7012         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7013         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7014         * tests/test-striconveh.c (MAGIC): New macro.
7015         (new_offsets): New function.
7016         (main): Test call with and without offsets.
7017
7018 2007-01-22  Bruno Haible  <bruno@clisp.org>
7019
7020         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7021         * modules/sys_select (Makefile.am): Likewise.
7022         * modules/sys_socket (Makefile.am): Likewise.
7023         * modules/sys_time (Makefile.am): Likewise.
7024
7025 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7026
7027         * modules/gettimeofday (License): Change from GPL to LGPL, since
7028         gettimeofday is a library function.
7029
7030 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7031
7032         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7033
7034 2007-01-21  Bruno Haible  <bruno@clisp.org>
7035
7036         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7037
7038 2007-01-21  Bruno Haible  <bruno@clisp.org>
7039
7040         * modules/striconveha: New file.
7041         * lib/striconveha.h: New file.
7042         * lib/striconveha.c: New file.
7043         * MODULES.html.sh (Internationalization functions): Add striconveha.
7044         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7045         string.
7046         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7047
7048 2007-01-21  Bruno Haible  <bruno@clisp.org>
7049
7050         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7051         * lib/striconveh.c (str_iconveh): Likewise.
7052
7053 2007-01-21  Bruno Haible  <bruno@clisp.org>
7054
7055         * lib/striconveh.h (mem_iconveh): New declaration.
7056         * lib/striconveh.c (mem_iconveh): New function.
7057         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7058
7059 2007-01-21  Bruno Haible  <bruno@clisp.org>
7060
7061         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7062
7063         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7064         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7065         original result buffer.
7066         (str_cd_iconveh): Update.
7067         * tests/test-striconveh.c (main): Update.
7068
7069         * lib/striconv.h (mem_cd_iconv): Change specification.
7070         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7071         result buffer.
7072         (str_cd_iconv): Update.
7073         * tests/test-striconv.c (main): Update.
7074
7075 2007-01-21  Bruno Haible  <bruno@clisp.org>
7076
7077         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7078
7079 2007-01-20  Jim Meyering  <jim@meyering.net>
7080
7081         * lib/userspec.c (parse_with_separator): If a user or group string
7082         starts with "+", skip the corresponding name-to-ID look-up, since
7083         such a look-up must fail: user and group names may not include "+".
7084
7085 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7086
7087         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7088         since we now assume the sys_time module.
7089         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7090         check for sys/time.h; no longer needed.
7091         * modules/poll (Depends-on): Depend on sys_time.
7092
7093 2007-01-18  Bruno Haible  <bruno@clisp.org>
7094
7095         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7096         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7097
7098         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7099         gettimeofday.
7100
7101         * tests/test-gettimeofday.c: Include <time.h>.
7102         (dummy): Remove variable.
7103
7104         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7105         gl_HEADER_SYS_TIME_H.
7106         (gl_HEADER_SYS_TIME_H): New macro.
7107
7108         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7109         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7110         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7111         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7112         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7113         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7114         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7115         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7116         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7117         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7118         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7119
7120         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7121         last change; it caused a compilation error when cross-compiling to
7122         Cygwin.
7123
7124 2007-01-18  Jim Meyering  <jim@meyering.net>
7125
7126         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7127         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7128         than the race-prone "test -d sys || mkdir sys".
7129         (configure.ac): Use AC_PROG_MKDIR_P.
7130         * modules/sys_select: Likewise.
7131         * modules/sys_socket: Likewise.
7132         * modules/sys_time: Likewise.
7133
7134 2007-01-18  Eric Blake  <ebb9@byu.net>
7135
7136         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7137         replace gettimeofday.
7138         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7139         name, to avoid infinite recursion.
7140
7141 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7142
7143         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7144         module sys_time.
7145         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7146         assume timespec.h defines struct timeval.
7147         * lib/settime.c: Likewise.
7148         * lib/utimens.c: Likewise.
7149         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7150         since we now assume the gettimeofday module.
7151         * lib/tempname.c (__gen_tempname): Likewise.
7152         * lib/gettimeofday.h: Remove.
7153         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7154         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7155         Include <time.h>, for 'time()'.
7156         (localtime_buffer_addr): Also use this workaround if
7157         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7158         to simplify the uses.  All uses changed.
7159         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7160         that #undef is inside {}, and 'const' follows type name consistently.
7161         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7162         (gettimeofday): Do not use the maximum possible value for
7163         tv->tv_usec, since that might break usages other than ls.c.
7164         Instead, we'll leave ls.c alone.  This undoes today's patch
7165         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7166         we've never observed the problem but might as well keep the
7167         canary.
7168         * lib/nanosleep.c: Include timespec.h first, for interface check.
7169         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7170         now assume the sys_time module.
7171         * lib/tempname.c: Likewise.
7172         * lib/timespec.h: Likewise.
7173         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7174         needed.
7175         * lib/strftime.c: Likewise.
7176         * lib/timespec.h: Likewise.
7177         * lib/posixtm.c: Include posixtm.h first, for interface check.
7178         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7179         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7180         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7181         * lib/sys_time_.h: New file.
7182         * lib/timespec.h (struct timespec): Use long int, not long.
7183         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7184         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7185         Remove obsolescent call to AC_HEADER_TIME.
7186         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7187         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7188         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7189         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7190         Likewise.
7191         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7192         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7193         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7194         into the sys_time module.  Check for gettimeofday just once.
7195         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7196         for gettimeofday signature to just check the signature.  Merely
7197         compile it, since linking doesn't test signature.  Improve test for
7198         whether gettimeofday.o is actually needed.
7199         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7200         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7201         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7202         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7203         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7204         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7205         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7206         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7207         than worrying about sys/time.h.
7208         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7209         Don't bother worrying about TIME_WITH_SYS_TIME.
7210         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7211         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7212         * m4/sys_time_h.m4: New file.
7213         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7214         Don't include sys/time.h.  Return from main rather than exiting.
7215         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7216         all uses changed.
7217         * modules/gethrxtime (Depends-on): Add sys_time.
7218         * modules/gettime (Depends-on): Likewise.
7219         * modules/gettimeofday (Depends-on): Likewise.
7220         * modules/nanosleep (Depends-on): Likewise.
7221         * modules/settime (Depends-on): Likewise.
7222         * modules/tempname (Depends-on): Likewise.
7223         * modules/utimens (Depends-on): Likewise.
7224         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7225         (Include:) Change back to <sys/time.h>.
7226         (Maintainer:) Add self.
7227         * modules/sys_time: New file.
7228         * modules/tempname (Depends-on): Add gettimeofday.
7229         * tests/test-gettimeofday.c: Include <sys/time.h>
7230         rather than gettimeofday.h.
7231
7232 2007-01-17  Bruno Haible  <bruno@clisp.org>
7233
7234         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7235         the license default to GPL.
7236         (func_create_testdir): Don't complain if a module is LGPL and its
7237         tests module depends on GPLed modules.
7238
7239 2007-01-17  Bruno Haible  <bruno@clisp.org>
7240
7241         * lib/gettimeofday.c (gettimeofday): Add code for the case
7242         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7243         maximum possible value for tv->tv_usec, rather than the minimum one.
7244
7245 2005-10-08  Martin Lambers  <marlam@marlam.de>
7246 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7247 2007-01-16  Bruno Haible  <bruno@clisp.org>
7248
7249         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7250         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7251         gl_FUNC_GETTIMEOFDAY.
7252         (Include): Add gettimeofday.h.
7253         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7254         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7255         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7256         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7257         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7258         * lib/gettimeofday.h: New file.
7259         * lib/gettimeofday.c: Include <sys/timeb.h>.
7260         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7261         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7262         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7263         fall back on time().
7264
7265         * tests/test-gettimeofday.c: New file.
7266         * modules/gettimeofday-tests: New file.
7267
7268 2007-01-16  Eric Blake  <ebb9@byu.net>
7269
7270         * modules/fnmatch (Depends-on): Depend on wchar.
7271         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7272         * m4/fnmatch.m4: Likewise.
7273         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7274         * m4/mbchar.m4: Likewise.
7275         * modules/mbswidth (Depends-on): Depend on wchar.
7276         * lib/mbswidth.c: Assume <wchar.h>.
7277         * m4/mbswidth.m4: Likewise.
7278         * modules/quotearg (Depends-on): Depend on wchar.
7279         * lib/quotearg.c: Assume <wchar.h>.
7280         * m4/quotearg.m4: Likewise.
7281         * modules/regex (Depends-on): Depend on wchar.
7282         * lib/regex_internal.h: Assume <wchar.h>.
7283         * m4/regex.m4: Likewise.
7284         * modules/stdint (Depends-on): Depend on wchar.
7285         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7286         * m4/stdint.m4: Likewise.
7287         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7288         * modules/strftime (Depends-on): Depend on wchar.
7289         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7290         * modules/strtol (Depends-on): Depend on wchar.
7291         * lib/strtol.c: Assume <wchar.h>.
7292         * modules/wcwidth (Depends-on): Depend on wchar.
7293         * lib/wcwidth.h: Assume <wchar.h>.
7294         * m4/wcwidth.m4: Likewise.
7295
7296 2007-01-16  Bruno Haible  <bruno@clisp.org>
7297
7298         * modules/csharpexec-script: New, created from...
7299         * modules/csharpexec: ... this.
7300
7301 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7302
7303         * modules/javaexec-script: New, created from...
7304         * modules/javaexec: ... this.
7305
7306 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7307
7308         * modules/poll (Dependencies): Add sys_select.
7309
7310 2007-01-15  Jim Meyering  <jim@meyering.net>
7311
7312         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7313         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7314         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7315         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7316
7317 2007-01-15  Bruno Haible  <bruno@clisp.org>
7318
7319         * modules/striconveh: New file.
7320         * lib/striconveh.h: New file.
7321         * lib/striconveh.c: New file.
7322         * MODULES.html.sh (Internationalization functions): Add striconveh.
7323
7324         * modules/striconveh-tests: New file.
7325         * tests/test-striconveh.c: New file.
7326
7327 2007-01-15  Bruno Haible  <bruno@clisp.org>
7328
7329         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7330         not from GNU libiconv or GNU libc.
7331
7332 2007-01-15  Bruno Haible  <bruno@clisp.org>
7333
7334         * doc/gnulib-intro.texi (Copyright): Explain the different license
7335         terms for module descriptions, autoconf macros, tests, documentation.
7336
7337 2007-01-14  Bruno Haible  <bruno@clisp.org>
7338
7339         * modules/striconv-tests: New file.
7340         * tests/test-striconv.c: New file.
7341
7342 2007-01-14  Bruno Haible  <bruno@clisp.org>
7343
7344         * modules/iconv-tests: New file.
7345         * tests/test-iconv.c: New file.
7346
7347 2007-01-14  Bruno Haible  <bruno@clisp.org>
7348
7349         * gnulib-tool (func_get_license): For test modules, use the license of
7350         the main module.
7351
7352 2007-01-14  Bruno Haible  <bruno@clisp.org>
7353
7354         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7355         if iconv is found to exist.
7356
7357 2007-01-14  Bruno Haible  <bruno@clisp.org>
7358
7359         * modules/c-ctype-tests: New file.
7360         * tests/test-c-ctype.c: New file.
7361
7362 2007-01-14  Bruno Haible  <bruno@clisp.org>
7363
7364         * modules/binary-io-tests: New file.
7365         * tests/test-binary-io.sh: New file.
7366         * tests/test-binary-io.c: New file.
7367
7368 2007-01-14  Bruno Haible  <bruno@clisp.org>
7369
7370         * modules/array-oset-tests: New file.
7371         * tests/test-array_oset.c: New file.
7372
7373 2007-01-14  Bruno Haible  <bruno@clisp.org>
7374
7375         * modules/array-list-tests: New file.
7376         * tests/test-array_list.c: New file.
7377
7378 2007-01-14  Bruno Haible  <bruno@clisp.org>
7379
7380         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7381         and make.
7382         Reported by Simon Josefsson in
7383         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7384
7385 2007-01-14  Bruno Haible  <bruno@clisp.org>
7386
7387         * modules/allocsa-tests: New file.
7388         * tests/test-allocsa.c: New file.
7389
7390 2007-01-14  Bruno Haible  <bruno@clisp.org>
7391
7392         * modules/fchdir (Depends-on): Add absolute-header.
7393         * modules/unistd (Depends-on): Likewise.
7394
7395 2006-12-30  Bruno Haible  <bruno@clisp.org>
7396
7397         * modules/fchdir: New file.
7398         * modules/unistd (Files): Add lib/unistd_.h.
7399         (Makefile.am): Generate unistd.h from unistd_.h.
7400         * lib/fchdir.c: New file.
7401         * lib/dirent_.h: New file.
7402         * lib/unistd_.h: New file.
7403         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7404         * m4/fchdir.m4: New file.
7405         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7406         (gl_HEADER_UNISTD): Invoke it.
7407         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7408         function.
7409         * lib/backupfile.c (opendir, closedir): Undefine.
7410         * lib/chown.c (open, close): Undefine.
7411         * lib/clean-temp.c (open, close): Undefine.
7412         * lib/copy-file.c (open, close): Undefine.
7413         * lib/execute.c (open, close): Undefine.
7414         * lib/fsusage.c (open, close): Undefine.
7415         * lib/gc-gnulib.c (open, close): Undefine.
7416         * lib/getcwd.c (opendir, closedir): Undefine.
7417         * lib/glob.c (opendir, closedir): Undefine.
7418         * lib/javacomp.c (open, close): Undefine.
7419         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7420         * lib/openat-proc.c (open, close): Undefine.
7421         * lib/pagealign_alloc.c (open, close): Undefine.
7422         * lib/pipe.c (open, close): Undefine.
7423         * lib/progreloc.c (open, close): Undefine.
7424         * lib/savedir.c (opendir, closedir): Undefine.
7425         * lib/utime.c (open, close): Undefine.
7426         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7427
7428 2007-01-10  Bruno Haible  <bruno@clisp.org>
7429
7430         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7431
7432 2007-01-12  Eric Blake  <ebb9@byu.net>
7433
7434         Provide a robust <wchar.h>.  Further simplifications are now
7435         possible in other modules, but not included here.
7436         * modules/wchar: New module.
7437         * m4/wchar.m4: New file.
7438         * lib/wchar_.h: Likewise.
7439         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7440         of the new module.
7441         * MODULES.html.sh (Extended multibyte and wide character utilities):
7442         New section.
7443
7444 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7445
7446         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7447         to a reasonable default for memory allocation.
7448         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7449         file system that reports garbage st_size values for symlinks.
7450         Problem reported by Liyang Hu.
7451
7452 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7453
7454         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7455         Emacs .#* auto-save files).
7456
7457 2007-01-11  Bruno Haible  <bruno@clisp.org>
7458
7459         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7460         directory.
7461
7462 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7463
7464         Use @...@ consistently in lib/wctype_.h.
7465         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7466         on it being set to 1 or 0.
7467         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7468         go back to AC_SUBSTing it.
7469         * modules/wctype (Makefile.am): Undo previous change.
7470
7471 2007-01-10  Eric Blake  <ebb9@byu.net>
7472
7473         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7474         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7475         * modules/wctype (Makefile.am): Likewise.
7476         Reported by Chris McGuire.
7477
7478 2007-01-10  Jim Meyering  <jim@meyering.net>
7479
7480         fts.c: a small readability/maintainability improvement
7481         * lib/fts.c (fts_read): Make this code slightly more readable and
7482         maintainable by hoisting the "sp->fts_cur = p" assignments to
7483         immediately follow the statements that set P.  Derived from
7484         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7485
7486 2007-01-10  Eric Blake  <ebb9@byu.net>
7487
7488         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7489         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7490         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7491         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7492         Reported by Chris McGuire.
7493
7494 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7495
7496         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7497         in sed script.
7498
7499 2007-01-09  Bruno Haible  <bruno@clisp.org>
7500
7501         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7502         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7503         variables.
7504         (func_module): Use them.
7505
7506 2007-01-09  Bruno Haible  <bruno@clisp.org>
7507
7508         * modules/unistr/base: New file.
7509         * lib/unistr.h: New file.
7510
7511         * modules/unistr/u8-to-u16: New file.
7512         * lib/unistr/u8-to-u16.c: New file.
7513
7514         * modules/unistr/u8-to-u32: New file.
7515         * lib/unistr/u8-to-u32.c: New file.
7516
7517         * modules/unistr/u16-to-u8: New file.
7518         * lib/unistr/u16-to-u8.c: New file.
7519
7520         * modules/unistr/u16-to-u32: New file.
7521         * lib/unistr/u16-to-u32.c: New file.
7522
7523         * modules/unistr/u32-to-u8: New file.
7524         * lib/unistr/u32-to-u8.c: New file.
7525
7526         * modules/unistr/u32-to-u16: New file.
7527         * lib/unistr/u32-to-u16.c: New file.
7528
7529         * modules/unistr/u8-check: New file.
7530         * modules/unistr/u16-check: New file.
7531         * modules/unistr/u32-check: New file.
7532         * lib/unistr/u8-check.c: New file.
7533         * lib/unistr/u16-check.c: New file.
7534         * lib/unistr/u32-check.c: New file.
7535
7536         * modules/unistr/u8-chr: New file.
7537         * modules/unistr/u16-chr: New file.
7538         * modules/unistr/u32-chr: New file.
7539         * lib/unistr/u8-chr.c: New file.
7540         * lib/unistr/u16-chr.c: New file.
7541         * lib/unistr/u32-chr.c: New file.
7542
7543         * modules/unistr/u8-cmp: New file.
7544         * modules/unistr/u16-cmp: New file.
7545         * modules/unistr/u32-cmp: New file.
7546         * lib/unistr/u8-cmp.c: New file.
7547         * lib/unistr/u16-cmp.c: New file.
7548         * lib/unistr/u32-cmp.c: New file.
7549
7550         * modules/unistr/u8-cpy: New file.
7551         * modules/unistr/u16-cpy: New file.
7552         * modules/unistr/u32-cpy: New file.
7553         * lib/unistr/u8-cpy.c: New file.
7554         * lib/unistr/u16-cpy.c: New file.
7555         * lib/unistr/u32-cpy.c: New file.
7556         * lib/unistr/u-cpy.h: New file.
7557
7558         * modules/unistr/u8-cpy-alloc: New file.
7559         * modules/unistr/u16-cpy-alloc: New file.
7560         * modules/unistr/u32-cpy-alloc: New file.
7561         * lib/unistr/u8-cpy-alloc.c: New file.
7562         * lib/unistr/u16-cpy-alloc.c: New file.
7563         * lib/unistr/u32-cpy-alloc.c: New file.
7564         * lib/unistr/u-cpy-alloc.h: New file.
7565
7566         * modules/unistr/u8-endswith: New file.
7567         * modules/unistr/u16-endswith: New file.
7568         * modules/unistr/u32-endswith: New file.
7569         * lib/unistr/u8-endswith.c: New file.
7570         * lib/unistr/u16-endswith.c: New file.
7571         * lib/unistr/u32-endswith.c: New file.
7572         * lib/unistr/u-endswith.h: New file.
7573
7574         * modules/unistr/u8-mblen: New file.
7575         * modules/unistr/u16-mblen: New file.
7576         * modules/unistr/u32-mblen: New file.
7577         * lib/unistr/u8-mblen.c: New file.
7578         * lib/unistr/u16-mblen.c: New file.
7579         * lib/unistr/u32-mblen.c: New file.
7580
7581         * modules/unistr/u8-mbtouc: New file.
7582         * modules/unistr/u16-mbtouc: New file.
7583         * modules/unistr/u32-mbtouc: New file.
7584         * lib/unistr/u8-mbtouc.c: New file.
7585         * lib/unistr/u16-mbtouc.c: New file.
7586         * lib/unistr/u32-mbtouc.c: New file.
7587
7588         * modules/unistr/u8-mbtouc-safe: New file.
7589         * modules/unistr/u16-mbtouc-safe: New file.
7590         * modules/unistr/u32-mbtouc-safe: New file.
7591         * lib/unistr/u8-mbtouc-safe.c: New file.
7592         * lib/unistr/u16-mbtouc-safe.c: New file.
7593         * lib/unistr/u32-mbtouc-safe.c: New file.
7594
7595         * modules/unistr/u8-move: New file.
7596         * modules/unistr/u16-move: New file.
7597         * modules/unistr/u32-move: New file.
7598         * lib/unistr/u8-move.c: New file.
7599         * lib/unistr/u16-move.c: New file.
7600         * lib/unistr/u32-move.c: New file.
7601         * lib/unistr/u-move.h: New file.
7602
7603         * modules/unistr/u8-next: New file.
7604         * modules/unistr/u16-next: New file.
7605         * modules/unistr/u32-next: New file.
7606         * lib/unistr/u8-next.c: New file.
7607         * lib/unistr/u16-next.c: New file.
7608         * lib/unistr/u32-next.c: New file.
7609
7610         * modules/unistr/u8-prev: New file.
7611         * modules/unistr/u16-prev: New file.
7612         * modules/unistr/u32-prev: New file.
7613         * lib/unistr/u8-prev.c: New file.
7614         * lib/unistr/u16-prev.c: New file.
7615         * lib/unistr/u32-prev.c: New file.
7616
7617         * modules/unistr/u8-set: New file.
7618         * modules/unistr/u16-set: New file.
7619         * modules/unistr/u32-set: New file.
7620         * lib/unistr/u8-set.c: New file.
7621         * lib/unistr/u16-set.c: New file.
7622         * lib/unistr/u32-set.c: New file.
7623         * lib/unistr/u-set.h: New file.
7624
7625         * modules/unistr/u8-startswith: New file.
7626         * modules/unistr/u16-startswith: New file.
7627         * modules/unistr/u32-startswith: New file.
7628         * lib/unistr/u8-startswith.c: New file.
7629         * lib/unistr/u16-startswith.c: New file.
7630         * lib/unistr/u32-startswith.c: New file.
7631         * lib/unistr/u-startswith.h: New file.
7632
7633         * modules/unistr/u8-stpcpy: New file.
7634         * modules/unistr/u16-stpcpy: New file.
7635         * modules/unistr/u32-stpcpy: New file.
7636         * lib/unistr/u8-stpcpy.c: New file.
7637         * lib/unistr/u16-stpcpy.c: New file.
7638         * lib/unistr/u32-stpcpy.c: New file.
7639         * lib/unistr/u-stpcpy.h: New file.
7640
7641         * modules/unistr/u8-stpncpy: New file.
7642         * modules/unistr/u16-stpncpy: New file.
7643         * modules/unistr/u32-stpncpy: New file.
7644         * lib/unistr/u8-stpncpy.c: New file.
7645         * lib/unistr/u16-stpncpy.c: New file.
7646         * lib/unistr/u32-stpncpy.c: New file.
7647         * lib/unistr/u-stpncpy.h: New file.
7648
7649         * modules/unistr/u8-strcat: New file.
7650         * modules/unistr/u16-strcat: New file.
7651         * modules/unistr/u32-strcat: New file.
7652         * lib/unistr/u8-strcat.c: New file.
7653         * lib/unistr/u16-strcat.c: New file.
7654         * lib/unistr/u32-strcat.c: New file.
7655         * lib/unistr/u-strcat.h: New file.
7656
7657         * modules/unistr/u8-strchr: New file.
7658         * modules/unistr/u16-strchr: New file.
7659         * modules/unistr/u32-strchr: New file.
7660         * lib/unistr/u8-strchr.c: New file.
7661         * lib/unistr/u16-strchr.c: New file.
7662         * lib/unistr/u32-strchr.c: New file.
7663
7664         * modules/unistr/u8-strcmp: New file.
7665         * modules/unistr/u16-strcmp: New file.
7666         * modules/unistr/u32-strcmp: New file.
7667         * lib/unistr/u8-strcmp.c: New file.
7668         * lib/unistr/u16-strcmp.c: New file.
7669         * lib/unistr/u32-strcmp.c: New file.
7670
7671         * modules/unistr/u8-strcpy: New file.
7672         * modules/unistr/u16-strcpy: New file.
7673         * modules/unistr/u32-strcpy: New file.
7674         * lib/unistr/u8-strcpy.c: New file.
7675         * lib/unistr/u16-strcpy.c: New file.
7676         * lib/unistr/u32-strcpy.c: New file.
7677         * lib/unistr/u-strcpy.h: New file.
7678
7679         * modules/unistr/u8-strcspn: New file.
7680         * modules/unistr/u16-strcspn: New file.
7681         * modules/unistr/u32-strcspn: New file.
7682         * lib/unistr/u8-strcspn.c: New file.
7683         * lib/unistr/u16-strcspn.c: New file.
7684         * lib/unistr/u32-strcspn.c: New file.
7685         * lib/unistr/u-strcspn.h: New file.
7686
7687         * modules/unistr/u8-strdup: New file.
7688         * modules/unistr/u16-strdup: New file.
7689         * modules/unistr/u32-strdup: New file.
7690         * lib/unistr/u8-strdup.c: New file.
7691         * lib/unistr/u16-strdup.c: New file.
7692         * lib/unistr/u32-strdup.c: New file.
7693         * lib/unistr/u-strdup.h: New file.
7694
7695         * modules/unistr/u8-strlen: New file.
7696         * modules/unistr/u16-strlen: New file.
7697         * modules/unistr/u32-strlen: New file.
7698         * lib/unistr/u8-strlen.c: New file.
7699         * lib/unistr/u16-strlen.c: New file.
7700         * lib/unistr/u32-strlen.c: New file.
7701         * lib/unistr/u-strlen.h: New file.
7702
7703         * modules/unistr/u8-strmblen: New file.
7704         * modules/unistr/u16-strmblen: New file.
7705         * modules/unistr/u32-strmblen: New file.
7706         * lib/unistr/u8-strmblen.c: New file.
7707         * lib/unistr/u16-strmblen.c: New file.
7708         * lib/unistr/u32-strmblen.c: New file.
7709
7710         * modules/unistr/u8-strmbtouc: New file.
7711         * modules/unistr/u16-strmbtouc: New file.
7712         * modules/unistr/u32-strmbtouc: New file.
7713         * lib/unistr/u8-strmbtouc.c: New file.
7714         * lib/unistr/u16-strmbtouc.c: New file.
7715         * lib/unistr/u32-strmbtouc.c: New file.
7716
7717         * modules/unistr/u8-strncat: New file.
7718         * modules/unistr/u16-strncat: New file.
7719         * modules/unistr/u32-strncat: New file.
7720         * lib/unistr/u8-strncat.c: New file.
7721         * lib/unistr/u16-strncat.c: New file.
7722         * lib/unistr/u32-strncat.c: New file.
7723         * lib/unistr/u-strncat.h: New file.
7724
7725         * modules/unistr/u8-strncmp: New file.
7726         * modules/unistr/u16-strncmp: New file.
7727         * modules/unistr/u32-strncmp: New file.
7728         * lib/unistr/u8-strncmp.c: New file.
7729         * lib/unistr/u16-strncmp.c: New file.
7730         * lib/unistr/u32-strncmp.c: New file.
7731
7732         * modules/unistr/u8-strncpy: New file.
7733         * modules/unistr/u16-strncpy: New file.
7734         * modules/unistr/u32-strncpy: New file.
7735         * lib/unistr/u8-strncpy.c: New file.
7736         * lib/unistr/u16-strncpy.c: New file.
7737         * lib/unistr/u32-strncpy.c: New file.
7738         * lib/unistr/u-strncpy.h: New file.
7739
7740         * modules/unistr/u8-strnlen: New file.
7741         * modules/unistr/u16-strnlen: New file.
7742         * modules/unistr/u32-strnlen: New file.
7743         * lib/unistr/u8-strnlen.c: New file.
7744         * lib/unistr/u16-strnlen.c: New file.
7745         * lib/unistr/u32-strnlen.c: New file.
7746         * lib/unistr/u-strnlen.h: New file.
7747
7748         * modules/unistr/u8-strpbrk: New file.
7749         * modules/unistr/u16-strpbrk: New file.
7750         * modules/unistr/u32-strpbrk: New file.
7751         * lib/unistr/u8-strpbrk.c: New file.
7752         * lib/unistr/u16-strpbrk.c: New file.
7753         * lib/unistr/u32-strpbrk.c: New file.
7754         * lib/unistr/u-strpbrk.h: New file.
7755
7756         * modules/unistr/u8-strrchr: New file.
7757         * modules/unistr/u16-strrchr: New file.
7758         * modules/unistr/u32-strrchr: New file.
7759         * lib/unistr/u8-strrchr.c: New file.
7760         * lib/unistr/u16-strrchr.c: New file.
7761         * lib/unistr/u32-strrchr.c: New file.
7762
7763         * modules/unistr/u8-strspn: New file.
7764         * modules/unistr/u16-strspn: New file.
7765         * modules/unistr/u32-strspn: New file.
7766         * lib/unistr/u8-strspn.c: New file.
7767         * lib/unistr/u16-strspn.c: New file.
7768         * lib/unistr/u32-strspn.c: New file.
7769         * lib/unistr/u-strspn.h: New file.
7770
7771         * modules/unistr/u8-strstr: New file.
7772         * modules/unistr/u16-strstr: New file.
7773         * modules/unistr/u32-strstr: New file.
7774         * lib/unistr/u8-strstr.c: New file.
7775         * lib/unistr/u16-strstr.c: New file.
7776         * lib/unistr/u32-strstr.c: New file.
7777         * lib/unistr/u-strstr.h: New file.
7778
7779         * modules/unistr/u8-strtok: New file.
7780         * modules/unistr/u16-strtok: New file.
7781         * modules/unistr/u32-strtok: New file.
7782         * lib/unistr/u8-strtok.c: New file.
7783         * lib/unistr/u16-strtok.c: New file.
7784         * lib/unistr/u32-strtok.c: New file.
7785         * lib/unistr/u-strtok.h: New file.
7786
7787         * modules/unistr/u8-uctomb: New file.
7788         * modules/unistr/u16-uctomb: New file.
7789         * modules/unistr/u32-uctomb: New file.
7790         * lib/unistr/u8-uctomb.c: New file.
7791         * lib/unistr/u16-uctomb.c: New file.
7792         * lib/unistr/u32-uctomb.c: New file.
7793
7794         * MODULES.html.sh (Unicode string functions): Add the new modules.
7795
7796 2007-01-08  Bruno Haible  <bruno@clisp.org>
7797
7798         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7799         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7800         subdirectories.
7801
7802 2007-01-08  Karl Berry  <karl@gnu.org>
7803
7804         * doc/error.texi: mention that main() fns must set program_name
7805         when progname is used.
7806
7807 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7808
7809         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7810         WCTYPE_H is empty, for the benefit of builds from non-distclean
7811         directories.  Problem reported by Eric Blake in
7812         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7813
7814 2007-01-08  Bruno Haible  <bruno@clisp.org>
7815
7816         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7817         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7818         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7819         PROVIDE_CANONICALIZE_FILENAME_MODE.
7820         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7821
7822 2007-01-08  Bruno Haible  <bruno@clisp.org>
7823
7824         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7825         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7826         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7827         * lib/fts.c: Likewise.
7828         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7829
7830 2006-12-25  Bruno Haible  <bruno@clisp.org>
7831
7832         * modules/utf8-ucs4-safe: New file.
7833         * lib/utf8-ucs4-safe.h: New file.
7834         * lib/unistr/utf8-ucs4-safe.c: New file.
7835
7836         * modules/utf16-ucs4-safe: New file.
7837         * lib/utf16-ucs4-safe.h: New file.
7838         * lib/unistr/utf16-ucs4-safe.c: New file.
7839
7840         * MODULES.html.sh (Unicode string functions): Add the new modules.
7841
7842 2007-01-08  Bruno Haible  <bruno@clisp.org>
7843
7844         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7845         (Depends-on): Add unitypes.
7846         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7847         (u8_mbtouc_aux): Move out to separate file.
7848         (u8_mbtouc): Use ucs4_t, uint8_t types.
7849         * lib/unistr/utf8-ucs4.c: New file.
7850
7851         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7852         (Depends-on): Add unitypes.
7853         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7854         (u16_mbtouc_aux): Move out to separate file.
7855         (u16_mbtouc): Use ucs4_t, uint16_t types.
7856         * lib/unistr/utf16-ucs4.c: New file.
7857
7858         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7859         (Depends-on): Add unitypes.
7860         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7861         (u8_uctomb_aux): Move out to separate file.
7862         (u8_uctomb): Use ucs4_t, uint8_t types.
7863         * lib/unistr/ucs4-utf8.c: New file.
7864
7865         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7866         (Depends-on): Add unitypes.
7867         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7868         (u16_uctomb_aux): Move out to separate file.
7869         (u16_uctomb): Use ucs4_t, uint16_t types.
7870         * lib/unistr/ucs4-utf16.c: New file.
7871
7872 2006-12-25  Bruno Haible  <bruno@clisp.org>
7873
7874         * modules/unitypes: New file.
7875         * lib/unitypes.h: New file.
7876         * MODULES.html.sh (func_all_modules): New section "Unicode string
7877         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7878         this section. Add unitypes.
7879
7880 2007-01-08  Bruno Haible  <bruno@clisp.org>
7881
7882         Avoid variable names that conflict with those from libtool.
7883         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7884         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7885         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7886         library_names_spec to acl_library_names_spec, hardcode_* to
7887         acl_hardcode_*.
7888         Reported by Ralf Wildenhues.
7889
7890 2007-01-08  Bruno Haible  <bruno@clisp.org>
7891
7892         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7893         definition.
7894         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7895         definition.
7896         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7897         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7898         definition.
7899         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7900         definition.
7901         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7902         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7903         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7904         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7905         definition.
7906         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7907         definition.
7908         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7909         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7910         GC_USE_<algorithm>.
7911         * lib/gc-libgcrypt.c: Likewise.
7912         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7913         * modules/gc-arctwo (configure.ac): Likewise.
7914         * modules/gc-des (configure.ac): Likewise.
7915         * modules/gc-hmac-md5 (configure.ac): Likewise.
7916         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7917         * modules/gc-md2 (configure.ac): Likewise.
7918         * modules/gc-md4 (configure.ac): Likewise.
7919         * modules/gc-md5 (configure.ac): Likewise.
7920         * modules/gc-random (configure.ac): Likewise.
7921         * modules/gc-rijndael (configure.ac): Likewise.
7922         * modules/gc-sha1 (configure.ac): Likewise.
7923
7924 2007-01-08  Bruno Haible  <bruno@clisp.org>
7925
7926         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7927         macro definition.
7928         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7929         definition.
7930         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7931         definition.
7932         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7933         * modules/fcntl-safer (configure.ac): Likewise.
7934         * modules/fopen-safer (configure.ac): Likewise.
7935         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7936         GNULIB_FWRITEERROR macro definition.
7937
7938 2007-01-08  Bruno Haible  <bruno@clisp.org>
7939
7940         * m4/gnulib-common.m4: New file.
7941         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7942         (func_get_filelist): Add m4/gnulib-common.m4.
7943
7944 2007-01-08  Bruno Haible  <bruno@clisp.org>
7945
7946         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7947         command.
7948
7949 2007-01-08  Jim Meyering  <jim@meyering.net>
7950
7951         Use a more robust test for a "can't happen" condition.
7952         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7953         narrowed the st_size value.  Presuming the "can't happen" condition
7954         is true, that narrowing could conceivably convert an invalid st_size
7955         value into a valid one.  Instead, use a change based on Matthew
7956         Woehlke's original patch.
7957
7958         Slight readability improvement: use an assert-like macro
7959         in place of literal "abort ()" uses.
7960         * lib/fts.c (fts_assert): Define.
7961         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7962         Use this macro instead of a bare 'abort'.
7963
7964 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7965
7966         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7967         simply work around them.
7968         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7969         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7970         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7971         declaring.
7972         Don't bother to define as macros, since the standard doesn't require it.
7973         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7974         longer worry about IRIX 5.3.
7975         (HAVE_WCTYPE_CTMP_BUG): Remove.
7976
7977 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7978
7979         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7980         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7981         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7982         Problems reported by Georg Schwarz for IRIX 5.3.
7983
7984         * gnulib-tool (autoconf_minversion): Take the maximum version number
7985         found, not the minimum.  Problem reported by James Youngman.
7986
7987 2007-01-03  Karl Berry  <karl@gnu.org>
7988
7989         * doc/error.texi: new file, explaining interaction with progname.
7990         * doc/gnulib.texi: include it.  Update copyright.
7991
7992 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7993
7994         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7995         AC_CANONICAL_HOST, to improve autobuild outputs.
7996
7997 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7998             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7999
8000         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8001         sockets, server sockets, and other file descriptors.  Count errors
8002         to compute the return value.  Reorder the code a bit to be easier
8003         to follow.  Don't set event bits that were not requested (except
8004         POLLERR and POLLHUP).
8005
8006 2007-01-01  Bruno Haible  <bruno@clisp.org>
8007
8008         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8009
8010 2007-01-03  Jim Meyering  <jim@meyering.net>
8011
8012         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8013
8014 2007-01-02  Bruno Haible  <bruno@clisp.org>
8015
8016         * modules/settime (Include): Require timespec.h.
8017         * modules/nanosleep (Include): Likewise.
8018
8019 2007-01-01  Bruno Haible  <bruno@clisp.org>
8020
8021         * gnulib-tool (func_emit_copyright_notice): Bump year.
8022         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8023
8024 2007-01-01  Bruno Haible  <bruno@clisp.org>
8025
8026         Improve support for OpenBSD.
8027         * build-aux/config.rpath (libname_spec): Export.
8028         (library_names_spec): New variable. Export.
8029         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8030         library_names_spec from the config.rpath output. Locate shared library
8031         through the name pattern in library_names_spec.
8032
8033 2007-01-01  Eric Blake  <ebb9@byu.net>
8034
8035         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8036
8037 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8038
8039         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8040         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8041         assume the C locale, and avoid an "eval" that could cause trouble.
8042         Problem with SORT reported by Bob Proulx.
8043
8044         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8045         Define.  Trivial patch from Henning Nielsen Lund, originally
8046         sent to bug-grep@gnu.org today.
8047
8048 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8049
8050         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8051         struct stat.  Problem reported by Henning Nielsen Lund.
8052         * lib/acl.c: Include acl.h first, to check interface.  Don't
8053         bother to include sys/types.h and sys/stat.h again.
8054
8055 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8056
8057         Import the following change from libc; problem reported by
8058         Sven Verdoolaege.
8059
8060         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8061
8062         [BZ #1373]
8063         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8064
8065 2006-12-28  Jim Meyering  <jim@meyering.net>
8066
8067         * build-aux/announce-gen: Do not assume that the package
8068         builds any of tar.gz, tar.bz2, and .xdelta files.
8069         Suggestion from Simon Josefsson.
8070
8071 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8072
8073         * modules/announce-gen: New file.
8074
8075 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8076
8077         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8078         handles its gotchas now.
8079         * lib/mbswidth.c: Likewise.
8080         * lib/wcwidth.h: Likewise.
8081         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8082         and iswcntrl; the wctype module does this stuff now.
8083         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8084         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8085         * modules/mbchar (Depends-on): Add wctype.
8086         * modules/mbswidth (Depends-on): Likewise.
8087         * modules/wcwidth (Depends-on): Likewise.
8088
8089 2006-12-27  Eric Blake  <ebb9@byu.net>
8090
8091         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8092         module uses more than what <wctype.h> is required to provide.
8093
8094 2006-12-26  Eric Blake  <ebb9@byu.net>
8095
8096         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8097
8098 2006-12-26  Eric Blake  <ebb9@byu.net>
8099
8100         * modules/absolute-header: New module.
8101         * modules/fcntl (Depends-on): Depend on it.
8102         * modules/inttypes (Depends-on): Likewise.
8103         * modules/stdint (Depends-on): Likewise.
8104         * modules/sys_stat (Depends-on): Likewise.
8105         * modules/wctype (Depends-on): Likewise.
8106         * MODULES.html.sh (Support for building libraries and
8107         executables): Document it.
8108
8109 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8110
8111         * gnulib-tool (SED): Remove, undoing previous change.
8112         The problem was that it broke coreutils on Solaris, because
8113         "sed --posix" leaked into a makefile.
8114         (sed): New alias, if 'alias' and GNU sed.
8115
8116 2006-12-24  Jim Meyering  <jim@meyering.net>
8117
8118         Work around an fchownat bug in glibc-2.4:
8119         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8120         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8121         in spite of the -P option.
8122         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8123         New macros.
8124         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8125         * modules/openat (Files): Add lib/fchownat.c.
8126         * lib/openat.c (fchownat): Don't define here.  Move to...
8127         * lib/fchownat.c: ...this new file.
8128
8129 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8130
8131         Fix bug reported by Bruno Haible in
8132         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8133         where quotearg.c didn't compile on Mac OS X 10.2 because it
8134         lacks <wchar.h> and wint_t.
8135         * lib/wctype_.h (__wctype_wint_t): New type.
8136         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8137         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8138         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8139         Arg is now of type __wctype_wint_t, not wint_t.
8140         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8141         substitute HAVE_WINT_T.
8142         * modules/wctype (Files): Add m4/wint_t.m4.
8143         (wctype.h): Substitute HAVE_WINT_T.
8144
8145 2006-12-23  Bruno Haible  <bruno@clisp.org>
8146
8147         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8148
8149 2006-12-23  Bruno Haible  <bruno@clisp.org>
8150
8151         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8152         S_ISLNK.
8153         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8154         mingw.
8155
8156 2006-12-22  Bruno Haible  <bruno@clisp.org>
8157
8158         * lib/copy-file.c: Include acl.h.
8159         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8160         Close the file descriptors only after being done with copy_acl.
8161         * modules/copy-file (Depends-on): Add acl.
8162
8163 2006-12-22  Bruno Haible  <bruno@clisp.org>
8164
8165         * gnulib-tool (SED): New variable.
8166         Use $SED instead of sed everywhere.
8167
8168 2006-12-22  Bruno Haible  <bruno@clisp.org>
8169
8170         * modules/no-c++: New file.
8171         * m4/no-c++.m4: New file.
8172         * MODULES.html.sh (Support for building libraries and executables):
8173         Add no-c++.
8174
8175 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8176
8177         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8178         Include <limits.h>, and use its INT_MAX to rewrite the
8179         j loop so that it does not overflow 'int'.  Problem reported by
8180         Ralf Wildenhues in
8181         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8182         Play it safe by shifting left by 1 rather than multiplying by 2,
8183         as GCC is less likely to optimize this away when the value
8184         is signed (when it assumes overflow leads to undefined behavior).
8185         Also, don't assume time_t uses two's complement.
8186
8187 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8188
8189         * MODULES.html.sh: New module wctype.
8190         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8191         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8192         <wctype.h>, since the new wctype module should fix this.
8193         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8194         the wctype module should arrange for it.
8195         * lib/regex_internal.h: Likewise.
8196         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8197         since the wctype module should handle this now.
8198         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8199         * modules/fnmatch (Depends-on): Add wctype.
8200         * modules/quotearg (Depends-on): Likewise.
8201         * modules/regex (Depends-on): Likewise.
8202
8203 2006-12-19  Bruno Haible  <bruno@clisp.org>
8204
8205         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8206         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8207
8208 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8209
8210         * modules/savewd (Depends-on): Fix dependency on fcntl.
8211
8212 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8213
8214         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8215         conforms to C99, rather than relying on the user's environment
8216         setting of STDINT_H.
8217
8218 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8219         and Eric Blake  <ebb9@byu.net>
8220
8221         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8222         This is more consistent with the other defines here.
8223         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8224         Port to z/OS.  Problem reported by Paul Gilmartin.
8225         Change local vars to use gl_ prefix rather than ac_.
8226         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8227         with other defines.
8228         * modules/double-slash-root: New module.
8229         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8230         (Depends-on): Add double-slash-root.
8231         * MODULES.html.sh (File system functions): Mention new module.
8232
8233 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8234
8235         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8236         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8237         This is for the benefit of gzip, which doesn't do i18n.
8238
8239 2006-12-12  Jim Meyering  <jim@meyering.net>
8240
8241         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8242         Reported by Andreas Schwab <schwab@suse.de>.
8243
8244 2006-12-12  Bruno Haible  <bruno@clisp.org>
8245
8246         Merge these changes.
8247         2006-09-05  Bruno Haible  <bruno@clisp.org>
8248         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8249         iconv_alloc succeeded.
8250         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8251         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8252         test for " && dest " at the end - dest is always != NULL there. Call
8253         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8254         with 2xNULL arguments, also to flush the state storage. Handle the
8255         IRIX iconv behaviour. Realloc the final result, to throw away unused
8256         memory.
8257
8258 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8259
8260         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8261         and fchmodat unconditionally, since glibc 2.4 has them.
8262         Problem reported by Arkadiusz Miskiewicz.
8263
8264 2006-12-10  Bruno Haible  <bruno@clisp.org>
8265
8266         * gnulib-tool (func_import): Show the include files only for those
8267         modules that are copied and specified.
8268         Reported by Karl Berry.
8269
8270 2006-12-08  Jim Meyering  <jim@meyering.net>
8271
8272         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8273         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8274
8275         * build-aux/announce-gen: Add two new options, both optional:
8276         --bootstrap-tools=TOOL_LIST
8277               a comma-separated list of tools, e.g.,
8278               autoconf,automake,bison,gnulib
8279         --gnulib-snapshot-date=DATE
8280               if gnulib is in the bootstrap tool list,
8281               then report this as the snapshot date.
8282               If not specified, use the current date/time.
8283               If you specify a date here, be sure it's UTC.
8284
8285 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8286
8287         * tests/test-argp-2.sh: Fix test to match actual output.
8288         (func_compare): Fix sed script to be portable.
8289
8290 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8291
8292         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8293         workaround for this case.  It is not autoconfigured now; offhand
8294         it's hard to see how to autoconfigure it.
8295
8296 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8297
8298         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8299         a directory that is about to be chowned.  Such a directory's
8300         initial file permissions should permit the owner only and this
8301         should not be changed until after the chown, since the group and
8302         other bits would be incorrect if they granted permission before
8303         the chown.
8304
8305         Fix porting problem for iswctype reported by Georg Schwarz in:
8306         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8307         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8308         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8309         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8310         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8311
8312 2006-12-03  Jim Meyering  <jim@meyering.net>
8313
8314         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8315         p->fts_statp may not yet be defined.
8316         (fts_read): Instead, set it in the caller, once p->fts_statp is
8317         sure to be defined, and corresponds to a top-level directory.
8318         This bug made du -x fail.  Here's the coreutils test case:
8319         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8320         Reported by Mike Frysinger.
8321
8322 2006-12-01  Jim Meyering  <jim@meyering.net>
8323
8324         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8325         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8326         Reported by Simon Josefsson.
8327
8328 2006-11-30  Jim Meyering  <jim@meyering.net>
8329
8330         * m4/warning.m4: Use the all-permissive copyright notice
8331         recommended by RMS (rather than LGPL).
8332         * m4/vararrays.m4: Likewise.
8333         * m4/flexmember.m4: Likewise.
8334
8335 2006-11-29  Bruno Haible  <bruno@clisp.org>
8336
8337         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8338         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8339         using +=.
8340         Reported by Simon Josefsson <simon@josefsson.org>.
8341
8342 2006-11-28  James Youngman <jay@gnu.org>
8343
8344         * README: Advise users that they might find the bug-gnulib@gnu.org
8345         and autotools-announce@gnu.org mailing lists useful.
8346
8347 2006-11-28  Bruno Haible  <bruno@clisp.org>
8348
8349         * m4/ptrdiff_max.m4: Remove file.
8350
8351 2006-11-21  Bruno Haible  <bruno@clisp.org>
8352
8353         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8354         _AC_COMPUTE_INT.
8355         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8356         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8357         _AC_COMPUTE_INT.
8358         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8359         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8360         _AC_COMPUTE_INT.
8361         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8362
8363 2006-11-28  Jim Meyering  <jim@meyering.net>
8364
8365         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8366         warning from "gcc -Wshadow" about shadowing the builtin.
8367
8368 2006-11-27  Bruno Haible  <bruno@clisp.org>
8369
8370         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8371         _AC_COMPUTE_INT.
8372         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8373
8374 2006-11-27  Bruno Haible  <bruno@clisp.org>
8375             Paul Eggert  <eggert@cs.ucla.edu>
8376
8377         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8378
8379 2006-11-26  Bruno Haible  <bruno@clisp.org>
8380
8381         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8382         noinst_LTLIBRARIES.
8383
8384 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8385             Bruno Haible  <bruno@clisp.org>
8386
8387         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8388         if compiling with "gcc -ansi".
8389
8390 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8391
8392         Fix some incompatibilities with gcc -ansi -pedantic.
8393         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8394         if compiling pedantically with GCC, unless it's C99 or later.
8395         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8396         it mishandles gcc -ansi -pedantic as well.
8397         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8398         if gcc -pedantic.
8399         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8400         initializers for struct if -pedantic, unless it's C99 or later.
8401
8402 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8403
8404         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8405         Don't close an fd more than once. Identical atimes indicate
8406         success, not failure.
8407
8408 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8409
8410         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8411
8412 2006-11-23  Jim Meyering  <jim@meyering.net>
8413
8414         * build-aux/announce-gen: New file.  From coreutils.
8415
8416 2006-11-22  Jim Meyering  <jim@meyering.net>
8417
8418         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8419         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8420         (fts_read): Use a temporary to narrow the overused st_size member
8421         before using it in a switch statement.  Reported by Matthew Woehlke.
8422
8423         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8424         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8425
8426 2006-11-20  Bruno Haible  <bruno@clisp.org>
8427
8428         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8429         changequote instead of pairs of brackets.
8430         Reported by Andreas Schwab <schwab@suse.de>.
8431
8432 2006-11-21  Jim Meyering  <jim@meyering.net>
8433
8434         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8435         so as to remain compatible with older compilers.
8436         Patch from Michael Deutschmann.
8437
8438 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8439
8440         * MODULES.html.sh (File system functions): Add openat.
8441
8442         * lib/openat.h (rpl_fstatat): New macro, if
8443         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8444         (fstatat): Define to rpl_fstatat under the same conditions,
8445         unless COMPILING_FSTATAT.
8446         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8447         seems to have the bug.
8448         * lib/fstatat.c: New file.
8449         * modules/openat (Files): Add it.
8450
8451 2006-11-20  Bruno Haible  <bruno@clisp.org>
8452
8453         * Makefile: New file.
8454
8455 2006-11-20  Jim Meyering  <jim@meyering.net>
8456
8457         The beginnings of syntax-related checks for gnulib.
8458         * lib/Makefile: New file.
8459         * lib/t-idcache: New script.  Ensure that the two halves of
8460         idcache.c stay in sync.
8461
8462         * lib/idcache.c: Adjust comments in user- and group- portions to
8463         be more accurate, and to be consistent with one another.
8464
8465 2006-11-20  Jim Meyering  <jim@meyering.net>
8466
8467         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8468         continue using the flexible array member (thus, this module performs
8469         half as many malloc calls), with the addition that...
8470         (getgroup, getuser): Consistently record a non-match via an empty
8471         "name" string, and map an empty string match to a NULL return value.
8472         * modules/idcache (Depends-on): Re-add flexmember.
8473
8474         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8475         (getuidbyname, getgroup, getgidbyname): Likewise.
8476
8477         Use cleaner syntax: NULL rather than 0.
8478         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8479
8480 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8481
8482         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8483         It mishandled the case where the group was missing.
8484         Problem reported by Greg Schafer.
8485         * modules/idcache: Likewise.
8486
8487 2006-11-18  Jim Meyering  <jim@meyering.net>
8488
8489         * check-module (%exempt_header): Add exception for some
8490         conditionally-included headers.
8491
8492         * modules/i-ring (Depends-on): Add verify.
8493         (License): Change to LGPL.
8494
8495 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8496
8497         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8498         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8499         and inttostr.h.  Use snprintf rather than uinttostr, so that
8500         LGPLed code doesn't depend on GPLed.
8501
8502 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8503
8504         * modules/inline (License): Change from GPL to LGPL.
8505
8506 2006-11-17  Jim Meyering  <jim@meyering.net>
8507
8508         * modules/d-type (License): Switch to LGPL.
8509
8510 2006-11-15  Bruno Haible  <bruno@clisp.org>
8511
8512         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8513
8514 2006-11-15  Eric Blake  <ebb9@byu.net>
8515
8516         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8517         the module dependency.
8518
8519 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8520             Bruno Haible  <bruno@clisp.org>
8521
8522         * gnulib-tool (func_create_testdir): Add license consistency check.
8523
8524 2006-11-15  Eric Blake  <ebb9@byu.net>
8525
8526         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8527         random "(cached)" in configure output.
8528
8529 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8530
8531         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8532         test for conforming inttypes.h is both announced and cached.
8533
8534         * MODULES.html.sh (seen_modules, seen_files): New variables.
8535         (func_module): Rewrite to use a few less gnulib-tool and sed
8536         invocations.  Avoid a couple of quadratic algorithms for ...
8537         (missed_modules, missed_files): ... these, with ...
8538         (func_append, func_tmpdir): ... these new functions, from
8539         gnulib-tool.  Analogously, install traps for cleanup.
8540
8541         * tests/test-gc.c (main): Remove unused variables.
8542         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8543
8544 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8545
8546         * modules/inttostr (License): Change to LGPL.
8547
8548 2006-11-14  Eric Blake  <ebb9@byu.net>
8549
8550         * modules/tempname (License): Change to LGPL.
8551
8552 2006-11-14  Eric Blake  <ebb9@byu.net>
8553
8554         * doc/functions.texi (Function Portability): *printf functions on
8555         Cygwin now understand all POSIX size specifiers.
8556
8557 2006-11-14  Bruno Haible  <bruno@clisp.org>
8558
8559         * modules/c-ctype (License): Change to LGPL.
8560
8561 2006-11-12  Bruno Haible  <bruno@clisp.org>
8562
8563         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8564         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8565         for GNOME libraries, for which the include files are installed in
8566         subdirectories of $prefix/include.
8567
8568 2006-11-12  Bruno Haible  <bruno@clisp.org>
8569
8570         * m4/lib-link.m4: Require at least autoconf-2.54.
8571         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8572         name to underscores for the --with option.
8573
8574 2006-11-13  Bruno Haible  <bruno@clisp.org>
8575
8576         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8577         the tests directory.
8578         Reported by Ralf Wildenhues.
8579
8580 2006-11-13  Bruno Haible  <bruno@clisp.org>
8581
8582         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8583         (func_emit_initmacro_end): Undo the override here.
8584         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8585         Works around the famous automake error in coreutils.
8586
8587 2006-11-13  Eric Blake  <ebb9@byu.net>
8588
8589         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8590         element, not its node.
8591
8592 2006-11-12  Bruno Haible  <bruno@clisp.org>
8593
8594         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8595         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8596
8597 2006-11-12  Bruno Haible  <bruno@clisp.org>
8598
8599         * gnulib-tool: New option --local-symlink.
8600         (func_usage): Document it.
8601         (lsymbolic): New variable.
8602         (func_import, func_create_testdir): If --symlink was not specified,
8603         test whether --local-symlink was specified and the file comes from
8604         the local_gnulib_dir.
8605
8606 2006-11-12  Bruno Haible  <bruno@clisp.org>
8607
8608         * gnulib-tool (func_ln): New function.
8609         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8610
8611 2006-11-12  Bruno Haible  <bruno@clisp.org>
8612
8613         Finish support for source files in subdirectories.
8614         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8615         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8616         AUTOMAKE_OPTIONS.
8617         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8618
8619 2006-11-12  Bruno Haible  <bruno@clisp.org>
8620
8621         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8622         EXTRA_lib_SOURCES augmentation.
8623         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8624
8625 2006-11-12  Jim Meyering  <jim@meyering.net>
8626
8627         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8628         file descriptors.  This also averts a failure on systems with
8629         native openat support when a traversed directory lacks "x" access.
8630         * lib/fts_.h: Include "i-ring.h"
8631         (struct FTS) [fts_fd_ring]: New member.
8632         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8633         (FCHDIR): Add parentheses.
8634         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8635         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8636         When descending, rather than simply closing the previous
8637         fts_cwd_fd value, push that file descriptor onto the ring.
8638         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8639         (fts_open): Initialize the new fd_ring member.
8640         (fts_close): Clear the ring.
8641         (fts_safe_changedir): When possible, use our new fd_ring to skip
8642         the diropen and fstat and dev/ino comparison that would normally
8643         accompany a virtual `chdir ("..")'.
8644
8645         * modules/fts (Depends-on): Add i-ring.
8646         * modules/i-ring: New module.
8647         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8648         * m4/i-ring.m4: New file.
8649
8650 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8651
8652         * gnulib-tool (func_create_testdir): Fix replacement of
8653         `build-aux' in configure.ac.  Run autotools in gltests
8654         subdirectory.
8655         (func_create_testdir, func_create_megatestdir, test): There is
8656         no need for '--force' in most autotool invocations in a new
8657         tree.  Actually fail the whole test if any of the tools, or the
8658         configure or make stages fail.
8659
8660         Sync from Automake.
8661         * build-aux/gnupload: Revert last change.  Add pointer to upload
8662         instructions of the GNU Maintenance Instructions.
8663         Suggestion by Karl Berry.
8664
8665 2006-11-10  Jim Meyering  <jim@meyering.net>
8666
8667         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8668
8669 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8670
8671         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8672         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8673         (bind_textdomain_codeset) [! ENABLE_NLS]:
8674         Evaluate all the arguments.  That way, callers get compatible behavior
8675         if the arguments have side effects.  Also, it avoids some GCC
8676         diagnostics in some cases; Joel E. Denny reported problems when Bison
8677         was configured with --enable-gcc-warnigs.
8678
8679 2006-11-10  Jim Meyering  <jim@meyering.net>
8680
8681         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8682         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8683         account.
8684
8685 2006-11-10  Jim Meyering  <jim@meyering.net>
8686
8687         * modules/inline: New file/module.
8688         * modules/xalloc (Files): Remove m4/inline.m4.
8689         (Depends-on): Add inline, instead.
8690         * modules/oset: Likewise.
8691         * modules/list: Likewise.
8692
8693 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8694
8695         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8696         Problem reported by Matthew Woehlke.
8697
8698 2006-11-09  Bruno Haible  <bruno@clisp.org>
8699
8700         * lib/tempname.c (gen_tempname): Remove variant that invokes
8701         __gen_tempname.
8702         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8703         __gen_tempname.
8704
8705 2006-11-08  Bruno Haible  <bruno@clisp.org>
8706
8707         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8708         to 'yes' instead of 'cross-compiling'.
8709
8710 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8711
8712         * lib/quotearg.h (quotearg_free): New decl.
8713         * lib/quotearg.c (quotearg_free): New function.
8714         (slot0, nslots, slotvec0, slotvec):
8715         Now file-scope so that quotearg_free can get at them.
8716
8717 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8718
8719         Sync from Automake.
8720         * build-aux/gnupload: Add missing 'gnu' to example URL.
8721         Report by Karl Berry.
8722
8723 2006-11-08  Bruno Haible  <bruno@clisp.org>
8724
8725         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8726         Suggested by Paul Eggert.
8727
8728 2006-11-08  Jim Meyering  <jim@meyering.net>
8729
8730         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8731         It's already included if !_LIBC.
8732         (fts_safe_changedir): Add a comment.
8733
8734 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8735
8736         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8737         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8738         Matthew Woehlke.
8739
8740         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8741         definitions up, to avoid colliding with change below.
8742         (static_inline) [HAVE_INLINE]: New macro.
8743         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8744         Provide extern decls when !HAVE_INLINE.  Do not define unless
8745         static_inline is defined, either by us or by xmalloc.c.  Use
8746         static_inline rather than static inline.
8747         (XCALLOC): Optimize sizeof(T) = 1 case.
8748         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8749
8750 2006-11-07  Bruno Haible  <bruno@clisp.org>
8751
8752         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8753         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8754         AC_C_INLINE.
8755         * modules/xalloc (Files): Add m4/inline.m4.
8756
8757 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8758
8759         * README: Fix typo.
8760         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8761         (Miscellanous Notes): ...from this.
8762
8763 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8764
8765         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8766         Mention that offsetof should be used instead of sizeof.
8767         From Bruno Haible.
8768
8769 2006-11-07  Bruno Haible  <bruno@clisp.org>
8770
8771         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8772
8773 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8774
8775         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8776         * lib/gl_anyavltree_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):
8779         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8780         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8781         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8782         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8783         (gl_linked_add_after, gl_linked_add_at): Likewise.
8784         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8785         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8786         (gl_tree_add_before, gl_tree_add_after): Likewise.
8787         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8788         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8789         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8790
8791 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8792
8793         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8794
8795 2006-11-06  Bruno Haible  <bruno@clisp.org>
8796
8797         * m4/inline.m4: New file.
8798         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8799         * modules/list (Files): Add m4/inline.m4.
8800         * modules/oset (Files): Likewise.
8801
8802 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8803
8804         * lib/idcache.c: Include <stddef.h>, for offsetof.
8805         (struct userid.name): Change from char * to a flexible array member.
8806         All uses changed.
8807         * modules/idcache (Depends-on): Add flexmember.
8808
8809         * MODULES.html.sh (Core language properties): New module flexmember.
8810         * modules/flexmember, m4/flexmember.m4: New files.
8811
8812         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8813         inline functions that are identical with the old xnmalloc_inline,
8814         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8815         that we can avoid some unnecessary integer multiplications and
8816         divisions in the common case where the element size is known at
8817         compile time.
8818         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8819         needed.
8820         (xnboundedmalloc): Remove.
8821         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8822         arguments, for consistency with rest of this header.
8823         (xcharalloc): Rewrite using XNMALLOC.
8824         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8825         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8826         versions have been moved to lib/xalloc.h and renamed to be the
8827         non-*_inline versions.
8828         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8829         and xnrealloc functions, since those functions are now inline and
8830         now call us.
8831         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8832         renaming described above.
8833         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8834         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8835         captures the dependency in AC_C_INLINE.
8836
8837         New module canonicalize-lgpl, proposed by Charles Wilson in
8838         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8839         with a few small changes afterwards.
8840         * MODULES.html.sh (File system functions): New module
8841         canonicalize-lgpl.
8842         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8843         and canonicalize_file_name.
8844         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8845         * modules/canonicalize-lgpl: New files.
8846
8847 2006-11-05  Bruno Haible  <bruno@clisp.org>
8848
8849         * gnulib-tool (func_import, func_create_testdir): Create directories
8850         also for files in subdirectories of lib/.
8851
8852 2006-11-05  Bruno Haible  <bruno@clisp.org>
8853
8854         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8855         ANSI C compliant.
8856
8857 2006-11-03  Bruno Haible  <bruno@clisp.org>
8858
8859         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8860         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8861         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8862         (xnboundedmalloc): New inline function.
8863         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8864         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8865         xmalloc.
8866         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8867         xmalloc.
8868         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8869         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8870         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8871         xmalloc.
8872         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8873         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8874         xmalloc.
8875         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8876         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8877         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8878         xmalloc.
8879         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8880         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8881         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8882         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8883         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8884         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8885         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8886
8887 2006-11-03  Bruno Haible  <bruno@clisp.org>
8888
8889         * lib/c-ctype.h [C++]: Define functions without name mangling.
8890         * lib/fwriteerror.h [C++]: Likewise.
8891         * lib/gcd.h [C++]: Likewise.
8892         * lib/linebreak.h [C++]: Likewise.
8893
8894 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8895
8896         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8897         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8898         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8899         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8900         Check for functions and headers just once.
8901         Check for declaration of canonicalize_file_name.
8902         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8903
8904 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8905
8906         * gnulib-tool (func_import): Fix typo in actioncmd.
8907
8908 2006-11-02  Bruno Haible  <bruno@clisp.org>
8909
8910         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8911         newline sequence in the Makefile.am snippet as a space, like "make"
8912         does.
8913         Reported by Roger Persson <perrog@gmail.com>.
8914
8915 2006-11-01  Bruno Haible  <bruno@clisp.org>
8916
8917         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8918         already declared in <string.h>.
8919         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8920
8921 2006-11-01  Bruno Haible  <bruno@clisp.org>
8922
8923         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8924         * lib/strcase.h: Include <string.h>.
8925         (strcasecmp): Define to rpl_strcasecmp here.
8926
8927 2006-11-01  Bruno Haible  <bruno@clisp.org>
8928
8929         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8930
8931 2006-11-01  Eric Blake  <ebb9@byu.net>
8932
8933         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8934
8935         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8936
8937 2006-10-29  Bruno Haible  <bruno@clisp.org>
8938
8939         Make it compile in C++ mode.
8940         * lib/full-write.c (full_rw): Add a cast.
8941
8942 2006-11-01  Bruno Haible  <bruno@clisp.org>
8943
8944         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8945         be POSIX compliant.
8946         Reported by Roger Persson <perrog@gmail.com>.
8947
8948 2006-11-01  Eric Blake  <ebb9@byu.net>
8949
8950         * lib/getopt_.h: Fix comments.
8951
8952 2006-10-31  Eric Blake  <ebb9@byu.net>
8953
8954         * modules/tmpdir (Depends-on): Add sys_stat.
8955         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8956         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8957         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8958         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8959         tempname.
8960
8961 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8962
8963         Avoid some C++ diagnostics reported by Bruno Haible.
8964         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8965         xmalloc.
8966         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8967         (struct slotvec): Move to top level.
8968         (quotearg_n_options): Rewrite to avoid xmalloc.
8969         * lib/xalloc.h (xcharalloc): New function.
8970         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8971         [defined __cplusplus]: Add function template that provides result
8972         type propagation.  This part of the change is from Bruno Haible.
8973
8974 2006-10-29  Bruno Haible  <bruno@clisp.org>
8975
8976         Make it compile in C++ mode.
8977         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8978         * lib/strnlen1.c (strnlen1): Cast memchr result.
8979         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8980         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8981         (create_temp_dir): Rename local variable 'template'.
8982         (compile_csharp_using_sscli): Add cast.
8983         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8984         * lib/findprog.c (find_in_path): Likewise.
8985         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8986         * lib/wait-process.c (register_slave_subprocess): Likewise.
8987
8988 2006-10-22  Bruno Haible  <bruno@clisp.org>
8989
8990         * modules/tsearch: New file.
8991         * lib/tsearch.h: New file.
8992         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8993         * m4/tsearch.m4: New file.
8994         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8995
8996 2006-10-29  Eric Blake  <ebb9@byu.net>
8997
8998         * lib/arcfour.c: Assume config.h.
8999         * lib/arctwo.c: Likewise.
9000         * lib/base64.c: Likewise.
9001         * lib/check-version.c: Likewise.
9002         * lib/crc.c: Likewise.
9003         * lib/des.c: Likewise.
9004         * lib/gc-gnulib.c: Likewise.
9005         * lib/gc-libgcrypt.c: Likewise.
9006         * lib/gc-pbkdf2-sha1.c: Likewise.
9007         * lib/getaddrinfo.c: Likewise.
9008         * lib/getdelim.c: Likewise.
9009         * lib/getline.c: Likewise.
9010         * lib/hmac-md5.c: Likewise.
9011         * lib/hmac-sha1.c: Likewise.
9012         * lib/iconvme.c: Likewise.
9013         * lib/md2.c: Likewise.
9014         * lib/md4.c: Likewise.
9015         * lib/memxor.c: Likewise.
9016         * lib/read-file.c: Likewise.
9017         * lib/readline.c: Likewise.
9018         * lib/rijndael-alg-fst.c: Likewise.
9019         * lib/rijndael-api-fst.c: Likewise.
9020         * lib/xgetdomainname.c: Likewise.
9021
9022 2006-10-28  Eric Blake  <ebb9@byu.net>
9023
9024         * lib/xstrndup.c: Assume config.h.
9025
9026 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9027
9028         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9029         stat-macros.h is now for our own macros, whereas stat_h is for
9030         macros in the <sys/stat.h> name space.
9031         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9032         (STAT_MACROS_H): Remove.
9033         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9034         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9035         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9036         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9037         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9038         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9039         Move these macros to ...
9040         * lib/stat_.h: here.  Don't include stat-macros.h.
9041         * lib/canonicalize.c: Don't include stat-macros.h.
9042         * lib/chown.c: Likewise.
9043         * lib/euidaccess.c: Likewise.
9044         * lib/file-type.c: Likewise.
9045         * lib/filemode.c: Likewise.
9046         * lib/glob.c: Likewise.
9047         * lib/isapipe.c: Likewise.
9048         * lib/lchown.c: Likewise.
9049         * lib/lstat.c: Likewise.
9050         * lib/mkdir-p.c: Likewise.
9051         * lib/rmdir.c: Likewise.
9052         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9053         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9054         unless mkdir isn't declared, to speed up 'configure'.
9055         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9056         would define all the S_* symbols.
9057         * modules/canonicalize (Depends-on):
9058         Depend on sys_stat, not stat-macros.
9059         * modules/chown: Likewise.
9060         * modules/euidaccess: Likewise.
9061         * modules/filemode: Likewise.
9062         * modules/file-type: Likewise.
9063         * modules/glob: Likewise.
9064         * modules/isapipe: Likewise.
9065         * modules/lchown: Likewise.
9066         * modules/lstat: Likewise.
9067         * modules/mkancesdirs: Likewise.
9068         * modules/rmdir: Likewise.
9069         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9070         * modules/modechange: Likewise.
9071         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9072         (configure.ac): Remove gl_STAT_MACROS.
9073         * modules/sys_stat (Depends-on): Remove stat-macros.
9074
9075 2006-10-27  Bruno Haible  <bruno@clisp.org>
9076
9077         * m4/signed.m4: Remove file.
9078         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9079         invocation.
9080         * modules/vasnprintf (Files): Remove m4/signed.m4.
9081
9082 2006-10-27  Bruno Haible  <bruno@clisp.org>
9083
9084         Update to GNU gettext 0.16.
9085         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9086         m4/inttypes-h.m4, m4/signed.m4.
9087         * m4/gettext.m4: Update to GNU gettext 0.16.
9088         * m4/intl.m4: New file, from GNU gettext.
9089         * m4/intldir.m4: New file, from GNU gettext.
9090         * config/srclist.txt: Update
9091
9092 2006-10-27  Eric Blake  <ebb9@byu.net>
9093
9094         * MODULES.html.sh: Document tempname.
9095         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9096         dependencies.
9097         (Files): Move lib/tempname.c...
9098         * modules/tempname: ...to this new module.
9099         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9100         (gl_PREREQ_TEMPNAME): Move...
9101         * m4/tempname.m4: ...to this new file.
9102         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9103         * modules/sys_stat (Depends-on): Add stat-macros.
9104         * lib/stat_.h (includes): Pick up stat macros.
9105         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9106         if stat macros are broken.
9107         * lib/tempname.c (includes): No need to include "stat-macros.h".
9108         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9109         (direxists, __path_search) [!_LIBC]: Don't compile these in
9110         gnulib; the tmpdir module covers that.
9111         * lib/tempname.h: New file.
9112
9113 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9114
9115         * COPYING: Explain how gnulib-tool converts licence headers.
9116         Almost all wording by Eric Blake.
9117
9118 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9119
9120         * lib/mbchar.h (is_basic_table): Make read-only.
9121         * lib/mbchar.c (is_basic_table): Likewise.
9122         Reported by John Darrington.
9123
9124 2006-10-25  Bruno Haible  <bruno@clisp.org>
9125
9126         * lib/progname.h (set_program_name): Undefine before defining.
9127
9128 2006-10-25  Bruno Haible  <bruno@clisp.org>
9129
9130         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9131         false for non-gcc C++ compilers.
9132         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9133
9134 2006-10-24  Bruno Haible  <bruno@clisp.org>
9135
9136         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9137         iconv implementations like Irix iconv.
9138
9139 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9140
9141         * modules/vararrays: New file.
9142         * m4/vararrays.m4: New file, taken from diffutils.
9143         * MODULES.html.sh: New module vararrays.
9144
9145 2006-10-24  Karl Berry  <karl@gnu.org>
9146
9147         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9148         Don't call GNU Unix.
9149
9150 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9151
9152         * users.txt: Add Libtool.
9153
9154         Sync from Libtool:
9155
9156         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9157
9158         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9159         to gnulib's policy of including config.h unconditionally.
9160
9161 2006-10-24  Bruno Haible  <bruno@clisp.org>
9162
9163         * modules/wcwidth (Files): Add m4/wint_t.m4.
9164         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9165         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9166
9167 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9168
9169         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9170         to pacify GCC with some -W flags enabled.  Problem reported by
9171         Bruno Haible.
9172
9173 2006-10-24  Jim Meyering  <jim@meyering.net>
9174
9175         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9176         Reported by Karl Berry.
9177
9178 2006-10-23  Bruno Haible  <bruno@clisp.org>
9179
9180         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9181
9182 2006-10-24  Bruno Haible  <bruno@clisp.org>
9183
9184         * lib/gl_list.h: Use C comment style, not C++ comment style.
9185
9186 2006-10-23  Eric Blake  <ebb9@byu.net>
9187
9188         * lib/getaddrinfo.c (includes): Add missing include.
9189
9190 2006-10-23  Bruno Haible  <bruno@clisp.org>
9191             Paul Eggert  <eggert@cs.ucla.edu>
9192
9193         Ability to rename obstack_free.
9194         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9195         obstack_free.
9196         (obstack_free): Invoke the __obstack_free macro.
9197         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9198
9199 2006-10-23  Bruno Haible  <bruno@clisp.org>
9200             Paul Eggert  <eggert@cs.ucla.edu>
9201
9202         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9203         __argc, __argv from the declaration. (They are defined as macros on
9204         mingw.)
9205
9206 2006-10-22  Bruno Haible  <bruno@clisp.org>
9207
9208         * doc/gnulib-intro.texi: New file.
9209         * doc/gnulib.texi: Include it.
9210
9211 2006-10-21  Bruno Haible  <bruno@clisp.org>
9212
9213         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9214         "Introduction", "Miscellanous Notes", "Particular Modules".
9215
9216 2006-10-21  Bruno Haible  <bruno@clisp.org>
9217
9218         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9219         Change mostlyclean-local rule to avoid sh syntax error from bash
9220         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9221
9222 2006-10-23  Jim Meyering  <jim@meyering.net>
9223
9224         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9225         in place of snprintf.
9226
9227         * modules/inttostr (Files): Add lib/uinttostr.c.
9228         * lib/uinttostr.c (inttostr): New file/function.
9229         * lib/inttostr.h (uinttostr): Declare.
9230         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9231         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9232         Add uinttostr.
9233         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9234
9235 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9236
9237         * lib/canonicalize.c (ELOOP): Define if not already defined.
9238         Problem reported by Bruno Haible in
9239         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9240
9241 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9242
9243         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9244         Problem reported by Perry Smith and Ville Laurikari.
9245
9246         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9247         uses.
9248
9249 2006-10-19  Bruno Haible  <bruno@clisp.org>
9250
9251         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9252         for mingw.
9253
9254 2006-10-19  Bruno Haible  <bruno@clisp.org>
9255
9256         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9257         Needed for mingw.
9258
9259 2006-10-19  Bruno Haible  <bruno@clisp.org>
9260
9261         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9262
9263 2006-10-19  Bruno Haible  <bruno@clisp.org>
9264
9265         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9266         it.
9267
9268 2006-10-19  Bruno Haible  <bruno@clisp.org>
9269
9270         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9271         invocation.
9272
9273 2006-10-19  Bruno Haible  <bruno@clisp.org>
9274
9275         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9276         mountlist by default.
9277
9278 2006-10-16  Bruno Haible  <bruno@clisp.org>
9279
9280         * lib/c-strstr.c: Include c-strstr.h.
9281
9282 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9283
9284         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9285         in a slash.
9286
9287 2006-10-18  Bruno Haible  <bruno@clisp.org>
9288
9289         * lib/lock.h [C++]: Wrap definitions in extern "C".
9290
9291 2006-10-18  Bruno Haible  <bruno@clisp.org>
9292
9293         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9294         gl_LIBOBJS list.
9295
9296 2006-10-18  Bruno Haible  <bruno@clisp.org>
9297
9298         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9299
9300 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9301
9302         * lib/xstrtol.h: Include gettext.h.
9303         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9304         Problem reported by Eric Blake.
9305         * modules/xstrtol (Depends-on): Add gettext-h.
9306
9307 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9308
9309         * lib/strftime.c (advance): New macro.
9310         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9311         incomplete type, so you can't add 0 to it.  Problem and patch
9312         reported by Eelco Dolstra for dietlibc.
9313
9314 2006-10-18  Jim Meyering  <jim@meyering.net>
9315
9316         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9317         type for a local, and rename it: s/up/user_proc/.
9318
9319 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9320
9321         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9322         READ_UTMP_USER_PROCESS.
9323         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9324
9325 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9326
9327         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9328         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9329
9330 2006-10-17  Eric Blake  <ebb9@byu.net>
9331
9332         * lib/sigprocmask.c (sigprocmask): Fix typo.
9333
9334         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9335
9336         * modules/clean-temp (Makefile.am): Don't add to make output...
9337         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9338         config.h.
9339
9340 2006-10-17  Bruno Haible  <bruno@clisp.org>
9341
9342         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9343         differently if DEFAULT_TEXT_DOMAIN is set.
9344
9345 2006-10-16  Bruno Haible  <bruno@clisp.org>
9346
9347         * lib/clean-temp.c: Include fwriteerror.h.
9348
9349 2006-10-16  Bruno Haible  <bruno@clisp.org>
9350
9351         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9352
9353 2006-10-16  Bruno Haible  <bruno@clisp.org>
9354
9355         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9356         * lib/sigprocmask.h: Include <sys/types.h>.
9357         (sigset_t): Use the system's definition if present.
9358
9359 2006-10-17  Eric Blake  <ebb9@byu.net>
9360
9361         * lib/xvasprintf.c (includes): Assume config.h.
9362         * lib/xasprintf.c (includes): Likewise.
9363
9364 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9365
9366         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9367         at least as wide as intmax_t.
9368
9369 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9370
9371         (Imported from Automake.)
9372         * build-aux/gnupload: Update to version 1.1 of directive file.
9373
9374 2006-10-16  Eric Blake  <ebb9@byu.net>
9375
9376         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9377         match Automake 1.10a.
9378
9379 2006-10-14  Bruno Haible  <bruno@clisp.org>
9380
9381         * modules/sigprocmask: New file.
9382         * lib/sigprocmask.h: New file.
9383         * lib/sigprocmask.c: New file.
9384         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9385         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9386         request sigprocmask.o.
9387         (gl_PREREQ_SIGPROCMASK): New macro.
9388         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9389         (Depends-on): Add sigprocmask.
9390         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9391         gt_SIGNALBLOCKING. Test for 'raise' only once.
9392         * lib/fatal-signal.c: Include sigprocmask.h.
9393         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9394         unblock_fatal_signals): Define always.
9395         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9396         sigprocmask.
9397
9398 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9399
9400         Sync from Automake.
9401         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9402         which incorrectly sets the mode of an existing destination
9403         directory.  In some cases the unpatched install-sh could do the
9404         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9405         system.  We hope this is rare in practice, but it's clearly worth
9406         fixing.  Problem reported by Alex Unleashed in
9407         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9408         Also, don't bother to check for -m bugs unless we're using -m;
9409         suggested by Stepan Kasal.
9410
9411 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9412
9413         Sync from Automake.
9414         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9415         `-c' flag, so they appear at the same position as in %FASTDEP%
9416         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9417         which ignores unknown options only after the first non-option.
9418         Bug report against M4 by Nelson H. F. Beebe.
9419
9420 2006-10-13  Jim Meyering  <jim@meyering.net>
9421
9422         Fix a bug in yesterday's change.
9423         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9424         p->fts_statp->st_dev would be used uninitialized.
9425         Ensures that we always call fts_stat on the very first entry.
9426         Miklos Szeredi reported that find -xdev stopped working.
9427
9428 2006-10-12  Bruno Haible  <bruno@clisp.org>
9429
9430         * gnulib-tool (func_get_automake_snippet): Append an automatically
9431         computed EXTRA_DIST augmentation.
9432         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9433         * modules/alloca-opt (Makefile.am): Likewise.
9434         * modules/allocsa (Makefile.am): Likewise.
9435         * modules/arcfour (Makefile.am): Likewise.
9436         * modules/arctwo (Makefile.am): Likewise.
9437         * modules/argmatch (Makefile.am): Likewise.
9438         * modules/argz (Makefile.am): Likewise.
9439         * modules/atexit (Makefile.am): Likewise.
9440         * modules/backupfile (Makefile.am): Likewise.
9441         * modules/byteswap (Makefile.am): Likewise.
9442         * modules/c-strtod (Makefile.am): Likewise.
9443         * modules/c-strtold (Makefile.am): Likewise.
9444         * modules/calloc (Makefile.am): Likewise.
9445         * modules/canon-host (Makefile.am): Likewise.
9446         * modules/canonicalize (Makefile.am): Likewise.
9447         * modules/chdir-long (Makefile.am): Likewise.
9448         * modules/chdir-safer (Makefile.am): Likewise.
9449         * modules/check-version (Makefile.am): Likewise.
9450         * modules/chown (Makefile.am): Likewise.
9451         * modules/cloexec (Makefile.am): Likewise.
9452         * modules/close-stream (Makefile.am): Likewise.
9453         * modules/closeout (Makefile.am): Likewise.
9454         * modules/crc (Makefile.am): Likewise.
9455         * modules/csharpexec (Makefile.am): Likewise.
9456         * modules/cycle-check (Makefile.am): Likewise.
9457         * modules/des (Makefile.am): Likewise.
9458         * modules/dev-ino (Makefile.am): Likewise.
9459         * modules/dirfd (Makefile.am): Likewise.
9460         * modules/dirname (Makefile.am): Likewise.
9461         * modules/dup2 (Makefile.am): Likewise.
9462         * modules/eealloc (Makefile.am): Likewise.
9463         * modules/error (Makefile.am): Likewise.
9464         * modules/euidaccess (Makefile.am): Likewise.
9465         * modules/exclude (Makefile.am): Likewise.
9466         * modules/exitfail (Makefile.am): Likewise.
9467         * modules/fcntl-safer (Makefile.am): Likewise.
9468         * modules/fcntl (Makefile.am): Likewise.
9469         * modules/file-type (Makefile.am): Likewise.
9470         * modules/fileblocks (Makefile.am): Likewise.
9471         * modules/filemode (Makefile.am): Likewise.
9472         * modules/filenamecat (Makefile.am): Likewise.
9473         * modules/fnmatch (Makefile.am): Likewise.
9474         * modules/fopen-safer (Makefile.am): Likewise.
9475         * modules/fpending (Makefile.am): Likewise.
9476         * modules/fprintftime (Makefile.am): Likewise.
9477         * modules/free (Makefile.am): Likewise.
9478         * modules/fsusage (Makefile.am): Likewise.
9479         * modules/ftruncate (Makefile.am): Likewise.
9480         * modules/fts (Makefile.am): Likewise.
9481         * modules/gc-arcfour (Makefile.am): Likewise.
9482         * modules/gc-des (Makefile.am): Likewise.
9483         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9484         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9485         * modules/gc-md4 (Makefile.am): Likewise.
9486         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9487         * modules/gc-sha1 (Makefile.am): Likewise.
9488         * modules/gc (Makefile.am): Likewise.
9489         * modules/getaddrinfo (Makefile.am): Likewise.
9490         * modules/getcwd (Makefile.am): Likewise.
9491         * modules/getdelim (Makefile.am): Likewise.
9492         * modules/getdomainname (Makefile.am): Likewise.
9493         * modules/getgroups (Makefile.am): Likewise.
9494         * modules/gethostname (Makefile.am): Likewise.
9495         * modules/gethrxtime (Makefile.am): Likewise.
9496         * modules/getline (Makefile.am): Likewise.
9497         * modules/getloadavg (Makefile.am): Likewise.
9498         * modules/getlogin_r (Makefile.am): Likewise.
9499         * modules/getndelim2 (Makefile.am): Likewise.
9500         * modules/getopt (Makefile.am): Likewise.
9501         * modules/getpagesize (Makefile.am): Likewise.
9502         * modules/getpass-gnu (Makefile.am): Likewise.
9503         * modules/getpass (Makefile.am): Likewise.
9504         * modules/getsubopt (Makefile.am): Likewise.
9505         * modules/gettime (Makefile.am): Likewise.
9506         * modules/gettimeofday (Makefile.am): Likewise.
9507         * modules/getugroups (Makefile.am): Likewise.
9508         * modules/getusershell (Makefile.am): Likewise.
9509         * modules/glob (Makefile.am): Likewise.
9510         * modules/group-member (Makefile.am): Likewise.
9511         * modules/hard-locale (Makefile.am): Likewise.
9512         * modules/hash (Makefile.am): Likewise.
9513         * modules/hmac-md5 (Makefile.am): Likewise.
9514         * modules/hmac-sha1 (Makefile.am): Likewise.
9515         * modules/human (Makefile.am): Likewise.
9516         * modules/idcache (Makefile.am): Likewise.
9517         * modules/imaxabs (Makefile.am): Likewise.
9518         * modules/imaxdiv (Makefile.am): Likewise.
9519         * modules/inet_ntop (Makefile.am): Likewise.
9520         * modules/inet_pton (Makefile.am): Likewise.
9521         * modules/intprops (Makefile.am): Likewise.
9522         * modules/inttostr (Makefile.am): Likewise.
9523         * modules/inttypes (Makefile.am): Likewise.
9524         * modules/isapipe (Makefile.am): Likewise.
9525         * modules/javaversion (Makefile.am): Likewise.
9526         * modules/lchmod (Makefile.am): Likewise.
9527         * modules/lchown (Makefile.am): Likewise.
9528         * modules/localcharset (Makefile.am): Likewise.
9529         * modules/long-options (Makefile.am): Likewise.
9530         * modules/lstat (Makefile.am): Likewise.
9531         * modules/malloc (Makefile.am): Likewise.
9532         * modules/mathl (Makefile.am): Likewise.
9533         * modules/mbchar (Makefile.am): Likewise.
9534         * modules/md2 (Makefile.am): Likewise.
9535         * modules/md4 (Makefile.am): Likewise.
9536         * modules/md5 (Makefile.am): Likewise.
9537         * modules/memcasecmp (Makefile.am): Likewise.
9538         * modules/memchr (Makefile.am): Likewise.
9539         * modules/memcmp (Makefile.am): Likewise.
9540         * modules/memcoll (Makefile.am): Likewise.
9541         * modules/memcpy (Makefile.am): Likewise.
9542         * modules/memmem (Makefile.am): Likewise.
9543         * modules/memmove (Makefile.am): Likewise.
9544         * modules/mempcpy (Makefile.am): Likewise.
9545         * modules/memrchr (Makefile.am): Likewise.
9546         * modules/memset (Makefile.am): Likewise.
9547         * modules/memxor (Makefile.am): Likewise.
9548         * modules/mkancesdirs (Makefile.am): Likewise.
9549         * modules/mkdir-p (Makefile.am): Likewise.
9550         * modules/mkdir (Makefile.am): Likewise.
9551         * modules/mkdtemp (Makefile.am): Likewise.
9552         * modules/mkstemp (Makefile.am): Likewise.
9553         * modules/mktime (Makefile.am): Likewise.
9554         * modules/modechange (Makefile.am): Likewise.
9555         * modules/mountlist (Makefile.am): Likewise.
9556         * modules/nanosleep (Makefile.am): Likewise.
9557         * modules/obstack (Makefile.am): Likewise.
9558         * modules/openat (Makefile.am): Likewise.
9559         * modules/pagealign_alloc (Makefile.am): Likewise.
9560         * modules/pathmax (Makefile.am): Likewise.
9561         * modules/physmem (Makefile.am): Likewise.
9562         * modules/poll (Makefile.am): Likewise.
9563         * modules/posixtm (Makefile.am): Likewise.
9564         * modules/posixver (Makefile.am): Likewise.
9565         * modules/putenv (Makefile.am): Likewise.
9566         * modules/quote (Makefile.am): Likewise.
9567         * modules/quotearg (Makefile.am): Likewise.
9568         * modules/raise (Makefile.am): Likewise.
9569         * modules/read-file (Makefile.am): Likewise.
9570         * modules/readline (Makefile.am): Likewise.
9571         * modules/readlink (Makefile.am): Likewise.
9572         * modules/readtokens (Makefile.am): Likewise.
9573         * modules/readutmp (Makefile.am): Likewise.
9574         * modules/realloc (Makefile.am): Likewise.
9575         * modules/regex (Makefile.am): Likewise.
9576         * modules/rename-dest-slash (Makefile.am): Likewise.
9577         * modules/rename (Makefile.am): Likewise.
9578         * modules/rijndael (Makefile.am): Likewise.
9579         * modules/rmdir (Makefile.am): Likewise.
9580         * modules/rpmatch (Makefile.am): Likewise.
9581         * modules/safe-read (Makefile.am): Likewise.
9582         * modules/safe-write (Makefile.am): Likewise.
9583         * modules/same-inode (Makefile.am): Likewise.
9584         * modules/same (Makefile.am): Likewise.
9585         * modules/save-cwd (Makefile.am): Likewise.
9586         * modules/savedir (Makefile.am): Likewise.
9587         * modules/setenv (Makefile.am): Likewise.
9588         * modules/settime (Makefile.am): Likewise.
9589         * modules/sha1 (Makefile.am): Likewise.
9590         * modules/sig2str (Makefile.am): Likewise.
9591         * modules/snprintf (Makefile.am): Likewise.
9592         * modules/stat-macros (Makefile.am): Likewise.
9593         * modules/stat-time (Makefile.am): Likewise.
9594         * modules/stdbool (Makefile.am): Likewise.
9595         * modules/stdint (Makefile.am): Likewise.
9596         * modules/stdlib-safer (Makefile.am): Likewise.
9597         * modules/stpcpy (Makefile.am): Likewise.
9598         * modules/stpncpy (Makefile.am): Likewise.
9599         * modules/strcase (Makefile.am): Likewise.
9600         * modules/strcasestr (Makefile.am): Likewise.
9601         * modules/strchrnul (Makefile.am): Likewise.
9602         * modules/strcspn (Makefile.am): Likewise.
9603         * modules/strdup (Makefile.am): Likewise.
9604         * modules/strerror (Makefile.am): Likewise.
9605         * modules/strftime (Makefile.am): Likewise.
9606         * modules/strndup (Makefile.am): Likewise.
9607         * modules/strnlen (Makefile.am): Likewise.
9608         * modules/strpbrk (Makefile.am): Likewise.
9609         * modules/strsep (Makefile.am): Likewise.
9610         * modules/strstr (Makefile.am): Likewise.
9611         * modules/strtod (Makefile.am): Likewise.
9612         * modules/strtoimax (Makefile.am): Likewise.
9613         * modules/strtok_r (Makefile.am): Likewise.
9614         * modules/strtol (Makefile.am): Likewise.
9615         * modules/strtoll (Makefile.am): Likewise.
9616         * modules/strtoul (Makefile.am): Likewise.
9617         * modules/strtoull (Makefile.am): Likewise.
9618         * modules/strtoumax (Makefile.am): Likewise.
9619         * modules/strverscmp (Makefile.am): Likewise.
9620         * modules/sys_socket (Makefile.am): Likewise.
9621         * modules/sys_stat (Makefile.am): Likewise.
9622         * modules/sysexits (Makefile.am): Likewise.
9623         * modules/time_r (Makefile.am): Likewise.
9624         * modules/timegm (Makefile.am): Likewise.
9625         * modules/timespec (Makefile.am): Likewise.
9626         * modules/tmpfile-safer (Makefile.am): Likewise.
9627         * modules/trim (Makefile.am): Likewise.
9628         * modules/unistd-safer (Makefile.am): Likewise.
9629         * modules/unlinkdir (Makefile.am): Likewise.
9630         * modules/unlocked-io (Makefile.am): Likewise.
9631         * modules/userspec (Makefile.am): Likewise.
9632         * modules/utime (Makefile.am): Likewise.
9633         * modules/utimecmp (Makefile.am): Likewise.
9634         * modules/utimens (Makefile.am): Likewise.
9635         * modules/vasnprintf (Makefile.am): Likewise.
9636         * modules/vasprintf (Makefile.am): Likewise.
9637         * modules/vsnprintf (Makefile.am): Likewise.
9638         * modules/xalloc (Makefile.am): Likewise.
9639         * modules/xgetcwd (Makefile.am): Likewise.
9640         * modules/xnanosleep (Makefile.am): Likewise.
9641         * modules/xreadlink (Makefile.am): Likewise.
9642         * modules/xstrtod (Makefile.am): Likewise.
9643         * modules/xstrtol (Makefile.am): Likewise.
9644         * modules/xstrtold (Makefile.am): Likewise.
9645         * modules/yesno (Makefile.am): Likewise.
9646         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9647
9648 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9649
9650         * modules/error (Makefile.am): Distribute files through
9651         EXTRA_DIST, not lib_SOURCES.
9652
9653 2006-10-12  Eric Blake  <ebb9@byu.net>
9654
9655         * modules/error (Makefile.am): Distribute files in /lib.
9656         * modules/obstack (Makefile.am): Likewise.
9657
9658 2006-10-12  Bruno Haible  <bruno@clisp.org>
9659
9660         * modules/acl (Makefile.am): Distribute all files in lib/ through
9661         EXTRA_DIST.
9662         * modules/arcfour (Makefile.am): Likewise.
9663         * modules/arctwo (Makefile.am): Likewise.
9664         * modules/argmatch (Makefile.am): Likewise.
9665         * modules/argz (Makefile.am): Likewise.
9666         * modules/atexit (Makefile.am): Likewise.
9667         * modules/backupfile (Makefile.am): Likewise.
9668         * modules/c-strtod (Makefile.am): Likewise.
9669         * modules/c-strtold (Makefile.am): Likewise.
9670         * modules/calloc (Makefile.am): Likewise.
9671         * modules/canon-host (Makefile.am): Likewise.
9672         * modules/canonicalize (Makefile.am): Likewise.
9673         * modules/chdir-long (Makefile.am): Likewise.
9674         * modules/chdir-safer (Makefile.am): Likewise.
9675         * modules/check-version (Makefile.am): Likewise.
9676         * modules/chown (Makefile.am): Likewise.
9677         * modules/cloexec (Makefile.am): Likewise.
9678         * modules/close-stream (Makefile.am): Likewise.
9679         * modules/closeout (Makefile.am): Likewise.
9680         * modules/crc (Makefile.am): Likewise.
9681         * modules/cycle-check (Makefile.am): Likewise.
9682         * modules/des (Makefile.am): Likewise.
9683         * modules/dirfd (Makefile.am): Likewise.
9684         * modules/dirname (Makefile.am): Likewise.
9685         * modules/dup2 (Makefile.am): Likewise.
9686         * modules/euidaccess (Makefile.am): Likewise.
9687         * modules/exclude (Makefile.am): Likewise.
9688         * modules/exitfail (Makefile.am): Likewise.
9689         * modules/fcntl-safer (Makefile.am): Likewise.
9690         * modules/file-type (Makefile.am): Likewise.
9691         * modules/fileblocks (Makefile.am): Likewise.
9692         * modules/filemode (Makefile.am): Likewise.
9693         * modules/filenamecat (Makefile.am): Likewise.
9694         * modules/fnmatch (Makefile.am): Likewise.
9695         * modules/fopen-safer (Makefile.am): Likewise.
9696         * modules/fpending (Makefile.am): Likewise.
9697         * modules/fprintftime (Makefile.am): Likewise.
9698         * modules/free (Makefile.am): Likewise.
9699         * modules/fsusage (Makefile.am): Likewise.
9700         * modules/ftruncate (Makefile.am): Likewise.
9701         * modules/fts (Makefile.am): Likewise.
9702         * modules/gc (Makefile.am): Likewise.
9703         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9704         * modules/getaddrinfo (Makefile.am): Likewise.
9705         * modules/getcwd (Makefile.am): Likewise.
9706         * modules/getdelim (Makefile.am): Likewise.
9707         * modules/getdomainname (Makefile.am): Likewise.
9708         * modules/getgroups (Makefile.am): Likewise.
9709         * modules/gethostname (Makefile.am): Likewise.
9710         * modules/gethrxtime (Makefile.am): Likewise.
9711         * modules/getline (Makefile.am): Likewise.
9712         * modules/getloadavg (Makefile.am): Likewise.
9713         * modules/getlogin_r (Makefile.am): Likewise.
9714         * modules/getopt (Makefile.am): Likewise.
9715         * modules/getpass (Makefile.am): Likewise.
9716         * modules/getpass-gnu (Makefile.am): Likewise.
9717         * modules/getsubopt (Makefile.am): Likewise.
9718         * modules/gettime (Makefile.am): Likewise.
9719         * modules/gettimeofday (Makefile.am): Likewise.
9720         * modules/getugroups (Makefile.am): Likewise.
9721         * modules/getusershell (Makefile.am): Likewise.
9722         * modules/glob (Makefile.am): Likewise.
9723         * modules/group-member (Makefile.am): Likewise.
9724         * modules/hard-locale (Makefile.am): Likewise.
9725         * modules/hash (Makefile.am): Likewise.
9726         * modules/hmac-md5 (Makefile.am): Likewise.
9727         * modules/hmac-sha1 (Makefile.am): Likewise.
9728         * modules/human (Makefile.am): Likewise.
9729         * modules/idcache (Makefile.am): Likewise.
9730         * modules/imaxabs (Makefile.am): Likewise.
9731         * modules/imaxdiv (Makefile.am): Likewise.
9732         * modules/inet_ntop (Makefile.am): Likewise.
9733         * modules/inet_pton (Makefile.am): Likewise.
9734         * modules/inttostr (Makefile.am): Likewise.
9735         * modules/isapipe (Makefile.am): Likewise.
9736         * modules/lchown (Makefile.am): Likewise.
9737         * modules/long-options (Makefile.am): Likewise.
9738         * modules/lstat (Makefile.am): Likewise.
9739         * modules/malloc (Makefile.am): Likewise.
9740         * modules/mathl (Makefile.am): Likewise.
9741         * modules/mbchar (Makefile.am): Likewise.
9742         * modules/md2 (Makefile.am): Likewise.
9743         * modules/md4 (Makefile.am): Likewise.
9744         * modules/md5 (Makefile.am): Likewise.
9745         * modules/memcasecmp (Makefile.am): Likewise.
9746         * modules/memchr (Makefile.am): Likewise.
9747         * modules/memcmp (Makefile.am): Likewise.
9748         * modules/memcoll (Makefile.am): Likewise.
9749         * modules/memcpy (Makefile.am): Likewise.
9750         * modules/memmem (Makefile.am): Likewise.
9751         * modules/memmove (Makefile.am): Likewise.
9752         * modules/mempcpy (Makefile.am): Likewise.
9753         * modules/memrchr (Makefile.am): Likewise.
9754         * modules/memset (Makefile.am): Likewise.
9755         * modules/memxor (Makefile.am): Likewise.
9756         * modules/mkancesdirs (Makefile.am): Likewise.
9757         * modules/mkdir (Makefile.am): Likewise.
9758         * modules/mkdir-p (Makefile.am): Likewise.
9759         * modules/mkdtemp (Makefile.am): Likewise.
9760         * modules/mkstemp (Makefile.am): Likewise.
9761         * modules/mktime (Makefile.am): Likewise.
9762         * modules/modechange (Makefile.am): Likewise.
9763         * modules/mountlist (Makefile.am): Likewise.
9764         * modules/nanosleep (Makefile.am): Likewise.
9765         * modules/openat (Makefile.am): Likewise.
9766         * modules/pagealign_alloc (Makefile.am): Likewise.
9767         * modules/physmem (Makefile.am): Likewise.
9768         * modules/poll (Makefile.am): Likewise.
9769         * modules/posixtm (Makefile.am): Likewise.
9770         * modules/posixver (Makefile.am): Likewise.
9771         * modules/putenv (Makefile.am): Likewise.
9772         * modules/quote (Makefile.am): Likewise.
9773         * modules/quotearg (Makefile.am): Likewise.
9774         * modules/raise (Makefile.am): Likewise.
9775         * modules/read-file (Makefile.am): Likewise.
9776         * modules/readline (Makefile.am): Likewise.
9777         * modules/readlink (Makefile.am): Likewise.
9778         * modules/readtokens (Makefile.am): Likewise.
9779         * modules/readutmp (Makefile.am): Likewise.
9780         * modules/realloc (Makefile.am): Likewise.
9781         * modules/regex (Makefile.am): Likewise.
9782         * modules/rename (Makefile.am): Likewise.
9783         * modules/rename-dest-slash (Makefile.am): Likewise.
9784         * modules/rijndael (Makefile.am): Likewise.
9785         * modules/rmdir (Makefile.am): Likewise.
9786         * modules/rpmatch (Makefile.am): Likewise.
9787         * modules/safe-read (Makefile.am): Likewise.
9788         * modules/safe-write (Makefile.am): Likewise.
9789         * modules/same (Makefile.am): Likewise.
9790         * modules/save-cwd (Makefile.am): Likewise.
9791         * modules/savedir (Makefile.am): Likewise.
9792         * modules/setenv (Makefile.am): Likewise.
9793         * modules/settime (Makefile.am): Likewise.
9794         * modules/sha1 (Makefile.am): Likewise.
9795         * modules/sig2str (Makefile.am): Likewise.
9796         * modules/snprintf (Makefile.am): Likewise.
9797         * modules/stdlib-safer (Makefile.am): Likewise.
9798         * modules/stpcpy (Makefile.am): Likewise.
9799         * modules/stpncpy (Makefile.am): Likewise.
9800         * modules/strcase (Makefile.am): Likewise.
9801         * modules/strcasestr (Makefile.am): Likewise.
9802         * modules/strchrnul (Makefile.am): Likewise.
9803         * modules/strcspn (Makefile.am): Likewise.
9804         * modules/strdup (Makefile.am): Likewise.
9805         * modules/strerror (Makefile.am): Likewise.
9806         * modules/strftime (Makefile.am): Likewise.
9807         * modules/strndup (Makefile.am): Likewise.
9808         * modules/strnlen (Makefile.am): Likewise.
9809         * modules/strpbrk (Makefile.am): Likewise.
9810         * modules/strsep (Makefile.am): Likewise.
9811         * modules/strstr (Makefile.am): Likewise.
9812         * modules/strtod (Makefile.am): Likewise.
9813         * modules/strtoimax (Makefile.am): Likewise.
9814         * modules/strtok_r (Makefile.am): Likewise.
9815         * modules/strtol (Makefile.am): Likewise.
9816         * modules/strtoll (Makefile.am): Likewise.
9817         * modules/strtoul (Makefile.am): Likewise.
9818         * modules/strtoull (Makefile.am): Likewise.
9819         * modules/strtoumax (Makefile.am): Likewise.
9820         * modules/strverscmp (Makefile.am): Likewise.
9821         * modules/time_r (Makefile.am): Likewise.
9822         * modules/timegm (Makefile.am): Likewise.
9823         * modules/tmpfile-safer (Makefile.am): Likewise.
9824         * modules/unistd-safer (Makefile.am): Likewise.
9825         * modules/unlinkdir (Makefile.am): Likewise.
9826         * modules/userspec (Makefile.am): Likewise.
9827         * modules/utime (Makefile.am): Likewise.
9828         * modules/utimecmp (Makefile.am): Likewise.
9829         * modules/utimens (Makefile.am): Likewise.
9830         * modules/vasnprintf (Makefile.am): Likewise.
9831         * modules/vasprintf (Makefile.am): Likewise.
9832         * modules/vsnprintf (Makefile.am): Likewise.
9833         * modules/xalloc (Makefile.am): Likewise.
9834         * modules/xgetcwd (Makefile.am): Likewise.
9835         * modules/xnanosleep (Makefile.am): Likewise.
9836         * modules/xreadlink (Makefile.am): Likewise.
9837         * modules/xstrtod (Makefile.am): Likewise.
9838         * modules/xstrtol (Makefile.am): Likewise.
9839         * modules/xstrtold (Makefile.am): Likewise.
9840         * modules/yesno (Makefile.am): Likewise.
9841
9842 2006-10-12  Jim Meyering  <jim@meyering.net>
9843
9844         * m4/getloadavg.m4: Revert the change below.
9845
9846         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9847         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9848         fail with a symlink, which is what coreutils' ./bootstrap now
9849         creates by default.
9850
9851 2006-10-12  Bruno Haible  <bruno@clisp.org>
9852
9853         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9854         mingw.
9855         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9856         MSVC and mingw explicitly.
9857
9858 2006-10-11  Simon Josefsson  <jas@extundo.com>
9859             Bruno Haible  <bruno@clisp.org>
9860
9861         Add support for multiple gnulib-tool invocations in the scope of a
9862         single configure.ac file.
9863         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9864         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9865         with the same contents as the _LIBADD variable.
9866         (func_emit_initmacro_start, func_emit_initmacro_end,
9867         func_emit_initmacro_done): New functions.
9868         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9869         gl_LIBOBJS and gl_LTLIBOBJS.
9870
9871 2006-10-11  Bruno Haible  <bruno@clisp.org>
9872
9873         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9874         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9875         autoreconf. Instead, invoke autopoint explicitly but move back the
9876         *.m4 files from gnulib.
9877
9878 2006-10-11  Bruno Haible  <bruno@clisp.org>
9879
9880         * gnulib-tool (func_usage): Make module names after --create-testdir
9881         optional.
9882         (func_create_testdir): If no module was specified, use nearly all
9883         modules.
9884
9885 2006-10-12  Jim Meyering  <jim@meyering.net>
9886
9887         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9888         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9889         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9890         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9891         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9892         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9893         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9894         (fts_set_stat_required): New function.
9895         (fts_open): Defer the calls to fts_stat, if possible or requested.
9896         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9897         into fts_stat itself.
9898         (fts_read): Perform any required (deferred) fts_stat call.
9899         (fts_build): Likewise, for the directory we're about to open and read.
9900         In the readdir loop, carefully decide whether each entry will require
9901         an eventual call to fts_stat, using dirent.d_type info if available.
9902         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9903         a command line argument into this function.  Update all callers.
9904         Map a return value of FTS_DOT to FTS_D for a command line argument.
9905         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9906         Thanks to Miklos Szeredi for his tenacity and for the initial
9907         bug report about "find" failing on a FUSE-based file system.
9908
9909         * lib/fts.c (fts_open): Use consistent indentation.
9910
9911 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9912
9913         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9914         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9915         reported by Jim Meyering.  All uses of cache variables renamed
9916         to match Autoconf's.
9917         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9918         the other one.
9919
9920         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9921         Fix misspelling in diagnostic.
9922
9923 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9924
9925         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9926         defined.  Problem reported by Matthew Woehlke.
9927
9928         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9929         Add support for Tandem NonStop R series.
9930         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9931         Use new macro.
9932
9933         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9934         (has_trailing_slash): Omit size arg; all callers changed.
9935         Omit 'inline', since it doesn't help performance and we'd
9936         need to configure it.
9937         Don't count //, ///, etc. as having a trailing slash.
9938         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9939         (rpl_rename_dest_slash): On failure, use rename's errno rather
9940         than (in some cases) an incorrect or junk errno.
9941         Simplify code by removing need to compute length; this does
9942         cause it to make two passes instead of one over the file name,
9943         but it's worth it.
9944
9945         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9946         change, since Autoconf's version may no longer be appropriate now
9947         that we are using CVS Autoconf's version.  Add support for Tandem.
9948
9949 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9950             Bruno Haible  <bruno@clisp.org>
9951
9952         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9953         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9954         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9955         gl_AC_TYPE_LONG_LONG.
9956
9957         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9958         instead of HAVE_LONG_LONG.
9959         * lib/printf-args.c (printf_fetchargs): Likewise.
9960         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9961         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9962         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9963         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9964         gl_AC_TYPE_LONG_LONG.
9965
9966 2006-10-11  Bruno Haible  <bruno@clisp.org>
9967
9968         * m4/longlong.m4: Add comments.
9969         * m4/ulonglong.m4: Likewise.
9970
9971 2006-10-10  Bruno Haible  <bruno@clisp.org>
9972
9973         Make it possible to #define stpcpy, strdup to aliases.
9974         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9975         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9976
9977 2006-10-10  Bruno Haible  <bruno@clisp.org>
9978
9979         Make it possible to #define gcd to an alias.
9980         * lib/gcd.c: Include config.h.
9981
9982 2006-10-10  Bruno Haible  <bruno@clisp.org>
9983
9984         Make it possible to #define c_isascii to an alias.
9985         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9986         defined. Undefine the macros before defining them, to avoid gcc
9987         warnings.
9988         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9989         define NO_C_CTYPE_MACROS early.
9990
9991 2006-10-10  Bruno Haible  <bruno@clisp.org>
9992
9993         Make it possible to #define set_program_name to an alias.
9994         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9995         ENABLE_RELOCATABLE early.
9996
9997 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9998
9999         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10000         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10001         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10002         More generally, don't assume that 64-bit signed int is available
10003         if unsigned int is, and vice versa.
10004         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10005         unsigned symbols, not on their signed counterparts.
10006         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10007         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10008         (UINT64_C, UINTMAX_C):
10009         Likewise.
10010         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10011         unsigned counterparts.
10012         (Have_long_long, Unsigned): New macros.
10013         (Int): Renamed from INT.
10014         (strtoimax): Use the new macros.
10015         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10016         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10017         * modules/inttypes (inttypes.h): Substitute
10018         HAVE_UNSIGNED_LONG_LONG_INT.
10019         * modules/stdint (stdint.h): Likewise.
10020         (Files): Add m4/ulonglong.m4.
10021
10022 2006-10-10  Bruno Haible  <bruno@clisp.org>
10023
10024         Fix a gcc -Wshadow warning.
10025         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10026         to 'bucket'.
10027         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10028         gl_linked_indexof_from_to): Likewise.
10029         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10030         Likewise.
10031         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10032         Likewise.
10033         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10034         Reported by Eric Blake.
10035
10036 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10037
10038         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10039         for NetBSD.  Problem reported by Bruno Haible.
10040
10041 2006-10-09  Jim Meyering  <jim@meyering.net>
10042
10043         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10044         Patch from Bruno Haible.
10045
10046 2006-10-09  Jim Meyering  <jim@meyering.net>
10047
10048         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10049         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10050         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10051
10052 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10053
10054         Don't include <config.h> twice; this doesn't work in some cases,
10055         e.g., when config.h has "#define intmax_t long long int" and
10056         we include <config.h>, <inttypes.h>, <config.h> in that order.
10057         Problem reported by Matthew Woehlke in:
10058         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10059         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10060         * lib/fts-cycle.c: Don't include config.h.
10061         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10062         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10063         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10064         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10065         inttypes.h.
10066         * lib/xstrtoumax.c: Likewise.
10067         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10068         __strtol and the like, so that this module is more like its siblings.
10069         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10070         Remove; no longer needed now that we assume gnulib inttypes.h.
10071
10072 2006-10-08  Bruno Haible  <bruno@clisp.org>
10073
10074         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10075         option.
10076
10077 2006-10-07  Jim Meyering  <jim@meyering.net>
10078
10079         * modules/inttypes (inttypes.h): Revert what seems to have been
10080         an inadvertent part of today's change: use "|", not "/" in the
10081         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10082
10083 2006-10-07  Bruno Haible  <bruno@clisp.org>
10084
10085         * modules/sublist: New file.
10086
10087 2006-10-07  Bruno Haible  <bruno@clisp.org>
10088
10089         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10090         * modules/argz (argz.h): Likewise.
10091         * modules/arpa_inet (arpa/inet.h): Likewise.
10092         * modules/byteswap (byteswap.h): Likewise.
10093         * modules/configmake (configmake.h): Likewise.
10094         * modules/fcntl (fcntl.h): Likewise.
10095         * modules/fnmatch (fnmatch.h): Likewise.
10096         * modules/getopt (getopt.h): Likewise.
10097         * modules/glob (glob.h): Likewise.
10098         * modules/inttypes (inttypes.h): Likewise.
10099         * modules/netinet_in (netinet/in.h): Likewise.
10100         * modules/poll (poll.h): Likewise.
10101         * modules/stdbool (stdbool.h): Likewise.
10102         * modules/stdint (stdint.h): Likewise.
10103         * modules/sys_select (sys/select.h): Likewise.
10104         * modules/sys_socket (sys/socket.h): Likewise.
10105         * modules/sys_stat (sys/stat.h): Likewise.
10106         * modules/sysexits (sysexits.h): Likewise.
10107         * modules/unistd (unistd.h): Likewise.
10108         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10109         Add a "DO NOT EDIT" comment to the generated file.
10110         (func_import): Likewise for gnulib-comp.m4.
10111
10112 2006-10-07  Bruno Haible  <bruno@clisp.org>
10113
10114         * lib/gl_sublist.h: New file.
10115         * lib/gl_sublist.c: New file.
10116
10117 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10118
10119         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10120         name (relative to the original working directory) and the file
10121         name component (relative to the temporary working directory).  All
10122         callers changed.
10123         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10124         * lib/mkdir-p.c (make_dir_parents): Likewise.
10125         * lib/mkdir-p.h (make_dir_parents): Likewise.
10126
10127 2006-10-06  Eric Blake  <ebb9@byu.net>
10128
10129         Define several macros for use by the clean-temp module.
10130         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10131         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10132         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10133
10134         * lib/clean-temp.h (close_stream_temp): New declaration.
10135         * lib/clean-temp.c (includes): Pull in headers according to what
10136         other modules are in use.
10137         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10138
10139 2006-10-06  Bruno Haible  <bruno@clisp.org>
10140
10141         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10142         instead of fopen, fwriteerror.
10143
10144 2006-10-06  Bruno Haible  <bruno@clisp.org>
10145
10146         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10147         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10148         int.
10149         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10150         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10151         Return an error indicator.
10152         Suggested by Eric Blake.
10153
10154 2006-10-06  Bruno Haible  <bruno@clisp.org>
10155
10156         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10157         Reported by Eric Blake.
10158
10159 2006-10-06  Bruno Haible  <bruno@clisp.org>
10160
10161         * modules/closeout (Description): Mention stderr too.
10162
10163 2006-10-06  Bruno Haible  <bruno@clisp.org>
10164         and Paul Eggert  <eggert@cs.ucla.edu>
10165
10166         * lib/closeout.c (close_stdout): Also close stderr.
10167         * lib/closeout.h: Update comment.
10168
10169 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10170
10171         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10172         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10173         * lib/dirchownmod.c: Include lchown.h.
10174         * lib/lchown.c: Don't include files that lchown.h now includes.
10175         Don't declare chown, since lchown.h now does that.
10176         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10177         (lchown): Define to rpl_chown if lchown is declared but
10178         does not exist.  Declare using a prototype if lchown is not
10179         declared.  Add a copyright notice.
10180         * lib/mkstemp.h: Include <unistd.h>.
10181         * lib/openat.c: Include lchown.h.
10182
10183         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10184         we now test for that separately.
10185         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10186         rather than O_NOFOLLOW, when testing whether it's possible to
10187         avoid a race condition reliably.
10188         * lib/savewd.c (savewd_chdir): Likewise.
10189
10190         Remove macros that are no longer needed now that stdint.h is
10191         reliable.
10192         * lib/fsusage.c (UINTMAX_MAX): Remove.
10193         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10194         * lib/utimecmp.c (SIZE_MAX): Remove.
10195
10196         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10197
10198         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10199         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10200         O_NOATIME works.
10201
10202 2006-10-05  Bruno Haible  <bruno@clisp.org>
10203
10204         * lib/gl_list.h (gl_sortedlist_search_from_to,
10205         gl_sortedlist_indexof_from_to): New declarations.
10206         (gl_list_implementation): New fields sortedlist_search_from_to,
10207         sortedlist_indexof_from_to.
10208         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10209         inline functions.
10210         * lib/gl_list.c (gl_sortedlist_search_from_to,
10211         gl_sortedlist_indexof_from_to): New functions.
10212         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10213         function.
10214         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10215         (gl_array_sortedlist_search_from_to): New function.
10216         (gl_array_list_implementation): Update.
10217         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10218         function.
10219         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10220         (gl_carray_sortedlist_search_from_to): New function.
10221         (gl_carray_list_implementation): Update.
10222         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10223         gl_linked_sortedlist_indexof_from_to): New functions.
10224         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10225         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10226         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10227         gl_tree_sortedlist_indexof_from_to): New functions.
10228         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10229         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10230         Update.
10231         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10232         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10233         Update.
10234
10235 2006-10-05  Bruno Haible  <bruno@clisp.org>
10236
10237         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10238         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10239         (struct gl_list_implementation): Add fields search_from_to,
10240         indexof_from_to. Remove fields search, indexof.
10241         (gl_list_search): Use the search_from_to method.
10242         (gl_list_search_from, gl_list_search_from_to): New functions.
10243         (gl_list_indexof): Use the indexof_from_to method.
10244         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10245         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10246         (gl_list_search_from, gl_list_search_from_to): New functions.
10247         (gl_list_indexof): Use the indexof_from_to method.
10248         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10249         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10250         gl_array_indexof. Add start_index, end_index arguments.
10251         (gl_array_search_from_to): Renamed from gl_array_search. Add
10252         start_index, end_index arguments.
10253         (gl_array_remove, gl_array_list_implementation): Update.
10254         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10255         gl_carray_indexof. Add start_index, end_index arguments.
10256         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10257         start_index, end_index arguments.
10258         (gl_carray_remove, gl_carray_list_implementation): Update.
10259         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10260         gl_linked_search. Add start_index, end_index arguments.
10261         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10262         start_index, end_index arguments.
10263         (gl_linked_remove): Update.
10264         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10265         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10266         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10267         field to 'size_t'.
10268         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10269         gl_tree_search. Add start_index, end_index arguments.
10270         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10271         start_index, end_index arguments.
10272         (gl_tree_remove): Update.
10273         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10274         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10275         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10276         function.
10277         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10278         gl_tree_search. Add start_index, end_index arguments.
10279         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10280         start_index, end_index arguments.
10281         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10282         Update.
10283         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10284
10285 2006-10-05  Bruno Haible  <bruno@clisp.org>
10286
10287         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10288
10289         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10290         fwriteerror_temp): New declarations.
10291         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10292         (descriptors): New variable.
10293         (cleanup): First, close the descriptors.
10294         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10295         fclose_temp, fwriteerror_temp): New functions.
10296
10297 2006-10-04  Jim Meyering  <jim@meyering.net>
10298
10299         * lib/fts.c (fts_open): Tiny comment change.
10300
10301 2006-10-04  Bruno Haible  <bruno@clisp.org>
10302
10303         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10304         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10305         gl_LOCK_BODY.
10306         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10307         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10308         gl_LOCK_EARLY_BODY.
10309         (gl_LOCK): Require gl_LOCK_BODY.
10310
10311 2006-10-04  Bruno Haible  <bruno@clisp.org>
10312
10313         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10314         (gl_oset_search_atleast): New declaration.
10315         (struct gl_oset_implementation): Add field 'search_atleast'.
10316         (gl_oset_search_atleast): New inline function.
10317         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10318         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10319         (gl_array_oset_implementation): Update.
10320         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10321         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10322         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10323
10324 2006-10-04  Bruno Haible  <bruno@clisp.org>
10325
10326         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10327
10328 2006-10-03  Bruno Haible  <bruno@clisp.org>
10329
10330         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10331         from gl_avltreehash_list_implementation.
10332
10333 2006-10-03  Bruno Haible  <bruno@clisp.org>
10334
10335         * lib/gl_oset.c (gl_oset_add): Fix return type.
10336
10337 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10338
10339         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10340
10341 2006-10-02  Eric Blake  <ebb9@byu.net>
10342
10343         * modules/strnlen (Depends-on): Add extensions.
10344
10345 2006-10-02  Eric Blake  <ebb9@byu.net>
10346
10347         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10348         definition in 2.60+.
10349
10350 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10351
10352         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10353         checks.
10354
10355 2006-10-02  Bruno Haible  <bruno@clisp.org>
10356
10357         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10358         to the AUTOMAKE_OPTIONS.
10359         Reported by Jim Meyering.
10360
10361 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10362
10363         Work around bug in Solaris 10 /proc file system:
10364         /proc/self/fd/NNN/.. isn't the parent directory of
10365         the directory whose file descriptor is NNN.  This needs to
10366         be worked around at run time, not compile time, since a
10367         program might be built on Solaris 8, where things work, and
10368         run on Solaris 10.
10369         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10370         to use the following interface instead:
10371         (OPENAT_BUFFER_SIZE): New macro.
10372         (openat_proc_name): New function.
10373         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10374         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10375         Likewise.
10376         * lib/openat-proc.c: New file.
10377         * modules/openat (Files): Add lib/openat-proc.c.
10378         (Depends-on): Add same-inode, stdbool.
10379         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10380
10381 2006-09-29  Bruno Haible  <bruno@clisp.org>
10382
10383         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10384         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10385         argument. Set stdout_closed before testing for ferror, not after.
10386         (fwriteerror, fwriteerror_no_ebadf): New functions.
10387
10388 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10389
10390         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10391
10392 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10393
10394         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10395         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10396
10397 2006-09-28  Jim Meyering  <jim@meyering.net>
10398
10399         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10400         Include <unistd.h>.
10401
10402 2006-09-28  Bruno Haible  <bruno@clisp.org>
10403
10404         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10405         * modules/linkedhash-list (Depends-on): Likewise.
10406         * modules/rbtreehash-list (Depends-on): Likewise.
10407
10408 2006-09-28  Bruno Haible  <bruno@clisp.org>
10409
10410         * lib/strndup.h: Simplify the redefinition of strndup.
10411         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10412         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10413
10414 2006-09-28  Bruno Haible  <bruno@clisp.org>
10415
10416         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10417         * lib/gl_linkedhash_list.c: Likewise.
10418         * lib/gl_rbtreehash_list.c: Likewise.
10419
10420 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10421
10422         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10423         getaddrinfo.
10424
10425         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10426         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10427         it causes <stdio_ext.h> to cause a compile-time error.
10428         Problem reported by Nelson H. F. Beebe.
10429         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10430         of HAVE_DECL___PENDING.
10431
10432         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10433         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10434         declaration.
10435
10436 2006-09-27  Jim Meyering  <jim@meyering.net>
10437
10438         This file could end up with a definition for a function
10439         named __strndup, rather than rpl_strndup on a system with
10440         incomplete weak_alias support.
10441         * lib/strndup.c (strndup): Rename from __strndup.
10442         Remove #defines that used to map __strndup to strndup.
10443         Don't use K&R prototypes.
10444         Remove LIBC-related code, since this file is not sync'd with glibc.
10445         * lib/strndup.h: Revamp, accordingly.
10446         * m4/strndup.m4: Modernize.
10447
10448 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10449
10450         * modules/savewd (Depends-on): Add 'raise'.
10451         * lib/savewd.c: Include <signal.h>, for 'raise'.
10452
10453 2006-09-26  Jim Meyering  <jim@meyering.net>
10454
10455         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10456         when we detect Darwin 8.7.0's acl_get_file bug.
10457         Rearrange to perform the new (below) run-test while $LIBS
10458         contains any acl-related library.  Set USE_ACL at the end.
10459         (gl_ACL_GET_FILE): New function.
10460
10461 2006-09-26  Eric Blake  <ebb9@byu.net>
10462
10463         * lib/verror.c: Include <config.h> unconditionally.
10464
10465 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10466
10467         * modules/clock-time (Maintainer): Add self.
10468         * modules/getlogin_r (Depends-on): Add extensions.
10469
10470 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10471
10472         * modules/clock-time: New module.
10473         * modules/nanosleep (Depends-on): Add clock-time.
10474         * modules/gethrxtime (Depends-on): Likewise.
10475         * modules/gettime (Depends-on): Likewise.
10476         * modules/settime (Depends-on): Likewise.
10477
10478         * modules/fts-lgpl: Depend on openat.
10479         * modules/mkancesdirs: Depend on savewd.
10480         * modules/mkdir-p: Likewise.
10481
10482 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10483
10484         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10485
10486         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10487         `gl_have_arbitrary_file_name_length_limit' to
10488         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10489         actually works between configure runs.
10490
10491 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10492             Bruno Haible  <bruno@clisp.org>
10493
10494         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10495
10496 2006-09-25  Jim Meyering  <jim@meyering.net>
10497
10498         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10499         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10500
10501 2006-09-25  Eric Blake  <ebb9@byu.net>
10502
10503         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10504         exec's in 2006-09-18 patch when shuffling fds.
10505
10506 2006-09-25  Bruno Haible  <bruno@clisp.org>
10507
10508         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10509         Reported by Jim Meyering.
10510
10511 2006-09-24  Jim Meyering  <jim@meyering.net>
10512
10513         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10514         compare a pointer against a literal "0".  That caused failures with
10515         at least HP-UX's hpcc.
10516
10517 2006-09-22  Simon Josefsson  <jas@extundo.com>
10518
10519         * modules/gc-sha1:
10520         * modules/gc-md4:
10521         * modules/gc-hmac-sha1:
10522         * modules/gc-hmac-md5:
10523         * modules/gc-des:
10524         * modules/gc-arcfour: Distribute more files.
10525
10526 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10527
10528         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10529         (gl_linked_iterator_from_to): Initialize struct completely.
10530         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10531         (gl_tree_iterator_from_to): Likewise
10532         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10533         * lib/gl_array_list.c [lint] (gl_array_iterator)
10534         (gl_array_iterator_from_to): Likewise.
10535         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10536         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10537         (gl_carray_iterator_from_to): Likewise.
10538
10539         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10540         * lib/md4.c (md4_process_block): Remove unused variable.
10541         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10542         parentheses for clarity.
10543
10544 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10545
10546         * modules/bison-i18n (Depends-on): Add gettext.
10547
10548 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10549
10550         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10551         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10552         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10553         also add missing comma that caused broken test.
10554         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10555         stdlib.h, for `abort'.
10556         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10557         variables.
10558         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10559         include unistd.h if present, for `rmdir'.
10560         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10561         variables.
10562         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10563         in the process include standard headers for prototypes.
10564         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10565         gets declared on GNU/Linux.
10566         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10567         unistd.h, for `rmdir'.
10568         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10569
10570         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10571         always true.
10572         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10573
10574         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10575
10576 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10577
10578         * gnulib-tool (func_version): Create output all at once.  This
10579         may help avoid triggering unnecessary SIGPIPEs, and at any
10580         rate it doesn't hurt.
10581
10582 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10583             Bruno Haible  <bruno@clisp.org>
10584
10585         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10586         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10587         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10588
10589         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10590         (gl_FUNC_VASPRINTF): Invoke it.
10591
10592 2006-09-22  Bruno Haible  <bruno@clisp.org>
10593
10594         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10595         getloadavg.c as first argument.
10596
10597 2006-09-22  Bruno Haible  <bruno@clisp.org>
10598
10599         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10600         at the beginning of the gl_INIT macro.
10601         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10602         gl_GETLOADAVG.
10603
10604 2006-09-22  Bruno Haible  <bruno@clisp.org>
10605
10606         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10607         module.
10608         Suggested by Ralf Wildenhues.
10609
10610 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10611
10612         Import this patch from libc:
10613
10614         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10615
10616         * lib/regex_internal.c (re_string_reconstruct): Handle
10617         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10618         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10619         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10620         re_string_context_at.
10621
10622         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10623         now requires it.
10624         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10625         gl_REGEX now does it for us.
10626         (gl_REGEX): Add test taken from
10627         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10628
10629         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10630         Check that large offsets work.  Modernize Autoconf usages.
10631         Prefer "yes" to mean a good thing rather than a bad.
10632         Don't put "#define mkstemp" in config.h, as this might interfere
10633         with standard system headers that "#define mkstemp mkstemp64".
10634
10635         * modules/mkstemp (Depends-on): Add extensions, so that
10636         mkstemp is visible on some platforms.
10637         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10638         (Include): Change to "mkstemp.h" from <stdlib.h>.
10639         (Files): Add mkstemp.h.
10640
10641         * lib/mkstemp.h: New file, since some standard headers
10642         #define mkstemp.
10643         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10644         Include "mkstemp.h".
10645         Make the _LIBC code resemble glibc original more,
10646         e.g., use K&R style.
10647         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10648         (mkstemp): Remove, since mkstemp.h does this for us.
10649         * lib/stdlib--.h: Include mkstemp.h.
10650
10651         Import this patch from libc:
10652
10653         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10654
10655         * lib/tempname.c (__gen_tempname): Change attempts_min
10656         into a macro.  Use preprocessor to decide how to initialize
10657         attempts [Coverity CID 67].
10658
10659 2006-09-20  Bruno Haible  <bruno@clisp.org>
10660
10661         * lib/mkdtemp.c: Import from libc.
10662         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10663                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10664                 attempts_min into a macro.  Use preprocessor to decide how to
10665                 initialize attempts [Coverity CID 67].
10666         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10667                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10668                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10669
10670 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10671
10672         * gnulib-tool (func_exit): New function, to allow to pass the
10673         exit status portably through the trap.  Use everywhere.
10674         (--help, --version): Signal a write error.
10675         (trap): catch SIGPIPE, for write errors.
10676         Exit at the end of the trap, with the correct exit status.
10677
10678 2006-09-19  Karl Berry  <karl@gnu.org>
10679
10680         * doc/gnulib.texi: note about the license texinfo files.
10681
10682 2006-09-19  Eric Blake  <ebb9@byu.net>
10683
10684         * gnulib-tool: Avoid space-tab.
10685
10686 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10687
10688         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10689         that prevented coreutils 6.1 from building.  Problem reported
10690         by Petter Reinholdtsen.
10691
10692 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10693
10694         * gnulib-tool (avoidlist): Fix typo that broke options like
10695         --avoid=lock that are used by coreutils bootstrap.
10696
10697 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10698
10699         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10700         more systematically.
10701
10702 2006-09-18  Jim Meyering  <jim@meyering.net>
10703
10704         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10705
10706 2006-09-18  Bruno Haible  <bruno@clisp.org>
10707
10708         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10709
10710 2006-09-18  Bruno Haible  <bruno@clisp.org>
10711
10712         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10713         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10714         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10715         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10716         * m4/gettext.m4: Require autoconf >= 2.52.
10717         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10718         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10719         of gl_cv_header_inttypes_h.
10720
10721 2006-09-18  Bruno Haible  <bruno@clisp.org>
10722
10723         * lib/javaversion.c: Include configmake.h.
10724
10725 2006-09-18  Bruno Haible  <bruno@clisp.org>
10726
10727         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10728         avoid that the while loops be executed in a subshell.
10729
10730 2006-09-18  Bruno Haible  <bruno@clisp.org>
10731
10732         * MODULES.html.sh (func_module): Break long lines.
10733         Suggested by Bruce Korb <bkorb@gnu.org>.
10734
10735 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10736
10737         Speed up by a factor of 1.12.
10738         * gnulib-tool (nl): New variable.
10739         (func_import): Rewrite include directive extraction to only read each
10740         directive once.
10741
10742 2006-09-17  Bruno Haible  <bruno@clisp.org>
10743
10744         * modules/javaversion (Makefile.am): Remove DEFS setting.
10745         (Depends-on): Add configmake, for PKGDATADIR definition.
10746
10747 2006-09-17  Bruno Haible  <bruno@clisp.org>
10748
10749         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10750
10751 2006-09-17  Bruno Haible  <bruno@clisp.org>
10752
10753         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10754         (func_modules_transitive_closure, func_modules_add_dummy,
10755         func_modules_to_filelist, func_import, func_create_testdir,
10756         func_create_megatestdir, ...): Use it wherever possible.
10757         Suggested by Ralf Wildenhues.
10758
10759 2006-09-16  Karl Berry  <karl@gnu.org>
10760
10761         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10762         to avoid sectioning errors.
10763         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10764         [ifinfo]: blank line after @center-ed titles.
10765         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10766         Spell FSF address consistently with others.
10767         (These changes approved by rms.)
10768
10769 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10770
10771         Speed up by a factor of 1.61.
10772         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10773         already checked module names again.
10774
10775 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10776
10777         Speed up by a factor of 1.13.
10778         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10779         for new_files, and the input to func_add_or_update.
10780
10781 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10782
10783         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10784         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10785
10786 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10787
10788         * modules/mkancesdirs (Depends-on): Add fcntl.
10789         * modules/savewd: New file.
10790         * MODULES.html.sh (File system functions): Add savewd.
10791
10792         * modules/configmake (Makefile.am): Add support for the
10793         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10794
10795 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10796
10797         * m4/savewd.m4: New file.
10798
10799 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10800
10801         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10802         (dirchownmod): New arg FD.  All callers changed.
10803         Use FD rather than opening the directory ourself, as opening is
10804         now the caller's responsibility.
10805         * lib/dirchownmod.h: Likewise.
10806         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10807         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10808         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10809         (test_dir): Remove.
10810         (mkancesdirs): Return length of prefix of FILE that has already
10811         been made, or -2 if there is a child doing the work.  Redo
10812         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10813         ".", and treat ".." specially since it might stray back into
10814         already-created areas.  Use a subprocess if necessary.  New arg
10815         WD; all users changed.  MAKE_DIR function should now return 1
10816         if it creates a directory that is not readable.  Return -2 if
10817         a child process is spun off.
10818         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10819         Adjust signature to match code.
10820         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10821         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10822         all users changed.
10823         * lib/savewd.c, lib/savewd.h: New files.
10824
10825 2006-09-15  Jim Meyering  <jim@meyering.net>
10826
10827         * modules/rename-dest-slash: New module.
10828         * MODULES.html.sh (posix_compat): Add it here.
10829
10830         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10831
10832 2006-09-15  Jim Meyering  <jim@meyering.net>
10833
10834         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10835         file.
10836
10837         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10838
10839 2006-09-15  Jim Meyering  <jim@meyering.net>
10840
10841         * lib/rename-dest-slash.c (has_trailing_slash): Use
10842         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10843         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10844         test before testing whether SRC is a directory.
10845         Suggestions from Bruno Haible.
10846
10847         Avoid a warning about an unused variable.
10848         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10849         into the #ifdef block where it's used.
10850
10851         * lib/rename-dest-slash.c: New file.
10852
10853 2006-09-14  Bruno Haible  <bruno@clisp.org>
10854
10855         * lib/allocsa.c: Include <config.h> unconditionally.
10856         * lib/asnprintf.c: Likewise.
10857         * lib/asprintf.c: Likewise.
10858         * lib/c-strcasecmp.c: Likewise.
10859         * lib/c-strcasestr.c: Likewise.
10860         * lib/c-strncasecmp.c: Likewise.
10861         * lib/c-strstr.c: Likewise.
10862         * lib/classpath.c: Likewise.
10863         * lib/clean-temp.c: Likewise.
10864         * lib/concatpath.c: Likewise.
10865         * lib/copy-file.c: Likewise.
10866         * lib/csharpcomp.c: Likewise.
10867         * lib/csharpexec.c: Likewise.
10868         * lib/execute.c: Likewise.
10869         * lib/fatal-signal.c: Likewise.
10870         * lib/findprog.c: Likewise.
10871         * lib/fwriteerror.c: Likewise.
10872         * lib/gl_array_list.c: Likewise.
10873         * lib/gl_array_oset.c: Likewise.
10874         * lib/gl_avltree_list.c: Likewise.
10875         * lib/gl_avltree_oset.c: Likewise.
10876         * lib/gl_avltreehash_list.c: Likewise.
10877         * lib/gl_carray_list.c: Likewise.
10878         * lib/gl_linked_list.c: Likewise.
10879         * lib/gl_linkedhash_list.c: Likewise.
10880         * lib/gl_list.c: Likewise.
10881         * lib/gl_oset.c: Likewise.
10882         * lib/gl_rbtree_list.c: Likewise.
10883         * lib/gl_rbtree_oset.c: Likewise.
10884         * lib/gl_rbtreehash_list.c: Likewise.
10885         * lib/imaxabs.c: Likewise.
10886         * lib/imaxdiv.c: Likewise.
10887         * lib/javacomp.c: Likewise.
10888         * lib/javaexec.c: Likewise.
10889         * lib/javaversion.c: Likewise.
10890         * lib/linebreak.c: Likewise.
10891         * lib/localcharset.c: Likewise.
10892         * lib/lock.c: Likewise.
10893         * lib/mbchar.c: Likewise.
10894         * lib/mbswidth.c: Likewise.
10895         * lib/mkdtemp.c: Likewise.
10896         * lib/pipe.c: Likewise.
10897         * lib/printf-args.c: Likewise.
10898         * lib/printf-parse.c: Likewise.
10899         * lib/progname.c: Likewise.
10900         * lib/progreloc.c: Likewise.
10901         * lib/readlink.c: Likewise.
10902         * lib/sh-quote.c: Likewise.
10903         * lib/stpcpy.c: Likewise.
10904         * lib/stpncpy.c: Likewise.
10905         * lib/strcasecmp.c: Likewise.
10906         * lib/strcasestr.c: Likewise.
10907         * lib/strcspn.c: Likewise.
10908         * lib/striconv.c: Likewise.
10909         * lib/strncasecmp.c: Likewise.
10910         * lib/strnlen1.c: Likewise.
10911         * lib/strstr.c: Likewise.
10912         * lib/strtok_r.c: Likewise.
10913         * lib/tls.c: Likewise.
10914         * lib/tmpdir.c: Likewise.
10915         * lib/unicodeio.c: Likewise.
10916         * lib/unsetenv.c: Likewise.
10917         * lib/vasnprintf.c: Likewise.
10918         * lib/vasprintf.c: Likewise.
10919         * lib/wait-process.c: Likewise.
10920         * lib/xallocsa.c: Likewise.
10921         * lib/xsetenv.c: Likewise.
10922         * lib/xstriconv.c: Likewise.
10923
10924 2006-09-13  Simon Josefsson  <jas@extundo.com>
10925
10926         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10927         that internally, suggested by Ralf Wildenhues
10928         <Ralf.Wildenhues@gmx.de>.
10929
10930 2006-09-13  Simon Josefsson  <jas@extundo.com>
10931
10932         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10933         @LIBOBJS@.
10934         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10935
10936 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10937
10938         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10939         longer worry about uses that don't define HAVE_CONFIG_H.
10940         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10941         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10942         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10943         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10944         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10945         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10946         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10947         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10948         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10949         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10950         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10951         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10952         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10953         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10954         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10955         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10956         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10957         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10958         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10959         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10960         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10961         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10962         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10963         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10964         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10965         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10966         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10967         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10968         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10969         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10970         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10971         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10972         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10973         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10974         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10975         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10976         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10977         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10978         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10979         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10980         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10981         Likewise.
10982
10983 2006-09-13  Eric Blake  <ebb9@byu.net>
10984
10985         * lib/getopt.c: Fix typo in last commit.
10986
10987 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10988
10989         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10990         dgettext.
10991
10992 2006-09-12  Jim Meyering  <jim@meyering.net>
10993
10994         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10995         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10996         Reported by Nelson H. F. Beebe.
10997
10998 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10999
11000         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11001         program_invocation_name and program_invocation_short_name are
11002         initialized.
11003         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11004         and program_invocation_short_name to argp.h, so they are visible
11005         to user programs.
11006         * lib/argp.h: Likewise
11007
11008 2006-09-10  Bruno Haible  <bruno@clisp.org>
11009
11010         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11011         m4/inttypes_h.m4, m4/uintmax_t.m4.
11012
11013 2006-09-10  Bruno Haible  <bruno@clisp.org>
11014
11015         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11016         gl_AC_TYPE_UINTMAX_T.
11017
11018 2006-09-10  Bruno Haible  <bruno@clisp.org>
11019
11020         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11021
11022 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11023
11024         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11025         convention.  Text proposed by Bruno Haible.
11026         (struct argp_option): Document the use of N_() wrappers.
11027
11028         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11029         '\v', and translate the two parts separately, instead of feeding
11030         the whole string to gettext.  This allows to exclude
11031         '\v' from the strings visible to the translator by writing doc
11032         strings as N_("..") "\v" N_("..").
11033
11034 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11035
11036         * config/srclist.txt: Undo latest change; the bug was fixed.
11037
11038 2006-09-09  Bruno Haible  <bruno@clisp.org>
11039
11040         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11041         assignments if building a library without libtool.
11042         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11043         in func_emit_lib_Makefile_am.
11044         (func_import): When building a static library libfoo.a, arrange to
11045         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11046         (func_create_testdir): Likewise.
11047         * modules/gc (configure.ac, Makefile.am): If building statically,
11048         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11049         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11050         * modules/striconv (configure.ac, Makefile.am): Likewise.
11051         Based on a suggestion by Ralf Wildenhues.
11052
11053 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11054
11055         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11056         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11057         Also:
11058
11059         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11060         Add year_2050_test to catch glibc bug 2821
11061         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11062
11063         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11064         Prefer #ifdef to #if.
11065
11066         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11067         Return from 'main' instead of calling 'exit'.
11068
11069 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11070
11071         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11072         returned the maximum time_t value rather than (time_t) -1.
11073         Problem originally reported by William Bardwell
11074         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11075
11076         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11077         Moved to here ...
11078         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11079         ... from here.
11080
11081 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11082
11083         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11084         2821 is fixed.
11085
11086 2006-09-08  Jim Meyering  <jim@meyering.net>
11087
11088         Don't make generated files read-only.  That would bother too many
11089         people.  However, do retain the ability to work when targets are
11090         read-only: remove the destination and temporary files before writing
11091         them (when generated via sed or echo), or by using the -f option for
11092         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11093         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11094         * modules/byteswap, modules/configmake, modules/fcntl:
11095         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11096         * modules/localcharset, modules/netinet_in, modules/poll:
11097         * modules/stdbool, modules/stdint, modules/sys_select:
11098         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11099
11100 2006-09-08  Jim Meyering  <jim@meyering.net>
11101
11102         Avoid new build failure on FreeBSD 6.0.
11103         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11104         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11105         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11106
11107 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11108
11109         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11110
11111 2006-09-07  Jim Meyering  <jim@meyering.net>
11112
11113         Fix global typo in last change: use chmod u-w, not chmod u-x.
11114         Spotted by Paul Eggert and Bruce Korb.
11115         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11116         * modules/byteswap, modules/configmake, modules/fcntl:
11117         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11118         * modules/localcharset, modules/netinet_in, modules/poll:
11119         * modules/stdbool, modules/stdint, modules/sys_select:
11120         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11121
11122 2006-09-06  Jim Meyering  <jim@meyering.net>
11123
11124         Make generated files be read-only.
11125         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11126         Ensure that each generated file is now read-only.
11127         * modules/argz: Likewise.
11128         * modules/arpa_inet: Likewise.
11129         * modules/byteswap: Likewise.
11130         * modules/configmake: Likewise.
11131         * modules/fcntl: Likewise.
11132         * modules/fnmatch: Likewise.
11133         * modules/getopt: Likewise.
11134         * modules/glob: Likewise.
11135         * modules/inttypes: Likewise.
11136         * modules/netinet_in: Likewise.
11137         * modules/poll: Likewise.
11138         * modules/stdbool: Likewise.
11139         * modules/stdint: Likewise.
11140         * modules/sys_select: Likewise.
11141         * modules/sys_socket: Likewise.
11142         * modules/sys_stat: Likewise.
11143         * modules/sysexits: Likewise.
11144         * modules/localcharset: Same as above, but continue using temporary
11145         file named "t-$@" (why different?) rather than the "$@-t" used
11146         everywhere else.
11147
11148         * modules/sysexits (Makefile.am): Replace literal occurrences
11149         of "sysexit.h" more readable, and more consistent, "$@".
11150
11151 2006-09-06  Bruno Haible  <bruno@clisp.org>
11152
11153         * modules/striconv: New file.
11154         * modules/xstriconv: New file.
11155         * MODULES.html.sh (Internationalization functions): Add striconv,
11156         xstriconv.
11157
11158 2006-09-06  Bruno Haible  <bruno@clisp.org>
11159
11160         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11161         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11162         not using libtool correctly.
11163
11164 2006-09-06  Bruno Haible  <bruno@clisp.org>
11165
11166         * lib/striconv.h: New file.
11167         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11168         iconvstring.c.
11169         * lib/xstriconv.h: New file.
11170         * lib/xstriconv.c: New file.
11171
11172 2006-09-06  Bruno Haible  <bruno@clisp.org>
11173
11174         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11175         lib_..._LDFLAGS.
11176
11177 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11178
11179         * lib/argz_.h: Sync from Libtool.
11180
11181         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11182                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11183
11184         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11185
11186 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11187
11188         * modules/trim: New file.
11189
11190 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11191
11192         * lib/trim.h: New file.
11193         * lib/trim.c: New file.
11194
11195 2006-09-05  Bruno Haible  <bruno@clisp.org>
11196
11197         * MODULES.html.sh (String handling): Add trim.
11198
11199 2006-09-04  Karl Berry  <karl@gnu.org>
11200
11201         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11202         until next release.
11203
11204 2006-09-03  Bruno Haible  <bruno@clisp.org>
11205
11206         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11207         correctly.
11208
11209 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11210
11211         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11212         not gl_GETLOADAVG.  Omit unneeded semicolons.
11213         Problems reported by Ralf Wildenhues in
11214         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11215         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11216         at the end, which is the usual gnulib style.
11217
11218         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11219         of doing all the work ourselves.
11220         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11221         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11222
11223 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11224
11225         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11226         Problem reported by Ralf Wildenhues in
11227         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11228
11229         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11230         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11231
11232 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11233
11234         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11235         yesterday's patch by changing test -n to test -z.
11236
11237 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11238
11239         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11240         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11241         the former is now obsolescent.
11242
11243         * modules/chdir-long (Depends-on): Add fcntl.
11244
11245 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11246
11247         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11248         obsolescent, and programs should use gnulib instead.
11249         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11250         but with prefixes changed.
11251
11252 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11253
11254         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11255         or stdbool.h, because they might not exist while configuring.
11256
11257         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11258         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11259         does that for us.
11260         (O_DIRECTORY): Remove.
11261
11262 2006-08-31  Eric Blake  <ebb9@byu.net>
11263
11264         * gnulib-tool: Don't let emacs change spaces to TAB.
11265
11266 2006-08-31  Bruno Haible  <bruno@clisp.org>
11267
11268         * gnulib-tool: When calling func_import more than once, do it in a
11269         subshell.
11270         Reported by Eric Blake <ebb9@byu.net>.
11271
11272 2006-08-31  Bruno Haible  <bruno@clisp.org>
11273
11274         * gnulib-tool (nl): Remove variable.
11275         (sed_transform_lib_file): Use more robust test for config-h module.
11276         (func_import): Fix typo in 2006-08-25 patch.
11277
11278 2006-08-31  Bruno Haible  <bruno@clisp.org>
11279
11280         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11281         specified, augment Makefile.am variables instead of assigning them.
11282
11283 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11284
11285         Work around a bug in both the Linux and SunOS 64-bit kernels:
11286         nanosleep mishandles sleeps for longer than 2**31 seconds.
11287         Problem reported by Frank v Waveren in
11288         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11289         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11290         Check for nanosleep bug.
11291         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11292
11293 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11294
11295         Work around a bug in both the Linux and SunOS 64-bit kernels:
11296         nanosleep mishandles sleeps for longer than 2**31 seconds.
11297         Problem reported by Frank v Waveren in
11298         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11299         * lib/nanosleep.c (BILLION): New constant.
11300         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11301         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11302         implementation.
11303
11304 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11305
11306         * modules/nanosleep (Depends-on): Add gettime.
11307
11308 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11309         and Simon Josefsson  <jas@extundo.com>
11310         and Oskar Liljeblad  <oskar@osk.mine.nu>
11311
11312         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11313         * gnulib-tool (func_import): New license type 'unmodifiable license
11314         text'.
11315         * modules/fdl: Use it.  Longer description.
11316         * module/gpl, module/lgpl: New files.
11317
11318 2006-08-30  Jim Meyering  <jim@meyering.net>
11319
11320         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11321         shadowing the parameter.
11322
11323 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11324
11325         Sync from Libtool:
11326
11327         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11328
11329         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11330         sharing with gnulib.  Report by Eric Blake.
11331
11332 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11333
11334         * modules/isapipe: New file.
11335         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11336
11337 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11338
11339         * modules/configmake (Makefile.am): Add a comment, and omit
11340         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11341         by Bruno Haible.
11342
11343 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11344
11345         * m4/isapipe.m4: New file.
11346
11347 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11348
11349         * lib/isapipe.c, lib/isapipe.h: New files.
11350
11351 2006-08-29  Jim Meyering  <jim@meyering.net>
11352
11353         * modules/configmake (Makefile.am): Make configmake.h depend on
11354         Makefile.  Otherwise, a stale configmake.h could hang around.
11355
11356 2006-08-29  Eric Blake  <ebb9@byu.net>
11357
11358         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11359         resolution of upstream bug 3044.
11360
11361 2006-08-29  Bruno Haible  <bruno@clisp.org>
11362
11363         * modules/localcharset (Depends-on): Add configmake.
11364         (Makefile.am): Remove setting of LIBDIR through DEFS.
11365
11366 2006-08-29  Bruno Haible  <bruno@clisp.org>
11367
11368         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11369         defined.
11370
11371 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11372
11373         * modules/fcntl: New file.
11374         * modules/chdir-safer (Depends-on): Add fcntl.
11375         * modules/fts: Likewise.
11376         * modules/mkdir-p: Likewise.
11377
11378         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11379         This undoes the most recent change, since we're now addressing the
11380         problem in a different way.
11381
11382         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11383         into output, since the output might be called Makefile.am even
11384         if $makefile_name is something different.
11385         (func_import): Use $makefile_am rather than
11386         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11387         empty.
11388
11389         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11390
11391 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11392
11393         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11394         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11395         recent change to stdint.m4, since we're now addressing the problem in a
11396         different way.
11397
11398 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11399
11400         * m4/fcntl_h.m4: New file.
11401
11402 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11403
11404         * lib/fcntl_.h: New file.
11405         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11406         the fcntl module.
11407         * lib/dirchownmod.c: Likewise.
11408         * lib/fts.c: Likewise.
11409
11410         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11411         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11412         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11413         just before including <inttypes.h>, to avoid circular inclusion.
11414
11415 2006-08-28  Jim Meyering  <jim@meyering.net>
11416
11417         * doc/visibility.texi: Actually read and correct the grammar of the
11418         sentence affected by yesterday's change.
11419
11420 2006-08-28  Eric Blake  <ebb9@byu.net>
11421
11422         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11423         needs wrapper.
11424
11425 2006-08-28  Eric Blake  <ebb9@byu.net>
11426
11427         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11428
11429 2006-08-28  Eric Blake  <ebb9@byu.net>
11430
11431         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11432
11433 2006-08-28  Bruno Haible  <bruno@clisp.org>
11434
11435         * modules/c-strstr: New file, from GNU gettext.
11436         * MODULES.html.sh (String handling): Add c-strstr.
11437
11438 2006-08-28  Bruno Haible  <bruno@clisp.org>
11439
11440         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11441         macros.
11442         Reported by Eric Blake.
11443
11444 2006-08-28  Bruno Haible  <bruno@clisp.org>
11445
11446         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11447         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11448         * lib/vasprintf.c: Include errno.h, limits.h.
11449         (EOVERFLOW): New fallback definition.
11450         (vasprintf): Test here whether the string length is > INT_MAX.
11451         * lib/vsnprintf.c: Include errno.h, limits.h.
11452         (EOVERFLOW): New fallback definition.
11453         (vsnprintf): Fix bug when generated string was too long for the buffer.
11454         Test here whether the string length is > INT_MAX.
11455
11456 2006-08-28  Bruno Haible  <bruno@clisp.org>
11457
11458         * lib/inttypes_.h (SCNX*): Remove definitions.
11459         Reported by Eric Blake.
11460
11461 2006-08-28  Bruno Haible  <bruno@clisp.org>
11462
11463         * lib/c-strstr.h: New file, from GNU gettext.
11464         * lib/c-strstr.c: New file, from GNU gettext.
11465
11466 2006-08-28  Bruno Haible  <bruno@clisp.org>
11467
11468         * gnulib-tool: Reorder some statements.
11469
11470 2006-08-28  Bruno Haible  <bruno@clisp.org>
11471
11472         * gnulib-tool: New option --makefile-name.
11473         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11474         $makefile_name.
11475         (func_import): Write $makefile_name to the cache file, and read it from
11476         there unless explicitly specified. Use $makefile_name as file name
11477         instead of Makefile.am. Adjust the recommendations accordingly.
11478
11479 2006-08-28  Bruno Haible  <bruno@clisp.org>
11480
11481         * gnulib-tool (func_verify_module): Check against misapplying patch.
11482
11483 2006-08-28  Bruno Haible  <bruno@clisp.org>
11484
11485         * gnulib-tool (func_relativize, func_relconcat): New functions.
11486         Give an error if --local-dir is given with --update.
11487         Remove trailing slashes from $local_gnulib_dir.
11488         (func_import): Store the relativized $local_gnulib_dir in
11489         gnulib-cache.m4, and read it from there if not specified explicitly.
11490
11491 2006-08-28  Bruno Haible  <bruno@clisp.org>
11492
11493         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11494         is the current directory. Respect also $local_gnulib_dir.
11495
11496 2006-08-28  Bruno Haible  <bruno@clisp.org>
11497             Simon Josefsson  <jas@extundo.com>
11498
11499         BeOS portability.
11500         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11501
11502 2006-08-27  Jim Meyering  <jim@meyering.net>
11503
11504         * doc/visibility.texi: Remove duplicate word: "pointer".
11505
11506 2006-08-26  Bruno Haible  <bruno@clisp.org>
11507
11508         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11509         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11510         (Makefile.am): Create inttypes.h from inttypes_.h.
11511         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11512
11513         * modules/imaxabs: New file.
11514
11515         * modules/imaxdiv: New file.
11516
11517 2006-08-26  Bruno Haible  <bruno@clisp.org>
11518
11519         * m4/inttypes.m4: New file.
11520         * m4/_inttypes_h.m4: Remove file.
11521         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11522         PRI_MACROS_BROKEN.
11523         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11524
11525         * m4/imaxabs.m4: New file.
11526
11527         * m4/imaxdiv.m4: New file.
11528
11529 2006-08-26  Bruno Haible  <bruno@clisp.org>
11530
11531         * lib/inttypes_.h: New file.
11532         * lib/inttypes.h: Remove file.
11533         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11534
11535         * lib/imaxabs.c: New file.
11536
11537         * lib/imaxdiv.c: New file.
11538
11539 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11540
11541         New config-h module, so that "make" output needn't be cluttered
11542         by -DHAVE_CONFIG_H.
11543         * MODULES.html.sh (Support for building libraries and executables):
11544         Add config-h.
11545         * modules/config-h: New file.
11546         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11547         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11548         the config-h module is used.
11549
11550         New configmake module, so that "make" output needn't be cluttered
11551         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11552         * MODULES.html.sh (Support for building libraries and executables):
11553         Add configmake.
11554         * modules/configmake: New file.
11555
11556 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11557
11558         * m4/config-h.m4: New file.
11559
11560 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11561
11562         * config/srclist.txt: Add elisp-comp.
11563
11564 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11565
11566         * MODULES.html.sh (Support for building libraries and executables):
11567         Add elisp-comp.
11568         * build-aux/elisp-comp: New file.
11569         * modules/elisp-comp: New file.
11570
11571 2006-08-24  Bruno Haible  <bruno@clisp.org>
11572
11573         * gnulib-tool (func_create_testdir): Use non-default values of
11574         sourcebase and m4base.
11575
11576 2006-08-24  Bruno Haible  <bruno@clisp.org>
11577
11578         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11579         HTML structure.
11580
11581 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11582
11583         * modules/openat (Depends-on): Add lchown.
11584
11585 2006-08-23  Bruno Haible  <bruno@clisp.org>
11586
11587         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11588         of gl_LOCK_EARLY instead of gl_LOCK.
11589
11590 2006-08-23  Bruno Haible  <bruno@clisp.org>
11591
11592         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11593         on OSF/1 to no.
11594         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11595
11596 2006-08-23  Bruno Haible  <bruno@clisp.org>
11597
11598         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11599         as unusable.
11600
11601         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11602         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11603         (gl_LOCK): New macro.
11604
11605 2006-08-22  Simon Josefsson  <jas@extundo.com>
11606
11607         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11608         to md5 module.
11609
11610 2006-08-22  Simon Josefsson  <jas@extundo.com>
11611
11612         * MODULES.html.sh: Add "Support for maintaining and release
11613         projects".
11614
11615         * build-aux/gnupload: New file, from coreutils.
11616
11617 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11618
11619         Avoid the need for AC_LIBSOURCES in m4 macros.
11620         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11621         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11622         * modules/check-version (EXTRA_DIST): Add check-version.h.
11623         * modules/crc (EXTRA_DIST): Add crc.h.
11624         * modules/des (EXTRA_DIST): Add des.h.
11625         * modules/gc (EXTRA_DIST): Add gc.h.
11626         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11627         * modules/getline (EXTRA_DIST): Add getline.h.
11628         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11629         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11630         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11631         * modules/md2 (EXTRA_DIST): Add md2.h.
11632         * modules/md4 (EXTRA_DIST): Add md4.h.
11633         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11634         * modules/read-file (EXTRA_DIST): Add read-file.h.
11635         * modules/readline (EXTRA_DIST): Add readline.h.
11636         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11637         rijndael-api-fst.h.
11638
11639 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11640
11641         * m4/rijndael.m4 (gl_ARCFOUR):
11642         * m4/arctwo.m4 (gl_ARCTWO):
11643         * m4/check-version.m4 (gl_CHECK_VERSION):
11644         * m4/crc.m4 (gl_CRC):
11645         * m4/des.m4 (gl_DES):
11646         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11647         * m4/gc.m4 (gl_GC):
11648         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11649         * m4/getline.m4 (gl_FUNC_GETLINE):
11650         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11651         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11652         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11653         * m4/md2.m4 (gl_MD2):
11654         * m4/md4.m4 (gl_MD4):
11655         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11656         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11657         * m4/readline.m4 (gl_FUNC_READLINE):
11658         * m4/rijndael.m4 (gl_RIJNDAEL):
11659         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11660         to get the necessary .h files and whatnot.
11661
11662 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11663
11664         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11665         gnulib rather than the other way around.
11666         * config/srclistvars.sh (COREUTILS): Remove.
11667
11668 2006-08-22  Jim Meyering  <jim@meyering.net>
11669
11670         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11671
11672         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11673
11674 2006-08-22  Eric Blake  <ebb9@byu.net>
11675
11676         * modules/regexprops-generic: New file.
11677         * MODULES.html.sh (Support for building documentation): List it.
11678
11679 2006-08-22  Eric Blake  <ebb9@byu.net>
11680
11681         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11682         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11683         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11684         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11685
11686 2006-08-22  Bruno Haible  <bruno@clisp.org>
11687
11688         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11689         and lib_LTLIBRARIES like the other lib_* variables.
11690
11691 2006-08-22  Bruno Haible  <bruno@clisp.org>
11692
11693         * build-aux/x-to-1.in: New file, from GNU gettext.
11694
11695 2006-08-22  Bruno Haible  <bruno@clisp.org>
11696
11697         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11698         <utmpx.h> exists.
11699
11700 2006-08-22  Bruno Haible  <bruno@clisp.org>
11701
11702         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11703         <utmpx.h> exists.
11704
11705 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11706
11707         BeOS portability.
11708         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11709         exist.
11710         Problem reported by Bruno Haible.
11711
11712 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11713
11714         Avoid the need for AC_LIBSOURCES in m4 macros.
11715         * modules/acl (EXTRA_DIST): Add acl.h.
11716         * modules/argmatch (Files): Add m4/argmatch.m4.
11717         (configure.ac): Add gl_ARGMATCH.
11718         (EXTRA_DIST): Renamed from lib_SOURCES, for
11719         consistency with the other modules.  Remove argmatch.c.
11720         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11721         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11722         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11723         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11724         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11725         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11726         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11727         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11728         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11729         * modules/closeout (EXTRA_DIST): Add closeout.h.
11730         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11731         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11732         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11733         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11734         dirname.h; remove basename.c and stripslash.c.
11735         * modules/exclude (EXTRA_DIST): Add exclude.h.
11736         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11737         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11738         * modules/file-type (EXTRA_DIST): Add file-type.h.
11739         * modules/filemode (EXTRA_DIST): Add filemode.h.
11740         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11741         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11742         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11743         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11744         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11745         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11746         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11747         * modules/getdate (EXTRA_DIST): Add getdate.c.
11748         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11749         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11750         * modules/getpass (EXTRA_DIST): Add getpass.h.
11751         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11752         * modules/group-member (EXTRA_DIST): Add group-member.h.
11753         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11754         * modules/hash (EXTRA_DIST): Add hash.h.
11755         * modules/human (EXTRA_DIST): Add human.h.
11756         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11757         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11758         * modules/lchown (EXTRA_DIST): Add lchown.h.
11759         * modules/long-options (EXTRA_DIST): Add long-options.h.
11760         * modules/lstat (EXTRA_DIST): Add lstat.h.
11761         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11762         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11763         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11764         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11765         * modules/memxor (EXTRA_DIST): Add memxor.h.
11766         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11767         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11768         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11769         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11770         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11771         * modules/physmem (EXTRA_DIST): Add physmem.h.
11772         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11773         * modules/posixver (EXTRA_DIST): Add posixver.h.
11774         * modules/quote (EXTRA_DIST): Add quote.h.
11775         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11776         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11777         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11778         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11779         regex_internal.h regexec.c.
11780         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11781         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11782         * modules/same (EXTRA_DIST): Add same.h.
11783         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11784         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11785         * modules/savedir (EXTRA_DIST): Add savedir.h.
11786         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11787         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11788         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11789         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11790         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11791         * modules/strdup (EXTRA_DIST): Add strdup.h.
11792         * modules/strftime (EXTRA_DIST): Add strftime.h.
11793         * modules/strndup (EXTRA_DIST): Add strndup.h.
11794         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11795         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11796         * modules/time_r (EXTRA_DIST): Add time_r.h.
11797         * modules/timespec (EXTRA_DIST): Add timespec.h.
11798         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11799         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11800         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11801         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11802         * modules/userspec (EXTRA_DIST): Add userspec.h.
11803         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11804         * modules/utimens (EXTRA_DIST): Add utimens.h.
11805         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11806         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11807         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11808         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11809         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11810         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11811         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11812         * modules/yesno (EXTRA_DIST): Add yesno.h.
11813
11814 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11815
11816         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11817
11818         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11819         * m4/dev-ino.m4, same-inode.m4: Remove.
11820
11821         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11822         * m4/acl.m4 (AC_FUNC_ACL):
11823         * m4/backupfile.m4 (gl_BACKUPFILE):
11824         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11825         * m4/canon-host.m4 (gl_CANON_HOST):
11826         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11827         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11828         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11829         * m4/cloexec.m4 (gl_CLOEXEC):
11830         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11831         * m4/closeout.m4 (gl_CLOSEOUT):
11832         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11833         * m4/dirname.m4 (gl_DIRNAME):
11834         * m4/exclude.m4 (gl_EXCLUDE):
11835         * m4/exitfail.m4 (gl_EXITFAIL):
11836         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11837         * m4/file-type.m4 (gl_FILE_TYPE):
11838         * m4/filemode.m4 (gl_FILEMODE):
11839         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11840         * m4/fpending.m4 (gl_FUNC_FPENDING):
11841         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11842         * m4/fts.m4 (gl_FUNC_FTS):
11843         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11844         * m4/getdate.m4 (gl_GETDATE):
11845         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11846         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11847         * m4/getpass.m4 (gl_FUNC_GETPASS):
11848         * m4/gettime.m4 (gl_GETTIME):
11849         * m4/getugroups.m4 (gl_GETUGROUPS):
11850         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11851         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11852         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11853         * m4/hash.m4 (gl_HASH):
11854         * m4/idcache.m4 (gl_IDCACHE):
11855         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11856         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11857         * m4/long-options.m4 (gl_LONG_OPTIONS):
11858         * m4/lstat.m4 (gl_FUNC_LSTAT):
11859         * m4/md5.m4 (gl_MD5):
11860         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11861         * m4/memcoll.m4 (gl_MEMCOLL):
11862         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11863         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11864         * m4/memxor.m4 (gl_MEMXOR):
11865         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11866         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11867         * m4/modechange.m4 (gl_MODECHANGE):
11868         * m4/mountlist.m4 (gl_MOUNTLIST):
11869         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11870         * m4/openat.m4 (gl_FUNC_OPENAT):
11871         * m4/pathmax.m4 (gl_PATHMAX):
11872         * m4/physmem.m4 (gl_PHYSMEM):
11873         * m4/posixtm.m4 (gl_POSIXTM):
11874         * m4/posixver.m4 (gl_POSIXVER):
11875         * m4/quote.m4 (gl_QUOTE):
11876         * m4/quotearg.m4 (gl_QUOTEARG):
11877         * m4/readtokens.m4 (gl_READTOKENS):
11878         * m4/readutmp.m4 (gl_READUTMP):
11879         * m4/regex.m4 (gl_REGEX):
11880         * m4/safe-read.m4 (gl_SAFE_READ):
11881         * m4/safe-write.m4 (gl_SAFE_WRITE):
11882         * m4/same.m4 (gl_SAME):
11883         * m4/save-cwd.m4 (gl_SAVE_CWD):
11884         * m4/savedir.m4 (gl_SAVEDIR):
11885         * m4/settime.m4 (gl_SETTIME):
11886         * m4/sha1.m4 (gl_SHA1):
11887         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11888         * m4/stat-macros.m4 (gl_STAT_MACROS):
11889         * m4/stat-time.m4 (gl_STAT_TIME):
11890         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11891         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11892         * m4/strdup.m4 (gl_FUNC_STRDUP):
11893         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11894         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11895         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11896         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11897         * m4/time_r.m4 (gl_TIME_R):
11898         * m4/timespec.m4 (gl_TIMESPEC):
11899         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11900         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11901         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11902         * m4/userspec.m4 (gl_USERSPEC):
11903         * m4/utimecmp.m4 (gl_UTIMECMP):
11904         * m4/utimens.m4 (gl_UTIMENS):
11905         * m4/xalloc.m4 (gl_XALLOC):
11906         * m4/xgetcwd.m4 (gl_XGETCWD):
11907         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11908         * m4/xreadlink.m4 (gl_XREADLINK):
11909         * m4/xstrtod.m4 (gl_XSTRTOD):
11910         * m4/yesno.m4 (gl_YESNO):
11911         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11912         to get the necessary .h files and whatnot.
11913
11914 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11915             Bruno Haible  <bruno@clisp.org>
11916
11917         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11918         /bin/sh understanding of '!' conditional negation.
11919
11920 2006-08-21  Jim Meyering  <jim@meyering.net>
11921
11922         * modules/openat (Depends-on): Really alphabetize.
11923
11924         * modules/acl (Depends-on): Add error and quote.
11925
11926         * check-module (find_included_lib_files): Add at-func.c to the
11927         ok-to-include-more-than-once white list.
11928
11929         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11930
11931 2006-08-21  Bruno Haible  <bruno@clisp.org>
11932
11933         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11934         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11935         Reported by Martin Lambers <marlam@marlam.de>.
11936
11937 2006-08-21  Bruno Haible  <bruno@clisp.org>
11938
11939         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11940         specify an installation location, don't emit a noinst_LIBRARIES or
11941         noinst_LTLIBRARIES assignment.
11942
11943 2006-08-21  Bruno Haible  <bruno@clisp.org>
11944
11945         BeOS portability.
11946         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11947         BeOS has mbrtowc() but no <wctype.h>.
11948
11949 2006-08-21  Bruno Haible  <bruno@clisp.org>
11950
11951         BeOS portability.
11952         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11953         exist.
11954
11955 2006-08-21  Bruno Haible  <bruno@clisp.org>
11956
11957         BeOS portability.
11958         * lib/mbchar.h: Include <wctype.h> only if it exists.
11959
11960 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11961
11962         Remove files that are no longer needed by their respective modules.
11963         * m4/obstack.m4: Remove.
11964         * m4/strerror_r.m4: Remove.
11965         * m4/uint32_t.m4: Remove.
11966         * m4/uintptr_t.m4: Remove.
11967         * m4/ullong_max.m4: Remove.
11968         * m4/xstrtoimax.m4: Remove.
11969         * m4/xstrtoumax.m4: Remove.
11970
11971         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11972         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11973         dependencies now capture this.
11974
11975         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11976         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11977         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11978         * m4/human.m4 (gl_HUMAN): Likewise.
11979         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11980         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11981
11982         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11983
11984         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11985         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11986         stdint.
11987         * m4/human.m4 (gl_HUMAN): Likewise.
11988         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11989         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11990         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11991         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11992         * m4/xstrtol (gl_XSTRTOL): Likewise.
11993
11994         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11995         AC_TYPE_LONG_LONG_INT.
11996         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11997         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11998         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11999         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12000
12001         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12002         on stdbool.
12003
12004         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12005         (gl_PREREQ_XSTRTOUL): Remove.
12006
12007         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12008
12009         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12010         mode.
12011
12012 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12013
12014         Add and change modules to make it easier for coreutils to use
12015         gnulib-tool.
12016         * modules/backupfile (Files): Remove m4/d-ino.m4.
12017         (Depends-on): Add d-ino.
12018         * modules/cycle-check (Depends-on): Add stdint.
12019         (lib_SOURCES): Add cycle-check.h.
12020         * modules/d-ino: New module.
12021         * modules/d-type: New module.
12022         * modules/error (Files): Remove m4/strerror_r.m4.
12023         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12024         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12025         m4/inttypes_h.m4, m4/uintmax_t.m4.
12026         (Depends-on): Add stdint.
12027         (lib_SOURCES): Add fsusage.h.
12028         * modules/getcwd (Files): Remove d-ino.m4.
12029         (Depends-on): Add d-ino.
12030         * modules/getndelim2 (Depends-on): Add stdint.
12031         * modules/glob (Files): Remove m4/d-type.m4.
12032         (Depends-on): Add d-type.
12033         * modules/host-os: New module.
12034         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12035         m4/inttypes_h.m4, m4/uintmax_t.m4.
12036         * Depends-on: Add stdint.
12037         (lib_SOURCES): Add human.h.
12038         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12039         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12040         m4/uintmax_t.m4, m4/ulonglong.m4.
12041         (Depends-on): Add stdint.
12042         (EXTRA_DIST): Add inttostr.h.
12043         * modules/lchmod: New module.
12044         * modules/link-follow: New module.
12045         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12046         (Depends-on): Add lchmod.
12047         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12048         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12049         (Depends-on): Add stdint.
12050         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12051         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12052         (Depends-on): Add stdint.
12053         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12054         * modules/perl: New module.
12055         * modules/regex (Depends-on): Add stdint.
12056         * modules/rmdir-errno: New module.
12057         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12058         m4/intmax_t.m4.
12059         (Depends-on): Add stdint.
12060         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12061         m4/uintmax_t.m4.
12062         (Depends-on): Add stdint.
12063         * modules/unlink-busy: New module.
12064         * modules/utimecmp (Depends-on): Add stdint.
12065         * modules/uptime: New module.
12066         * modules/winsz-ioctl: New module.
12067         * modules/winsz-termios: New module.
12068         * modules/xnanosleep (Depends-on): Add nanosleep.
12069         * modules/ullong_max: Remove.
12070         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12071         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12072         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12073         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12074         (Depends-on): Add inttypes.
12075         (lib_SOURCES): Add xstrtol.h.
12076         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12077         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12078         * MODULES.html.sh: Move 'assert' into the assert section.
12079         Move 'dummy' into the linking section.
12080         Remove ullong_max.
12081         Add section for compatibility checks for POSIX:2001 functions,
12082         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12083         winsz-ioctl, and winsz-termios into it.
12084         Add lchmod.
12085         Add top-level Misc section and put host-os, perl, and uptime
12086         into it.
12087
12088 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12089
12090         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12091         now assume the stdint module.  Do not include inttypes.h.
12092         * lib/fsusage.h: Likewise.
12093         * lib/getndelim2.c: Likewise.
12094         * lib/human.h: Likewise.
12095         * lib/inttostr.h: Likewise.
12096         * lib/obstack.c: Likewise.
12097         * lib/regex_internal.h: Likewise.
12098         * lib/tempname.c: Likewise.
12099         * lib/utimecmp.c: Likewise.
12100         * lib/xstrtol.h: Likewise.
12101
12102         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12103
12104         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12105         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12106         * lib/xtime.h: Likewise.
12107
12108 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12109
12110         * modules/openat (Files): Add lib/fchmodat.c.
12111         Fixes problem reported by Jay Youngman.
12112
12113 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12114
12115         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12116         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12117
12118 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12119             Bruno Haible  <bruno@clisp.org>
12120
12121         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12122         and is a script that invokes bison. Tighten the code. Add comments.
12123
12124 2006-08-18  Jim Meyering  <jim@meyering.net>
12125
12126         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12127         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12128         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12129         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12130
12131 2006-08-18  Bruno Haible  <bruno@clisp.org>
12132
12133         * modules/bison-i18n: New file.
12134         * MODULES.html.sh (Internationalization functions): Add it.
12135
12136 2006-08-18  Bruno Haible  <bruno@clisp.org>
12137
12138         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12139         sys/statvfs.h. When getmntinfo was found, check its declaration and
12140         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12141
12142 2006-08-18  Bruno Haible  <bruno@clisp.org>
12143
12144         * m4/bison-i18n.m4: New file, from bison.
12145
12146 2006-08-18  Bruno Haible  <bruno@clisp.org>
12147
12148         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12149         (ME_DUMMY): Treat "kernfs" as a dummy.
12150         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12151
12152 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12153
12154         Update from coreutils.
12155
12156         2006-08-15  Jim Meyering  <jim@meyering.net>
12157
12158         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12159
12160         2006-01-17  Jim Meyering  <jim@meyering.net>
12161
12162         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12163
12164         2006-01-11  Jim Meyering  <jim@meyering.net>
12165
12166         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12167         Check for the lchmod function.
12168
12169 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12170
12171         Update from coreutils.
12172
12173         * lib/__fpending.h: Add copyright notice.
12174         * lib/fprintftime.h: Likewise.
12175         * lib/savedir.c: Use (C) in copyright notice.
12176         * lib/savedir.h: Likewise.
12177
12178         2006-08-15  Jim Meyering  <jim@meyering.net>
12179
12180         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12181         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12182         in support of the EXPECTED_ERRNO macro.
12183         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12184         definitions.  Instead, define the appropriate symbols and include
12185         "at-func.c".
12186         * lib/mkdirat.c (mkdirat): Likewise.
12187         * lib/fchmodat.c (fchmodat): Likewise.
12188         (ENOSYS): Remove definition.
12189         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12190         it.  Don't include "unistd--.h" -- it wasn't ever used.
12191
12192         2006-01-17  Jim Meyering  <jim@meyering.net>
12193
12194         Rewrite fts.c not to change the current working directory,
12195         by using openat, fstatat, fdopendir, etc..
12196
12197         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12198         (HAVE_OPENAT_SUPPORT): Define.
12199         [_LIBC] (fchdir): Don't undef or define; no longer used.
12200         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12201         Now, this `function' always succeeds, and consumes its file descriptor
12202         parameter -- so callers must not close such FDs.  Update callers.
12203         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12204         (diropen): Add parameter, SP.  Adjust all callers.
12205         Implement using diropen_fd, rather than open.
12206         (fts_open): Initialize new member, fts_cwd_fd.
12207         Remove fts_rft-setting code.
12208         (fts_close): Close fts_cwd_fd, if necessary.
12209         (__opendir2): Define in terms of opendir or opendirat,
12210         depending on whether the FST_NOCHDIR flag is set.
12211         (fts_build): Since fts_safe_changedir consumes its FD, and since
12212         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12213         and close the dup'd file descriptor upon failure.
12214         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12215         (fts_safe_changedir): Tweak semantics to reflect that this function
12216         now calls cwd_advance_fd and hence consumes its FD argument.
12217         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12218         [struct FTS] (fts_rft): Remove now-unused member.
12219         [struct FTS] (fts_cycle.state): Improve comment.
12220
12221         * lib/openat.c (openat_needs_fchdir): New function.
12222         * lib/openat.h (openat_needs_fchdir): Declare it.
12223
12224 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12225
12226         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12227         Problem and fix reported by Pádraig Brady in
12228         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12229
12230 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12231
12232         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12233
12234 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12235
12236         * lib/memcoll.c (memcoll): Optimize for the common case where the
12237         arguments are bytewise equal.
12238
12239 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12240
12241         * doc/regexprops-generic.texi: Add a copyright notice.
12242
12243 2006-08-15  Bruno Haible  <bruno@clisp.org>
12244
12245         * modules/tmpdir (License): Change to LGPL.
12246
12247 2006-08-15  Bruno Haible  <bruno@clisp.org>
12248
12249         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12250         module.
12251
12252 2006-08-14  Simon Josefsson  <jas@extundo.com>
12253
12254         * config/srclist.txt: Add gnupload.
12255
12256 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12257
12258         Change copyright notice from LGPL 2 to GPL 2, since that's the
12259         standard form used in the gnulib repository.
12260         * tests/test-lock.c: Likewise.
12261         * tests/test-stdint.c: Likewise.
12262         * tests/test-tls.c: Likewise.
12263
12264         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12265         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12266         Add copyright notice.
12267
12268         * check-module: Add copyright notice.  Output a copyright
12269         notice if "--version" is specified.
12270         * modules/COPYING: New file.
12271         * tests/test-getaddrinfo.c: Add copyright notice.
12272         * tests/test-verify.c: Likewise.
12273
12274 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12275
12276         Change copyright notice from LGPL 2 to GPL 2, since that's the
12277         standard form used in the gnulib repository.
12278         * lib/lock.c: LGPL -> GPL.
12279         * lib/lock.h: Likewise.
12280         * lib/strnlen1.c: Likewise.
12281         * lib/strnlen1.h: Likewise.
12282         * lib/tls.c: Likewise.
12283         * lib/tls.h: Likewise.
12284         * lib/tmpdir.c: Likewise.
12285
12286         * lib/TODO: Remove; this belongs only in coreutils.
12287
12288 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12289
12290         Add copyright notices to long-enough files that lack them, since
12291         otherwise the files aren't clearly free.  Use the same notice that
12292         getdate.texi already uses.
12293         * doc/alloca-opt.texi: Add copyright notice.
12294         * doc/alloca.texi: Likewise.
12295         * doc/ctime.texi: Likewise.
12296         * doc/functions.texi: Likewise.
12297         * doc/gcd.texi: Likewise.
12298         * doc/gnulib-tool.texi: Likewise.
12299         * doc/inet_ntoa.texi: Likewise.
12300         * doc/visibility.texi: Likewise.
12301
12302         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12303         * doc/quote.texi: Add copyright notice.
12304
12305         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12306         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12307         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12308         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12309         is now obsolete, and give a pointer to the Sun list.
12310         Add copyright notice.
12311
12312 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12313
12314         * config/srclistvars.sh: Add copyright notice.
12315
12316 2006-08-14  Eric Blake  <ebb9@byu.net>
12317
12318         Import the following change from libc:
12319
12320         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12321
12322         Upstream bug 2997.
12323         * lib/misc/error.c: Add space between program name and message if file
12324         name is missing.
12325
12326 2006-08-12  Karl Berry  <karl@gnu.org>
12327
12328         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12329         remove, these originate in gnulib now.
12330
12331 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12332
12333         * doc/Makefile (standards.info standards.html standards.dvi):
12334         Also depend on make-stds.texi.
12335
12336 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12337
12338         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12339         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12340
12341         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12342         in wchar_t.  Problem reported by Eric Blake.
12343
12344         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12345         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12346         Also, help the compiler to keep LEN in a register.
12347
12348 2006-08-11  Eric Blake  <ebb9@byu.net>
12349
12350         * users.txt: Sort.  Add tar.
12351
12352 2006-08-11  Bruno Haible  <bruno@clisp.org>
12353
12354         * users.txt: New file.
12355
12356 2006-08-11  Bruno Haible  <bruno@clisp.org>
12357
12358         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12359         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12360
12361 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12362
12363         * modules/snprintf (Depends-on): Remove minmax.
12364         (Maintainer): Add self and Bruno.
12365
12366 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12367
12368         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12369         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12370         (EOVERFLOW): Define if the system does not.
12371         Do not include "minmax.h"; it wasn't used.
12372         (snprintf): Don't assume size_t promotes to an unsigned type.
12373         Fix bug when generated string was too long for the buffer: the
12374         buffer's contents are supposed to be the initial prefix of the
12375         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12376         exceeds INT_MAX; do the check ourselves.
12377
12378         Import the following changes from libc:
12379
12380         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12381
12382         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12383         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12384         set wc to the byte which couldn't be converted.
12385         (re_string_reconstruct): Don't clear valid_raw_len before calling
12386         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12387         tip_context using re_string_context_at.
12388
12389         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12390
12391         * lib/posix/regex.h: g++ still cannot handled [restrict].
12392
12393         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12394
12395         * lib/posix/regex.h: Remove special handling for VMS.
12396
12397 2006-08-10  Jim Meyering  <jim@meyering.net>
12398
12399         * modules/same-inode: New module.
12400         * modules/dev-ino: New module.
12401         * modules/cycle-check: Depend on these modules, rather than simply
12402         including their .h files.
12403         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12404         required via m4/cycle-check.m4.
12405         * modules/same: Depend on new same-inode module, rather than
12406         including same-inode.h.
12407         * modules/chdir-safer: New file.
12408
12409         * modules/chown (Depends-on): Add stat-macros.
12410
12411 2006-08-10  Jim Meyering  <jim@meyering.net>
12412
12413         * m4/cycle-check.m4: New file.
12414         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12415         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12416
12417 2006-08-10  Eric Blake  <ebb9@byu.net>
12418
12419         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12420         in from original proposal.
12421
12422 2006-08-10  Eric Blake  <ebb9@byu.net>
12423         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12424
12425         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12426         namespace.
12427
12428 2006-08-10  Bruno Haible  <bruno@clisp.org>
12429
12430         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12431         as well.
12432
12433 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12434
12435         Sync from coreutils.
12436
12437         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12438
12439         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12440         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12441
12442 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12443
12444         * modules/restrict: Remove; no longer needed now that we assume
12445         Autoconf 2.59 or later.
12446         * MODULES.html.sh: Remove 'restrict'.
12447         * modules/argp (Depends-on): Remove 'restrict'.
12448         * modules/base64 (Depends-on): Likewise.
12449         * modules/gc (Depends-on): Likewise.
12450         * modules/getaddrinfo (Depends-on): Likewise.
12451         * modules/glob (Depends-on): Likewise.
12452         * modules/inet_ntop (Depends-on): Likewise.
12453         * modules/inet_pton (Depends-on): Likewise.
12454         * modules/memxor (Depends-on): Likewise.
12455         * modules/regex (Depends-on): Likewise.
12456         * modules/strtok_r (Depends-on): Likewise.
12457         * modules/time_r (Depends-on): Likewise.
12458
12459 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12460
12461         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12462         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12463         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12464         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12465         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12466         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12467         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12468         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12469
12470         Merge from coreutils.
12471         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12472         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12473         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12474         * m4/time_r.m4 (gl_TIME_R): Likewise.
12475
12476 2006-08-09  Karl Berry  <karl@gnu.org>
12477
12478         * config/srclist.txt: no more gettext-tools, per Bruno.
12479
12480 2006-08-08  Eric Blake  <ebb9@byu.net>
12481
12482         * modules/verror: New module.
12483         * MODULES.html.sh: Document it.
12484
12485 2006-08-08  Eric Blake  <ebb9@byu.net>
12486
12487         * lib/verror.h, lib/verror.c: New files.
12488
12489 2006-08-08  Eric Blake  <ebb9@byu.net>
12490
12491         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12492         verror_at_line output complies with GNU Coding Standards even when
12493         file is NULL.
12494
12495 2006-08-07  Bruno Haible  <bruno@clisp.org>
12496
12497         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12498         versions of AIX.
12499         Reported by Ralf Wildenhues.
12500
12501 2006-08-07  Bruno Haible  <bruno@clisp.org>
12502
12503         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12504         in an AC_DEFUN. Needed so that the autoconf snippets can use
12505         AC_REQUIRE.
12506
12507 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12508
12509         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12510         Initialize pkgdata_DATA.
12511         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12512         overriding it.
12513
12514 2006-08-06  Eric Blake  <ebb9@byu.net>
12515
12516         * lib/error.h: Fold in some upstream changes from glibc.
12517         * lib/error.c: Likewise.
12518
12519 2006-08-04  Bruno Haible  <bruno@clisp.org>
12520
12521         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12522         Make the mostlyclean-local rule depend on mostlyclean-generic.
12523         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12524
12525 2006-07-31  Bruno Haible  <bruno@clisp.org>
12526
12527         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12528         <stdlib.h>, <string.h>.
12529
12530 2006-07-30  Bruno Haible  <bruno@clisp.org>
12531
12532         * modules/readlink (License): Change to LGPL.
12533
12534 2006-07-30  Bruno Haible  <bruno@clisp.org>
12535
12536         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12537         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12538         set PKGDATADIR to point to it.
12539
12540 2006-07-30  Bruno Haible  <bruno@clisp.org>
12541
12542         * modules/csharpexec (configure.ac): Comment out macro invocation.
12543         * modules/javaexec (configure.ac): Likewise.
12544         * modules/javacomp-script (configure.ac): Likewise.
12545
12546         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12547
12548 2006-07-30  Bruno Haible  <bruno@clisp.org>
12549
12550         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12551         linked-list.
12552
12553 2006-07-30  Bruno Haible  <bruno@clisp.org>
12554
12555         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12556
12557 2006-07-30  Bruno Haible  <bruno@clisp.org>
12558
12559         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12560         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12561         get removed.
12562
12563 2006-07-29  Bruno Haible  <bruno@clisp.org>
12564
12565         Make it possible for gnulib-tool to work with locally modified or
12566         augmented gnulib repositories.
12567         * gnulib-tool (func_usage): Document --local-dir option.
12568         (local_gnulib_dir): New variable.
12569         Handle --local-dir option.
12570         (func_lookup_file): New function.
12571         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12572         (func_get_description, func_get_filelist, func_get_description,
12573         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12574         func_get_automake_snippet, func_get_include_directive,
12575         func_get_license, func_get_maintainer): Use func_lookup_file.
12576         (func_import, func_create_testdir): Use func_lookup_file.
12577
12578 2006-07-29  Bruno Haible  <bruno@clisp.org>
12579
12580         * modules/setenv (Depends-on): Add unistd.
12581
12582 2006-07-29  Bruno Haible  <bruno@clisp.org>
12583
12584         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12585
12586 2006-07-29  Bruno Haible  <bruno@clisp.org>
12587
12588         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12589
12590 2006-07-29  Bruno Haible  <bruno@clisp.org>
12591
12592         * gnulib-tool (import, update): If there is no Makefile.am, look at
12593         aclocal.m4, instead of bailing out.
12594
12595 2006-07-29  Bruno Haible  <bruno@clisp.org>
12596
12597         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12598         Categorize the options by when they are useful.
12599
12600 2006-07-29  Bruno Haible  <bruno@clisp.org>
12601
12602         * gnulib-tool (func_usage): Document option --no-libtool.
12603         Handle option --no-libtool.
12604         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12605         for changed semantics of $libtool variable.
12606         (func_import): Likewise. If libtool is not used, show this through
12607         an option --no-libtool.
12608         (func_create_testdir): Update.
12609
12610 2006-07-29  Bruno Haible  <bruno@clisp.org>
12611
12612         * gnulib-tool (func_import): Extend error message about missing
12613         --doc-base.
12614
12615 2006-07-29  Bruno Haible  <bruno@clisp.org>
12616
12617         * gnulib-tool (func_import): Don't create the $docbase directory if
12618         there is no file to store there.
12619
12620 2006-07-29  Bruno Haible  <bruno@clisp.org>
12621
12622         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12623         relevant, look for configure.ac there, not in the current directory.
12624         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12625
12626 2006-07-29  Bruno Haible  <bruno@clisp.org>
12627
12628         * gnulib-tool (SORT): New variable.
12629         (func_usage): Undocument --assume-autoconf option.
12630         Remove --assume-autoconf option handling.
12631         (autoconf_minversion): Determine from the contents of configure.ac.
12632         (func_import): Remove autoconf_minversion handling.
12633         Suggested by Eric Blake.
12634
12635 2006-07-29  Bruno Haible  <bruno@clisp.org>
12636
12637         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12638
12639 2006-07-29  Bruno Haible  <bruno@clisp.org>
12640
12641         * config/srclist.txt (*setenv.[ch]): Remove rules.
12642
12643 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12644
12645         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12646
12647 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12648
12649         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12650         arpa/inet.h.
12651
12652 2006-07-28  Simon Josefsson  <jas@extundo.com>
12653
12654         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12655         * modules/inet_pton (Depends-on): Likewise.
12656
12657 2006-07-28  Simon Josefsson  <jas@extundo.com>
12658
12659         * m4/netinet_in_h.m4: New file.
12660
12661 2006-07-28  Simon Josefsson  <jas@extundo.com>
12662
12663         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12664         #include's.
12665
12666 2006-07-28  Simon Josefsson  <jas@extundo.com>
12667
12668         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12669         #include's.
12670
12671 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12672
12673         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12674         setgid on directories only if they set these bits.
12675         * lib/modechange.h: Remove obsolete comment about masks.
12676
12677 2006-07-28  Eric Blake  <ebb9@byu.net>
12678
12679         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12680         macro expansion.
12681
12682 2006-07-28  Bruno Haible  <bruno@clisp.org>
12683
12684         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12685
12686 2006-07-28  Bruno Haible  <bruno@clisp.org>
12687
12688         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12689
12690 2006-07-28  Bruno Haible  <bruno@clisp.org>
12691
12692         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12693         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12694         Define fallbacks.
12695         Avoids link error on FreeBSD 4.x.
12696         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12697
12698         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12699         encoding.
12700         * lib/mbswidth.c (iswcntrl): Likewise.
12701
12702 2006-07-27  Bruno Haible  <bruno@clisp.org>
12703
12704         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12705         test.
12706
12707 2006-07-27  Bruno Haible  <bruno@clisp.org>
12708
12709         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12710         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12711         defined.
12712
12713 2006-07-26  Eric Blake  <ebb9@byu.net>
12714
12715         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12716
12717 2006-07-26  Eric Blake  <ebb9@byu.net>
12718
12719         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12720         like mingw that lack mkstemp.
12721         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12722         avoid compilation warning on mingw.
12723
12724 2006-07-26  Bruno Haible  <bruno@clisp.org>
12725
12726         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12727         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12728         INT_FAST*_MIN, INTPTR_MIN.
12729
12730 2006-07-25  Bruno Haible  <bruno@clisp.org>
12731
12732         * modules/version-etc (Depends-on): Add stdarg.
12733
12734 2006-07-25  Bruno Haible  <bruno@clisp.org>
12735
12736         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12737         complex commands.
12738
12739 2006-07-25  Bruno Haible  <bruno@clisp.org>
12740
12741         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12742         defined in <stdarg.h> or config.h.
12743
12744 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12745
12746         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12747         (gl_STDIO_SAFER): Remove.
12748
12749 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12750
12751         * MODULES.html.sh (File stream based Input/Output):
12752         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12753         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12754         * modules/fopen-safer, modules/tmpfile-safer: New files.
12755         * modules/stdio-safer: Remove.
12756
12757 2006-07-24  Bruno Haible  <bruno@clisp.org>
12758
12759         * modules/tmpdir: New file.
12760         * MODULES.html.sh (File system functions): Add it.
12761
12762 2006-07-24  Bruno Haible  <bruno@clisp.org>
12763
12764         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12765         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12766
12767 2006-07-24  Bruno Haible  <bruno@clisp.org>
12768
12769         * modules/clean-temp: New file.
12770
12771 2006-07-24  Bruno Haible  <bruno@clisp.org>
12772
12773         * m4/tmpdir.m4: New file, from GNU gettext.
12774
12775 2006-07-24  Bruno Haible  <bruno@clisp.org>
12776
12777         * lib/tmpdir.h: New file, from GNU gettext.
12778         * lib/tmpdir.c: New file, from GNU gettext.
12779
12780 2006-07-24  Bruno Haible  <bruno@clisp.org>
12781
12782         * lib/clean-temp.h: New file, from GNU gettext.
12783         * lib/clean-temp.c: New file, from GNU gettext.
12784
12785 2006-07-23  Eric Blake  <ebb9@byu.net>
12786
12787         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12788         (Depends-on): Add binary-io.
12789
12790 2006-07-23  Eric Blake  <ebb9@byu.net>
12791
12792         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12793
12794 2006-07-23  Eric Blake  <ebb9@byu.net>
12795
12796         * lib/tmpfile-safer.c: New file.
12797         * lib/stdio-safer.h (fopen_safer): Add prototype.
12798         * lib/stdio--.h (tmpfile): Make safer.
12799
12800 2006-07-23  Bruno Haible  <bruno@clisp.org>
12801
12802         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12803         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12804         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12805         gl_linked_remove_at): Use it.
12806
12807 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12808         and Simon Josefsson <jas@extundo.com>
12809
12810         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12811
12812         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12813
12814 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12815
12816         * modules/close-stream: New file.
12817         * modules/closeout (Description): Make it clear that it exits
12818         with a diagnostic on error.
12819         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12820         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12821
12822 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12823
12824         * m4/close-stream.m4: New file.
12825
12826 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12827
12828         * lib/close-stream.c, lib/close-stream.h: New files.
12829
12830 2006-07-22  Bruno Haible  <bruno@clisp.org>
12831
12832         Merge from GNU gettext 0.15.
12833
12834         2006-05-01  Bruno Haible  <bruno@clisp.org>
12835
12836                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12837
12838         2006-07-22  Bruno Haible  <bruno@clisp.org>
12839
12840                 * modules/javaversion: New file.
12841                 * MODULES.html.sh (Java): Add javaversion.
12842
12843         2006-03-12  Bruno Haible  <bruno@clisp.org>
12844
12845                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12846
12847         2005-12-04  Bruno Haible  <bruno@clisp.org>
12848
12849                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12850                 (untested).
12851
12852         2006-06-21  Bruno Haible  <bruno@clisp.org>
12853
12854                 Avoid warnings from recent versions of mcs.
12855                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12856                 -o, -L, -r any more. Use options documented since mcs-1.0
12857                 instead. Similarly for -g.
12858
12859         2005-12-04  Bruno Haible  <bruno@clisp.org>
12860
12861                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12862                 .resources, not .resource.
12863
12864         2005-07-09  Bruno Haible  <bruno@clisp.org>
12865
12866                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12867                 add a .dll suffix.
12868                 Reported by Mark Junker <mjscod@gmx.de>.
12869
12870         2006-07-22  Bruno Haible  <bruno@clisp.org>
12871
12872                 * modules/gettext: Upgrade to gettext-0.15.
12873                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12874                 m4/visibility.m4.
12875                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12876
12877 2006-07-22  Bruno Haible  <bruno@clisp.org>
12878
12879         Merge from GNU gettext 0.15.
12880
12881         2006-03-25  Bruno Haible  <bruno@clisp.org>
12882
12883                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12884
12885         2006-07-21  Bruno Haible  <bruno@clisp.org>
12886
12887                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12888                 "1.1".
12889
12890         2006-05-09  Bruno Haible  <bruno@clisp.org>
12891
12892                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12893                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12894                 for the conftestver execution.
12895
12896         2006-05-01  Bruno Haible  <bruno@clisp.org>
12897
12898                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12899                 optional target-version argument. Verify that the compiler
12900                 groks source of the specified source-version, or add -source
12901                 option as necessary. Verify that the compiler produces
12902                 bytecode in the specified target-version, or add -target and
12903                 -source options as necessary. Make the result of the test
12904                 available as variable CONF_JAVAC. Also log error output in
12905                 config.log.
12906
12907         2006-03-11  Bruno Haible  <bruno@clisp.org>
12908
12909                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12910
12911         2006-05-09  Bruno Haible  <bruno@clisp.org>
12912
12913                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12914                 CLASSPATH_SEPARATOR to a semicolon.
12915
12916         2006-03-12  Bruno Haible  <bruno@clisp.org>
12917
12918                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12919                 available as variable CONF_JAVA, for subsequent autoconf
12920                 tests. Also log error output in config.log.
12921
12922         2006-07-19  Bruno Haible  <bruno@clisp.org>
12923
12924                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12925                 that getline works on glibc2 systems. Needed to avoid trouble
12926                 in relocatable.c.
12927                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12928
12929         2005-12-04  Bruno Haible  <bruno@clisp.org>
12930
12931                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12932                 launcher (untested).
12933
12934         2005-12-04  Bruno Haible  <bruno@clisp.org>
12935
12936                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12937
12938         2006-07-22  Bruno Haible  <bruno@clisp.org>
12939
12940                 * gettext.m4: Update from GNU gettext-0.15.
12941                 * nls.m4: Likewise.
12942                 * po.m4: Likewise.
12943                 * inttypes-pri.m4: Likewise.
12944                 * inttypes-h.m4: Renamed from inttypes.m4.
12945                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12946
12947 2006-07-22  Bruno Haible  <bruno@clisp.org>
12948
12949         Merge from GNU gettext 0.15.
12950
12951         2005-07-05  Bruno Haible  <bruno@clisp.org>
12952
12953                 * printf-args.c (printf_fetchargs): Work around broken
12954                 definition of wint_t on mingw.
12955
12956         2005-02-12  Bruno Haible  <bruno@clisp.org>
12957
12958                 * xallocsa.h: Add extern "C" for C++.
12959
12960         2006-05-17  Bruno Haible  <bruno@clisp.org>
12961
12962                 Cygwin portability.
12963                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12964
12965         2006-04-30  Bruno Haible  <bruno@clisp.org>
12966
12967                 * progreloc.c: Include <mach-o/dyld.h> if available.
12968                 (find_executable): Use _NSGetExecutablePath when possible.
12969
12970         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12971
12972                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12973                 function.
12974
12975         2005-12-29  Bruno Haible  <bruno@clisp.org>
12976
12977                 * progreloc.c (set_program_name_and_installdir): Fix
12978                 compilation error.
12979
12980         2005-12-04  Bruno Haible  <bruno@clisp.org>
12981
12982                 Cygwin portability.
12983                 * progreloc.c: Include <windows.h> also on Cygwin.
12984                 (find_executable): Add support for Cygwin.
12985                 (set_program_name_and_installdir): Handle also platforms with
12986                 nonempty EXEEXT.
12987
12988         2006-07-11  Bruno Haible  <bruno@clisp.org>
12989
12990                 * javacomp.c: Fix a comment.
12991                 Reported by Jim Meyering.
12992
12993         2006-04-30  Bruno Haible  <bruno@clisp.org>
12994
12995                 * javacomp.h (compile_java_class): Add source_version,
12996                 target_version arguments.
12997                 * javacomp.c: Rewritten to choose only a compiler that
12998                 respects the specified source_version and target_version.
12999
13000         2006-06-27  Bruno Haible  <bruno@clisp.org>
13001
13002                 Assume correct S_ISDIR macro.
13003                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13004
13005         2006-07-22  Bruno Haible  <bruno@clisp.org>
13006
13007                 * javaversion.h: New file, from GNU gettext.
13008                 * javaversion.c: New file, from GNU gettext.
13009                 * javaversion.java: New file, from GNU gettext.
13010                 * javaversion.class: New file, from GNU gettext.
13011
13012         2006-05-17  Bruno Haible  <bruno@clisp.org>
13013
13014                 Cygwin portability.
13015                 * javaexec.c (execute_java_class): Test for jview program
13016                 also on Cygwin.
13017
13018         2006-04-09  Bruno Haible  <bruno@clisp.org>
13019
13020                 * fatal-signal.c: Don't include string.h.
13021                 (at_fatal_signal): Use a copying loop instead of memcpy.
13022
13023         2005-12-04  Bruno Haible  <bruno@clisp.org>
13024
13025                 * csharpexec.c: Add support for 'clix' launcher (untested).
13026                 (execute_csharp_using_sscli): New function.
13027                 (execute_csharp_program): Call it.
13028
13029         2006-06-21  Bruno Haible  <bruno@clisp.org>
13030
13031                 Avoid warnings from recent versions of mcs.
13032                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13033                 -o, -L, -r any more. Use options documented since mcs-1.0
13034                 instead. Similarly for -g.
13035
13036         2005-07-09  Bruno Haible  <bruno@clisp.org>
13037
13038                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13039                 add a .dll suffix.
13040                 Reported by Mark Junker <mjscod@gmx.de>.
13041
13042         2006-06-17  Bruno Haible  <bruno@clisp.org>
13043
13044                 * config.charset: Update for NetBSD 3.0.
13045
13046         2006-05-17  Bruno Haible  <bruno@clisp.org>
13047
13048                 Cygwin portability.
13049                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13050
13051         2006-05-16  Bruno Haible  <bruno@clisp.org>
13052
13053                 * localcharset.c [CYGWIN]: Include <windows.h>.
13054                 (get_charset_aliases): For Cygwin, return the same CPxxx
13055                 aliases list as under WIN32.
13056                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13057                 the environment variables. Fall back to GetACP().
13058
13059         2006-04-05  Bruno Haible  <bruno@clisp.org>
13060
13061                 * config.charset: Update Juan Manuel Guerrero's address.
13062
13063         2005-02-12  Bruno Haible  <bruno@clisp.org>
13064
13065                 * allocsa.h: Add extern "C" for C++.
13066
13067         2005-02-10  Bruno Haible  <bruno@clisp.org>
13068
13069                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13070                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13071
13072         2006-07-22  Bruno Haible  <bruno@clisp.org>
13073
13074                 * gettext.h: Update to GNU gettext-0.15.
13075
13076 2006-07-22  Bruno Haible  <bruno@clisp.org>
13077
13078         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13079         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13080         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13081
13082 2006-07-21  Eric Blake  <ebb9@byu.net>
13083
13084         * modules/stdlib-safer: New file.
13085         * MODULES.html.sh (File stream based Input/Output): Add
13086         stdlib-safer.
13087
13088 2006-07-21  Eric Blake  <ebb9@byu.net>
13089
13090         * lib/stdlib-safer.h: New file from coreutils, required by
13091         stdlib--.h.
13092
13093 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13094
13095         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13096
13097 2006-07-20  Bruno Haible  <bruno@clisp.org>
13098
13099         * gnulib-tool: Recognize new option --assume-autoconf.
13100         (autoconf_minversion): New variable.
13101         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13102
13103 2006-07-20  Bruno Haible  <bruno@clisp.org>
13104
13105         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13106
13107 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13108
13109         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13110         Reindent and repaginate.
13111
13112 2006-07-19  Derek Price  <derek@ximbiot.com>
13113
13114         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13115         Correct grammar.
13116
13117 2006-07-17  Bruno Haible  <bruno@clisp.org>
13118
13119         * modules/list: New file.
13120         * modules/array-list: New file.
13121         * modules/carray-list, modules/carray-list-tests: New files.
13122         * modules/linked-list, modules/linked-list-tests: New files.
13123         * modules/avltree-list, modules/avltree-list-tests: New files.
13124         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13125         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13126         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13127         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13128         * modules/oset: New file.
13129         * modules/array-oset: New file.
13130         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13131         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13132         * tests/test-carray_list.c: New file.
13133         * tests/test-linked_list.c: New file.
13134         * tests/test-avltree_list.c: New file.
13135         * tests/test-rbtree_list.c: New file.
13136         * tests/test-linkedhash_list.c: New file.
13137         * tests/test-avltreehash_list.c: New file.
13138         * tests/test-rbtreehash_list.c: New file.
13139         * tests/test-avltree_oset.c: New file.
13140         * tests/test-rbtree_oset.c: New file.
13141         * MODULES.html.sh (Container data structures): New section.
13142
13143 2006-07-17  Bruno Haible  <bruno@clisp.org>
13144
13145         * m4/gl_list.m4: New file.
13146
13147 2006-07-17  Bruno Haible  <bruno@clisp.org>
13148
13149         * lib/gl_list.h: New file.
13150         * lib/gl_list.c: New file.
13151         * lib/gl_array_list.h: New file.
13152         * lib/gl_array_list.c: New file.
13153         * lib/gl_carray_list.h: New file.
13154         * lib/gl_carray_list.c: New file.
13155         * lib/gl_linked_list.h: New file.
13156         * lib/gl_linked_list.c: New file.
13157         * lib/gl_anylinked_list1.h: New file.
13158         * lib/gl_anylinked_list2.h: New file.
13159         * lib/gl_avltree_list.h: New file.
13160         * lib/gl_avltree_list.c: New file.
13161         * lib/gl_anyavltree_list1.h: New file.
13162         * lib/gl_anyavltree_list2.h: New file.
13163         * lib/gl_rbtree_list.h: New file.
13164         * lib/gl_rbtree_list.c: New file.
13165         * lib/gl_anyrbtree_list1.h: New file.
13166         * lib/gl_anyrbtree_list2.h: New file.
13167         * lib/gl_anytree_list1.h: New file.
13168         * lib/gl_anytree_list2.h: New file.
13169         * lib/gl_linkedhash_list.h: New file.
13170         * lib/gl_linkedhash_list.c: New file.
13171         * lib/gl_anyhash_list1.h: New file.
13172         * lib/gl_anyhash_list2.h: New file.
13173         * lib/gl_avltreehash_list.h: New file.
13174         * lib/gl_avltreehash_list.c: New file.
13175         * lib/gl_rbtreehash_list.h: New file.
13176         * lib/gl_rbtreehash_list.c: New file.
13177         * lib/gl_anytreehash_list1.h: New file.
13178         * lib/gl_anytreehash_list2.h: New file.
13179
13180         * lib/gl_oset.h: New file.
13181         * lib/gl_oset.c: New file.
13182         * lib/gl_array_oset.h: New file.
13183         * lib/gl_array_oset.c: New file.
13184         * lib/gl_avltree_oset.h: New file.
13185         * lib/gl_avltree_oset.c: New file.
13186         * lib/gl_rbtree_oset.h: New file.
13187         * lib/gl_rbtree_oset.c: New file.
13188         * lib/gl_anytree_oset.h: New file.
13189
13190 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13191
13192         * m4/mkancesdirs.m4: New file.
13193         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13194         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13195         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13196         it.
13197
13198 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13199
13200         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13201         * lib/mkancesdirs.h: New files.
13202         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13203         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13204         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13205         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13206         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13207         callers changed.  Revamp internals significantly, by not
13208         attempting to create directories that are temporarily more
13209         permissive than the final results.  Do not attempt to use
13210         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13211         This removes some race conditions, fixes some bugs, and simplifies
13212         things.  Use new dirchownmod function to do owner and mode changes.
13213         * lib/mkdir-p.h: Likewise.
13214         * lib/modechange.c (octal_to_mode): New function.
13215         (struct mode_change): New member mentioned.
13216         (make_node_op_equals): New arg mentioned.  All callers changed.
13217         (mode_compile): Keep track of which mode bits the user has explicitly
13218         mentioned.
13219         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13220         New arg PMODE_BITS, to keep track of which mode bits the user
13221         mentioned; it treats S_ISUID and S_ISGID speciall.
13222         All callers changed.
13223         * lib/modechange.h: Likewise.
13224
13225 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13226
13227         * MODULES.html.sh: Add mkancestors.
13228         * modules/mkancesdirs: New module.
13229         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13230         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13231         The chdir-safer and afs files are now orphans; I'll remove them
13232         unless someone speaks up.
13233         Add lib/dirchownmod.c, lib/dirchownmod.h.
13234         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13235         Add lchown, mkancesdirs.
13236         (Maintainer): Add self.
13237
13238 2006-07-15  Karl Berry  <karl@gnu.org>
13239
13240         * gnulib-tool: help message wording/arrangement.
13241
13242 2006-07-14  Simon Josefsson  <jas@extundo.com>
13243
13244         * doc/gnulib.texi (Libtool and Windows): New section.
13245
13246 2006-07-12  Simon Josefsson  <jas@extundo.com>
13247
13248         * modules/gendocs (License): Fix license, approved by Karl.
13249
13250 2006-07-12  Eric Blake  <ebb9@byu.net>
13251
13252         * MODULES.html.sh: Add gendocs.
13253
13254 2006-07-11  Eric Blake  <ebb9@byu.net>
13255
13256         * modules/fdl: New module, to install doc/fdl.texi.
13257         * MODULES.html.sh: Add new section for documentation modules.
13258         * gnulib-tool: Avoid space-tab.
13259         (--doc-base): New option, to manage files from doc.
13260
13261 2006-07-11  Eric Blake  <ebb9@byu.net>
13262
13263         * m4/absolute-header.m4: Fix comments to match recent change.
13264
13265 2006-07-11  Eric Blake  <ebb9@byu.net>
13266
13267         * gnulib-tool: List --doc-base before --tests-base.
13268
13269 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13270
13271         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13272
13273 2006-07-11  Bruno Haible  <bruno@clisp.org>
13274
13275         * README: Mention where to put documentation.
13276
13277 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13278
13279         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13280
13281 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13282
13283         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13284         to stdint.m4.
13285
13286 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13287
13288         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13289         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13290         "no/such/file/stdint.h" when there is no such file, so that
13291         the resulting C code can be parsed by dodgy compilers.
13292         Problems reported by Bob Proulx.
13293
13294 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13295
13296         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13297         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13298         macros into the GNU _D_EXACT_NAMLEN.
13299         * lib/savedir.c:  Likewise.
13300         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13301
13302 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13303         and Paul Eggert  <eggert@cs.ucla.edu>
13304
13305         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13306         * m4/savedir.m4:
13307         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13308         macros into the GNU _D_EXACT_NAMLEN.
13309
13310 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13311
13312         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13313         around the absolute name, to work around a problem with the HP-UX
13314         11.23 native C compiler, reported by Bob Proulx.
13315
13316 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13317
13318         * doc/maintain.texi, make-stds.texi: Sync from
13319         <http://savannah.gnu.org/projects/gnustandards>.
13320
13321 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13322
13323         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13324
13325 2006-07-09  Jim Meyering  <jim@meyering.net>
13326
13327         * m4/glob.m4: Remove a doubled word in a comment.
13328
13329 2006-07-09  Jim Meyering  <jim@meyering.net>
13330
13331         * lib/argp-pv.c: Remove a doubled word in a comment.
13332         * lib/check-version.c (check_version): Likewise.
13333         * lib/javacomp.c (compile_java_class): Likewise.
13334
13335 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13336
13337         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13338         for the benefit of people using Autoconf 2.60.  If you want to
13339         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13340         (or m4/onceonly.m4, if pre-2.57) manually.
13341
13342 2006-07-08  Jim Meyering  <jim@meyering.net>
13343
13344         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13345         comment.
13346         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13347         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13348         comment.
13349
13350 2006-07-08  Jim Meyering  <jim@meyering.net>
13351
13352         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13353
13354 2006-07-07  Simon Josefsson  <jas@extundo.com>
13355
13356         * tests/test-crc.c: Change expected crc value, the test vector
13357         were probably computed using the old broken crc.c?
13358
13359 2006-07-06  Simon Josefsson  <jas@extundo.com>
13360
13361         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13362         now the canonical place for the M4 file).
13363
13364         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13365         from the sys_socket dependency now.
13366
13367         * modules/inet_pton (Files): Ditto.
13368
13369         * modules/inet_ntop (Files): Ditto.
13370
13371 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13372
13373         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13374         not gl_PREREQ_GETUSERSHELL.
13375
13376 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13377
13378         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13379         with only one argument, for Autoconf 2.60.
13380         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13381         expand to nothing, so add a shell command to avoid syntax error.
13382         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13383
13384 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13385
13386         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13387
13388 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13389
13390         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13391         no longer needed.  Check for isblank decl.
13392         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13393         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13394         of existence.
13395
13396 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13397
13398         * lib/getloadavg.c: Use __VMS, not VMS.
13399         * lib/getopt.c: Likewise.
13400         * lib/getpagesize.h: Likewise.
13401         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13402         and probably does not work.
13403
13404 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13405
13406         * lib/.cppi-disable: Add wcwidth.
13407         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13408         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13409         (ISGRAPH): Remove.  All uses changed to isgraph.
13410         (FOLD) [!defined _LIBC]: Remove special case.
13411         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13412         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13413         HAVE_ISBLANK.
13414         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13415         case.
13416
13417 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13418
13419         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13420         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13421         brackets.  Other minor changes to suppress some compiler
13422         warnings.
13423
13424 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13425         and Paul Eggert  <eggert@cs.ucla.edu>
13426
13427         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13428         of invoking obsolescent AC_HEADER_DIRENT macro.
13429         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13430         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13431         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13432         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13433         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13434         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13435         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13436         * m4/readdir.m4: Remove; no longer needed.
13437
13438 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13439         and Paul Eggert  <eggert@cs.ucla.edu>
13440
13441         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13442         Don't worry about this obsolete case any more.
13443         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13444         directories.
13445         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13446         worry about this obsolete case any more.
13447         * lib/fts.c: Likewise.
13448         * lib/getcwd.c: Likewise.
13449         * lib/glob.h: Likewise.
13450         * lib/savedir.c: Likewise.
13451
13452 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13453
13454         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13455         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13456         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13457         needed.
13458         All uses removed.
13459         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13460         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13461         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13462         needed.
13463         * m4/getdate.m4 (gl_GETDATE): Likewise.
13464         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13465         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13466         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13467         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13468         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13469         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13470         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13471         needed.
13472
13473 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13474
13475         * lib/memcasecmp.c: Include <limits.h>.
13476         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13477         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13478         Don't assume isdigit succeeds only on '0' through '9'.
13479
13480 2006-07-05  Eric Blake  <ebb9@byu.net>
13481
13482         * modules/getaddrinfo (Depends-on): Add snprintf.
13483
13484 2006-07-05  Eric Blake  <ebb9@byu.net>
13485
13486         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13487         to avoid 'header present but could not be compiled' on cygwin.
13488
13489 2006-07-05  Eric Blake  <ebb9@byu.net>
13490
13491         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13492         missing from netdb.h.
13493         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13494
13495 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13496
13497         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13498         no longer needed.
13499         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13500         * m4/getdate.m4 (gl_GETDATE): Likewise.
13501         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13502         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13503         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13504         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13505         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13506
13507 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13508
13509         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13510         All uses of is_space replaced by isspace.
13511         * lib/exit.h: Don't talk about STDC_HEADERS.
13512         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13513         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13514         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13515         replaced by isprint etc.
13516         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13517         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13518         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13519         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13520         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13521         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13522
13523 2006-07-05  Bruno Haible  <bruno@clisp.org>
13524
13525         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13526         the function exists, before testing against AIX.
13527         Reported by Martin Lambers <marlam@marlam.de>.
13528
13529 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13530
13531         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13532         From Mark D. Baushke.
13533
13534 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13535
13536         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13537         to the absolute name, not just one, to bypass Sun C 5.8's
13538         "warning: #include of /usr/include/... may be non-portable".
13539
13540 2006-07-04  Eric Blake  <ebb9@byu.net>
13541
13542         * modules/dirname-tests: New test module.
13543         * tests/test-dirname.c: New file, replacing dirname.c
13544         TEST_DIRNAME section that was recently deleted.
13545
13546 2006-07-04  Bruno Haible  <bruno@clisp.org>
13547
13548         Assume ANSI C header files and <ctype.h> functions.
13549         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13550         (mbsnwidth): Use isprint, iscntrl instead.
13551
13552 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13553
13554         Merge from coreutils.
13555         * MODULES.html.sh: Add xstrtold.
13556         * modules/xstrtold: New file.
13557         * modules/cycle-check (Files): Add lib/same-inode.h.
13558         * modules/dirname (Files): Add m4/double-slash-root.m4.
13559         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13560         * modules/mkdir-p (Files): Add lib/same-inode.h.
13561         * modules/same (Files): Add lib/same-inode.h.
13562
13563 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13564
13565         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13566         This is to keep the terminology clean; POSIX talks about
13567         "absolute pathnames", not "full pathnames", but the GNU
13568         Coding Standards say to use "path" for something else;
13569         so use "absolute" to keep both sides happy.
13570         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13571         Set gl_absolute_header, not gl_full_header_path.
13572         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13573         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13574         All uses changed.
13575
13576         Merge from coreutils.
13577
13578         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13579
13580         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13581         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13582         want to require the building of c-strtod.o.
13583         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13584         needs -lm directly.
13585         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13586
13587         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13588
13589         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13590         --as-needed option if available.  Problem reported by Albert Chin in
13591         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13592         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13593         cc merely issues a bunch of annoying warnings for --as-needed
13594         (this problem was reported by Bob Proulx).  Also, try linking with
13595         -lm to detect a bug in binutils 2.16 (this problem was reported
13596         by Ralf Wildenhues).
13597
13598         2006-06-18  Jim Meyering  <jim@meyering.net>
13599
13600         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13601         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13602         macro.
13603         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13604         also check for glibc-2.4's abort-inducing bug.
13605
13606         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13607         Low-probability clean-up should be to use rmdir to get rid of
13608         the just-created directory, not unlink.
13609
13610         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13611         configure fail, and request a bug report to inform us about it.
13612         Add a comment that, barring reports to the contrary, in 2007 we'll
13613         assume ftruncate is universally available.
13614
13615         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13616
13617         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13618
13619         2006-03-12  Jim Meyering  <jim@meyering.net>
13620
13621         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13622         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13623         * m4/same.m4 (gl_SAME): Likewise.
13624         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13625
13626         2006-03-11  Eric Blake  <ebb9@byu.net>
13627
13628         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13629         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13630         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13631         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13632
13633 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13634
13635         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13636         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13637         reported by Mark D. Baushke, one in
13638         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13639
13640         Merge from coreutils.
13641
13642         * lib/.cppi-disable: Add stdint_.h.
13643         * lib/.cvsignore: Add stdint.h.
13644
13645         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13646
13647         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13648         both double and long double versions.
13649         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13650         * lib/xstrtold.c: New file.
13651         * lib/xstrtod.h (xstrtold): New decl.
13652
13653         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13654
13655         * lib/filemode.c (setst): Remove.
13656         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13657         (arguably) clearer, and the generated code is a bit smaller on my
13658         Debian GNU/Linux stable x86 host.
13659
13660         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13661
13662         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13663         Assume that filemode.h includes sys/types.h and sys/stat.h.
13664         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13665         (ftypelet): Reorder to put common cases first, for efficiency.
13666         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13667         to do 'M'.
13668         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13669         of 10, for compatibility with FreeBSD.  All callers changed.
13670         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13671         types that can't be deduced solely from st_mode.  First arg is now a
13672         const pointer.
13673         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13674         (strmode): Renamed from mode_string.
13675         (filemodestring): New decl.
13676         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13677         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13678         needed.
13679         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13680
13681         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13682
13683         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13684         fsusage.h now does that.  Include fsusage.h first, to test interface.
13685         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13686         at most one method (the old code could have generated decls that
13687         didn't conform to C89, not that this was ever exercised).
13688         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13689
13690         2006-03-19  Jim Meyering  <jim@meyering.net>
13691
13692         Work even in a chroot where d_ino values for entries in "/"
13693         don't match the stat.st_ino values for the same names.
13694         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13695         number, iterate through all entries again, using lstat instead.
13696         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13697         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13698
13699         * lib/getcwd.c (__getcwd): Clarify a comment.
13700         Use memcpy in place of a call to strcpy.
13701
13702         2006-03-12  Jim Meyering  <jim@meyering.net>
13703
13704         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13705         matches that of the current directory (which we're about to chdir ".."
13706         out of), then save the dev-ino of the parent, instead.
13707
13708         * lib/same-inode.h (SAME_INODE): New file/macro.
13709         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13710         Include "same-inode.h", instead.
13711         * lib/same.c: Likewise.
13712         * lib/cycle-check.h: Include "same-inode.h".
13713         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13714         * lib/cycle-check.c (SAME_INODE): Remove definition.
13715         * lib/root-dev-ino.h: Include "same-inode.h".
13716
13717         2006-03-11  Eric Blake  <ebb9@byu.net>
13718
13719         * lib/same.c (same_name): s/base_name/last_component/
13720         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13721         * lib/filenamecat.c (file_name_concat): Likewise.
13722
13723         2006-03-11  Eric Blake  <ebb9@byu.net>,
13724                     Paul Eggert  <eggert@cs.ucla.edu>
13725
13726         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13727         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13728         drive prefix.
13729         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13730         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13731         (last_component): New method.
13732         * lib/dirname.c (dir_len): Determine when drive letters need a
13733         subsequent slash.  Preserve // when it is special.
13734         (dir_name): Don't append dot when drive letter is absolute.
13735         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13736         * lib/basename.c (base_name): New semantics - malloc the result.
13737         Preserve // when it is special.  Preserve relative files that look
13738         like drive letters.
13739         (base_len): Preserve // when it is special.
13740         (last_component): New method, similar to old base_name semantics.
13741         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13742         base_name.  Strip redundant slashes from ///.
13743
13744 2006-07-03  Jim Meyering  <jim@meyering.net>
13745
13746         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13747         macro is used before the first cycle_check call.
13748
13749 2006-07-03  Eric Blake  <ebb9@byu.net>
13750
13751         * modules/dirname (Depends-on): Add xstrndup.
13752
13753 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13754
13755         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13756         test cases, so that config.log is a bit easier to follow.
13757
13758 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13759
13760         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13761         both are 64 bits, since this seems to be the tradition, and this
13762         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13763         we ever run into a host that prefers long long to long in this
13764         case, we'll need another configure-time test.  Problem reported by
13765         Jim Meyering.
13766
13767 2006-07-02  Eric Blake  <ebb9@byu.net>
13768
13769         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13770
13771 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13772
13773         * modules/inttypes (Depends-on): No longer depends on stdint.
13774         * modules/stdint (Description): Say more about assumptions.
13775         Say that the fast types might differ.  Say macros are used.
13776         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13777         (Makefile.am): Revise list of substituted symbols to match
13778         new stdint.m4.
13779         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13780         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13781         * tests/test-stdint.c (verify_same_types)
13782         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13783         the code conforms to C99/C89.
13784         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13785         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13786
13787 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13788
13789         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13790         but fix a bug, by requiring at least 64 bits.
13791         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13792         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13793         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13794         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13795
13796         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13797         changes.  Make 2.59 a prerequisite.  Check and substitute for
13798         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13799         inttypes.h.  Do not use special include files; just use the
13800         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13801         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13802         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13803         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13804         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13805         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13806         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13807         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13808         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13809         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13810         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13811         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13812         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13813         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13814         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13815         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13816         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13817         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13818         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13819         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13820         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13821         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13822         not check for things that C99 does not require, e.g., int8_t.  If
13823         a test isn't needed unless <stdint.h> isn't working, and is
13824         unlikely to be needed for any other reason, then don't do it
13825         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13826         size_t, since we assume C89 freestanding at least.  Do not check
13827         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13828         the right thing even if the types are not defined.  Instead use:
13829         (gl_STDINT_TYPE_PROPERTIES): New macro.
13830         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13831         testing whether <sys/types.h> clashes, as Autoconf does this for
13832         us now.  All uses removed.
13833         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13834         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13835         (gl_CHECK_TYPE_SAME):
13836         Remove; no longer needed.
13837         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13838         exists, since we'll return 0 anyway in that case.
13839         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13840
13841 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13842
13843         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13844         possible collision with system files.
13845         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13846         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13847         WCHAR_MIN and WCHAR_MAX in this case.
13848         (<stddef.h>): Do not include; no longer needed.
13849         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13850         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13851         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13852         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13853         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13854         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13855         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13856         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13857         !defined(__c99))]: Include in this case too, since it's harmless
13858         now.
13859         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13860         dangerous to do so.
13861         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13862         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13863         (_STDINT_MIN, _STDINT_MAX): New macros.
13864         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13865         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13866         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13867         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13868         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13869         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13870         macros, not typedefs; this simplifies things quite a bit.
13871         Use long int for all types narrower than int64_t.
13872         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13873         Define in terms of long long int or int64_t or long int,
13874         not int64_t or int32_t.  This saves some compile-time testing.
13875         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13876         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13877         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13878         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13879         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13880         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13881         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13882         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13883         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13884         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13885         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13886         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13887         undef any previous version and define our own version, for
13888         simplicity and consistency with the new macros for types.
13889         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13890         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13891         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13892         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13893         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13894         @WINT_T_SUFFIX@ to keep things simple here.
13895         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13896         Simplify by assuming typical 8/16/32/64 host, since we're
13897         already doing that elsewhere anyway.
13898         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13899         and assume long long int is 64 bits if available.  This
13900         speeds up 'configure'.
13901
13902 2006-07-01  Eric Blake  <ebb9@byu.net>
13903
13904         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13905         Reported by Andreas Buening.
13906
13907 2006-07-01  Eric Blake  <ebb9@byu.net>
13908
13909         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13910
13911 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13912
13913         * lib/getaddrinfo.c: fixed typo
13914
13915 2006-06-29  Jim Meyering  <jim@meyering.net>
13916
13917         * modules/strftime (Maintainer): Add my name, since with the
13918         FPRINTFTIME changes strftime.c has forked from glibc.
13919
13920 2006-06-29  Eric Blake  <ebb9@byu.net>
13921
13922         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13923
13924 2006-06-29  Eric Blake  <ebb9@byu.net>
13925
13926         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13927
13928 2006-06-29  Eric Blake  <ebb9@byu.net>
13929
13930         * lib/stat_.h: New file.
13931
13932 2006-06-29  Eric Blake  <ebb9@byu.net>
13933
13934         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13935         unused static function.
13936
13937 2006-06-29  Eric Blake  <ebb9@byu.net>
13938
13939         * doc/functions.texi (Function Portability): Document missing lstat
13940         on mingw.
13941
13942 2006-06-29  Eric Blake  <ebb9@byu.net>
13943
13944         * MODULES.html.sh: Add sys_stat.
13945         * modules/sys_stat: New module.
13946         * modules/mkstemp (Depends-on): Add sys_stat.
13947
13948 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13949
13950         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13951
13952 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13953
13954         * m4/c-bs-a.m4: Removed.
13955
13956 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13957
13958         * lib/strftime.c: Assume strftime() exists.
13959
13960 2006-06-29  Derek Price  <derek@ximbiot.com>
13961
13962         * modules/c-bs-a: Removed - \a is C89.
13963         * MODULES.html.sh: Remove c-bs-a.
13964
13965 2006-06-29  Bruno Haible  <bruno@clisp.org>
13966
13967         * modules/wcwidth (License): Change to LGPL.
13968
13969 2006-06-28  Simon Josefsson  <jas@extundo.com>
13970
13971         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13972         on _WIN32.
13973
13974         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13975         getnameinfo.
13976
13977 2006-06-28  Simon Josefsson  <jas@extundo.com>
13978
13979         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13980
13981 2006-06-28  Simon Josefsson  <jas@extundo.com>
13982
13983         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13984         functions there.  It will succeed on Windows XP, but on Windows
13985         2000 and (presumably) earlier, it will fail, and use the internal
13986         re-implementation.
13987         (use_win32_p): New function.
13988         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13989         Support AI_NUMERICSERV to disable getservbyname.
13990         (getnameinfo): New function, only supports
13991         NI_NUMERICHOST|NI_NUMERICSERV for now.
13992
13993         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13994         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13995         getnameinfo.
13996
13997 2006-06-28  Eric Blake  <ebb9@byu.net>
13998
13999         * modules/wcwidth: New file.
14000         * modules/mbchar (Depends-on): Add wcwidth.
14001         * modules/mbswidth (Depends-on): Add wcwidth.
14002         * MODULES.html.sh: Add wcwidth.
14003
14004 2006-06-28  Eric Blake  <ebb9@byu.net>
14005
14006         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14007         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14008
14009 2006-06-28  Eric Blake  <ebb9@byu.net>
14010
14011         * lib/xvasprintf.h: Fix comments.
14012
14013 2006-06-28  Eric Blake  <ebb9@byu.net>
14014
14015         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14016         * lib/mbswidth.c (wcwidth): Move from here...
14017         * lib/wcwidth.h: ...to this new file.
14018
14019 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14020
14021         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14022
14023         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14024         it's obsolete.
14025         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14026
14027 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14028
14029         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14030         Autoconf 2.60 says this stuff was obsolete.
14031
14032 2006-06-28  Bruno Haible  <bruno@clisp.org>
14033
14034         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14035
14036 2006-06-28  Bruno Haible  <bruno@clisp.org>
14037
14038         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14039         gt_TYPE_WCHAR_T.
14040
14041 2006-06-28  Bruno Haible  <bruno@clisp.org>
14042
14043         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14044         declaration for wcwidth.
14045         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14046
14047 2006-06-28  Bruno Haible  <bruno@clisp.org>
14048
14049         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14050         (mkdir): Define using _mkdir.
14051
14052 2006-06-28  Bruno Haible  <bruno@clisp.org>
14053
14054         * lib/getaddrinfo.h: Fix POSIX URL.
14055         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14056         _WIN32.
14057         (use_win32_p): Make static.
14058         (getaddrinfo): Reject service name if it is empty or does not consist
14059         solely of decimal digits, or if its value is > 65535.
14060         (getnameinfo): Remove useless casts.
14061
14062 2006-06-27  Simon Josefsson  <jas@extundo.com>
14063
14064         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14065         Eggert and Martin Lambers.
14066
14067 2006-06-27  Simon Josefsson  <jas@extundo.com>
14068
14069         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14070         Eggert and Martin Lambers.
14071
14072 2006-06-27  Bruno Haible  <bruno@clisp.org>
14073
14074         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14075         result to 0, not to empty.
14076         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14077
14078 2006-06-27  Bruno Haible  <bruno@clisp.org>
14079
14080         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14081
14082 2006-06-26  Simon Josefsson  <jas@extundo.com>
14083
14084         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14085         present.
14086
14087 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14088
14089         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14090         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14091         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14092
14093 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14094
14095         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14096
14097 2006-06-26  Bruno Haible  <bruno@clisp.org>
14098
14099         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14100
14101 2006-06-26  Bruno Haible  <bruno@clisp.org>
14102
14103         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14104
14105 2006-06-26  Bruno Haible  <bruno@clisp.org>
14106
14107         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14108         SGI C compiler in pre-C99 mode.
14109         Suggested by Mark D. Baushke and Larry Jones.
14110
14111 2006-06-26  Bruno Haible  <bruno@clisp.org>
14112
14113         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14114         WCHAR_MAX.
14115         Reported by Mark D. Baushke and Larry Jones.
14116
14117 2006-06-26  Bruno Haible  <bruno@clisp.org>
14118
14119         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14120         in pre-C99 mode.
14121         Suggested by Mark D. Baushke and Larry Jones.
14122
14123 2006-06-23  Simon Josefsson  <jas@extundo.com>
14124             Bruno Haible  <bruno@clisp.org>
14125
14126         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14127         Emit mostlyclean-local rule.
14128         (func_emit_tests_Makefile_am): Likewise.
14129         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14130
14131 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14132
14133         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14134
14135 2006-06-23  Bruno Haible  <bruno@clisp.org>
14136
14137         * tests/test-stdint.c: Update to match ISO C 99 Technical
14138         Corrigendum 1.
14139
14140 2006-06-23  Bruno Haible  <bruno@clisp.org>
14141
14142         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14143
14144 2006-06-23  Bruno Haible  <bruno@clisp.org>
14145
14146         * lib/stdint_.h: Treat IRIX like OpenBSD.
14147
14148 2006-06-23  Bruno Haible  <bruno@clisp.org>
14149
14150         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14151         ISO C 99 Technical Corrigendum 1.
14152
14153 2006-06-22  Simon Josefsson  <jas@extundo.com>
14154
14155         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14156         MinGW.
14157
14158 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14159
14160         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14161         needed.  Some compiler complained about some of them.  Problem reported
14162         by Larry Jones in
14163         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14164
14165 2006-06-21  Simon Josefsson  <jas@extundo.com>
14166
14167         * tests/test-getaddrinfo.c: New file.
14168
14169         * modules/getaddrinfo-tests: New file.
14170
14171         * MODULES.html.sh: Add inet_pton.
14172
14173         * modules/inet_pton: New file.
14174
14175 2006-06-21  Simon Josefsson  <jas@extundo.com>
14176
14177         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14178         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14179         of using the (limited) gnulib implementation on Windows XP.
14180
14181         * m4/inet_pton.m4: New file.
14182
14183 2006-06-21  Simon Josefsson  <jas@extundo.com>
14184
14185         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14186         variable.
14187
14188         * lib/socket_.h: Don't define WINVER.
14189
14190         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14191         slightly modified to work in gnulib.
14192
14193 2006-06-21  Simon Josefsson  <jas@extundo.com>
14194
14195         * doc/gnulib.texi (Windows sockets): Add.
14196
14197 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14198
14199         * lib/read-file.c (fread_file): Start with buffer allocation of
14200         0 bytes rather than 1 byte; this simplifies the code.
14201         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14202         code to free buffer and save/restore errno.
14203         (internal_read_file): Remove unused local.
14204
14205 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14206
14207         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14208         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14209         Problem reported by Denis Excoffier in
14210         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14211
14212 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14213
14214         * modules/sys_socket, modules/socklen: Include sys/types since
14215         FreeBSD 4.x's sys/socket.h needs it.
14216
14217 2006-06-19  Simon Josefsson  <jas@extundo.com>
14218
14219         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14220
14221 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14222
14223         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14224
14225 2006-06-19  Bruno Haible  <bruno@clisp.org>
14226
14227         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14228         and FULL_PATH_INTTYPES_H in angle brackets.
14229         Reported by Mark D. Baushke <mdb@gnu.org>.
14230
14231 2006-06-17  Eric Blake  <ebb9@byu.net>
14232
14233         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14234         errno.
14235
14236 2006-06-17  Bruno Haible  <bruno@clisp.org>
14237
14238         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14239         <sys/inttypes.h>.
14240
14241 2006-06-17  Bruno Haible  <bruno@clisp.org>
14242
14243         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14244         whether errno is declared. Assume <errno.h> declares errno.
14245
14246 2006-06-17  Bruno Haible  <bruno@clisp.org>
14247
14248         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14249
14250 2006-06-17  Bruno Haible  <bruno@clisp.org>
14251
14252         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14253         problem on Solaris 2.5.1.
14254
14255 2006-06-16  Eric Blake  <ebb9@byu.net>
14256
14257         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14258         * lib/unicodeio.c [!defined errno]: Likewise.
14259         * lib/strtol.c [!defined errno]: Likewise.
14260         * lib/strtod.c [!defined errno]: Likewise.
14261
14262 2006-06-15  Eric Blake  <ebb9@byu.net>
14263
14264         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14265
14266 2006-06-15  Eric Blake  <ebb9@byu.net>
14267
14268         * config/srclist.txt (ssize_t.m4): Lose sync.
14269
14270 2006-06-15  Bruno Haible  <bruno@clisp.org>
14271
14272         * modules/stdint (Files): Include m4/full-header-path.m4,
14273         m4/size_max.m4, m4/wchar_t.m4.
14274         (Makefile.am): Many more substitutions.
14275         * modules/stdint-tests: New file.
14276         * tests/test-stdint.c: New file.
14277
14278 2006-06-15  Bruno Haible  <bruno@clisp.org>
14279
14280         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14281         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14282         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14283         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14284         gl_CHECK_TYPE_SAME): New macros.
14285
14286 2006-06-15  Bruno Haible  <bruno@clisp.org>
14287
14288         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14289
14290 2006-06-15  Bruno Haible  <bruno@clisp.org>
14291
14292         * lib/stdint_.h: Rewritten to be fully auto-configured.
14293         Fixes bug on HP-UX/IA64.
14294
14295 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         * lib/getdate.y (__attribute__): Don't define if already defined.
14298         Problem reported by Larry Jones.
14299         * lib/utimens.c (__attribute__): Likewise.
14300
14301 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14302
14303         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14304         reported by Andreas Schwab.
14305
14306 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14307             Bruno Haible  <bruno@clisp.org>
14308
14309         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14310         check for the declaration of strnlen and a run test that exposes the
14311         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14312         rpl_strndup.
14313
14314 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14315             Bruno Haible  <bruno@clisp.org>
14316
14317         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14318
14319 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14320
14321         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14322         compile test, for Tru64 4.0D.
14323
14324 2006-05-28  Karl Berry  <karl@gnu.org>
14325
14326         * config/srclist.txt (printf-args.c): lose sync.
14327
14328 2006-05-26  Martin Lambers  <marlam@marlam.de>
14329
14330         * lib/getpass.c: Updates the test for the native W32 API, and adds
14331         missing includes, thus fixing compilation warnings.
14332
14333 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14334
14335         * lib/exclude.c (exclude_fnmatch): New function.
14336         (excluded_file_name): Call exclude_fnmatch.
14337         * lib/exclude.h (excluded_file_name): New prototype
14338
14339 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14340
14341         * lib/tempname.c (small_open, large_open): New macros.
14342         (__open, __open64) [!_LIBC]: Remove.
14343         (__gen_tempname): Use small_open and large_open instead of __open
14344         and __open64.  This fixes a portability bug on HP-UX 11.11i
14345         reported by Simon Wing-Tang in
14346         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14347
14348 2006-05-24  Bruno Haible  <bruno@clisp.org>
14349
14350         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14351         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14352         Reported by Thorsten Maerz <torte@netztorte.de> via
14353         Aaron Stone <aaron@serendipity.cx>.
14354
14355 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14356
14357         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14358         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14359         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14360         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14361         not really conditional on the cache.
14362         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14363
14364 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14365
14366         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14367         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14368         (my_usleep): Don't mishandle maximum value.
14369
14370 2006-05-19  Jim Meyering  <jim@meyering.net>
14371
14372         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14373
14374 2006-05-17  Bruno Haible  <bruno@clisp.org>
14375
14376         Cygwin portability.
14377         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14378
14379 2006-05-17  Bruno Haible  <bruno@clisp.org>
14380
14381         * lib/stdint_.h: Fix recognition of Cygwin.
14382
14383 2006-05-15  Bruno Haible  <bruno@clisp.org>
14384
14385         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14386         on libtool patch by Ralf Wildenhues.
14387
14388 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14389
14390         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14391         test for C99 conformance; (bool) 0.5 is an integer constant
14392         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14393         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14394
14395 2006-05-11  Simon Josefsson  <jas@extundo.com>
14396
14397         * m4/xvasprintf.m4: Fix obvious typo.
14398
14399 2006-05-11  Jim Meyering  <jim@meyering.net>
14400
14401         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14402         James Lemley.
14403
14404 2006-05-10  Simon Josefsson  <jas@extundo.com>
14405
14406         * lib/md4.c: Typo fix, update copyright years.
14407         (K1, K2): Don't use L because it turn computations into 64-bit on
14408         64-bit platforms.
14409
14410 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14411
14412         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14413         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14414         unwanted sign propagation, e.g., on hosts with 64-bit int.
14415         There still are some problems with reeelly weird theoretical hosts
14416         (e.g., 33-bit int) but it's not worth worrying about now.
14417         * lib/sha1.c (rol): Likewise.
14418         (K1, K2, K3, K4): Remove unnecessary L suffix.
14419
14420 2006-05-10  Bruno Haible  <bruno@clisp.org>
14421
14422         * lib/des.c: Cast to avoid warnings.
14423
14424 2006-05-09  Bruno Haible  <bruno@clisp.org>
14425
14426         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14427         (Depends-on): Depend also on xsize, stdarg.
14428         (configure.ac): Add gl_XVASPRINTF.
14429
14430 2006-05-09  Bruno Haible  <bruno@clisp.org>
14431
14432         * m4/xvasprintf.m4: New file.
14433
14434 2006-05-09  Bruno Haible  <bruno@clisp.org>
14435
14436         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14437         (EOVERFLOW): Define fallback value.
14438         (xstrcat): New function.
14439         (xvasprintf): Recognize the special case of a string concatenation.
14440
14441 2006-05-08  Eric Blake  <ebb9@byu.net>
14442
14443         * gnulib-tool (func_version): Base copyright year on CVS date.
14444         (func_emit_copyright_notice): New function.
14445         (func_emit_lib_Makefile_am): Use it.
14446         (func_emit_tests_Makefile_am): Likewise.
14447         (func_import): Likewise.
14448
14449 2006-05-08  Bruno Haible  <bruno@clisp.org>
14450
14451         * modules/stdarg: New file.
14452         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14453
14454 2006-05-08  Bruno Haible  <bruno@clisp.org>
14455
14456         * m4/stdarg.m4: New file, from GNU gettext.
14457
14458 2006-05-08  Bruno Haible  <bruno@clisp.org>
14459
14460         * config/srclist.txt (build-aux/config.rpath): different from latest
14461         release.
14462
14463 2006-05-08  Bruno Haible  <bruno@clisp.org>
14464
14465         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14466
14467 2006-05-05  Jim Meyering  <jim@meyering.net>
14468
14469         * m4/warning.m4: New file, derived from bison's file by the same name.
14470
14471 2006-05-03  Bruno Haible  <bruno@clisp.org>
14472
14473         * lib/stdint_.h: Shorter URL.
14474         * lib/inttypes.h: Likewise.
14475
14476 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14477
14478         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14479
14480 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14481
14482         * lib/verify.h: Document the internals better.  Most of this change
14483         was written by Bruno Haible.
14484
14485 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14486
14487         * doc/verify.texi: New file, partly based on a proposal by
14488         Bruno Haible.
14489
14490 2006-05-02  Bruno Haible  <bruno@clisp.org>
14491
14492         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14493         test from here...
14494         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14495
14496 2006-04-29  Bruno Haible  <bruno@clisp.org>
14497
14498         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14499         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14500
14501 2006-04-29  Bruno Haible  <bruno@clisp.org>
14502
14503         * gnulib-tool: Make --update option actually work.
14504
14505 2006-04-29  Bruno Haible  <bruno@clisp.org>
14506
14507         * doc/gcd.texi: New file.
14508         * doc/gnulib.texi: Include it.
14509
14510 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14511
14512         * lib/getdate.y (get_date): When adding relative date, start with the
14513         initial time, not with the result of the first mktime call.
14514
14515 2006-04-25  Bruno Haible  <bruno@clisp.org>
14516
14517         * gnulib-tool (func_import): Output the include directives in three
14518         blocks, sorted separately.
14519         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14520
14521 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14522
14523         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14524         to define main with arguments, for C++.  Reported by Eric Blake.
14525         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14526         Prefer 'int main ()' to 'int main (void)', for C++.
14527         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14528         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14529         for 'main', for C99 and C++.
14530
14531 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14532
14533         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14534         Don't assume that exit status -1 is valid.
14535         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14536         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14537         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14538         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14539         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14540         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14541         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14542         functions can be used without declaring them, or that you can
14543         exit with status -1.
14544         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14545
14546 2006-04-24  Karl Berry  <karl@gnu.org>
14547
14548         * config/srclist.txt (longdouble.m4): sync lost.
14549
14550 2006-04-24  Eric Blake  <ebb9@byu.net>
14551
14552         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14553
14554 2006-04-24  Bruno Haible  <bruno@clisp.org>
14555
14556         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14557         poll() implementation in AIX.
14558         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14559
14560 2006-04-24  Bruno Haible  <bruno@clisp.org>
14561
14562         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14563         assigned exactly once.
14564
14565 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14566             Bruno Haible  <bruno@clisp.org>
14567
14568         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14569         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14570         for AM_CPPFLAGS.
14571
14572 2006-04-23  Bruno Haible  <bruno@clisp.org>
14573
14574         * modules/copy-file: Depend on unistd.
14575         * modules/execute: Likewise.
14576         * modules/fatal-signal: Likewise.
14577         * modules/findprog: Likewise.
14578         * modules/mkdtemp : Likewise.
14579         * modules/pipe: Likewise.
14580         * modules/wait-process: Likewise.
14581
14582 2006-04-23  Bruno Haible  <bruno@clisp.org>
14583
14584         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14585         condition was already detected.
14586         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14587
14588 2006-04-23  Bruno Haible  <bruno@clisp.org>
14589
14590         * lib/copy-file.c: Include <unistd.h> unconditionally.
14591         * lib/execute.c: Likewise.
14592         * lib/fatal-signal.c: Likewise.
14593         * lib/findprog.c: Likewise.
14594         * lib/mkdtemp.c: Likewise.
14595         * lib/pipe.h: Likewise.
14596         * lib/pipe.c: Likewise.
14597         * lib/wait-process.h: Likewise.
14598
14599 2006-04-23  Bruno Haible  <bruno@clisp.org>
14600
14601         * gnulib-tool (func_usage): Fix --import description. Document
14602         --update.
14603         (func_import): Create temporary file in a temporary directory, if
14604         --dry-run is specified. Silence errors from 'grep' when there are no
14605         m4 files in $m4dir.
14606         (func_create_testdir): Silence errors from 'grep' when there are no
14607         m4 files in $m4dir.
14608         Reported by Karl Berry <karl@freefriends.org>.
14609
14610 2006-04-20  Bruno Haible  <bruno@clisp.org>
14611
14612         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14613         one argument, so that the code will be portable to Autoconf 2.60.
14614         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14615         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14616         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14617
14618 2006-04-19  Derek Price  <derek@ximbiot.com>
14619             Eric Blake  <ebb9@byu.net>
14620
14621         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14622         rather than "/full/path.h".  Update comment to match.  Shorten &
14623         generalize m4_translit call via AS_TR_CPP.
14624
14625 2006-04-19  Derek Price  <derek@ximbiot.com>
14626             Eric Blake  <ebb9@byu.net>
14627
14628         * lib/inttypes.h: Correct grammar in comment.
14629
14630 2006-04-18  Derek Price  <derek@ximbiot.com>
14631             Paul Eggert  <eggert@cs.ucla.edu>
14632
14633         * modules/inttypes: New file.
14634         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14635
14636 2006-04-18  Derek Price  <derek@ximbiot.com>
14637             Paul Eggert  <eggert@cs.ucla.edu>
14638
14639         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14640         New files.
14641
14642 2006-04-18  Derek Price  <derek@ximbiot.com>
14643             Paul Eggert  <eggert@cs.ucla.edu>
14644
14645         * lib/inttypes.h: New file.
14646         * lib/strtoimax.c: Assume <inttypes.h>.
14647
14648 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14649
14650         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14651         isn't mounted.  Problem reported by Kir Kolyshkin.
14652
14653 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14654
14655         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14656         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14657         Derek R. Price.
14658         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14659         implementation.
14660
14661 2006-04-12  Eric Blake  <ebb9@byu.net>
14662
14663         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14664         is now done automatically by the corresponding Autoconf macro.
14665
14666 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14667
14668         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14669         time_r.h.
14670
14671 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14672
14673         Merge regex changes from libc, removing some of our
14674         POSIX-conformance changes that were rejected and redoing them in a
14675         less-intrusive way.
14676
14677         * lib/regcomp.c (re_compile_internal, init_dfa):
14678         Length arg is now size_t, not Idx.  All uses changed.
14679         (peek_token): Forward decl now says internal_function.
14680         (__re_error_msgid, __re_error_msgid_idx):
14681         Now static rather than extern with attribute_hidden.
14682         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14683         For some reason libc prefers K&R style defns for external functions.
14684         (regerror) [!defined _LIBC]: Likewise.
14685         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14686         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14687         (build_range_exp, build_collating_symbol):
14688         Use K&R-style defn.
14689         (re_compile_fastmap): Use '\0' to memset, not 0.
14690         (utf8_sb_map): Make the calculations more obvious.
14691         (init_dfa, parse_bracket_exp, build_charclass_op):
14692         Call calloc and cast result, as glibc does.
14693         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14694         (build_range_exp, build_collating_symbol):
14695         Now internal functions.
14696
14697         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14698
14699         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14700         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14701         Don't depend on VMS; depend on __VMS instead, for POSIX
14702         namespace cleanness.
14703         (regoff_t): Define to ssize_t, not long int.
14704
14705         Remove the REG_ macros named below.  Instead, make the old names
14706         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14707         __USE_GNU_REGEX.
14708         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14709         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14710         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14711         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14712         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14713         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14714         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14715         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14716         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14717         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14718         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14719         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14720         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14721         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14722         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14723         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14724         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14725         (REG_NREGS):
14726         Remove.  All uses replaced by the old RE_* names.
14727         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14728         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14729         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14730         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14731         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14732         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14733         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14734         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14735         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14736         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14737         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14738         Don't bother having these macros be independent of each others'
14739         values, since they no longer exist in the POSIX name space.
14740
14741         Rename the following member names back to their old names,
14742         unless !__USE_GNU_REGEX.  All uses changed back.
14743         (buffer): Renamed from re_buffer.
14744         (allocated): Renamed from re_allocated.
14745         (used): Renamed from re_used.
14746         (syntax): Renamed from re_syntax.
14747         (fastmap): Renamed from re_fastmap.
14748         (translate): Renamed from re_translate.
14749         (can_be_null): Renamed from re_can_be_null.
14750         (regs_allocated): Renamed from re_regs_allocated.
14751         (fastmap_accurate): Renamed from re_fastmap_accurate.
14752         (no_sub): Renamed from re_no_sub.
14753         (not_bol): Renamed from re_not_bol.
14754         (not_eol): Renamed from re_not_eol.
14755         (newline_anchor): Renamed from re_newline_anchor.
14756         (num_regs): Renamed from rm_num_regs.
14757         (start): Renamed from rm_start.
14758         (end): Renamed from rm_end.
14759
14760         (free_state): Move up a bit.
14761
14762         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14763         #define to be empty.
14764         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14765         when that is what is intended.
14766         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14767         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14768         (MAX): New macro.
14769         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14770         All uses changed back to re_malloc, etc.  It's now the caller's
14771         responsibility to check for overflow; all callers changed.
14772         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14773         (re_x2nrealloc): Remove.
14774         (free_state): Remove decl.
14775
14776         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14777         (re_set_registers, re_exec):
14778         Use K&R-style defn.
14779
14780         2006-01-31  Roland McGrath  <roland@redhat.com>
14781
14782         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14783         Reported by Mike Frysinger <vapier@gentoo.org>.
14784
14785         2006-01-15  Andreas Jaeger  <aj@suse.de>
14786
14787         [BZ #1950]
14788         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14789         build_wcs_upper_buffer change.
14790         (build_wcs_upper_buffer): Change return type.
14791
14792         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14793
14794         * lib/regex_internal.h: Include <stdint.h> if available.
14795
14796         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14797
14798         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14799
14800         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14801
14802         * lib/regcomp.c: Adjust for changed secondary hash function.
14803
14804         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14805
14806         * lib/regex.h: Pretty printing.
14807         Clean up namespace a bit.
14808
14809         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14810
14811         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14812         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14813
14814         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14815                     Ulrich Drepper  <drepper@redhat.com>
14816
14817         [BZ #1302]
14818         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14819         changed.
14820         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14821
14822         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14823
14824         [BZ #281]
14825         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14826         * lib/regcomp.c: Remove unnecessary uses of
14827         unsigned RE_TRANSLATE_TYPE.
14828         * lib/regex_internal.h: Likewise.
14829         * lib/regex_internal.c: Likewise.
14830         * lib/regexec.c: Likewise.
14831         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14832
14833         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14834
14835         * lib/regexec.c (find_recover_state): Remove unnecessary
14836         initialization.
14837         (transit_state_bkref): Make DFA a const pointer.
14838         (get_subexp): Likewise.
14839         (check_arrival): Likewise.
14840         (update_cur_sifted_state): Likewise.
14841         (re_search_internal): Likewise.
14842         (prune_impossible_nodes): Likewise.
14843         (acquire_init_state_context): Likewise.
14844         (proceed_next_node): Likewise.
14845         (set_regs): Likewise.
14846         (free_fail_stack_return): Likewise.
14847         (check_arrival_expand_ecl): Mark DFA parameter as const.
14848         (check_arrival_expand_ecl_sub): Likewise.
14849         (check_subexp_limits): Likewise.
14850         (sub_epsilon_src_nodes):  Likewise.
14851         (add_epsilon_src_nodes):  Likewise.
14852         (merge_state_array): Likewise.
14853         (update_regs): Likewise.
14854         (build_trtable): Likewise.
14855         (sift_states_backward): Mark MCTX parameter as const.
14856         (build_sifted_states): Likewise.
14857         (update_cur_sifted_state): Likewise.
14858         (sift_states_mkref): Likewise.
14859         (check_arrival_expand_ecl): Mark eclosure as const.
14860         (check_dst_limits_calc_pos_1): Likewise.
14861         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14862         pointer.
14863
14864         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14865
14866         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14867         (transit_state_sb): Likewise.
14868         (transit_state_mb): Likewise.
14869         (sift_states_iter_mb): Likewise.
14870         (check_arrival_add_next_nodes): Likewise.
14871         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14872         [_LIBC] (re_search_2_stub): Use mempcpy.
14873
14874         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14875         mbrtowc for very simple UTF-8 case.
14876
14877         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14878         a pointer-to-const.
14879         (re_acquire_state_context): Likewise.
14880         * lib/regex_internal.h: Adjust prototypes.
14881
14882         * lib/regex.c: Prevent using C++ compilers.
14883
14884         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14885         (re_acquire_state_context): Likewise.
14886
14887 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14888
14889         * modules/regex (Depends-on): Add ssize_t.
14890
14891 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14892
14893         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14894         translation table.
14895
14896 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14897
14898         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14899
14900 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14901             Bruno Haible  <bruno@clisp.org>
14902
14903         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14904         <sys/types.h> and <inttypes.h>.
14905
14906 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14907
14908         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14909         `__error_t_defined', so argp.h will not typedef the former.
14910
14911 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14912
14913         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14914         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14915         glibc names.  Even if glibc is changed to conform to POSIX, the
14916         traditional names will be available anyway, since regex depends on
14917         the extensions module.  Also, fix a longstanding typo in the
14918         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14919         reported by Emanuele Giaquinta.  Also, change sense of cached
14920         variable, so that the message makes sense.
14921
14922 2006-03-24  Simon Josefsson  <jas@extundo.com>
14923
14924         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14925         including some doc fixes.
14926         (base64_encode_alloc): Fix +1 bug on allocation failures.
14927
14928 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14929
14930         * lib/base64.c (base64_encode): Do not read past end of array with
14931         unsanitized input on systems with CHAR_BIT > 8.
14932
14933 2006-03-24  Eric Blake  <ebb9@byu.net>
14934
14935         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14936
14937 2006-03-22  Karl Berry  <karl@gnu.org>
14938
14939         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14940         * config/srclistvars.sh (COREUTILS): new var.
14941
14942 2006-03-17  Jim Meyering  <jim@meyering.net>
14943
14944         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14945         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14946
14947 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14948
14949         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14950         no longer needs it.  Instead, check that regoff_t is as least
14951         as wide as ptrdiff_t.
14952
14953         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14954         so that our regex.h stays compatible with the installed regex.
14955         This is helpful for installers who configure --without-included-regex.
14956         Problem reported by Emanuele Giaquinta.
14957
14958 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14959
14960         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14961         Typedef to long int, not to off_, as POSIX will likely change
14962         in that direction.
14963
14964 2006-03-15  Eric Blake  <ebb9@byu.net>
14965
14966         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14967
14968 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14969
14970         * lib/argp-help.c (validate_uparams): Fix typo
14971         * lib/argp-parse.c (argp_default_options): Consistently begin help
14972         messages with a lowercase letter.
14973
14974 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14975
14976         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14977         overrun buffers and shouldn't be used (much as gets shouldn't be
14978         used).
14979         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14980
14981 2006-03-08  Simon Josefsson  <jas@extundo.com>
14982
14983         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14984         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14985
14986 2006-03-08  Simon Josefsson  <jas@extundo.com>
14987
14988         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14989         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14990
14991 2006-03-08  Simon Josefsson  <jas@extundo.com>
14992
14993         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14994         signal that configure disabled the device.
14995
14996 2006-03-08  Simon Josefsson  <jas@extundo.com>
14997
14998         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14999         languages.
15000
15001 2006-03-07  Simon Josefsson  <jas@extundo.com>
15002
15003         * modules/getopt (Depends-on): Add unistd.
15004
15005         * modules/unistd: New file.
15006
15007 2006-03-07  Simon Josefsson  <jas@extundo.com>
15008
15009         * modules/gc-random: New file.
15010
15011 2006-03-07  Simon Josefsson  <jas@extundo.com>
15012
15013         * m4/unistd_h.m4: New file.
15014
15015 2006-03-07  Simon Josefsson  <jas@extundo.com>
15016
15017         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15018         test to be side-effect free by storing the result in the cache
15019         variable gl_cv_lib_readline, and moving the assignment of
15020         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15021         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15022
15023 2006-03-07  Simon Josefsson  <jas@extundo.com>
15024
15025         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15026         error on missing devices (the functions will return an error).
15027
15028         * m4/gc.m4: Move random stuff to gc-random.m4
15029
15030 2006-03-07  Simon Josefsson  <jas@extundo.com>
15031
15032         * lib/unistd_.h: New file.
15033
15034 2006-03-07  Simon Josefsson  <jas@extundo.com>
15035
15036         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15037
15038 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15039
15040         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15041         Problem reported by Juan Manuel Guerrero.
15042
15043 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15044
15045         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15046         the unistd module.
15047         * lib/getlogin_r.c: Likewise.
15048         * lib/getlogin_r.h: Likewise.
15049         * lib/glob.c: Likewise.
15050         * lib/pagealign_alloc.c: Likewise.
15051         * lib/unistd_.h: Remove; no longer needed.
15052
15053 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15054
15055         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15056         Add unistd.
15057         * modules/c-stack (Depends-on): Add unistd.
15058         * modules/getlogin_r: Likewise.
15059         * modules/glob: Likewise.
15060         * modules/pagealign_alloc: Likewise.
15061         * modules/unistd (Files): Remove lib/unistd_.h.
15062         (EXTRA_DIST): Remove.
15063         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15064         need unistd_.h.
15065         (MOSTLYCLEANFILES): Remove unistd.h-t.
15066
15067 2006-03-03  Simon Josefsson  <jas@extundo.com>
15068
15069         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15070
15071 2006-03-03  Simon Josefsson  <jas@extundo.com>
15072
15073         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15074         libidn and bison.
15075
15076 2006-03-03  Simon Josefsson  <jas@extundo.com>
15077
15078         * build-aux/maint.mk: Add indent target.
15079
15080 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15081
15082         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15083         our replacement poll.h in any case, to avoid a differing
15084         declaration from a system header.  Seen on AIX.
15085
15086 2006-03-01  Simon Josefsson  <jas@extundo.com>
15087
15088         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15089         <kasal@ucw.cz>.
15090
15091 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15092
15093         * modules/gettime (Depends-on): Add extensions module.
15094         * modules/nanosleep (Depends-on): Likewise.
15095         * modules/settime (Depends-on): Likewise.
15096
15097 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15098
15099         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15100         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15101         pedantically.
15102         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15103         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15104
15105         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15106         not "==".  Reported by Ralf Wildenhues.
15107
15108 2006-03-01  Karl Berry  <karl@gnu.org>
15109
15110         * doc/Copyright/request-*: new files, synced from gnuorg.
15111
15112 2006-03-01  Karl Berry  <karl@gnu.org>
15113
15114         * config/srclist.txt (Copyright/*): new entries.
15115
15116 2006-02-28  Simon Josefsson  <jas@extundo.com>
15117
15118         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15119
15120 2006-02-27  Simon Josefsson  <jas@extundo.com>
15121
15122         * lib/base64.h: Indent #define's.  From Jim Meyering
15123         <jim@meyering.net>.
15124
15125 2006-02-27  Jim Meyering  <jim@meyering.net>
15126
15127         Revert the change of 2006-02-24, so these files can continue
15128         to be sync'd from gettext.
15129         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15130         of `config.h'.
15131
15132 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15133
15134         * modules/intprops: New file.
15135         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15136         Add intprops.
15137         * modules/getloadavg (Files): Remove lib/intprops.h.
15138         (Depends-on): Add intprops.
15139         * modules/human: Likewise.
15140         * modules/inttostr: Likewise.
15141         * modules/openat: Likewise.
15142         * modules/sig2str: Likewise.
15143         * modules/userspec: Likewise.
15144         * modules/utimecmp: Likewise.
15145         * modules/xnanosleep: Likewise.
15146         * modules/xstrtol: Likewise.
15147
15148 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15149
15150         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15151         * modules/lock-tests (TESTS): Use $(EXEEXT).
15152         * modules/tls-tests: Likewise.
15153         * modules/argp-tests: Likewise.
15154         (check_PROGRAMS): New var, replacing...
15155         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15156
15157 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15158
15159         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15160         `config.h'.
15161
15162 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15163
15164         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15165
15166 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15167
15168         Sync from coreutils.
15169         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15170         gl_CHDIR_SAFER.
15171
15172 2006-02-22  Jim Meyering  <jim@meyering.net>
15173
15174         Sync from coreutils.
15175         * m4/chdir-safer.m4: New file.
15176
15177 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15178
15179         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15180         AT_FDCWD exceeds INT_MAX.
15181         * lib/openat.h (AT_FDCWD): Likewise.
15182
15183 2006-02-17  Eric Blake  <address@hidden>
15184
15185         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15186
15187 2006-02-16  Simon Josefsson  <jas@extundo.com>
15188
15189         * modules/getaddrinfo (Depends-on): Add sys_socket.
15190
15191 2006-02-15  Simon Josefsson  <jas@extundo.com>
15192
15193         * build-aux/maint.mk: Add dsyntax-check rule.
15194
15195 2006-02-15  Eric Blake  <ebb9@byu.net>
15196
15197         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15198         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15199         'present but cannot compile' warnings on cygwin.
15200         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15201         use ws2tcpip.h if sys/socket.h works.
15202         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15203         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15204
15205 2006-02-14  Simon Josefsson  <jas@extundo.com>
15206
15207         * modules/maintainer-makefile (Files): Rename.
15208
15209         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15210         and (the local) Makefile.cfg to maint-cfg.mk.
15211
15212         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15213         to the latter.
15214
15215         * modules/maintainer-makefile: New module.
15216
15217         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15218         severaly stripped to make it possible to build it up from scratch
15219         with reliable tests.
15220
15221         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15222         fixes to permit overriding the default actions when configure and
15223         makefile are not available.
15224
15225 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15226
15227         Sync from coreutils.
15228         * modules/lstat (Depends-on): Don't depend on xalloc.
15229         (License): Change from GPL to LGPL, since this is now simply a
15230         replacement for a libc function.
15231
15232 2006-02-14  Jim Meyering  <jim@meyering.net>
15233
15234         Sync from coreutils.
15235
15236         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15237         failure on deficient systems, and simplify gnulib lgpl dependencies.
15238         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15239         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15240
15241         * lib/xalloc-die.c: Remove unused definition of N_.
15242
15243 2006-02-14  Jim Meyering  <jim@meyering.net>
15244
15245         Sync from coreutils.
15246         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15247         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15248         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15249         double-quote uses of that variable, to accommodate the rare case in
15250         which getmntent is available in none of the libraries checked.  This
15251         happens at least on FreeBSD 5.0.
15252
15253 2006-02-13  Simon Josefsson  <jas@extundo.com>
15254
15255         * gnulib-tool (Usage): Fix --import, from
15256         karl@freefriends.org (Karl Berry).
15257
15258 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15259
15260         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15261
15262 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15263
15264         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15265         "autoupdate" on 2005-12-12.
15266
15267 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15268
15269         * modules/closeout (Depends-on): Remove atexit.
15270
15271 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15272
15273         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15274         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15275
15276 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15277
15278         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15279         __EXTENSIONS__ if this causes compilation to fail.  Problem
15280         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15281         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15282
15283 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15284
15285         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15286         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15287         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15288         All uses changed.
15289
15290 2006-01-26  Simon Josefsson  <jas@extundo.com>
15291
15292         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15293         prototype is visible on mingw32.
15294
15295         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15296         for mingw32.
15297
15298         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15299         mingw32).
15300
15301 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15302
15303         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15304         attempt to open for write; this always fails, at least on POSIX
15305         hosts.  This reinstates the 2006-01-09 change, which was
15306         inadvertently removed.
15307
15308 2006-01-26  Bruno Haible  <bruno@clisp.org>
15309
15310         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15311         Reported by Paul Eggert.
15312
15313 2006-01-26  Bruno Haible  <bruno@clisp.org>
15314             Paul Eggert  <eggert@cs.ucla.edu>
15315
15316         * lib/stdbool_.h (_Bool)
15317         [(! (defined __cplusplus || defined __BEOS__)
15318           && !defined __GNUC__
15319           && !(defined __HP_cc || defined __xlc__
15320                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15321                || defined __sgi))]:
15322         #define to signed char in these cases too; this simplifies
15323         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15324         etc., separately) and makes it more conservative.
15325
15326 2006-01-25  Simon Josefsson  <jas@extundo.com>
15327
15328         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15329         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15330         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15331
15332 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15333
15334         * lib/argp-namefrob.h: Bugfix. Remove stray #
15335
15336 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15337
15338         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15339         so that we test the test.
15340         Check for yet another HP-UX cc bug involving *bool |= bool.
15341
15342 2006-01-25  Karl Berry  <karl@gnu.org>
15343
15344         * config/srclist.txt (vasnprintf.c): sync lost.
15345
15346 2006-01-25  Jim Meyering  <jim@meyering.net>
15347
15348         Sync from the stable (b5) branch of coreutils:
15349
15350         * lib/fts.c (fts_children): Don't let close() clobber errno from
15351         failed fchdir().
15352
15353         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15354         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15355         a dangling symlink.  That can also happen at least for ELOOP.
15356         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15357         FYI, this bug predates the inclusion of fts.c in coreutils.
15358
15359         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15360         in their own block, so pre-c99 compilers don't object.
15361
15362         Avoid the double-free (first in fts_read, second in fts_close) that
15363         would occur when an `active' directory is made inaccessible (e.g.,
15364         via chmod a-x) during a traversal.
15365         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15366         before returning.  Reproduce this failure by
15367         mkdir -p a/b; cd a; chmod a-x . b
15368         Reported by Stavros Passas.
15369
15370 2006-01-25  Jim Meyering  <jim@meyering.net>
15371
15372         * lib/fileblocks.c: Remove more useless parentheses.
15373         * lib/readutmp.h: Likewise.
15374
15375 2006-01-25  Bruno Haible  <bruno@clisp.org>
15376
15377         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15378         warnings.
15379         Reported by Paul Eggert.
15380
15381 2006-01-25  Bruno Haible  <bruno@clisp.org>
15382
15383         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15384         rid of a trap command. For Solaris sh.
15385         Reported by Mark D. Baushke <mdb@gnu.org>.
15386
15387 2006-01-24  Simon Josefsson  <jas@extundo.com>
15388
15389         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15390         Bruno.
15391
15392 2006-01-24  Karl Berry  <karl@gnu.org>
15393
15394         * config/srclist.txt (argp-namefrob.h): sync lost.
15395
15396 2006-01-24  Jim Meyering  <jim@meyering.net>
15397
15398         * modules/openat (Files): Add lib/intprops.h.
15399         From Mark D. Baushke.
15400
15401 2006-01-24  Jim Meyering  <jim@meyering.net>
15402
15403         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15404         Reported by Mark D. Baushke.
15405
15406 2006-01-24  Jim Meyering  <jim@meyering.net>
15407
15408         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15409
15410 2006-01-24  Bruno Haible  <bruno@clisp.org>
15411
15412         * modules/strnlen (Maintainer): Change from glibc to all.
15413
15414 2006-01-24  Bruno Haible  <bruno@clisp.org>
15415
15416         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15417         Patch by Paul Eggert.
15418
15419 2006-01-24  Bruno Haible  <bruno@clisp.org>
15420
15421         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15422         already has it.
15423         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15424         2005-11-26.
15425
15426         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15427         'signed char' to avoid problems with the built-in _Bool type.
15428         Reported by Paul Eggert on 2005-11-26.
15429
15430 2006-01-24  Bruno Haible  <bruno@clisp.org>
15431
15432         * gnulib-tool (func_import): Avoid constructing complicated sed
15433         expressions inside backquote.
15434         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15435
15436 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15437
15438         These changes imported from libc.
15439         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15440         test and two separate function calls.
15441         * lib/strndup.c (__strndup): Add libc_hidden_def.
15442
15443 2006-01-23  Simon Josefsson  <jas@extundo.com>
15444
15445         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15446         Remove the test_*_SOURCES variable: automake infers it by default.
15447         * modules/tls-tests: Likewise.
15448
15449 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15450
15451         Work around porting bugs reported by Dieter in
15452         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15453         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15454         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15455         Include "getopt.h" first, to check interface.
15456         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15457         !HAVE_DECL_GETENV.
15458         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15459         (__strndup): Revert to K&R-style function dfns, the glibc style.
15460         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15461         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15462         Include strnlen.h first, to get prototype properly.
15463         (strnlen): Renamed from __strnlen.
15464         Remove weak alias.
15465
15466 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15467
15468         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15469
15470 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15471
15472         * config/srclist.txt: Adjust to reflect glibc reorganization.
15473         This affects only comments.
15474
15475 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15476
15477          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15478          Reported by Bruce Korb <bkorb@gnu.org>.
15479
15480 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15481
15482         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15483         to pacify gcc -Wswitch-default.
15484
15485 2006-01-22  Bruno Haible  <bruno@clisp.org>
15486
15487         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15488         temporary buffer for sprintf, take into account the precision also
15489         for 'd', 'i', 'u', 'o', 'x', 'X'.
15490
15491 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15492
15493         * modules/argp-tests: New module
15494         * tests/test-argp.c: New file
15495         * tests/test-argp-2.sh: New file
15496
15497 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15498
15499         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15500         (__argp_base_name): Removed
15501         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15502         typo.
15503         (__argp_base_name): Provide macro definition or extern declaration
15504         depending on the configuration
15505
15506 2006-01-20  Simon Josefsson  <jas@extundo.com>
15507
15508         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15509
15510 2006-01-20  Simon Josefsson  <jas@extundo.com>
15511
15512         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15513
15514 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15515
15516         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15517         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15518         Suggested by Bruno Haible.
15519
15520 2006-01-20  Karl Berry  <karl@gnu.org>
15521
15522         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15523         until changes propagate, I guess.
15524
15525 2006-01-19  Simon Josefsson  <jas@extundo.com>
15526
15527         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15528
15529 2006-01-19  Simon Josefsson  <jas@extundo.com>
15530
15531         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15532
15533 2006-01-19  Simon Josefsson  <jas@extundo.com>
15534
15535         * gnulib-tool: Set check_PROGRAMS.
15536
15537         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15538         modules/des-tests, modules/gc-arcfour-tests,
15539         modules/gc-arctwo-tests, modules/gc-des-tests,
15540         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15541         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15542         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15543         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15544         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15545         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15546         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15547         test_*_SOURCES.
15548
15549 2006-01-18  Simon Josefsson  <jas@extundo.com>
15550
15551         * modules/socklen (Depends-on): Depend on sys_socket.
15552
15553 2006-01-18  Simon Josefsson  <jas@extundo.com>
15554
15555         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15556         modules/des-tests, modules/gc-arcfour-tests,
15557         modules/gc-arctwo-tests, modules/gc-des-tests,
15558         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15559         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15560         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15561         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15562         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15563         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15564         $(EXEEXT) to automake TESTS variable, for mingw32.
15565
15566 2006-01-17  Simon Josefsson  <jas@extundo.com>
15567
15568         * modules/socklen (Include): Need sys/socket.h.
15569
15570 2006-01-17  Bruno Haible  <bruno@clisp.org>
15571
15572         * modules/ssize_t (Include): Add <sys/types.h>.
15573
15574 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15575
15576         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15577         it's not portable and it doesn't work with cross-compiles.
15578         Problem reported by Bruno Haible.  Fix missing-$ typo in
15579         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15580         -zignore from being used with Sun's C compiler.
15581
15582 2006-01-12  Simon Josefsson  <jas@extundo.com>
15583
15584         * lib/base64.c: Fix warning, reported by Bruno Haible
15585         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15586
15587 2006-01-12  Bruno Haible  <bruno@clisp.org>
15588
15589         * modules/ldd: New file.
15590         * build-aux/ldd.sh.in: New file.
15591         * MODULES.html.sh (Support for building libraries and executables): Add
15592         ldd.
15593
15594 2006-01-12  Bruno Haible  <bruno@clisp.org>
15595
15596         * m4/ldd.m4: New file.
15597
15598 2006-01-12  Bruno Haible  <bruno@clisp.org>
15599
15600         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15601         endless loop while replacing $auxdir with build-aux.
15602
15603 2006-01-11  Simon Josefsson  <jas@extundo.com>
15604
15605         * lib/stdint_.h (SIZE_MAX): Add missing (.
15606
15607 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15608
15609         Sync from coreutils.
15610         * lib/md5.c: Fix commentary typos.
15611         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15612         * lib/md5.h (__attribute__): Remove; unused.
15613         * lib/sha1.c: Fix commentary to match md5 better.
15614         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15615         so that we don't need to worry about alignment.  All uses changed.
15616         This merges the 2005-10-28 md5 change into sha1.
15617
15618 2006-01-11  Jim Meyering  <jim@meyering.net>
15619
15620         Sync from coreutils.
15621         * lib/md5.c (OP): Fix spacing.
15622
15623 2006-01-11  Bruno Haible  <bruno@clisp.org>
15624
15625         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15626         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15627         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15628
15629 2006-01-11  Bruno Haible  <bruno@clisp.org>
15630
15631         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15632         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15633         the "early" section as well.
15634
15635 2006-01-11  Bruno Haible  <bruno@clisp.org>
15636
15637         Avoid "ar: no archive members specified" error on MacOS X.
15638         * gnulib-tool (func_modules_add_dummy): New function.
15639         (func_import, func_create_testdir): Invoke it.
15640
15641 2006-01-11  Bruno Haible  <bruno@clisp.org>
15642
15643         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15644         with $auxdir in AC_CONFIG_FILES statements.
15645
15646 2006-01-11  Bruno Haible  <bruno@clisp.org>
15647
15648         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15649         Initialize also noinst_HEADERS to empty.
15650
15651 2006-01-11  Bruno Haible  <bruno@clisp.org>
15652
15653         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15654         variables.
15655         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15656         autoreconf.
15657
15658 2006-01-11  Bruno Haible  <bruno@clisp.org>
15659
15660         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15661         overridable by the user.
15662         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15663
15664 2006-01-10  Simon Josefsson  <jas@extundo.com>
15665
15666         * modules/sys_socket: New file.
15667
15668 2006-01-10  Simon Josefsson  <jas@extundo.com>
15669
15670         * m4/sys_socket_h.m4: New file.
15671
15672 2006-01-10  Simon Josefsson  <jas@extundo.com>
15673
15674         * lib/socket_.h: New file.
15675
15676 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15677
15678         * modules/readutmp (Maintainer): Add myself.
15679
15680 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15681
15682         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15683         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15684         People who are still concerned with buggy memcmp implementations
15685         can invoke gl_FUNC_MEMCMP themselves.
15686
15687 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         * lib/regex_internal.h (BITSET_WORD_BITS):
15690         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15691         preprocessor mishandles large unsigned values as if they were signed.
15692         Problem reported by Claudio Fontana in
15693         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15694
15695 2006-01-10  Jim Meyering  <jim@meyering.net>
15696
15697         Avoid the double-free (first in fts_read, second in fts_close) that
15698         would occur when an `active' directory is made inaccessible (e.g.,
15699         via chmod a-x) during a traversal.
15700         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15701         before returning.  Reproduce this failure by
15702         mkdir -p a/b; cd a; chmod a-x . b
15703         Reported by Stavros Passas.
15704
15705         Sync from coreutils.
15706         * lib/sha1.c: Tweak grammar in a comment.
15707
15708 2006-01-10  Jim Meyering  <jim@meyering.net>
15709
15710         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15711         Patch by Joerg Sonnenberger.
15712
15713 2006-01-10  Bruno Haible  <bruno@clisp.org>
15714
15715         * modules/readutmp: Depend on module free.
15716         * modules/strtok_r: Depend on module restrict.
15717
15718 2006-01-10  Bruno Haible  <bruno@clisp.org>
15719
15720         * modules/gettext (configure.ac): Add an invocation of
15721         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15722
15723 2006-01-10  Bruno Haible  <bruno@clisp.org>
15724
15725         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15726         Reported by Werner Lemberg <wl@gnu.org>.
15727
15728 2006-01-10  Bruno Haible  <bruno@clisp.org>
15729
15730         * lib/localcharset.c: Update from GNU gettext.
15731
15732 2006-01-10  Bruno Haible  <bruno@clisp.org>
15733
15734         * lib/argp.h (__const): Remove macro. Use const instead.
15735         * lib/argp-fmtstream.h (__const): Likewise.
15736         * lib/glob_.h (__const): Remove macro.
15737         * lib/glob-libc.h: Use const instead of __const.
15738
15739 2006-01-10  Bruno Haible  <bruno@clisp.org>
15740
15741         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15742         variable.
15743         Needed to avoid an automake error regarding the 'gettext' module.
15744
15745 2006-01-09  Simon Josefsson  <jas@extundo.com>
15746
15747         * modules/inet_ntop (Depends-on): Add restrict.
15748
15749 2006-01-09  Simon Josefsson  <jas@extundo.com>
15750
15751         * modules/gc-rijndael-tests (License): Put under LGPL.
15752
15753         * modules/gc-des-tests (License): Likewise.
15754
15755         * modules/gc-arcfour-tests (License): Likewise.
15756
15757         * modules/gc-arctwo-tests (License): Likewise.
15758
15759         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15760
15761         * modules/gc-hmac-sha1-tests (Files): Likewise.
15762
15763         * modules/gc-hmac-md5-tests (License): Likewise.
15764
15765         * modules/gc-sha1-tests (License): Likewise.
15766
15767         * modules/gc-md5-tests (License): Likewise.
15768
15769         * modules/gc-md4-tests (License): Likewise.
15770
15771         * modules/gc-md2-tests (License): Likewise.
15772
15773         * modules/gc-tests (License): Likewise.
15774
15775         * modules/des-tests (License): Likewise.
15776
15777         * modules/md4-tests (License): Likewise.
15778
15779         * modules/md2-tests (License): Likewise.
15780
15781 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15782
15783         Sync from coreutils:
15784
15785         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15786         * modules/lib-ignore: New file.
15787         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15788         chdir-safer.m4, lchmod.m4.
15789         * modules/openat: Add mkdirat.c, openat-priv.h.
15790
15791 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15792
15793         Sync from coreutils.
15794         * m4/lib-ignore.m4: New file.
15795         * m4/lchmod.m4: New file.
15796
15797 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15798
15799         Sync from coreutils.
15800         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15801         for write access: POSIX says that must fail.
15802         * lib/fts.c (diropen): Likewise.
15803         * lib/save-cwd.c (save_cwd): Likewise.
15804         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15805         well, for minor improvements on hosts that lack O_DIRECTORY.
15806         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15807         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15808         Fall back on chown if open failed with EACCES.
15809
15810         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15811         Report an error at compile-time if only a 1-second nominal clock
15812         resolution is found.
15813
15814         * lib/lchmod.h: New file.
15815         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15816         (make_dir_parents): Use lchown rather than chown, and
15817         lchmod rather than chmod.
15818
15819         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15820         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15821         "proc" reported by n0dalus.
15822
15823         * lib/mountlist.c: Include <limits.h>.
15824         (dev_from_mount_options)
15825         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15826         New function.  It no longer assumes "dev=" has the System V meaning
15827         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15828         (read_file_system_list)
15829         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15830         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15831         dev= in that case.
15832
15833         * lib/posixtm.h (PDS_PRE_2000): New macro.
15834         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15835         allow_century.  All usages changed.  Reject dates outside the range
15836         1969-1999 if PDS_PRE_2000 is used.
15837
15838 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15839
15840         Sync from coreutils.
15841         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15842         (Time of day items): Mention the possibility of leap seconds.
15843         Problem reported by Dr. David Alan Gilbert.
15844
15845 2006-01-09  Jim Meyering  <jim@meyering.net>
15846
15847         Sync from coreutils.
15848
15849         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15850
15851         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15852
15853         * lib/modechange.c (mode_compile): Reject an invalid mode string
15854         that starts with an octal digit.  From Andreas Gruenbacher.
15855
15856         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15857         and dup to open_safer and dup_safer, respectively.
15858         (openat_permissive): Fix typo in comment.
15859
15860         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15861         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15862         (_): Remove; no longer needed.
15863         (openat): Renamed from rpl_openat; no need for rpl_openat
15864         since openat.h renames openat for us.
15865         Replace most of the body with a call to openat_permissive,
15866         to avoid duplicate code.
15867         Port to (probably hypothetical) environments were mode_t is
15868         wider than int.
15869         (openat_permissive): Require mode arg, so that we can check
15870         types better.  Put it just after flags.  Change cwd failure
15871         indicator from pointer-to-bool to pointer-to-errno-value.
15872         All callers changed.
15873         Invoke openat_save_fail and/or openat_restore_fail if
15874         cwd_errno is null, so that openat can call us.
15875         (openat_permissive, fdopendir, fstatat, unlinkat):
15876         Simplify errno handling to avoid some duplicate code,
15877         as it's OK to set errno on success.
15878         * lib/openat.h: Revamp code so that function macros depend on
15879         __OPENAT_PREFIX only, not also on AT_FDCWD.
15880         (openat_ro): Remove.  Caller changed to use openat_permissive.
15881         (openat_permissive): Now a macro, if not a function.
15882         (openat_restore_fail, openat_save_fail): Now always functions,
15883         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15884
15885         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15886         and openat.c.
15887         * lib/mkdirat.c: Include openat-priv.h.
15888         Remove definitions of macros defined therein.
15889         * lib/openat.c: Likewise.
15890
15891         * lib/mkdirat.c (mkdirat): New file and function.
15892         * lib/openat.h (mkdirat): Declare.
15893
15894         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15895
15896         * lib/openat.h (openat_permissive): Declare.
15897         (openat_ro): Define.
15898
15899         * lib/openat.c (EXPECTED_ERRNO): New macro.
15900         (openat_permissive): New function -- used in remove.c rewrite.
15901         (all functions): Set errno just before returning, only if there
15902         was an actual failure.
15903         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15904
15905         Emulate openat-family functions using Linux's procfs, if possible.
15906         Idea and some code based on Ulrich Drepper's glibc changes.
15907
15908         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15909         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15910         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15911         before falling back on save_cwd and restore_cwd.
15912         (fdopendir, fstatat, unlinkat): Likewise.
15913
15914         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15915         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15916
15917         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15918         as second argument to va_arg.  Otherwise, some versions of gcc
15919         warn that `if this code is reached, the program will abort'.
15920
15921 2006-01-09  Jim Meyering  <jim@meyering.net>
15922
15923         Sync from coreutils.
15924         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15925         Require openat-priv.h.
15926
15927 2006-01-09  Bruno Haible  <bruno@clisp.org>
15928
15929         * modules/strnlen (Include): Use strnlen.h.
15930
15931 2006-01-09  Bruno Haible  <bruno@clisp.org>
15932
15933         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15934
15935 2006-01-09  Bruno Haible  <bruno@clisp.org>
15936
15937         * lib/sysexit_.h (EX_OK): New macro.
15938         Suggested by Martin Lambers <marlam@marlam.de>.
15939
15940 2006-01-09  Bruno Haible  <bruno@clisp.org>
15941
15942         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15943         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15944
15945 2006-01-09  Bruno Haible  <bruno@clisp.org>
15946
15947         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15948         numbers.
15949
15950 2006-01-09  Bruno Haible  <bruno@clisp.org>
15951
15952         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15953         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15954         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15955         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15956
15957 2006-01-09  Bruno Haible  <bruno@clisp.org>
15958
15959         * build-aux/javacomp.sh.in: New file, moved from lib/.
15960         * modules/javacomp-script (Files): Update.
15961         (configure.ac): Add AC_CONFIG_FILES invocation.
15962         (EXTRA_DIST): Remove variable.
15963
15964         * build-aux/javaexec.sh.in: New file, moved from lib/.
15965         * modules/javaexec (Files): Update.
15966         (configure.ac): Add AC_CONFIG_FILES invocation.
15967         (EXTRA_DIST): Remove javaexec.sh.in.
15968
15969         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15970         * modules/csharpcomp-script (Files): Update.
15971         (configure.ac): Add AC_CONFIG_FILES invocation.
15972         (EXTRA_DIST): Remove variable.
15973
15974         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15975         * modules/csharpexec (Files): Update.
15976         (configure.ac): Add AC_CONFIG_FILES invocation.
15977         (EXTRA_DIST): Remove csharpexec.sh.in.
15978
15979 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15980
15981         Sync from coreutils.
15982
15983         Add POSIX ACL support
15984         * lib/acl.h (copy_acl, set_acl): Add declarations.
15985         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15986         systems other than Linux.
15987         (chmod_or_fchmod): New function: use fchmod when possible,
15988         and chmod otherwise.
15989         (file_has_acl): Add a POSIX ACL implementation, with a
15990         Linux-specific subcase.
15991         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15992         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15993         acls are unsupported.
15994         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15995         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15996         are unsupported.
15997
15998 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15999
16000         Sync from coreutils.
16001         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16002
16003 2006-01-07  Bruno Haible  <bruno@clisp.org>
16004
16005         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16006         gl_EARLY.
16007
16008 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16009
16010         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16011         Problem reported for Mingw by Mark Junker.
16012
16013 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16014
16015         * README: Gnulib normally doesn't generate a tarball.
16016
16017 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16018
16019         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16020         long int, not int, for nanosecond counts, so that people who are
16021         used to POSIX struct timespec won't be surprised.  Reported by Jim
16022         Meyering.
16023
16024 2005-12-28  Bruno Haible  <bruno@clisp.org>
16025
16026         * build-aux/config.rpath: Update from GNU gettext.
16027
16028 2005-12-16  Jim Meyering  <jim@meyering.net>
16029
16030         * modules/fprintftime: New module.
16031         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16032
16033 2005-12-16  Jim Meyering  <jim@meyering.net>
16034
16035         * m4/fprintftime.m4: New file.
16036
16037 2005-12-16  Jim Meyering  <jim@meyering.net>
16038
16039         * lib/fprintftime.c, lib/fprintftime.h: New files.
16040
16041 2005-12-15  Simon Josefsson  <jas@extundo.com>
16042
16043         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16044         new m4/socklen.m4.
16045
16046 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16047
16048         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16049         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16050
16051 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16052
16053         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16054         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16055         struct uparams is valid. Fall back to the default values if it is
16056         not.
16057
16058 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16059
16060         * modules/argp (Files): Add argp-pin.c
16061         (Depends-on): dirname
16062         (lib_SOURCES): Add argp-pin.c
16063
16064 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16065
16066         * m4/argp.m4:  Check if program_invocation_name and
16067         program_invocation_short_name are declared and define appropriate
16068         macros if they are not.
16069
16070 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16071
16072         * lib/argp-help.c (__argp_base_name): New function
16073         (__argp_short_program_name): Rewrite using __argp_base_name
16074         * lib/argp-namefrob.h: Define program_invocation_name and
16075         program_invocation_short_name if requested
16076         (__argp_base_name): Add prototype
16077         * lib/argp-parse.c (argp_def): Use gettext wrappers
16078         (argp_default_parser): Use __argp_base_name
16079         * lib/argp-pin.c: New file. Defines program_invocation_name and
16080         program_invocation_short_name on systems that lack them.
16081
16082 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16083
16084         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16085         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16086         porting problem reported by Georg Schwarz in
16087         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16088
16089 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16090
16091         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16092         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16093         porting problem reported by Georg Schwarz in
16094         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16095
16096 2005-12-05  Bruno Haible  <bruno@clisp.org>
16097
16098         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16099         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16100         Reported by Mark Junker <mjscod@gmx.de>.
16101
16102 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16103
16104         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16105         Use implementation from Albert Chin, with some
16106         comments/corrections by Stepan Kasal and myself.
16107
16108 2005-12-02  Bruno Haible  <bruno@clisp.org>
16109
16110         * gnulib-tool (func_import): Accept GPLed build tool modules when
16111         --lgpl is given.
16112         * modules/csharpcomp-script: New file.
16113         * modules/csharpcomp: Depend on it.
16114         * modules/javacomp-script: New file.
16115         * modules/javacomp: Depend on it.
16116         Suggested by Simon Josefsson.
16117
16118 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16119
16120         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16121         statement, to work around an HP-UX 10.20 compiler bug reported by
16122         Peter O'Gorman.
16123
16124 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16125
16126         * modules/savedir (Depends-on): Add openat.
16127
16128 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16129
16130         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16131         (uintmax_t) [defined uintmax_t]: Do not declare.
16132         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16133         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16134         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16135         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16136         sake of portability to weird hosts that C allows (though we don't
16137         know of any practical examples).
16138
16139         * lib/savedir.h (fdsavedir): New decl.
16140         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16141         contains most of the former guts of savedir.
16142         (savedir): Use savedirstream.
16143         Include "openat.h".
16144
16145 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16146
16147         * modules/obstack (Files): Add m4/ulonglong.m4.
16148         Problem reported by Davide Angelocola.
16149
16150 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16151
16152         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16153         coreutils no longer futzes with rounding modes.
16154
16155 2005-11-14  Jim Meyering  <jim@meyering.net>
16156
16157         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16158         replacement of mkstemp.
16159
16160 2005-11-10  Simon Josefsson  <jas@extundo.com>
16161
16162         * lib/readline.c: Remove EOL.
16163
16164 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16165
16166         * modules/gethrxtime (Depends-on): Add gettime.
16167
16168 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16169
16170         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16171         or gettimeofday; no longer needed.
16172
16173 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16174
16175         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16176         time business.
16177         (gethrxtime) [! (HAVE_NANOUPTIME
16178         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16179         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16180         our own approximation.
16181
16182 2005-11-08  Eric Blake  <ebb9@byu.net>
16183
16184         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16185
16186 2005-11-08  Eric Blake  <ebb9@byu.net>
16187
16188         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16189
16190 2005-11-04  Bruno Haible  <bruno@clisp.org>
16191
16192         * gnulib-tool: Implement --update mode.
16193
16194 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16195
16196         Fix porting problem reported by Theodoros V. Kalamatianos.
16197         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16198         Don't assume that futimes failing means we must fail.
16199
16200 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16201
16202         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16203         variables to suggest the intended function of the PATH_MAX check.
16204
16205 2005-10-30  Kean Johnston  <jkj@sco.com>
16206
16207         Trivial changes to support SCO systems.
16208         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16209         as PATH_MAX.
16210         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16211         where __ptr is null when no I/O is pending.
16212
16213 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16214
16215         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16216         leave errno alone.  Problem reported by Dmitry V. Levin.
16217
16218 2005-10-28  Simon Josefsson  <jas@extundo.com>
16219
16220         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16221         Test more.
16222
16223         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16224
16225         * modules/md2, modules/md2-tests: New files.
16226
16227 2005-10-28  Simon Josefsson  <jas@extundo.com>
16228
16229         * m4/inet_ntop.m4: More tests.
16230
16231         * m4/gc-md2.m4, md2.m4: New file.
16232
16233 2005-10-28  Simon Josefsson  <jas@extundo.com>
16234
16235         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16236         "restrict" keywords, as per POSIX.  Protect the function
16237         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16238         Don't use K&R prototypes.  Check the sprintf return values.
16239         Re-define EAFNOSUPPORT if not present.  Indent.
16240
16241         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16242         suggested by Bruno Haible <bruno@clisp.org>.
16243
16244         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16245
16246         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16247
16248         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16249         libgcrypt).
16250
16251         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16252
16253         * lib/md2.h, lib/md2.c: New files.
16254
16255 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16256
16257         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16258         errno alone.  Problem reported by Frederic Jolliton.
16259
16260 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16261
16262         * modules/verify (License): Change from GPL to LGPL.  This is a
16263         tiny module and there are apparently near-equivalents that are
16264         under the BSD license.
16265
16266 2005-10-24  Simon Josefsson  <jas@extundo.com>
16267
16268         * modules/sha1: Relicense to LGPL.
16269
16270 2005-10-24  Simon Josefsson  <jas@extundo.com>
16271
16272         * lib/md4.h: Shrink buffer size, now that we changed the type.
16273
16274 2005-10-23  Simon Josefsson  <jas@extundo.com>
16275
16276         * gnulib-tool (func_import): Fix --tests-base.
16277
16278 2005-10-22  Simon Josefsson  <jas@extundo.com>
16279
16280         * modules/arcfour (Depends-on): Need stdint.
16281
16282 2005-10-22  Simon Josefsson  <jas@extundo.com>
16283
16284         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16285         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16286
16287 2005-10-22  Simon Josefsson  <jas@extundo.com>
16288
16289         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16290         suggested by Bruno Haible <bruno@clisp.org>.
16291
16292 2005-10-22  Simon Josefsson  <jas@extundo.com>
16293
16294         * lib/crc.h: Include stddef.h, for size_t.
16295
16296 2005-10-22  Simon Josefsson  <jas@extundo.com>
16297
16298         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16299         arcfour_context struct (simplify test vector testing in GNU
16300         Shishi).
16301
16302 2005-10-21  Simon Josefsson  <jas@extundo.com>
16303
16304         * modules/des, modules/des-tests: New files.
16305
16306         * modules/gc-des, modules/gc-des-tests: New files.
16307
16308         * tests/test-des.c, tests/test-gc-des.c: New file.
16309
16310 2005-10-21  Simon Josefsson  <jas@extundo.com>
16311
16312         * modules/arctwo, modules/arctwo-tests: New files.
16313
16314         * tests/test-arctwo.c: New file.
16315
16316         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16317
16318         * tests/test-gc-arctwo.c: New file.
16319
16320 2005-10-21  Simon Josefsson  <jas@extundo.com>
16321
16322         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16323         Bruno Haible <bruno@clisp.org>.
16324
16325         * m4/gc-des.m4: New file.
16326
16327 2005-10-21  Simon Josefsson  <jas@extundo.com>
16328
16329         * m4/arctwo.m4: New file.
16330
16331         * m4/gc-arctwo.m4: New file.
16332
16333 2005-10-21  Simon Josefsson  <jas@extundo.com>
16334
16335         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16336         block.
16337
16338 2005-10-21  Simon Josefsson  <jas@extundo.com>
16339
16340         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16341         <bruno@clisp.org>.
16342
16343         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16344
16345         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16346         Bruno Haible <bruno@clisp.org>.
16347
16348         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16349         <bruno@clisp.org>.
16350
16351 2005-10-21  Simon Josefsson  <jas@extundo.com>
16352
16353         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16354
16355 2005-10-21  Simon Josefsson  <jas@extundo.com>
16356
16357         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16358
16359 2005-10-21  Simon Josefsson  <jas@extundo.com>
16360
16361         * lib/des.h, lib/des.c: New files.
16362
16363         * lib/gc-gnulib.c: Support DES.c
16364
16365 2005-10-21  Simon Josefsson  <jas@extundo.com>
16366
16367         * lib/arctwo.h, lib/arctwo.c: New files.
16368
16369         * lib/gc-gnulib.c: Support ARCTWO.
16370
16371 2005-10-21  Simon Josefsson  <jas@extundo.com>
16372
16373         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16374         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16375
16376 2005-10-21  Simon Josefsson  <jas@extundo.com>
16377
16378         * gnulib-tool (func_import, func_create_testdir): Define automake
16379         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16380         Makefile.am snippet),
16381         suggested by Bruno Haible <bruno@clisp.org>.
16382
16383         * modules/gc (Makefile.am): Use it.
16384
16385 2005-10-21  Bruno Haible  <bruno@clisp.org>
16386
16387         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16388         patch.
16389
16390 2005-10-19  Simon Josefsson  <jas@extundo.com>
16391
16392         * tests/test-gc-rijndael.c: New file.
16393
16394         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16395
16396 2005-10-19  Simon Josefsson  <jas@extundo.com>
16397
16398         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16399         interface too.
16400
16401 2005-10-19  Simon Josefsson  <jas@extundo.com>
16402
16403         * tests/test-gc-arcfour.c: New file.
16404
16405         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16406
16407 2005-10-19  Simon Josefsson  <jas@extundo.com>
16408
16409         * modules/gc-md4, modules/gc-md4-tests: New file.
16410
16411         * tests/test-gc-md4.c: New file.
16412
16413 2005-10-19  Simon Josefsson  <jas@extundo.com>
16414
16415         * m4/gc-md4.m4: New file.
16416
16417 2005-10-19  Simon Josefsson  <jas@extundo.com>
16418
16419         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16420         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16421         <kasal@ucw.cz>.
16422
16423 2005-10-19  Simon Josefsson  <jas@extundo.com>
16424
16425         * m4/gc-arcfour.m4: New file.
16426
16427         * m4/gc-rijndael.m4: New file.
16428
16429 2005-10-19  Simon Josefsson  <jas@extundo.com>
16430
16431         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16432
16433 2005-10-19  Simon Josefsson  <jas@extundo.com>
16434
16435         * lib/gc-gnulib.c: Support ARCFOUR.
16436
16437 2005-10-19  Simon Josefsson  <jas@extundo.com>
16438
16439         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16440         support.
16441
16442         * lib/gc.h: Add ECB enum type.
16443
16444         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16445
16446 2005-10-18  Simon Josefsson  <jas@extundo.com>
16447
16448         * tests/test-md5.c: New file.
16449
16450         * modules/md5-tests: New file.
16451
16452 2005-10-18  Simon Josefsson  <jas@extundo.com>
16453
16454         * tests/test-md4.c: New file.
16455
16456         * modules/md4, modules/md4-tests: New files.
16457
16458 2005-10-18  Simon Josefsson  <jas@extundo.com>
16459
16460         * m4/md4.m4: New file.
16461
16462 2005-10-18  Simon Josefsson  <jas@extundo.com>
16463
16464         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16465
16466 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16467
16468         * gnulib-tool (func_create_testdir): Omit the second check whether
16469         BUILT_SOURCES in nonempty.
16470
16471 2005-10-17  Simon Josefsson  <jas@extundo.com>
16472
16473         * tests/test-rijndael.c: New file.
16474
16475 2005-10-17  Simon Josefsson  <jas@extundo.com>
16476
16477         * modules/sha1: Depend on stdint instead of md5.
16478
16479         * modules/md5: Depend on stdint, remove uint32_t.
16480
16481 2005-10-17  Simon Josefsson  <jas@extundo.com>
16482
16483         * modules/gc-sha1-tests: New file.
16484
16485         * tests/test-gc-sha1.c: New file.
16486
16487 2005-10-17  Simon Josefsson  <jas@extundo.com>
16488
16489         * m4/md5.m4: Remove call to uint32_t.m4.
16490
16491 2005-10-17  Simon Josefsson  <jas@extundo.com>
16492
16493         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16494
16495         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16496         md5.h.
16497
16498         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16499
16500         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16501
16502 2005-10-17  Simon Josefsson  <jas@extundo.com>
16503
16504         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16505
16506 2005-10-17  Simon Josefsson  <jas@extundo.com>
16507
16508         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16509
16510 2005-10-17  Simon Josefsson  <jas@extundo.com>
16511
16512         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16513
16514         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16515
16516 2005-10-17  Bruno Haible  <bruno@clisp.org>
16517
16518         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16519         that it can also be used in a test.
16520
16521 2005-10-16  Bruno Haible  <bruno@clisp.org>
16522
16523         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16524         TESTS_ENVIRONMENT, so that individual tests can augment it.
16525
16526         * gnulib-tool (func_create_testdir): Use an intermediate target for
16527         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16528         macros, like $(ALLOCA_H), which cannot be passed through the command
16529         line.
16530
16531 2005-10-15  Simon Josefsson  <jas@extundo.com>
16532
16533         * modules/rijndael-tests: New file.
16534
16535         * modules/rijndael: New file.
16536
16537 2005-10-15  Simon Josefsson  <jas@extundo.com>
16538
16539         * m4/rijndael.m4: New file.
16540
16541 2005-10-15  Simon Josefsson  <jas@extundo.com>
16542
16543         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16544
16545         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16546
16547 2005-10-14  Simon Josefsson  <jas@extundo.com>
16548
16549         * tests/test-arcfour.c: New file.
16550
16551         * modules/arcfour, modules/arcfour-tests: New files.
16552
16553 2005-10-14  Simon Josefsson  <jas@extundo.com>
16554
16555         * m4/arcfour.m4: New file.
16556
16557 2005-10-14  Simon Josefsson  <jas@extundo.com>
16558
16559         * lib/arcfour.h, lib/arcfour.c: New files.
16560
16561 2005-10-14  Roland McGrath  <roland@redhat.com>
16562
16563         Import from libc.  [BZ #1331]
16564         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16565         macro argument.
16566         Reported by Matej Vela <vela@debian.org>.
16567
16568 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16569
16570         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16571         include <wchar.h>; no longer needed.
16572
16573 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16574
16575         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16576
16577 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16578         and  Ulrich Drepper  <drepper@redhat.com>
16579
16580         Import from libc.
16581         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16582         instead of inline stream orientation test and two separate
16583         function calls.  Pay no attention to USE_IN_LIBIO.
16584
16585 2005-10-13  Simon Josefsson  <jas@extundo.com>
16586
16587         * modules/gc-hmac-md5-tests: New file.
16588
16589         * tests/test-gc-hmac-sha1.c: New file.
16590
16591         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16592
16593         * modules/gc-hmac-md5-tests: New file.
16594
16595         * tests/test-gc-md5.c: New file.
16596
16597         * modules/gc-md5-tests: New file.
16598
16599 2005-10-13  Simon Josefsson  <jas@extundo.com>
16600
16601         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16602         Move memory allocation outside of loop.
16603
16604 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16607         intermediate directory is in a read-only file system.  Problem
16608         reported by Eric Blake.
16609
16610 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16611
16612         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16613
16614 2005-10-12  Simon Josefsson  <jas@extundo.com>
16615
16616         * tests/test-hmac-sha1.c: New file.
16617
16618         * modules/hmac-sha1-tests: New file.
16619
16620         * modules/hmac-sha1: New file.
16621
16622 2005-10-12  Simon Josefsson  <jas@extundo.com>
16623
16624         * modules/gc-sha1: New file.
16625
16626 2005-10-12  Simon Josefsson  <jas@extundo.com>
16627
16628         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16629
16630         * tests/test-gc-pbkdf2-sha1.c: New file.
16631
16632 2005-10-12  Simon Josefsson  <jas@extundo.com>
16633
16634         * modules/gc-md5, modules/gc-hmac-md5: New files.
16635
16636         * modules/gc (Files): Remove md5, memxor and hmac files.
16637
16638 2005-10-12  Simon Josefsson  <jas@extundo.com>
16639
16640         * m4/gc-pbkdf2-sha1.m4: New file.
16641
16642         * m4/gc-hmac-sha1.m4: New file.
16643
16644         * m4/gc-sha1: New file.
16645
16646         * m4/hmac-sha1.m4: New file.
16647
16648 2005-10-12  Simon Josefsson  <jas@extundo.com>
16649
16650         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16651
16652         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16653
16654 2005-10-12  Simon Josefsson  <jas@extundo.com>
16655
16656         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16657         suggested by Bruno Haible <bruno@clisp.org>.
16658
16659 2005-10-12  Simon Josefsson  <jas@extundo.com>
16660
16661         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16662
16663 2005-10-12  Simon Josefsson  <jas@extundo.com>
16664
16665         * lib/gc-pbkdf2-sha1.c: New file.
16666
16667         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16668
16669 2005-10-12  Simon Josefsson  <jas@extundo.com>
16670
16671         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16672
16673         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16674
16675 2005-10-12  Simon Josefsson  <jas@extundo.com>
16676
16677         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16678         GC_USE_HMAC_MD5, respectively.
16679
16680         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16681         (gc_md5): Fix typo.
16682
16683         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16684
16685         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16686
16687         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16688
16689 2005-10-12  Bruno Haible  <bruno@clisp.org>
16690
16691         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16692         Reported by Stepan Kasal <kasal@ucw.cz>.
16693
16694 2005-10-11  Simon Josefsson  <jas@extundo.com>
16695
16696         * tests/test-crc.c: New file.
16697
16698         * modules/crc, modules/crc-tests: New files.
16699
16700 2005-10-11  Simon Josefsson  <jas@extundo.com>
16701
16702         * m4/crc.m4: New file.
16703
16704 2005-10-11  Simon Josefsson  <jas@extundo.com>
16705
16706         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16707
16708         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16709
16710         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16711
16712 2005-10-11  Simon Josefsson  <jas@extundo.com>
16713
16714         * lib/crc.h, lib/crc.c: New files.
16715
16716         * lib/gc.h (gc_hash_buffer): Add doc.
16717
16718 2005-10-11  Bruno Haible  <bruno@clisp.org>
16719
16720         * modules/c-strcasestr: New file.
16721         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16722
16723 2005-10-11  Bruno Haible  <bruno@clisp.org>
16724
16725         * modules/c-strcase: New file.
16726         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16727
16728 2005-10-11  Bruno Haible  <bruno@clisp.org>
16729
16730         * lib/strcasecmp.c: Include limits.h.
16731         (strcasecmp): Avoid integer overflow on exotic platforms.
16732         * lib/strncasecmp.c: Include limits.h.
16733         (strncasecmp): Avoid integer overflow on exotic platforms.
16734         Reported by Paul Eggert.
16735
16736 2005-10-11  Bruno Haible  <bruno@clisp.org>
16737
16738         * lib/c-strcasestr.h: New file, from GNU gettext.
16739         * lib/c-strcasestr.c: New file, from GNU gettext.
16740
16741 2005-10-11  Bruno Haible  <bruno@clisp.org>
16742
16743         * lib/c-strcase.h: New file, from GNU gettext.
16744         * lib/c-strcasecmp.c: New file, from GNU gettext.
16745         * lib/c-strncasecmp.c: New file, from GNU gettext.
16746
16747 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16748
16749         * modules/mempcpy (License): GPL -> LGPL.
16750         * modules/strchrnul (License): Likewise.
16751         * modules/sysexits (License): Likewise.
16752
16753 2005-10-08  Simon Josefsson  <jas@extundo.com>
16754
16755         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16756
16757 2005-10-07  Simon Josefsson  <jas@extundo.com>
16758
16759         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16760
16761 2005-10-06  Simon Josefsson  <jas@extundo.com>
16762
16763         * tests/test-hmac-md5.c: New file.
16764
16765         * modules/hmac-md5-tests: New file.
16766
16767         * modules/hmac-md5: New file.
16768
16769 2005-10-06  Simon Josefsson  <jas@extundo.com>
16770
16771         * m4/hmac-md5.m4: New file.
16772
16773         * m4/memxor.m4: Require gl_C_RESTRICT.
16774
16775 2005-10-06  Simon Josefsson  <jas@extundo.com>
16776
16777         * lib/memxor.c (memxor): Avoid casts and warnings.
16778
16779 2005-10-06  Simon Josefsson  <jas@extundo.com>
16780
16781         * lib/hmac-md5.c: New file.
16782
16783         * lib/hmac.h: New file.
16784
16785 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16786
16787         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16788         promotes to int, not unsigned int, to catch the AIX 5.3
16789         compiler bug.
16790
16791 2005-10-05  Simon Josefsson  <jas@extundo.com>
16792
16793         * modules/memxor: New file.
16794
16795         * modules/iconv (Files): Move config.rpath to havelib, it is used
16796         there.
16797
16798         * modules/havelib (Files): Add config.rpath.
16799
16800 2005-10-05  Simon Josefsson  <jas@extundo.com>
16801
16802         * m4/memxor.m4: New file.
16803
16804 2005-10-05  Simon Josefsson  <jas@extundo.com>
16805
16806         * lib/memxor.c (memxor): Fix compiler error.
16807
16808         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16809         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16810
16811         * lib/memxor.h, lib/memxor.c: New files.
16812
16813         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16814         we assume all systems have it, suggested by Jim Meyering
16815         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16816         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16817         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16818         same reasons.
16819
16820 2005-10-05  Simon Josefsson  <jas@extundo.com>
16821
16822         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16823
16824 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16825
16826         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16827         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16828         needed, since the source code now assumes these .h files.
16829
16830 2005-10-05  Derek Price  <derek@ximbiot.com>
16831
16832         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16833
16834 2005-10-05  Bruno Haible  <bruno@clisp.org>
16835
16836         * modules/stdint (License): Change to LGPL.
16837
16838 2005-10-04  Simon Josefsson  <jas@extundo.com>
16839
16840         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16841         D. Baushke" <mdb@gnu.org>.
16842
16843 2005-10-04  Bruno Haible  <bruno@clisp.org>
16844
16845         * lib/verify.h (verify_true): Provide alternative definition for C++.
16846
16847 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16848
16849         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16850         (SSIZE_MAX): New macro, if not already defined.
16851         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16852         than 2 GiB.
16853
16854 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         Sync from coreutils.
16857         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16858         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16859         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16860         ULLONG_MAX doesn't work with 2.7.2.1.
16861
16862 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16863
16864         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16865         From Ben Pfaff.
16866
16867         * modules/exclude (Depends-on): Depend on verify.
16868         * modules/strtoimax (Depends-on): Likewise.
16869         * modules/utimecmp (Depends-on): Likewise.
16870
16871 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16872
16873         * lib/exclude.c: Include verify.h.
16874         (verify): Remove.  All callers changed to use verify.h's version.
16875         * lib/strtoimax.c: Likewise.
16876         * lib/utimecmp.c: Likewis.e
16877
16878         Sync from coreutils.
16879         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16880         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16881         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16882         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16883         bother returning ENOSYS if settimeofday or stime fails; just let
16884         them return whatever errno they want to return.
16885         * lib/utimens.c: Include unistd.h, for dup2.
16886         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16887         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16888
16889 2005-10-02  Jim Meyering  <jim@meyering.net>
16890
16891         Sync from coreutils.
16892         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16893         from glibc-2.2.5 that fails for read-only files.
16894
16895 2005-10-02  Jim Meyering  <jim@meyering.net>
16896
16897         Sync from coreutils.
16898         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16899         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16900         `#if HAVE_CONFIG_H'.
16901         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16902         Remove AT_FDCWD test.
16903         Do not consume the fd unless successful.
16904         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16905         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16906         block, so that we don't even try to compile it if settimeofday is
16907         available.  This works around a compilation failure on OSF1 V5.1,
16908         due to stime requiring a `long int*' while tv_sec is `int'.
16909
16910 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16911
16912         Sync from coreutils.
16913         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16914         against `yes', rather than just testing for nonempty.
16915
16916 2005-10-01  Simon Josefsson  <jas@extundo.com>
16917
16918         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16919         and Darwin.
16920
16921         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16922         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16923         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16924         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16925         Check if struct addrinfo is declared.
16926
16927 2005-10-01  Simon Josefsson  <jas@extundo.com>
16928
16929         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16930         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16931         AI_* and EAI_* definitions.  Protect function declarations.
16932
16933 2005-10-01  Jim Meyering  <jim@meyering.net>
16934
16935         Sync from coreutils.
16936
16937         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16938         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16939         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16940         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16941         in the inet and nsl libraries.  Required on Solaris 5.7.
16942
16943 2005-10-01  Jim Meyering  <jim@meyering.net>
16944
16945         Sync from coreutils.
16946         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16947         in the inet and nsl libraries.  Required on Solaris 5.7.
16948
16949 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16950
16951         * lib/getdelim.c (getdelim): Remove unused variables.
16952
16953 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16954
16955         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16956         so that the code works even with ancient cpp.  Portability problem
16957         with GCC 2.7.2.1 reported by Thomas M.Ott.
16958
16959 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16960
16961         * modules/regex (Depends-on): Add strcase.
16962
16963         * modules/gethostname (Licence): Change from GPL to LGPL, since
16964         gethostname.c is a trivial implementation of a standard library
16965         function.
16966         * modules/poll (License): Change from GPL to LGPL, since it's
16967         derived from LGPL code.
16968
16969 2005-09-27  Jim Meyering  <jim@meyering.net>
16970
16971         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16972         HAVE_CONFIG_H.
16973
16974         * lib/intprops.h (signed_type_or_expr__): Define.
16975         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16976         for unsigned types.
16977
16978 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16979
16980         * lib/verify.h (verify_expr): Remove, replacing with:
16981         (verify_true): New macro that returns true instead of void.
16982         (verify_type__): Remove.
16983         (verify): Use verify_true rather than verify_type__.
16984
16985 2005-09-26  Bruno Haible  <bruno@clisp.org>
16986
16987         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16988         is necessary.
16989         (lib_SOURCES): Remove mbchar.c.
16990         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16991         (Files): Add m4/mbrtowc.m4.
16992         * modules/mbiter: Likewise.
16993         * modules/mbuiter: Likewise.
16994
16995 2005-09-26  Bruno Haible  <bruno@clisp.org>
16996
16997         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16998         compile mbchar.c if they are not both present.
16999         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17000         * m4/mbiter.m4 (gl_MBITER): Likewise.
17001         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17002         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17003         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17004
17005 2005-09-25  Jim Meyering  <jim@meyering.net>
17006
17007         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17008         also uses socklen_t.
17009
17010 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17011
17012         * lib/utimens.c (ENOSYS): Define if not already defined.
17013         (futimens): Support having a null PATH if the file descriptor
17014         is nonnegative.
17015
17016         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17017         Remove.
17018         (__attribute): Define to empty unless GCC 3.1 or later.
17019         This works around a core dump on OpenBSD 3.4, which has GCC
17020         2.95.3, which dumps core when given __attribute__(()).  It also
17021         simplifies other tests, since we really don't want to bother with
17022         worrying about which ancient version of GCC supported what.
17023         Original problem reported by Yoann Vandoorselaere, with part of
17024         the fix suggested by Derek Price.
17025
17026 2005-09-24  Jim Meyering  <jim@meyering.net>
17027
17028         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17029         so we can once again use a positive bitfield width of 1 -- now we
17030         don't have to explain why we were using a bitfield width of 2.
17031
17032 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17033
17034         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17035         and similarly for the other external symbols.  Problem reported
17036         by James Gallager.
17037
17038         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17039         bug reported by Jim Meyering.
17040
17041         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17042         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17043         not needed, since socklen is a prerequisite module.
17044
17045 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17046
17047         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17048         Problem reported by Eric Blake.
17049         (getaddrinfo): Initialize se so that it's not garbage.
17050         Redo internal storage allocation so that it doesn't make unportable
17051         assumptions about alignment.
17052         Fix a memory leak.
17053
17054         * lib/utimens.c (futimens): Use futimesat if available.
17055         Prefer it to futimes since it doesn't have the futimes bug.
17056
17057         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17058         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17059         Instead, declare a function that returns a pointer to an array,
17060         and use verify_type__ to declare the size of the array.
17061         Problem and germ of a solution reported by Bruno Haible.
17062         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17063         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17064
17065 2005-09-23  Jim Meyering  <jim@meyering.net>
17066
17067         Sync from coreutils.
17068         Correct build failure (socklen_t not defined) on at least
17069         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17070         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17071
17072 2005-09-23  Jim Meyering  <jim@meyering.net>
17073
17074         * modules/getaddrinfo (Depends-on): Add socklen.
17075
17076 2005-09-23  Bruno Haible  <bruno@clisp.org>
17077
17078         * tests/test-verify.c: New file.
17079
17080 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17081
17082         Sync from coreutils.
17083
17084         * modules/argmatch (Depends-on): Add verify.
17085         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17086         unistd-safer.
17087         * modules/save-cwd (Depends-on): Likewise.
17088
17089         * modules/openat (Files): Add lib/openat-die.c.
17090         (Depends-on): Remove error, exitfail.
17091         Add dirname.
17092
17093         * modules/verify: New file.
17094         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17095         with "verify" module.
17096
17097 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17098
17099         Sync from coreutils.
17100
17101         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17102         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17103         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17104         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17105         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17106         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17107         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17108         Don't bother checking for string.h, stdlib.h, unistd.h.
17109         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17110         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17111         module's job.
17112         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17113         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17114
17115         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17116         (gl_GETDATE): Use it.
17117
17118         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17119
17120 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17121
17122         Sync from coreutils.
17123
17124         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17125         stat-time.h.
17126         * lib/argmatch.h: Include verify.h
17127         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17128         (ARGMATCH_ASSERT): Remove; unused.
17129         * lib/canonicalize.c: Assume STDC_HEADERS.
17130         * lib/exclude.c: Include "strcase.h".
17131         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17132         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17133         and stdio-safer.h.
17134         (getusershell): Call fopen, not fopen_safer.
17135         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17136         Do not include unistd-safer.h.
17137         (save_cwd): Don't call fd_safer; no longer needed
17138         now that we include fcntl--.h.
17139
17140         * lib/getdate.y (relative_time): New type.
17141         (RELATIVE_TIME_0): New constant.
17142         (parser_control): Use relative_time instead of doing it ourselves.
17143         (%union): Add new relative_time rel member.
17144         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17145         Now typeless.
17146         (relunit, relunit_snumber): Now of type rel.
17147         (zone, rel, relunit, get_date): Adjust to above changes.
17148
17149         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17150         Do not include unistd-safer.h.
17151         (getloadavg): Don't call fd_safer; no longer needed
17152         now that we include fcntl--.h.
17153
17154         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17155         (make_dir_parents): Treat ENOSYS like EEXIST.
17156
17157         Improve quality of diagnostics on restore_cwd failure.
17158         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17159         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17160         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17161         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17162         each time through the loop.  Do not diagnose restore_cwd failure;
17163         that is the caller's job (and perhaps the caller does not care).
17164
17165         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17166         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17167         If the file already exists but is not a directory, don't bother
17168         to try to make its parents.
17169         Close potential file descriptor leak if we can't chdir("/") (!).
17170         Don't always return true if chdir($PWD) fails; return true only
17171         if the requested action was done successfully (except for the
17172         chdir($PWD)).
17173         Don't log final directory unless we actually made it.
17174         Refactor to avoid duplicate code to fix up permissions.
17175         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17176
17177         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17178         to make it a bit faster and (I hope) clearer.
17179         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17180         Fix bug in formats like %2N.
17181
17182         * lib/verify.h: New file.
17183
17184 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17185
17186         Sync from coreutils.
17187         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17188
17189 2005-09-22  Jim Meyering  <jim@meyering.net>
17190
17191         Sync from coreutils.
17192
17193         * m4/lstat.m4 (gl_FUNC_LSTAT):
17194         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17195         Remove obsolete comment.
17196         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17197         * m4/xstrtod.m4: Likewise.
17198
17199         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17200
17201 2005-09-22  Jim Meyering  <jim@meyering.net>
17202
17203         Sync from coreutils.
17204
17205         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17206
17207         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17208         the .tm_year member, since otherwise gcc-4.0 would now warn about
17209         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17210
17211         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17212         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17213
17214         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17215         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17216         when run in a time zone for which daylight savings time is in effect
17217         for the starting date.
17218
17219         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17220         stop us from restricting permissions of just-created absolute-named
17221         directories.
17222         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17223         to restore initial working directory.
17224         * lib/mkdir-p.c (make_dir_parents): New parameter:
17225         different_working_dir, to tell caller if/when we change the working
17226         directory and are unable to return to the initial one.
17227         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17228         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17229         `return false'.  This fixes a bug introduced on 2004-07-30.
17230
17231         * lib/openat.c (fdopendir): Be sure to close the supplied
17232         file descriptor before returning.  This makes our replacement
17233         implementation a little closer to Solaris's, where fdopendir
17234         ties the file descriptor to the returned DIR* pointer.
17235         * lib/openat.c (unlinkat): New function.
17236         * lib/openat.h (unlinkat): Add prototype.
17237         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17238         (openat_restore_fail): Rename from openat_restore_die.
17239         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17240
17241         Provide an alternative to exiting immediately upon save_cwd or
17242         restore_cwd failure.  Now, an application can arrange e.g.,
17243         to perform a longjump in that case.
17244         * lib/openat.c: Include dirname.h.
17245         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17246         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17247         and openat_restore_die rather than calling error directly.
17248         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17249
17250         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17251         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17252         define.
17253
17254         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17255         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17256                             int utc, int nanoseconds);
17257         Background:
17258         date should not have to allocate a megabyte of virtual memory to
17259         handle a format argument like +%1048575T.  When implemented with
17260         strftime, it must allocate such a buffer, use strftime to fill it
17261         in, print it, then free it.
17262         With fprintftime, it simply prints everything and exits.
17263         With no need for memory allocation, that's one fewer way to fail.
17264         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17265         optional field width, not before, so we accept %9:z, not %:9z.
17266         (my_strftime): Be sure to use L_('x') for literals.
17267
17268         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17269         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17270         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17271         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17272         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17273         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17274         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17275         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17276         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17277         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17278         * lib/xgethostname.c, lib/xreadlink.c:
17279         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17280
17281         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17282         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17283         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17284         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17285         and don't include <sys/file.h>).
17286
17287 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17288
17289         Sync from coreutils.
17290
17291         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17292         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17293         [!LDAV_DONE]: Avoid unused variable warning.
17294
17295 2005-09-21  Bruno Haible  <bruno@clisp.org>
17296
17297         * lib/unicodeio.h (unicode_to_mb): New declaration.
17298
17299 2005-09-20  Derek Price  <derek@ximbiot.com>
17300
17301         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17302         getaddrinfo.h.
17303
17304 2005-09-20  Bruno Haible  <bruno@clisp.org>
17305
17306         * gnulib-tool: Remove trailing slashes from the values specified for
17307         --source-base, --m4-base, --tests-base, --aux-dir.
17308         Suggested by Simon Josefsson <jas@extundo.com>.
17309
17310 2005-09-20  Bruno Haible  <bruno@clisp.org>
17311
17312         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17313         func_modules_to_filelist, func_import, func_create_testdir): Make all
17314         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17315         change when gnulib-tool is invoked in a different locale.
17316
17317 2005-09-19  Simon Josefsson  <jas@extundo.com>
17318
17319         * m4/socklen.m4: Fix typo.
17320
17321 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17322
17323         Use a consistent style for including <config.h>.
17324         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17325         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17326         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17327         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17328         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17329         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17330         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17331         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17332         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17333         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17334         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17335         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17336         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17337         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17338         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17339         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17340         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17341         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17342         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17343         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17344         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17345         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17346         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17347         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17348         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17349         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17350         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17351         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17352         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17353         lib/xstrtoumax.c, lib/yesno.c:
17354         Standardize inclusion of config.h.
17355         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17356         lib/inttostr.h:  Removed inclusion of config.h from header files.
17357         * lib/inttostr.c:  Adjusted in-tree users.
17358         * lib/timespec.h: Remove superfluous warning to include config.h.
17359         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17360         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17361         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17362         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17363         config.h with HAVE_CONFIG_H.
17364
17365 2005-09-19  Jim Meyering  <jim@meyering.net>
17366
17367         * modules/pathmax (License): Change to LGPL.
17368
17369 2005-09-19  Derek Price  <derek@ximbiot.com>
17370
17371         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17372
17373 2005-09-19  Bruno Haible  <bruno@clisp.org>
17374
17375         * gnulib-tool (import): Provide default for --tests-base.
17376
17377 2005-09-19  Bruno Haible  <bruno@clisp.org>
17378
17379         * doc/quote.texi: New file, extracted from gnulib.texi.
17380         * doc/ctime.texi: New file, extracted from gnulib.texi.
17381         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17382         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17383         * doc/gnulib.texi: Include them.
17384
17385 2005-09-18  Bruno Haible  <bruno@clisp.org>
17386
17387         Portability fix.
17388         * gnulib-tool (func_readlink): New function.
17389         (func_ln_if_changed): Use it.
17390
17391 2005-09-18  Bruno Haible  <bruno@clisp.org>
17392
17393         * gnulib-tool: Support --with-tests also with --import.
17394         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17395         (func_import): Use variables $testsbase and $inctests. Emit a
17396         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17397         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17398         SUBDIRS += $testsdir.
17399         (func_create_testdir): Update.
17400
17401 2005-09-18  Bruno Haible  <bruno@clisp.org>
17402
17403         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17404         instead of $dry_run.
17405         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17406         (func_ln_if_changed): Don't handle dry-run here.
17407         (func_import): In dry-run mode, detect more precisely which actions
17408         would be performed, and don't use "...ing" verbs.
17409
17410 2005-09-18  Bruno Haible  <bruno@clisp.org>
17411
17412         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17413         (func_import): Use join on two temporary files instead of three nested
17414         loops, in order to determine which files are new or old.
17415
17416 2005-09-18  Bruno Haible  <bruno@clisp.org>
17417
17418         * gnulib-tool (func_import): Comment out code that spits out the
17419         new files with --dry-run.
17420
17421 2005-09-18  Bruno Haible  <bruno@clisp.org>
17422
17423         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17424
17425 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17426
17427         * lib/stat-time.h: New file.
17428         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17429         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17430         in a different way.
17431         (timespec_cmp): New function.
17432         * lib/utimecmp.c: Include stat-time.h.
17433         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17434         members exist, not on the obsolescent ST_MTIM_NSEC.
17435         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17436
17437 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17438
17439         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17440
17441 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17442
17443         * MODULES.html.sh (File system functions): Add stat-time.
17444         * modules/stat-time: New file.
17445         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17446         is now done in a different way, by the stat-time module.
17447         * modules/utimecmp (Depends-on): Add stat-time.
17448
17449 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17450
17451         * m4/st_mtim.m4: Remove.  Superseded by...
17452         * m4/stat-time.m4: New file.
17453         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17454         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17455
17456 2005-09-15  Derek Price  <derek@ximbiot.com>
17457
17458         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17459
17460 2005-09-15  Derek Price  <derek@ximbiot.com>
17461
17462         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17463         * lib/regex_internal.c: Ditto, using this...
17464         (__GNUC_PREREQ): ...new macro.
17465         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17466         using...
17467         (__GNUC_PREREQ): ...this new macro.
17468
17469         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17470
17471 2005-09-15  Derek Price  <derek@ximbiot.com>
17472             Paul Eggert  <eggert@cs.ucla.edu>
17473
17474         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17475         changes, consolidating in...
17476         * lib/regex_internal.h: ...this file.
17477
17478 2005-09-13  Jim Meyering  <jim@meyering.net>
17479
17480         * lib/canon-host.c: Filter through gnu indent and reword comments
17481         slightly.
17482         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17483
17484 2005-09-13  Derek Price  <derek@ximbiot.com>
17485
17486         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17487         failure.
17488         Reported by Jim Meyering  <jim@meyering.net>.
17489
17490 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17491
17492         * lib/base64.c: Typo.
17493         (base64_encode): Put b64str in initialized data section.
17494
17495 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17496
17497         Merge glibc and coreutils changes into gnulib, plus a few
17498         extra fixes.
17499         * lib/md5.c: Use #error rather than a string.
17500         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17501         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17502         (__attribute__): Define to empty for non recent-GCC.
17503         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17504         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17505         Renamed from their non-__ counterparts, with new macros replacing
17506         them if not _LIBC.  Add __THROW attribute.
17507         (rol): Remove.
17508         (struct md5_ctx): Align buffer if using GCC.
17509         * lib/sha1.h (struct sha1_ctx): Likewise.
17510         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17511         The old name was backwards.
17512         (NOTSWAP): Remove; not used.
17513         (rol): New macro, moved here from md5.h.
17514         (sha1_process_block): Remove a FIXME that doesn't make sense.
17515
17516 2005-09-12  Derek Price  <derek@ximbiot.com>
17517
17518         Return usable errors from canon-host.
17519         * lib/canon-host.h: New file.
17520         * lib/canon-host.c (canon_host): Wrap...
17521         (canon_host_r): ...this new function, which now relies exclusively on
17522         getaddrinfo.
17523         (ch_strerror): New function.
17524         (last_cherror): New global.
17525         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17526         interface.
17527         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17528         void *.
17529         (freeaddrinfo): Free ai->ai_canonname when set.
17530
17531 2005-09-12  Derek Price  <derek@ximbiot.com>
17532
17533         Make canon-host require getaddrinfo.
17534         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17535         AC_LIBSOURCE canon-host.h.  Call...
17536         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17537         gl_GETADDRINFO.
17538         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17539
17540 2005-09-12  Derek Price  <derek@ximbiot.com>
17541
17542         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17543         LGPL.
17544         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17545
17546 2005-09-12  Derek Price  <derek@ximbiot.com>
17547
17548         * lib/gai_strerror.c: Include config.h when available.  Include
17549         getaddrinfo.h before other headers to test interface.
17550         Reported by Larry Jones <lawrence.jones@ugs.com>.
17551
17552 2005-09-12  Derek Price  <derek@ximbiot.com>
17553             Paul Eggert  <eggert@cs.ucla.edu>
17554
17555         * modules/glob (Files): Add glob-libc.h.
17556
17557 2005-09-12  Derek Price  <derek@ximbiot.com>
17558             Paul Eggert  <eggert@cs.ucla.edu>
17559
17560         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17561         glob_.h, glob-libc.h.
17562         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17563
17564 2005-09-12  Derek Price  <derek@ximbiot.com>
17565             Paul Eggert  <eggert@cs.ucla.edu>
17566
17567         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17568         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17569         protecting things that should be done only in gnulib contexts.
17570         * lib/glob_.h: New file, containing only the glob things needed for
17571         gnulib.
17572         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17573         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17574         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17575         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17576         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17577         and to respect the namespace rules better.
17578
17579 2005-09-08  Simon Josefsson  <jas@extundo.com>
17580
17581         * modules/socklen: New file.
17582
17583 2005-09-08  Simon Josefsson  <jas@extundo.com>
17584
17585         * m4/socklen.m4: New file.
17586
17587 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17588
17589         * modules/utimens (Files): Add m4/utimbuf.m4, since
17590         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17591         Reported by Sergey Poznyakoff.
17592
17593 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17594
17595         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17596         definitions, since that's the preferred style in glibc.
17597         Fix a minor spacing issue, and update copyright notice to match
17598         glibc's.
17599
17600 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17601
17602         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17603
17604 2005-09-06  Simon Josefsson  <jas@extundo.com>
17605
17606         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17607         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17608
17609 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17610
17611         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17612         warning.
17613
17614 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17615
17616         * config/srclist.txt: Add glibc bug 1302.
17617
17618 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17619
17620         Change bitset word type from unsigned int to unsigned long int,
17621         as this has better performance on typical 64-bit hosts.
17622         Port bitset code to hosts with unusual word sizes.
17623         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17624         (build_collating_symbol):
17625         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17626         argument is a bitset.  This is merely a style issue, but it makes
17627         it clearer that an entire array is expected.
17628         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17629         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17630         Port to the case where bitset_word is not the same as unsigned int.
17631         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17632         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17633         Likewise.
17634         * lib/regexec.c (check_dst_limits_calc_pos_1,
17635         check_subexp_matching_top):
17636         (build_trtable, group_nodes_into_DFAstates):
17637         Likewise.
17638         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17639         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17640         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17641         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17642         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17643         * lib/regcomp.c (optimize_subexps, lower_subexp):
17644         Work even if bitset_word has holes in its bitwise representation.
17645         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17646         * lib/regexec.c (check_dst_limits_calc_pos_1,
17647         check_subexp_matching_top):
17648         Likewise.
17649         * lib/regex_internal.c (re_string_reconstruct):
17650         Don't assume UCHAR_MAX == 255.
17651         * lib/regex_internal.h (bitset_set_all): Likewise.
17652         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17653         All uses changed.
17654         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17655         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17656         All uses changed.
17657         (BITSET_WORD_MAX): New macro.
17658         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17659         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17660         (bitset_empty, bitset_copy):
17661         Prefer sizeof (bitset) to multiplying it out ourselves.
17662         (bitset_not_merge): Remove; unused.
17663         (bitset_contain): Return bool, not unsigned int with one bit on.
17664         All callers changed.
17665         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17666         alignment than re_node_set; do this by defining a new internal
17667         type struct dests_alloc and using it to allocate memory.
17668
17669 2005-09-05  Bruno Haible  <bruno@clisp.org>
17670
17671         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17672         links.
17673
17674 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17675
17676         * modules/size_max (Makefile.am): Add size_max.h
17677
17678 2005-09-04  Derek Price  <derek@ximbiot.com>
17679
17680         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17681
17682 2005-09-03  Simon Josefsson  <jas@extundo.com>
17683
17684         * gnulib-tool: Fix typo.
17685
17686 2005-09-03  Simon Josefsson  <jas@extundo.com>
17687
17688         * config/srclist.txt: Add glibc bug 1293.
17689
17690 2005-09-03  Derek Price  <derek@ximbiot.com>
17691
17692         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17693         From Larry Jones <lawrence.jones@ugs.com>.
17694
17695 2005-09-02  Simon Josefsson  <jas@extundo.com>
17696
17697         * modules/socklen: New file.
17698
17699 2005-09-02  Simon Josefsson  <jas@extundo.com>
17700
17701         * modules/havelib: New module.
17702
17703         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17704         Use havelib.
17705
17706 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17707
17708         Check for arithmetic overflow when calculating sizes, to prevent
17709         some buffer-overflow issues.  These patches are conservative, in the
17710         sense that when I couldn't determine whether an overflow was possible,
17711         I inserted a run-time check.
17712         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17713         macros.
17714         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17715         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17716         (re_xnrealloc, re_x2nrealloc): New inline functions.
17717         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17718         parse_bracket_exp):
17719         (build_equiv_class, build_charclass): Check for arithmetic overflow
17720         in size expression calculations.
17721         * lib/regex_internal.c (re_string_realloc_buffers):
17722         (build_wcs_upper_buffer, re_node_set_add_intersect):
17723         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17724         (re_dfa_add_node, register_state): Likewise.
17725         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17726         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17727         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17728         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17729
17730 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17731
17732         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17733         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17734
17735 2005-09-02  Bruno Haible  <bruno@clisp.org>
17736
17737         Support for lib vs. lib64 distinction on biarch platforms.
17738         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17739         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17740         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17741
17742 2005-09-02  Bruno Haible  <bruno@clisp.org>
17743
17744         * gnulib-tool (import): In the other first-use case, provide defaults
17745         as well.
17746
17747 2005-09-02  Bruno Haible  <bruno@clisp.org>
17748
17749         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17750         patches not yet found in the latest gettext release.
17751
17752 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17753
17754         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17755         to avoid a collision with bits/local_lim.h in glibc.
17756         All uses changed.  Problem reported by Dmitry V. Levin in
17757         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17758
17759         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17760         bugs in int versus size_t comparisons.
17761         (re_string_context_at): Fix bug where the code assumed that
17762         Idx is signed.
17763
17764         Use bool where appropriate.
17765         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17766         All callers changed.
17767         (calc_eclosure_iter): Likewise, for ROOT arg.
17768         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17769         (build_charclass_op): Likewise, for NON_MATCH arg.
17770         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17771         (re_string_construct_common): Likewise, for ICASE arg.
17772         * lib/regexec.c (re_search_2_stub, re_search_stub):
17773         Likewise, for RET_LEN arg.
17774         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17775         (set_regs): Likewise, for FL_BACKTRACK arg.
17776         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17777         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17778         (calc_eclosure_iter, parse_bracket_exp):
17779         Use bool for internal variables that are booleans.
17780         * lib/regexec.c (re_search_internal, check_matching,
17781         proceed_next_node):
17782         (set_regs, build_sifted_states, sift_states_bkref):
17783         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17784         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17785         (find_collation_sequence_value):
17786         Likewise.
17787         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17788         (re_node_set_compare):
17789         Return bool, not int. All callers changed.
17790         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17791         (build_trtable, check_node_accept): Likewise.
17792         * lib/regex_internal.h: Include stdbool.h.
17793
17794         Fix bugs uncovered when converting to bool.
17795         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17796         failure instead of charging ahead blindly.
17797         * lib/regex_internal.c (register_state): Likewise.
17798         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17799         for freeing internal storage.
17800         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17801         bitset pieces used as boolean, to avoid undefined behavior
17802         on hosts that do int overflow checking.
17803
17804 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17805
17806         * config/srclist.txt: Add glibc bugs 1285-1287.
17807
17808 2005-09-01  Jim Meyering  <jim@meyering.net>
17809
17810         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17811         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17812         Require gl_STAT_MACROS, too.
17813
17814 2005-09-01  Bruno Haible  <bruno@clisp.org>
17815
17816         * gnulib-tool (import): In the first-use case, provide defaults.
17817
17818 2005-09-01  Bruno Haible  <bruno@clisp.org>
17819
17820         * gnulib-tool (func_import): Remove the .tmp files.
17821
17822 2005-09-01  Bruno Haible  <bruno@clisp.org>
17823
17824         * gnulib-tool (func_import): Fix handling of symbolic links.
17825
17826 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17827
17828         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17829         old glibc regex code mishandles strings longer than 2**31 bytes.
17830         This patch fixes this when the regex code is used in gnulib
17831         (i.e., outside glibc).
17832
17833         This patch should not affect the use of the regex code inside
17834         glibc.  No doubt this problem also needs to be handled for glibc
17835         as well, but the result will be an incompatible change to the
17836         glibc ABI, and the old ABI will have to be supported too.  That
17837         can be the the subject for another patch.
17838
17839         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17840         governing whether the rest of this patch is active.  By default,
17841         the macro is disabled and the patch has no effect.
17842         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17843         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17844         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17845         (re_match_2, re_set_registers): Use the new types.
17846         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17847         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17848         New macros.
17849         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17850         (re_string_context_at, bin_tree_t, re_dfastate_t):
17851         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17852         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17853         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17854         (re_string_char_size_at, re_string_wchar_at):
17855         (re_string_elem_size_at):
17856         Use the new types and macros to port to 64-bit hosts.
17857         Use unsigned types for internal values, so that the code
17858         mostly works even for arrays larger than SSIZE_MAX.
17859         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17860         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17861         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17862         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17863         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17864         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17865         (calc_inveclosure, parse_dup_op, build_range_exp):
17866         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17867         (fetch_number, create_token_tree, mark_opt_subexp):
17868         Likewise.
17869         * lib/regex_internal.c (re_string_construct_common,
17870         create_ci_newstate):
17871         (create_cd_newstate, re_string_allocate, re_string_construct):
17872         (re_string_realloc_buffers, build_wcs_upper_buffer):
17873         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17874         (re_string_reconstruct, re_string_peek_byte_case):
17875         (re_string_fetch_byte_case, re_string_context_at):
17876         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17877         (re_node_set_init_copy, re_node_set_add_intersect):
17878         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17879         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17880         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17881         (re_acquire_state, re_acquire_state_context, register_state):
17882         Likewise.
17883         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17884         search_cur_bkref_entry):
17885         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17886         (re_search_internal, re_search_2_stub, re_search_stub)
17887         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17888         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17889         (update_cur_sifted_state, check_dst_limits):
17890         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17891         (check_subexp_limits, sift_states_bkref, merge_state_array):
17892         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17893         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17894         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17895         (expand_bkref_cache, check_node_accept_bytes):
17896         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17897         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17898         (acquire_init_state_context, check_halt_node_context):
17899         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17900         (sift_states_backward, clean_state_log_if_needed):
17901         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17902         (find_recover_state, transit_state_sb, transit_state_mb):
17903         (transit_state_bkref, build_trtable, match_ctx_clean):
17904         Likewise.
17905         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17906         to work around an assumption that REG_MISSING is negative.
17907
17908         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17909         (seek_collating_symbol_entry) [defined _LIBC]:
17910         (lookup_collation_sequence_value) [defined _LIBC]:
17911         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17912         Use prototypes rather than old-style function definitions.
17913         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17914         (transit_state_sb) [0]:
17915         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17916
17917         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17918         rm_eo.
17919
17920         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17921         (optimize_subexps, lower_subexp):
17922         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17923         since the signed shift might overflow.  Use 1u<<31 instead.
17924         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17925         Likewise.
17926         * lib/regexec.c (check_dst_limits_calc_pos_1,
17927         check_subexp_matching_top): Likewise.
17928
17929         * lib/regcomp.c (optimize_subexps, lower_subexp):
17930         Use CHAR_BIT rather than 8, for clarity.
17931         * lib/regexec.c (check_dst_limits_calc_pos_1):
17932         (check_subexp_matching_top): Likewise.
17933         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17934         have to worry about portability issues when shifting it left.
17935         Remove no-longer-needed test for table_size > 0.
17936         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17937         in a word, as the resulting behavior is undefined.
17938         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17939         in one case, a <= should have been an <, and in another case the
17940         whole test was missing.
17941         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17942         the standard name CHAR_BIT.
17943         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17944         this is not true on one's complement and signed-magnitude hosts.
17945
17946         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17947         next_last_offset.
17948         (struct re_dfa_t): Remove unused member states_alloc.
17949         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17950
17951 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17952
17953         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17954         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17955         and large-file glibc and in 32-bit large-file Solaris.
17956
17957 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17958
17959         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17960         lengths fit in regoff_t; this isn't true if regoff_t is the same
17961         width as size_t.
17962         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17963         (= START + RANGE) instead of RANGE.  This avoids overflow
17964         problems when regoff_t is the same width as size_t.
17965         All callers changed.
17966         (re_search_2_stub): Check for overflow when adding the
17967         sizes of the two strings.
17968         (re_search_stub): Check for overflow when adding START
17969         to RANGE; if it occurs, substitute the extreme value.
17970
17971 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17972
17973         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17974
17975 2005-08-31  Jim Meyering  <jim@meyering.net>
17976
17977         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17978         a pointer-to-const.
17979         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17980         (register_state): Likewise.
17981         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17982         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17983         (group_nodes_into_DFAstates): Likewise.
17984
17985 2005-08-31  Jim Meyering  <jim@meyering.net>
17986
17987         * check-module: Add a FIXME comment.
17988
17989 2005-08-31  Eric Blake  <ebb9@byu.net>
17990
17991         * modules/unistd-safer (Files): Add unistd--.h.
17992         * modules/stdio-safer (Files): Add stdio--.h.
17993
17994 2005-08-31  Derek Price  <derek@ximbiot.com>
17995
17996         * lib/getdelim.c (getdelim): Return EOF on EOF.
17997         Reported by Larry Jones <lawrence.jones@ugs.com>.
17998
17999 2005-08-31  Bruno Haible  <bruno@clisp.org>
18000
18001         Avoid unnecessary diffs in the generated lib/Makefile.am.
18002         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18003         the generated files.
18004         (func_import): Don't set cmd.
18005
18006 2005-08-31  Bruno Haible  <bruno@clisp.org>
18007
18008         * lib/strstr.c: Include <stddef.h>, for NULL.
18009         * lib/strcasestr.c: Likewise.
18010         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18011
18012 2005-08-31  Bruno Haible  <bruno@clisp.org>
18013
18014         * gnulib-tool: New option --macro-prefix.
18015         (func_import): Use macro_prefix.
18016         (import): Handle option --macro-prefix.
18017
18018 2005-08-31  Bruno Haible  <bruno@clisp.org>
18019
18020         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18021         Also use new variables cached_lgpl, cached_libtool.
18022
18023 2005-08-31  Bruno Haible  <bruno@clisp.org>
18024
18025         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18026         always instantiating them.
18027
18028 2005-08-31  Bruno Haible  <bruno@clisp.org>
18029
18030         * gnulib-tool (func_import): Read the previous cached settings
18031         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18032         earlier added by gnulib but are now dropped. Warn when a gnulib file
18033         overwrites a non-gnulib file.
18034
18035 2005-08-31  Bruno Haible  <bruno@clisp.org>
18036
18037         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18038         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18039         projects that don't keep autogenerated files in CVS. Put into
18040         actioncmd only the specified modules, not the transitive closure.
18041
18042 2005-08-31  Bruno Haible  <bruno@clisp.org>
18043
18044         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18045         Create directories that shall be filled.
18046         (import): Don't look for gl_* macros in configure.ac. Recurse across
18047         all directories containing a gnulib-cache.m4 files, if meaningful.
18048
18049 2005-08-31  Bruno Haible  <bruno@clisp.org>
18050
18051         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18052         (import): Set seen_libtool when we see gl_LIBTOOL.
18053
18054 2005-08-31  Bruno Haible  <bruno@clisp.org>
18055
18056         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18057         declaration macro definitions from generated gnulib.m4.
18058
18059 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18060
18061         * lib/iconvme.h: Add prototype for iconv_alloc.
18062
18063 2005-08-29  Simon Josefsson  <jas@extundo.com>
18064
18065         * lib/iconvme.c: Fix errno.
18066
18067 2005-08-29  Bruno Haible  <bruno@clisp.org>
18068
18069         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18070         that it works when the directory contains spaces.
18071
18072 2005-08-29  Bruno Haible  <bruno@clisp.org>
18073
18074         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18075
18076 2005-08-29  Bruno Haible  <bruno@clisp.org>
18077
18078         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18079         Emit more advice.
18080
18081 2005-08-29  Bruno Haible  <bruno@clisp.org>
18082         and Stepan Kasal  <kasal@ucw.cz>
18083
18084         * check-module: If more parameters are given, check each of them
18085         separately; add more exceptions, as noted by Jim Meyering.
18086         (check_module): New procedure.
18087         (%exempt_header): Now contains all exceptions.
18088
18089 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18090
18091         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18092
18093 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18094
18095         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18096
18097 2005-08-28  Bruno Haible  <bruno@clisp.org>
18098
18099         * m4/gnulib-tool.m4: New file.
18100
18101 2005-08-27  Jim Meyering  <jim@meyering.net>
18102
18103         * modules/unistd-safer (Files): Add pipe-safer.c.
18104         * modules/fcntl-safer (Files): Add creat-safer.c.
18105
18106 2005-08-27  Jim Meyering  <jim@meyering.net>
18107
18108         * m4/stdlib-safer.m4: New file.  From coreutils.
18109         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18110         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18111         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18112         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18113         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18114
18115 2005-08-27  Jim Meyering  <jim@meyering.net>
18116
18117         * lib/fopen-safer.c: Merge minor changes from coreutils.
18118         * lib/dup-safer.c: Likewise.
18119         * lib/fd-safer.c: Likewise.
18120
18121         Merge from coreutils.
18122         * lib/stdio--.h: New file.
18123         * lib/stdlib--.h: New file.
18124         * lib/mkstemp-safer.c: New file.
18125
18126         GNU tar needs these.
18127         * lib/pipe-safer.c: New file.
18128         * lib/creat-safer.c: New file.
18129         * lib/fcntl--.h (creat): Define to creat_safer.
18130         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18131         * lib/unistd--.h (pipe): Define to pipe_safer.
18132         * lib/unistd-safer.h: Declare pipe_safer.
18133
18134 2005-08-26  Simon Josefsson  <jas@extundo.com>
18135
18136         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18137         Haible <bruno@clisp.org>.
18138
18139 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18140
18141         * lib/regex_internal.h: Remove all references to
18142         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18143         or better.
18144         (bitset_not, bitset_merge, bitset_not_merge):
18145         (bitset_mask, re_string_allocate, re_string_construct):
18146         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18147         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18148         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18149         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18150         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18151         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18152         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18153         (re_acquire_state_context):
18154         Remove unnecessary forward decls.
18155         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18156         Put __attribute at function definition,
18157         now that the function decl has been removed.
18158         * lib/regex_internal.c (re_string_peek_byte_case):
18159         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18160         Likewise.
18161
18162 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18163
18164         * m4/regex.m4: Add AC_PREREQ(2.50).
18165         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18166
18167 2005-08-25  Simon Josefsson  <jas@extundo.com>
18168
18169         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18170         __fsetlocking.
18171
18172 2005-08-25  Simon Josefsson  <jas@extundo.com>
18173
18174         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18175         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18176         GLIBC specific code.
18177
18178 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18179
18180         Make regex safe for g++.  This fixes one real bug (an "err"
18181         that should have been "*err").  g++ problem reported by
18182         Sam Steingold.
18183         * lib/regex_internal.h (re_calloc): New macro, consistent with
18184         re_malloc etc.  All callers of calloc changed to use re_calloc.
18185         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18186         not int.  All callers changed.
18187         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18188         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18189         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18190         (find_recover_state): Change "err" to "*err"; this fixes what
18191         appears to be a real bug.
18192         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18193         versus int.
18194
18195 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18196
18197         * modules/regex (Depends-on): Add malloc, since the code
18198         assumes that !malloc(0) means failure.
18199
18200 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18201
18202         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18203
18204         alloca modernization/simplification for regex.
18205         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18206         needs to be at the start of the file, and can be moved into
18207         regex_internal.h and simplified.
18208         * lib/regex_internal.h: Include <alloca.h>.
18209         (__libc_use_alloca) [!defined _LIBC]: New macro.
18210         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18211         now works outside glibc.
18212
18213 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18214
18215         * config/srclist.txt: Add glibc bugs 1241, 1245.
18216
18217 2005-08-25  Jim Meyering  <jim@meyering.net>
18218
18219         * lib/open-safer.c: Include <config.h>.
18220         Otherwise, we'd lose LARGEFILE support in any file using
18221         e.g. "fcntl--.h"
18222
18223 2005-08-25  Bruno Haible  <bruno@clisp.org>
18224
18225         * m4/minmax.m4: Require autoconf 2.52.
18226         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18227         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18228         alternatives of translit over the alphabet.
18229         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18230
18231 2005-08-24  Simon Josefsson  <jas@extundo.com>
18232
18233         * tests/test-getpass.c: New file.
18234
18235 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18236
18237         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18238         for GNU regex features.
18239
18240 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18241
18242         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18243         * lib/regex.h (regerror): Likewise.
18244
18245         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18246         requires this.  (The code never needed it.)
18247
18248         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18249         All uses of recently-renamed identifiers changed to use the new,
18250         POSIX-compliant names.  The code will build and run just fine
18251         without these changes, but it's better to eat our own dog food
18252         and use the standard-conforming names.
18253
18254         * lib/regex.h: Fix a multitude of POSIX name space violations.
18255         These changes have an effect only for programs that define
18256         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18257         do not change anything for programs compiled in the normal way.
18258         Also, there is no effect on the ABI.
18259
18260         (_REGEX_SOURCE): New macro.
18261         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18262         defined and _GNU_SOURCE is not; this fixes a name space violation.
18263
18264         Rename the following macros to obey POSIX requirements.
18265         The old names are still visible as macros if _REGEX_SOURCE is defined.
18266         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18267         RE_BACKSLASH_ESCAPE_IN_LISTS.
18268         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18269         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18270         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18271         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18272         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18273         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18274         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18275         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18276         (REG_INTERVALS): renamed from RE_INTERVALS.
18277         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18278         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18279         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18280         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18281         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18282         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18283         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18284         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18285         RE_UNMATCHED_RIGHT_PAREN_ORD.
18286         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18287         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18288         (REG_DEBUG): renamed from RE_DEBUG.
18289         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18290         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18291         unusual, since we can't clash with the POSIX REG_ICASE.
18292         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18293         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18294         (REG_NO_SUB): renamed from RE_NO_SUB.
18295         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18296         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18297         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18298         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18299         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18300         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18301         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18302         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18303         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18304         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18305         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18306         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18307         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18308         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18309         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18310         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18311         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18312         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18313         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18314         (REG_FIXED): Renamed from REGS_FIXED.
18315         (REG_NREGS): Renamed from RE_NREGS.
18316
18317         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18318         of other REG_* macros, since POSIX says the user is allowed to
18319         #undef these macros selectively.
18320
18321         (reg_errcode_t): Update comment stating what other tables need
18322         to be consistent.
18323
18324         Rename the following enum values to obey POSIX requirements.
18325         The old names are still visible as macros.
18326         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18327         is not defined, since GNU is supposed to be a superset of POSIX as
18328         much as possible, and since we want reg_errcode_t to be a signed
18329         type for implementation consistency.
18330         (_REG_NOERROR): Renamed from REG_NOERROR.
18331         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18332         (_REG_BADPAT): Renamed from REG_BADPAT.
18333         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18334         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18335         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18336         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18337         (_REG_EBRACK): Renamed from REG_EBRACK.
18338         (_REG_EPAREN): Renamed from REG_EPAREN.
18339         (_REG_EBRACE): Renamed from REG_EBRACE.
18340         (_REG_BADBR): Renamed from REG_BADBR.
18341         (_REG_ERANGE): Renamed from REG_ERANGE.
18342         (_REG_ESPACE): Renamed from REG_ESPACE.
18343         (_REG_BADRPT): Renamed from REG_BADRPT.
18344         (_REG_EEND): Renamed from REG_EEND.
18345         (_REG_ESIZE): Renamed from REG_ESIZE.
18346         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18347         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18348         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18349         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18350         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18351
18352         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18353         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18354         changed.  But support the old name if the new one is not defined
18355         and if _REGEX_SOURCE.
18356
18357         Change the following member names in struct re_pattern_buffer.
18358         The old names are still supported if !_REGEX_SOURCE.
18359         The new names are always supported, regardless of _REGEX_SOURCE.
18360         (re_buffer): Renamed from buffer.
18361         (re_allocated): Renamed from allocated.
18362         (re_used): Renamed from used.
18363         (re_syntax): Renamed from syntax.
18364         (re_fastmap): Renamed from fastmap.
18365         (re_translate): Renamed from translate.
18366         (re_can_be_null): Renamed from can_be_null.
18367         (re_regs_allocated): Renamed from regs_allocated.
18368         (re_fastmap_accurate): Renamed from fastmap_accurate.
18369         (re_no_sub): Renamed from no_sub.
18370         (re_not_bol): Renamed from not_bol.
18371         (re_not_eol): Renamed from not_eol.
18372         (re_newline_anchor): Renamed from newline_anchor.
18373
18374         Change the following member names in struct re_registers.
18375         The old names are still supported if !_REGEX_SOURCE.
18376         The new names are always supported, regardless of _REGEX_SOURCE.
18377         (rm_num_regs): Renamed from num_regs.
18378         (rm_start): Renamed from start.
18379         (rm_end): Renamed from end.
18380
18381         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18382         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18383         Prepend __ to parameter names.
18384
18385         Undo yesterday's changes.
18386
18387 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18388
18389         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18390         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18391         lib/regex.c.
18392
18393 2005-08-24  Jim Meyering  <jim@meyering.net>
18394
18395         Sync from coreutils.
18396         * m4/fcntl-safer.m4: New file.
18397
18398         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18399         and object files for this module.
18400
18401 2005-08-24  Jim Meyering  <jim@meyering.net>
18402
18403         Sync from coreutils.
18404         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18405
18406 2005-08-24  Jim Meyering  <jim@meyering.net>
18407
18408         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18409         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18410
18411 2005-08-24  Jim Meyering  <jim@meyering.net>
18412
18413         * modules/fcntl-safer: New module.
18414         * modules/fts (Depends-on): Add fcntl-safer.
18415         * MODULES.html.sh (File descriptor based Input/Output):
18416         Add fcntl-safer.
18417
18418 2005-08-24  Bruno Haible  <bruno@clisp.org>
18419
18420         Support for unit test modules.
18421         * modules/README: Mention tests modules.
18422         * modules/TEMPLATE-TESTS: New file.
18423         * gnulib-tool: New options --extract-tests-module, --with-tests and
18424         --tests-base (unused for the moment).
18425         (testsbase, inctests): New variables.
18426         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18427         (func_verify_module): Exclude TEMPLATE-TESTS.
18428         (func_verify_nontests_module, func_verify_tests_module): New functions.
18429         (func_get_dependencies): Add implicit dependency for tests modules.
18430         (func_get_tests_module): New function.
18431         (func_modules_transitive_closure): When --with-tests was specified,
18432         include the unit tests as well, unless explicitly avoided.
18433         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18434         (func_emit_tests_Makefile_am): New function.
18435         (func_create_testdir): When --with-tests was specified, emit a
18436         tests/ directory.
18437         * MODULES.html.sh (Future developments): Update.
18438
18439 2005-08-24  Bruno Haible  <bruno@clisp.org>
18440
18441         * modules/tls-tests: New file.
18442         * tests/test-tls.c: New file, from GNU gettext.
18443
18444 2005-08-24  Bruno Haible  <bruno@clisp.org>
18445
18446         * modules/lock-tests: New file.
18447         * tests/test-lock.c: New file, from GNU gettext.
18448
18449 2005-08-24  Bruno Haible  <bruno@clisp.org>
18450
18451         * lib/lock.h: Add multiple inclusion guard.
18452         * lib/tls.h: Add multiple inclusion guard.
18453
18454 2005-08-24  Bruno Haible  <bruno@clisp.org>
18455
18456         * gnulib-tool: Add support for the --aux-dir option to
18457         --create-testdir, --create-megatestdir, --test, --megatest.
18458         (func_create_testdir, func_create_megatestdir): Optionally emit a
18459         AC_CONFIG_AUX_DIR directive.
18460         (create-testdir, create-megatestdir, test, megatest): Provide a
18461         default value for $auxdir.
18462
18463 2005-08-24  Bruno Haible  <bruno@clisp.org>
18464
18465         * gnulib-tool (import): Use compound statement instead of subshell
18466         where possible.
18467
18468 2005-08-24  Bruno Haible  <bruno@clisp.org>
18469
18470         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18471
18472 2005-08-24  Bruno Haible  <bruno@clisp.org>
18473
18474         * gnulib-tool (func_version): Update.
18475
18476 2005-08-24  Bruno Haible  <bruno@clisp.org>
18477
18478         * gnulib-tool (func_import, func_create_testdir,
18479         func_create_megatestdir): Quote all autoconf macro arguments.
18480
18481 2005-08-24  Bruno Haible  <bruno@clisp.org>
18482
18483         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18484         option --force, because --force causes the aclocal.m4 of each
18485         subdirectory to be newer than the corresponding config.h.in.
18486
18487 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18488
18489         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18490         All contents moved to gl_REGEX.
18491         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18492         assume that it does.
18493
18494 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18495
18496         * lib/regex.h (REG_NOSYS)
18497         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18498         Define, since POSIX requires it as of 2001.
18499         (_REG_ENOSYS)
18500         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18501         New private symbol, used to keep the enum signed in all cases.
18502         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18503         Youngman in
18504         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18505
18506         * lib/regex_internal.c (re_string_skip_chars, register_state):
18507         (calc_state_hash):
18508         Remove forward decls; no longer needed now that we use prototypes.
18509         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18510         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18511         (clean_state_log_if_needed): Likewise.
18512
18513 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18514
18515         * config/srclist.txt: Add glibc bugs 1231-1233.
18516
18517 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18518
18519         Fix problems reported by Sam Steingold in
18520         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18521         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18522         assumed that reg_errcode_t is a signed type, which is not
18523         necessarily true if _XOPEN_SOURCE is not defined.
18524         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18525         since some compilers warn about it otherwise.
18526
18527 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18528
18529         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18530         (init_word_char, create_initial_state, duplicate_node_closure):
18531         (fetch_token, peek_token_bracket, build_range_exp):
18532         (build_collating_symbol): Remove forward decls; no longer needed
18533         now that we use prototypes.
18534
18535         * lib/regcomp.c:
18536         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18537         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18538         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18539         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18540         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18541         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18542         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18543         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18544         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18545         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18546         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18547         (build_charclass, build_charclass_op, fetch_number, create_tree):
18548         (create_token_tree, mark_opt_subexp, duplicate_tree):
18549         Use prototypes rather than old-style definitions.
18550
18551         * lib/regex_internal.c:
18552         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18553         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18554         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18555         (re_string_reconstruct, re_string_peek_byte_case):
18556         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18557         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18558         (re_node_set_init_copy, re_node_set_add_intersect):
18559         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18560         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18561         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18562         (re_acquire_state, re_acquire_state_context, register_state):
18563         (create_ci_newstate, create_cd_newstate, free_state):
18564         Likewise.
18565         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18566         re_search_2):
18567         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18568         (re_search_internal, prune_impossible_nodes):
18569         (acquire_init_state_context, check_matching, static):
18570         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18571         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18572         (update_regs, sift_states_backward, build_sifted_states):
18573         (clean_state_log_if_needed, merge_state_array):
18574         (update_cur_sifted_state, add_epsilon_src_nodes):
18575         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18576         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18577         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18578         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18579         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18580         (check_arrival, check_arrival_add_next_nodes):
18581         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18582         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18583         (check_node_accept_bytes, check_node_accept, extend_buffers):
18584         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18585         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18586         (sift_ctx_init):
18587         Likewise.
18588
18589         * lib/regex_internal.h:
18590         (re_string_allocate, re_string_construct, re_string_reconstruct):
18591         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18592         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18593         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18594         (re_string_context_at, re_string_peek_byte_case):
18595         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18596         is defined, since we now use prototypes always.
18597
18598         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18599         C89 or better.  All uses removed.
18600
18601 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18602
18603         * config/srclist.txt: Add glibc bugs 1220-1227.
18604
18605 2005-08-20  Jim Meyering  <jim@meyering.net>
18606
18607         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18608         of unused local, dfa.
18609
18610 2005-08-20  Bruno Haible  <bruno@clisp.org>
18611
18612         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18613
18614 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18615
18616         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18617         (re_node_set_insert_last, re_dfa_add_node):
18618         Rename local variables to avoid GCC shadowing warnings.
18619
18620 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18621
18622         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18623         [defined lint]: Suppress bogus uninitialized-variable warnings.
18624
18625         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18626         and let the caller return REG_ESPACE if out of space.  This
18627         removes an uninitialied-variable warning with GCC 4.0.1, and also
18628         avoids taking the address of a local variable.  All callers
18629         changed.
18630
18631 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18632
18633         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18634         $LIBCSRC/posix/regexec.c.
18635         Add glibc bug 1217 for regcomp.c.
18636
18637 2005-08-19  Jim Meyering  <jim@meyering.net>
18638
18639         * lib/regexec.c (proceed_next_node): Redo local variables to
18640         avoid GCC shadowing warnings.
18641
18642 2005-08-18  Bruno Haible  <bruno@clisp.org>
18643
18644         * lib/strstr.c (strstr): Fix return value in multibyte case.
18645         * lib/strcasestr.c (strcasestr): Likewise.
18646
18647 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18648
18649         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18650
18651 2005-08-17  Jim Meyering  <jim@meyering.net>
18652
18653         Make the %s format (seconds since the epoch) work for a negative
18654         number and when used with a zero-padded field width, e.g. %015s.
18655
18656         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18657         label so that it precedes the code to set `digits'.  Otherwise,
18658         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18659         print `00-22'.  Now, it prints `-0022', as it should.
18660
18661 2005-08-17  Bruno Haible  <bruno@clisp.org>
18662
18663         * modules/strstr (Files): Add m4/mbrtowc.m4.
18664         (Depends-on): Add mbuiter.
18665
18666 2005-08-17  Bruno Haible  <bruno@clisp.org>
18667
18668         * modules/strcasestr: New file.
18669         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18670         strcasestr.
18671
18672 2005-08-17  Bruno Haible  <bruno@clisp.org>
18673
18674         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18675
18676 2005-08-17  Bruno Haible  <bruno@clisp.org>
18677
18678         * modules/mbuiter: New file.
18679         * MODULES.html.sh (Extended multibyte and wide character utilities):
18680         Add mbuiter.
18681
18682 2005-08-17  Bruno Haible  <bruno@clisp.org>
18683
18684         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18685         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18686
18687 2005-08-17  Bruno Haible  <bruno@clisp.org>
18688
18689         * m4/strcasestr.m4: New file.
18690
18691 2005-08-17  Bruno Haible  <bruno@clisp.org>
18692
18693         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18694         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18695
18696 2005-08-17  Bruno Haible  <bruno@clisp.org>
18697
18698         * lib/strcasestr.h: New file.
18699         * lib/strcasestr.c: New file.
18700
18701 2005-08-17  Bruno Haible  <bruno@clisp.org>
18702
18703         * lib/strcasecmp.c: Use mbuiter.h.
18704
18705 2005-08-17  Bruno Haible  <bruno@clisp.org>
18706
18707         * lib/mbuiter.h: New file.
18708
18709 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18710
18711         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18712         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18713         and gl_GETOPT are both invoked via different paths (as happens
18714         with GNU tar CVS because it uses both argp and getopt), the former
18715         wins.
18716
18717 2005-08-16  Bruno Haible  <bruno@clisp.org>
18718
18719         * modules/tls: New file.
18720         * MODULES.html.sh (Multithreading): Add tls.
18721
18722 2005-08-16  Bruno Haible  <bruno@clisp.org>
18723
18724         * modules/strnlen1: New file.
18725         * MODULES.html.sh (String handling): Add strnlen1.
18726
18727 2005-08-16  Bruno Haible  <bruno@clisp.org>
18728
18729         * modules/strcase (Files): Add m4/mbrtowc.m4.
18730         (Depends-on): Add strnlen1, mbchar.
18731
18732 2005-08-16  Bruno Haible  <bruno@clisp.org>
18733
18734         * modules/mbiter: New file.
18735         * MODULES.html.sh (Extended multibyte and wide character utilities):
18736         Add mbiter.
18737
18738 2005-08-16  Bruno Haible  <bruno@clisp.org>
18739
18740         * modules/mbfile: New file.
18741         * MODULES.html.sh (Extended multibyte and wide character utilities):
18742         Add mbfile.
18743
18744 2005-08-16  Bruno Haible  <bruno@clisp.org>
18745
18746         * modules/mbchar: New file.
18747         * MODULES.html.sh (Extended multibyte and wide character utilities):
18748         New section.
18749
18750 2005-08-16  Bruno Haible  <bruno@clisp.org>
18751
18752         * m4/tls.m4: New file, from GNU gettext.
18753
18754 2005-08-16  Bruno Haible  <bruno@clisp.org>
18755
18756         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18757         always.
18758         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18759
18760 2005-08-16  Bruno Haible  <bruno@clisp.org>
18761
18762         * m4/mbiter.m4: New file.
18763
18764 2005-08-16  Bruno Haible  <bruno@clisp.org>
18765
18766         * m4/mbfile.m4: New file.
18767
18768 2005-08-16  Bruno Haible  <bruno@clisp.org>
18769
18770         * m4/mbchar.m4: New file.
18771
18772 2005-08-16  Bruno Haible  <bruno@clisp.org>
18773
18774         * lib/tls.h: New file, from GNU gettext.
18775         * lib/tls.c: New file, from GNU gettext.
18776
18777 2005-08-16  Bruno Haible  <bruno@clisp.org>
18778
18779         * lib/strnlen1.h: New file.
18780         * lib/strnlen1.c: New file.
18781
18782 2005-08-16  Bruno Haible  <bruno@clisp.org>
18783
18784         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18785         (mbi_init): Update.
18786         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18787         NUL byte, not after it.
18788
18789 2005-08-16  Bruno Haible  <bruno@clisp.org>
18790
18791         * lib/strcase.h (strcasecmp): Add note in comments.
18792         * lib/strncasecmp.c: Use code from strcasecmp.c.
18793         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18794         (strcasecmp): Work correctly in multibyte locales.
18795
18796 2005-08-16  Bruno Haible  <bruno@clisp.org>
18797
18798         * lib/mbiter.h: New file.
18799
18800 2005-08-16  Bruno Haible  <bruno@clisp.org>
18801
18802         * lib/mbfile.h: New file.
18803
18804 2005-08-16  Bruno Haible  <bruno@clisp.org>
18805
18806         * lib/mbchar.h: New file.
18807         * lib/mbchar.c: New file.
18808
18809 2005-08-16  Bruno Haible  <bruno@clisp.org>
18810
18811         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18812         the valid ones. Makes the comparison operations transitive:
18813         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18814         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18815
18816 2005-08-15  Simon Josefsson  <jas@extundo.com>
18817
18818         * modules/ssize_t (License): Change to 'unlimited'.
18819
18820         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18821
18822 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18823
18824         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18825         Add comments for each pending glibc patch.
18826
18827 2005-08-15  Bruno Haible  <bruno@clisp.org>
18828
18829         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18830         __cplusplus is defined.
18831
18832 2005-08-14  Jim Meyering  <jim@meyering.net>
18833
18834         Sync from coreutils.
18835
18836         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18837         Use the hash-table-based cycle-detection code not just when
18838         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18839         Reported by James Youngman in
18840         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18841         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18842         FTS_TIGHT_CYCLE_CHECK.
18843         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18844         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18845         once again.
18846         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18847         * lib/fts.c (fd_safer): Remove decl.
18848         Include fcntl--.h rather than unistd-safer.h
18849         (fts_safe_changedir): Don't call fd_safer; no longer needed
18850         now that we include fcntl--.h.
18851
18852 2005-08-12  Simon Josefsson  <jas@extundo.com>
18853
18854         * modules/getndelim2: Use ssize_t module.
18855         * modules/getnline: Likewise.
18856         * modules/safe-read: Likewise.
18857         * modules/xreadlink: Likewise.
18858
18859         * modules/ssize_t: New file.
18860
18861 2005-08-12  Simon Josefsson  <jas@extundo.com>
18862
18863         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18864
18865 2005-08-12  Simon Josefsson  <jas@extundo.com>
18866
18867         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18868         ssize_t.
18869
18870 2005-08-12  Simon Josefsson  <jas@extundo.com>
18871
18872         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18873         readline, getdelim and check_version.
18874         (Support for systems lacking ISO C 99: Sizes of integer types):
18875         Add size_max.
18876
18877 2005-08-12  Bruno Haible  <bruno@clisp.org>
18878
18879         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18880
18881 2005-08-11  Simon Josefsson  <jas@extundo.com>
18882
18883         * modules/readline: New file.
18884
18885         * modules/strnlen (Files): Add strnlen.h.
18886
18887 2005-08-11  Simon Josefsson  <jas@extundo.com>
18888
18889         * m4/readline.m4: New file.
18890
18891 2005-08-11  Simon Josefsson  <jas@extundo.com>
18892
18893         * lib/readline.h, readline.c: New file.
18894
18895 2005-08-11  Simon Josefsson  <jas@extundo.com>
18896
18897         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18898         gl_AVOID.
18899
18900 2005-08-11  Bruno Haible  <bruno@clisp.org>
18901
18902         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18903
18904 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18905
18906         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18907
18908 2005-08-10  Simon Josefsson  <jas@extundo.com>
18909
18910         * tests/test-iconvme.c: New file.
18911
18912 2005-08-10  Simon Josefsson  <jas@extundo.com>
18913
18914         * m4/strnlen.m4: New file.
18915
18916         * m4/strndup.m4: Don't check for strnlen declaration, done in
18917         strnlen.m4.
18918
18919 2005-08-10  Simon Josefsson  <jas@extundo.com>
18920
18921         * lib/strndup.c: Use strnlen.h.
18922
18923         * lib/strnlen.h: New file.
18924
18925 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18926
18927         * README: Typos.
18928
18929 2005-08-02  Simon Josefsson  <jas@extundo.com>
18930
18931         * modules/readline: New file.
18932
18933 2005-08-02  Simon Josefsson  <jas@extundo.com>
18934
18935         * modules/getdelim: New file.
18936
18937         * modules/getline: Rewrite, don't use getndelim2.
18938
18939 2005-08-02  Simon Josefsson  <jas@extundo.com>
18940
18941         * m4/getline.m4: Separate out getdelim stuff into separate module.
18942
18943         * m4/getdelim.m4: New file.
18944
18945 2005-08-02  Simon Josefsson  <jas@extundo.com>
18946
18947         * lib/getline.h, getline.c: Rewrite.
18948
18949         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18950
18951 2005-07-31  Bruno Haible  <bruno@clisp.org>
18952
18953         * lib/lock.h (gl_lock_initializer): New macro.
18954         (gl_lock_define_initialized): Use it.
18955         (gl_rwlock_initializer): New macro.
18956         (gl_rwlock_define_initialized): Use it.
18957         (gl_recursive_lock_initializer): New macro.
18958         (gl_recursive_lock_define_initialized): Use it.
18959
18960 2005-07-30  Karl Berry  <karl@gnu.org>
18961
18962         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18963         Report from Ben Pfaff, regarding getopt.
18964
18965 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18966
18967         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18968         normal way.
18969         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18970         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18971         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18972         (gl_GETOPT): Use the new macros.  Most of the implementation
18973         is moved to the new macros.  This is for programs like Emacs
18974         that don't want all the functionality of gl_GETOPT.
18975
18976 2005-07-26  Bruno Haible  <bruno@clisp.org>
18977
18978         * m4/lock.m4: Update from GNU gettext.
18979
18980 2005-07-26  Bruno Haible  <bruno@clisp.org>
18981
18982         * lib/lock.h: Update from GNU gettext.
18983         * lib/lock.c: Update from GNU gettext.
18984
18985 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18986
18987         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18988         obsolescent AC_TRY_RUN.  Include the default includes files, for
18989         'exit'.
18990
18991 2005-07-24  Bruno Haible  <bruno@clisp.org>
18992
18993         * modules/visibility: New file.
18994         * MODULES.html.sh (Misc): Add visibility.
18995
18996 2005-07-24  Bruno Haible  <bruno@clisp.org>
18997
18998         * m4/visibility.m4: New file.
18999
19000 2005-07-24  Bruno Haible  <bruno@clisp.org>
19001
19002         * doc/visibility.texi: New file.
19003
19004 2005-07-22  Bruno Haible  <bruno@clisp.org>
19005
19006         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19007         $(ALLOCA_H), redundant through BUILT_SOURCES.
19008         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19009         redundant through BUILT_SOURCES.
19010         * modules/byteswap (Makefile.am): Remove explicit dependency on
19011         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19012         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19013         $(FNMATCH_H), redundant through BUILT_SOURCES.
19014         * modules/getopt (Makefile.am): Remove explicit dependency on
19015         $(GETOPT_H), redundant through BUILT_SOURCES.
19016         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19017         redundant through BUILT_SOURCES.
19018         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19019         redundant through BUILT_SOURCES.
19020         * modules/stdbool (Makefile.am): Remove explicit dependency on
19021         $(STDBOOL_H), redundant through BUILT_SOURCES.
19022         * modules/stdint (Makefile.am): Remove explicit dependency on
19023         $(STDINT_H), redundant through BUILT_SOURCES.
19024         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19025         Remove explicit dependency on $(SYSEXITS_H).
19026         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19027
19028 2005-07-18  Simon Josefsson  <jas@extundo.com>
19029
19030         * lib/check-version.c (check_version): Accept identical versions too.
19031
19032 2005-07-18  Bruno Haible  <bruno@clisp.org>
19033
19034         * modules/lock: New file.
19035         * MODULES.html.sh (Multithreading): New section.
19036
19037 2005-07-18  Bruno Haible  <bruno@clisp.org>
19038
19039         * m4/lock.m4: New file, from GNU gettext.
19040
19041 2005-07-18  Bruno Haible  <bruno@clisp.org>
19042
19043         * lib/lock.h: New file, from GNU gettext.
19044         * lib/lock.c: New file, from GNU gettext.
19045
19046 2005-07-18  Bruno Haible  <bruno@clisp.org>
19047
19048         * lib/lock.h (gl_once_t): New type.
19049         (gl_once_define, gl_once): New macros.
19050         * lib/lock.c (fresh_once): New variable.
19051         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19052         functions.
19053
19054 2005-07-16  Simon Josefsson  <jas@extundo.com>
19055
19056         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19057         workaround, suggested by Bruno.
19058
19059 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19060
19061         * modules/xalloc (Depends-on): Add xalloc-die.
19062         * modules/xvasprintf (Depends-on): Add xalloc-die.
19063
19064 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19065
19066         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19067         with a minor change.
19068
19069 2005-07-15  Bruno Haible  <bruno@clisp.org>
19070
19071         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19072         When using lib/poll.c, define poll as rpl_poll.
19073
19074 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19075
19076         * modules/argp (Depends-on): Remove unlocked-io.
19077
19078 2005-07-14  Derek Price  <derek@ximbiot.com>
19079
19080         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19081         for glob symlink bug.
19082
19083 2005-07-14  Bruno Haible  <bruno@clisp.org>
19084
19085         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19086         Instead, test for *_unlocked function declarations directly.
19087
19088 2005-07-11  Simon Josefsson  <jas@extundo.com>
19089
19090         * modules/size_max: New file.
19091
19092         * modules/xsize: Depend on size_max module for size_max.m4.
19093
19094 2005-07-11  Simon Josefsson  <jas@extundo.com>
19095
19096         * lib/size_max.h: New file.
19097
19098 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19099
19100         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19101         copyright symbol and the year.
19102         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19103         (version_etc_va): Use parameterized copyright notice.
19104         Reword to conform to the current GNU coding standards.
19105
19106 2005-07-11  Karl Berry  <karl@gnu.org>
19107
19108         * doc/gnulib.texi (Quoting): new node.
19109         (Initial import): more info, from Patrice.
19110
19111 2005-07-11  Bruno Haible  <bruno@clisp.org>
19112
19113         * gnulib-tool (func_usage): Document option --avoid.
19114         (Command line options): Handle --avoid.
19115         (func_acceptable): New function.
19116         (func_modules_transitive_closure): Use it.
19117
19118 2005-07-11  Bruno Haible  <bruno@clisp.org>
19119
19120         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19121         Reported by Jim Meyering.
19122
19123 2005-07-10  Bruno Haible  <bruno@clisp.org>
19124
19125         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19126         Needed when size_t is smaller than 'unsigned int'.
19127         Reported by Paul Eggert.
19128
19129 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19130
19131         * modules/argp (Depends-on): Add unlocked-io
19132
19133 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19134
19135         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19136         block of defines.
19137
19138 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19139
19140         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19141         fix now.
19142
19143 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19144         and Paul Eggert  <eggert@cs.ucla.edu>
19145
19146         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19147         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19148
19149 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19150
19151         * modules/regex (Files): Add lib/regex_internal.c,
19152         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19153         (Depends-on): Add extensions.
19154         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19155
19156 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19157
19158         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19159         pathconf.
19160         * m4/same.m4 (gl_SAME): Likewise.
19161         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19162
19163         * m4/regex.m4: Adjust to new libc regex implementation.
19164         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19165         all the .c and .h parts of (the new) regex.
19166         Quote the m4 stuff better.
19167         Check for RE_ICASE bug of old gnulib.
19168         Check for REG_STARTEND of recent libc.
19169         Rename local variables from jm_* to gl_*.
19170         Quote operand of "test -f".
19171         Say "recent enough" version of libc, not "version 2".
19172         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19173         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19174         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19175         Remove check for btowc, isascii.
19176         Require AM_LANGINFO_CODESET.
19177
19178 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19179
19180         * lib/regex.c, regex.h: Sync from libc.
19181         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19182         * lib/regexec.c:
19183         New files, synced from libc, except that regex_internal.h
19184         currently has a small porting fix.
19185
19186 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19187
19188         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19189         regex_internal.c, regexec.c.
19190         Add regex_internal.h too, but as a comment, since the libc version
19191         is currently broken in gnulib mode.
19192
19193 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19194
19195         Support programs like Emacs that use gnulib but not gettext.
19196         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19197         * modules/gettext-h: New file.
19198         * modules/gettext (Files): Remove lib/gettext.h.
19199         (Depends-on): Add gettext-h.
19200         (Makefile.am): Remove lib_SOURCES.
19201         * modules/argmatch, modules/c-stack, modules/closeout:
19202         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19203         * modules/execute, modules/file-type, modules/getaddrinfo:
19204         * modules/getopt, modules/human, modules/javacomp:
19205         * modules/javaexec, modules/mkdir-p, modules/obstack:
19206         * modules/openat, modules/pagealign_alloc, modules/pipe:
19207         * modules/quotearg, modules/regex, modules/rpmatch:
19208         * modules/unicodeio, modules/userspec, modules/version-etc:
19209         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19210         * modules/xsetenv:
19211         Depend on gettext-h, not gettext.
19212
19213 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19214
19215         * gnulib-tool (func_import): Add support for 'public domain' license.
19216         * modules/alloca, modules/atexit, modules/memmove:
19217         Now public domain, not GPL.
19218         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19219         * modules/realloc, modules/strerror, modules/strtod:
19220         Now LGPL, not GPL.
19221
19222 2005-07-05  Bruno Haible  <bruno@clisp.org>
19223
19224         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19225         autoconf CVS. Needed for mingw.
19226
19227 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19228
19229         Remove the dependency of the strftime module on the tzset module.
19230         * modules/strftime (Depends-on): Remove dependency on tzset.
19231
19232 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19233
19234         Remove the dependency of the strftime module on the tzset module.
19235         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19236         gl_FUNC_TZSET_CLOBBER.
19237
19238 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19239
19240         Remove the dependency of the strftime module on the tzset module.
19241         * lib/strftime.c (my_strftime)
19242         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19243         Copy the input structure, to work around some of the bug with
19244         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19245         Solaris releases, you should also use the tzset module, but we won't
19246         require it as a dependency any more since we don't want LGPLed code
19247         to depend on GPLed code.
19248
19249 2005-07-02  Jim Meyering  <jim@meyering.net>
19250
19251         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19252         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19253         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19254         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19255
19256 2005-07-02  Jim Meyering  <jim@meyering.net>
19257
19258         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19259
19260 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19261
19262         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19263         declares only 'struct timespec;' (!).
19264
19265 2005-07-01  Jim Meyering  <jim@meyering.net>
19266
19267         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19268         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19269         * lib/save-cwd.c, tempname.c:
19270         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19271         and don't include <sys/file.h>).
19272
19273 2005-06-29  Jim Meyering  <jim@meyering.net>
19274
19275         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19276         type name.  Use the variable name instead.
19277         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19278         Likewise.
19279
19280 2005-06-28  Simon Josefsson  <jas@extundo.com>
19281
19282         * modules/check-version (Files): Add check-version.m4.
19283
19284 2005-06-28  Simon Josefsson  <jas@extundo.com>
19285
19286         * m4/check-version.m4: New file, suggested by Jim Meyering
19287         <jim@meyering.net>.
19288
19289 2005-06-28  Simon Josefsson  <jas@extundo.com>
19290
19291         * lib/check-version.h, lib/check-version.c: New files.
19292
19293 2005-06-28  Simon Josefsson  <jas@extundo.com>
19294
19295         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19296         collision with global variable.  Better indentation.  Don't
19297         increment buffer pointer beyond buffer end.  Based on comments
19298         from Paul Eggert <eggert@cs.ucla.edu>.
19299
19300         * lib/base64.h: Indent.
19301
19302 2005-06-28  Simon Josefsson  <jas@extundo.com>
19303
19304         * doc/gnulib.texi (Library version handling): New section.
19305
19306 2005-06-28  Jim Meyering  <jim@meyering.net>
19307
19308         * check-module (find_included_lib_files): Hard-code another
19309         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19310         but modules/fts-lgpl (correctly) does not list those files.
19311
19312         * modules/canonicalize (Files): Add lib/pathmax.h.
19313
19314 2005-06-25  Simon Josefsson  <jas@extundo.com>
19315
19316         * modules/check-version: New file.
19317
19318 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19319
19320         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19321         initializer of struct addrinfo, as an indication that we don't
19322         care how many members the structure has.
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         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19329         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19330         * m4/stat.m4: Remove this file.
19331
19332 2005-06-24  Derek Price  <derek@ximbiot.com>
19333         and Bruno Haible  <bruno@clisp.org>
19334
19335         Remove stat module & update lstat.
19336         * lib/stat.c: Remove this file...
19337         (slash_aware_lstat): ...moving this content and its support...
19338         * lib/lstat.c (rpl_lstat): ...into here.
19339         * lib/lstat.h: New file.
19340
19341 2005-06-24  Derek Price  <derek@ximbiot.com>
19342         and Bruno Haible  <bruno@clisp.org>
19343
19344         Remove stat module & update lstat.
19345         * config/srclist.txt (libc sources): Remove stat.
19346
19347 2005-06-24  Derek Price  <derek@ximbiot.com>
19348         and Bruno Haible  <bruno@clisp.org>
19349
19350         Remove stat module & update lstat.
19351         * MODULES.html.sh (stat): Remove.
19352         * MODULES.html: Regenerated.
19353         * modules/lstat (Description): Correct function name.
19354         (Files): Add "lstat.h".
19355         (Depends-on): Remove stat, add xalloc, stat-macros.
19356         * modules/stat: Remove this file.
19357         (Include): Add "lstat.h", remove <sys/stat.h>.
19358
19359 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19360
19361         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19362         (ranged_convert): Don't save conversion in a temporary struct.
19363         This causes a warning with GCC 4.0.0, and anyway in the typical
19364         case it's not worth the extra 100 bytes or so of code.
19365         (ranged_convert, __mktime_internal): When calling a function via a
19366         pointer P, use P () rather than (*P) (), as we now assume C89 or
19367         better.
19368
19369 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19370
19371         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19372         "who -r" failed to give output.  Problem reported by Tim Waugh.
19373
19374         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19375         (xcalloc): Use it to avoid needless tests.
19376         Problem reported by Jim Meyering.
19377
19378 2005-06-20  Derek Price  <derek@ximbiot.com>
19379
19380         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19381         unnecessary for Autoconfs > 2.59c.
19382
19383 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19384
19385         * lib/argp.h (__option_is_short): Check upper limit of
19386         __key. Isprint() requires its argument to have the value
19387         of an unsigned char or EOF.
19388
19389 2005-06-16  Jim Meyering  <jim@meyering.net>
19390
19391         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19392         when either N or S is zero.
19393
19394 2005-06-16  Derek Price  <derek@ximbiot.com>
19395
19396         * m4/bison.m4: Declare YACC & YFLAGS precious.
19397
19398 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19399
19400         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19401         multibyte string or pattern, fall back on unibyte matching.
19402         Problem reported by James Youngman.
19403
19404 2005-06-08  Bruno Haible  <bruno@clisp.org>
19405
19406         * modules/csharpcomp: New file.
19407         * MODULES.html.sh (C#): Add csharpcomp.
19408
19409 2005-06-08  Bruno Haible  <bruno@clisp.org>
19410
19411         * m4/csharpcomp.m4: New file, from GNU gettext.
19412
19413 2005-06-08  Bruno Haible  <bruno@clisp.org>
19414
19415         * lib/csharpcomp.h: New file, from GNU gettext.
19416         * lib/csharpcomp.c: New file, from GNU gettext.
19417         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19418
19419 2005-06-08  Bruno Haible  <bruno@clisp.org>
19420
19421         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19422         warning on mingw.
19423
19424 2005-06-07  Derek Price  <derek@ximbiot.com>
19425
19426         Sync from CVS.
19427         * lib/glob_.h: Indent nested #ifdef.
19428
19429 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19430
19431         Sync from coreutils.
19432         Use "file name" when talking about file names, instead of "filename"
19433         or "path", as per the GNU coding standards.
19434         * lib/mkdir-p.c: Renamed from makepath.c.
19435         (make_dir_parents): Renamed from make_path.  All callers changed.
19436         * lib/mkdir-p.h: Likewise.  All includers changed.
19437         * lib/filenamecat.c: Renamed from path-concat.c.
19438         (file_name_concat): Renamed from path_concat.  All callers changed.
19439         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19440         * lib/filenamecat.h: Likewise.  All includers changed.
19441         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19442         in comments or local variable names.
19443         * lib/basename.c: Likewise.
19444         * lib/canonicalize.c, canonicalize.h: Likewise.
19445         * lib/dirname.c, dirname.h: Likewise.
19446         * lib/euidaccess.c: Likewise.
19447         * lib/exclude.c: Likewise
19448         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19449         * lib/fsusage.c, fsuage.h: Likewise.
19450         * lib/fts.c, fts_.h: Likewise.
19451         * lib/getcwd.c: Likewise.
19452         * lib/getloadavg.c: Likewise.
19453         * lib/mkstemp.c: Likewise.
19454         * lib/mountlist.c, mountlist.h: Likewise.
19455         * lib/openat.c, openat.h: Likewise.
19456         * lib/readlink-stub.c: Likewise.
19457         * lib/readutmp.c, readutmp.h: Likewise.
19458         * lib/rename.c: Likewise.
19459         * lib/rmdir.c: Likewise.
19460         * lib/same.c: Likewise.
19461         * lib/savedir.c: Likewise.
19462         * lib/stripslash.c: Likewise.
19463         * lib/tempname.c: Likewise.
19464         * lib/xreadlink.c: Likewise.
19465         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19466         All uses changed.
19467         * lib/exclude.h: Likewise.
19468
19469         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19470         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19471         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19472         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19473         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19474         files have been getting away with it for years (MORE/BSD 4.3
19475         is extinct now).
19476         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19477         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19478
19479         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19480         Define to 256, not 255, as per modern POSIX.
19481
19482 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19483
19484         Sync from coreutils.
19485         Use "file name" when talking about file names, instead of "filename"
19486         or "path", as per the GNU coding standards.
19487         * MODULES.html.sh: mkdir-p renamed from makepath.
19488         filenamecat renamed from path-concat.
19489         * modules/filenamecat: Renamed from modules/path-concat.
19490         (Files): filenamecat.h and filenamecat.c renamed from
19491         path-concat.h and path-concat.c.
19492         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19493         (Include): filenamecat.h, not path-concat.h.
19494         * modules/mkdir-p: Renamed from modules/makepath.
19495         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19496         makepath.c.
19497         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19498         (Include): mkdir-p.h, not makepath.h.
19499
19500 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19501
19502         Sync from coreutils.
19503         * m4/mkdir-p.m4: Renamed from makepath.m4.
19504         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19505         Rename files from makepath.c to mkdir-p.c, and from
19506         makepath.h to mkdir-p.h.
19507         * m4/filenamecat.m4: Renamed from path-concat.m4.
19508         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19509         Rename files from path-concat.c to filenamecat.c,
19510         and from path-concat.h to filenamecat.h.
19511         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19512         "file name" in local variables or comments.
19513         * m4/rename.m4: Likewise.
19514
19515 2005-06-01  Bruno Haible  <bruno@clisp.org>
19516
19517         * modules/csharpexec: New file.
19518         * MODULES.html.sh (C#): New section.
19519
19520 2005-06-01  Bruno Haible  <bruno@clisp.org>
19521
19522         * m4/csharp.m4: New file, from GNU gettext.
19523         * m4/csharpexec.m4: New file, from GNU gettext.
19524
19525 2005-06-01  Bruno Haible  <bruno@clisp.org>
19526
19527         * lib/csharpexec.h: New file, from GNU gettext.
19528         * lib/csharpexec.c: New file, from GNU gettext.
19529         * lib/csharpexec.sh.in: New file, from GNU gettext.
19530
19531 2005-05-31  Derek Price  <derek@ximbiot.com>
19532             Paul Eggert  <eggert@cs.ucla.edu>
19533
19534         Sync from cvs.
19535         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19536
19537 2005-05-31  Derek Price  <derek@ximbiot.com>
19538             Paul Eggert  <eggert@cs.ucla.edu>
19539
19540         Sync from cvs.
19541         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19542
19543 2005-05-29  Derek Price  <derek@ximbiot.com>
19544
19545         * config/srclist.txt (glob_.h, glob.c): Add these files.
19546
19547 2005-05-29  Derek Price  <derek@ximbiot.com>
19548
19549         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19550         * modules/glob: New file.
19551         * modules/getlogin_r: Add link to POSIX spec in description.
19552
19553 2005-05-29  Derek Price  <derek@ximbiot.com>
19554             Paul Eggert  <eggert@cs.ucla.edu>
19555
19556         * m4/glob.m4: New file.
19557
19558 2005-05-29  Derek Price  <derek@ximbiot.com>
19559             Paul Eggert  <eggert@cs.ucla.edu>
19560
19561         * lib/glob_.h, lib/glob.c: New files.
19562
19563 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19564
19565         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19566         * modules/fts-lgpl (Depends-on): Remove gettext.
19567
19568 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19569
19570         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19571         and don't require gt_INTTYPES_PRI.
19572
19573 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19574
19575         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19576
19577         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19578         the configuration hassle isn't worth it.
19579         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19580         (LONGEST_MODIFIER, PRIuMAX): Remove.
19581
19582 2005-05-27  Bruno Haible  <bruno@clisp.org>
19583
19584         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19585
19586 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19587
19588         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19589         _POSIX_PTHREAD_SEMANTICS for Solaris.
19590
19591 2005-05-25  Derek Price  <derek@ximbiot.com>
19592
19593         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19594
19595 2005-05-25  Derek Price  <derek@ximbiot.com>
19596             Paul Eggert  <eggert@cs.ucla.edu>
19597
19598         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19599         * lib/getlogin_r.c, getlogin_r.h: New files.
19600
19601 2005-05-25  Bruno Haible  <bruno@clisp.org>
19602             Derek Price  <derek@ximbiot.com>
19603
19604         * lib/getlogin_r.h: Simplify API documentation.
19605
19606 2005-05-23  Derek Price  <derek@ximbiot.com>
19607
19608         * modules/minmax (Files): Add m4/minmax.m4.
19609         (configure.ac): Add gl_MINMAX.
19610
19611 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19612
19613         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19614         so that unistd-safer.h (GPL'ed code) need not be included.
19615
19616 2005-05-22  Bruno Haible  <bruno@clisp.org>
19617
19618         * m4/minmax.m4: New file.
19619         Based on a patch by Derek Price <derek@ximbiot.com>.
19620
19621 2005-05-22  Bruno Haible  <bruno@clisp.org>
19622
19623         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19624         (INT64_MIN): Fix definition.
19625         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19626
19627         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19628         NEED_SIGNED_INT_TYPES.
19629
19630         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19631         HAVE_SYSTEM_INTTYPES.
19632
19633 2005-05-22  Bruno Haible  <bruno@clisp.org>
19634
19635         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19636         Also include <sys/param.h> if it defines MIN, MAX.
19637         Based on a patch by Derek Price <derek@ximbiot.com>.
19638
19639 2005-05-21  Jim Meyering  <jim@meyering.net>
19640
19641         * modules/fts (Files): Add m4/inttypes-pri.m4.
19642         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19643
19644 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19645
19646         New fts module.
19647         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19648         (setup_dir, free_dir): New functions.
19649         (enter_dir, leave_dir): Define trivial
19650         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19651         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19652         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19653         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19654         Move to fts-cycle.c.
19655         (fts_open): Use setup_dir.
19656         (fts_close): Use free_dir.
19657         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19658         This adds a label and some gotos, but the alternatives were messier.
19659         Check for memory allocation failure when entering a dir.
19660         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19661         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19662         (FTS): New member fts_cycle, that is a union that contains the
19663         old active_dir_ht and cycle_state.  All uses changed to mention
19664         fts_cycle.ht and fts_cycle.state.
19665         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19666         fts.c, with the following changes:
19667         (setup_dir, free_dir): New functions.
19668         (enter_dir): Now returns bool.  Return true if successful, false
19669         if memory exhausted.  All callers changed.
19670         Do not bother partly cleaning up on
19671         memory allocation failure; that is free_dir's job.
19672         However, free ad if hash_insert fails, to avoid memory leak.
19673         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19674         fts->fts_options to see which union member to use.
19675
19676 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19677
19678         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19679         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19680
19681 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19682
19683         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19684
19685 2005-05-20  Jim Meyering  <jim@meyering.net>
19686
19687         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19688         Now a macro, to pacify GCC.
19689
19690 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19691
19692         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19693         of -1.
19694
19695 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19696
19697         * lib/chown.c (rpl_chown): Return -1 on failure.
19698
19699 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19700
19701         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19702         Don't check for stddef.h.
19703         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19704         don't use its results.
19705         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19706         since we include them unconditionally.  Don't require
19707         AM_STDBOOL_H, since stdbool is a prerequisite.
19708         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19709         since we assume C89 or better.
19710         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19711         as we don't use their results.
19712         Don't check for fchdir, memmove, memset, strrchr, as we use
19713         them unconditionally.
19714         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19715         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19716
19717 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19718
19719         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19720         Include <stddef.h> unconditionally, since we assume C89 now.
19721         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19722         * lib/fts.c: Include fts_.h first, to check interface.
19723         Do not include intprops.h; no longer needed.
19724         Include cycle-check.h and hash.h, since fts_.h no longer does.
19725         Remove unnecessary casts of closedir to void.
19726         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19727         decide whether to decrement nlinks.
19728         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19729         (FTS): Use struct hash_table * instead of Hash_table, so that
19730         we no longer need to include hash.h here.
19731
19732 2005-05-18  Jim Meyering  <jim@meyering.net>
19733
19734         * modules/dirfd (License): Change to LGPL.  Most of the code
19735         is already in the public domain.
19736
19737 2005-05-18  Jim Meyering  <jim@meyering.net>
19738
19739         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19740         Reported by Yoann Vandoorselaere.
19741
19742 2005-05-17  Jim Meyering  <jim@meyering.net>
19743
19744         * m4/fts.m4: New file, from coreutils.
19745
19746 2005-05-17  Jim Meyering  <jim@meyering.net>
19747
19748         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19749
19750 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19751
19752         Sync from coreutils.
19753         * m4/unlinkdir.m4: New file.
19754
19755 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19756
19757         Sync from coreutils.
19758         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19759         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19760         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19761         White space changes only.
19762         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19763         special.
19764         * lib/yesno.c: Include getline.h, not ctype.h.
19765         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19766         Use getline to remove arbitrary restriction on response length.
19767
19768 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19769
19770         * config/srclist-update: Spell out "Street" in FSF postal
19771         mail address; this is the style the FSF seems to prefer.
19772
19773         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19774         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19775         this updates FSF postal mail address.
19776
19777         Sync from coreutils.
19778         * modules/unlinkdir: New file.
19779         * modules/yesno (Depends-on): Add getline.
19780         * MODULES.html.sh (File system functions): Add unlinkdir.
19781
19782 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19783
19784         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19785         lib/strsep.h:
19786         Change the initial comment to refer to GPL, not LGPL.
19787         gnulib-tool will change it to LGPL as needed.
19788
19789         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19790         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19791         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19792         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19793         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19794         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19795         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19796         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19797         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19798         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19799         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19800         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19801         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19802         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19803         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19804         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19805         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19806         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19807         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19808         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19809         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19810         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19811         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19812         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19813         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19814         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19815         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19816         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19817         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19818         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19819         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19820         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19821         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19822         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19823         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19824         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19825         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19826         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19827         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19828         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19829         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19830         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19831         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19832         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19833         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19834         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19835         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19836         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19837         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19838         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19839         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19840         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19841         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19842         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19843         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19844         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19845         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19846         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19847         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19848         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19849         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19850         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19851         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19852         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19853         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19854         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19855         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19856         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19857         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19858         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19859         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19860         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19861         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19862         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19863         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19864         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19865         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19866         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19867         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19868         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19869         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19870         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19871         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19872         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19873         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19874         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19875         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19876         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19877         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19878         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19879         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19880         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19881         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19882         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19883         lib/yesno.c, lib/yesno.h:
19884         Update FSF postal mail address.
19885
19886 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19887
19888         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19889         tests/test-memmem.c, tests/test-stpncpy.c:
19890         Update FSF postal mail address.
19891
19892 2005-05-13  Bruno Haible  <bruno@clisp.org>
19893
19894         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19895         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19896         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19897         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19898         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19899         Add support for 64-bit integers in the MSVC compiler.
19900
19901 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19902
19903         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19904
19905 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19906
19907         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19908
19909 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19910
19911         * doc/getdate.texi (General date syntax): Don't say that date
19912         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19913         Problem reported by Nic Ferrier.
19914
19915 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19916
19917         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19918         specified in ai_socktype. Fix invalid ai_protocol
19919         check. ai_protocol is usually set to 0 or depending on
19920         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19921         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19922         ai_socktype / ai_protocol in the returned addrinfo structure.
19923
19924 2005-05-10  Simon Josefsson  <jas@extundo.com>
19925
19926         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19927         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19928
19929 2005-05-10  Karl Berry  <karl@gnu.org>
19930
19931         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19932         (from http://www.gnu.org/licenses).
19933         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19934         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19935         fdl.texi suffices.
19936
19937 2005-05-10  Karl Berry  <karl@gnu.org>
19938
19939         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19940         (COPYING.DOC): remove.
19941
19942         * config/srclist-update: new FSF address.
19943
19944 2005-05-10  Derek Price  <derek@ximbiot.com>
19945
19946         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19947         possible.
19948
19949 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19950             Bruno Haible  <bruno@clisp.org>
19951
19952         * modules/inet_ntop: New file.
19953         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19954         inet_ntop.
19955
19956 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19957             Bruno Haible  <bruno@clisp.org>
19958
19959         * m4/inet_ntop.m4: New file.
19960
19961 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19962             Bruno Haible  <bruno@clisp.org>
19963
19964         * lib/inet_ntop.h: New file.
19965         * lib/inet_ntop.c: New file, from glibc with modifications.
19966
19967 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19968
19969         * modules/time_r (License): Change to LGPL.
19970         * modules/extensions (License): Change to LGPL.  Actually,
19971         the license is more permissive than that, but currently gnulib-tool
19972         doesn't know how to handle more-permissive licenses.
19973
19974         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19975         Problem reported by Dave Love.
19976
19977 2005-05-08  Jim Meyering  <jim@meyering.net>
19978
19979         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19980         blank.
19981
19982 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19983
19984         * modules/argmatch (Depends-on): Add stdbool.
19985         * modules/backupfile (Depends-on): Likewise.
19986         * modules/chdir-long (Depends-on): Likewise.
19987         * modules/closeout (Depends-on): Likewise.
19988         * modules/cycle-check (Depends-on): Likewise.
19989         * modules/dirname (Depends-on): Likewise.
19990         * modules/fnmatch (Depends-on): Likewise.
19991         * modules/fsusage (Depends-on): Likewise.
19992         * modules/fwriteerror (Depends-on): Likewise.
19993         * modules/getcwd (Depends-on): Likewise.
19994         * modules/getloadavg (Depends-on): Likewise.
19995         * modules/hard-locale (Depends-on): Likewise.
19996         * modules/makepath (Depends-on): Likewise.
19997         * modules/mountlist (Depends-on): Likewise.
19998         * modules/nanosleep (Depends-on): Likewise.
19999         * modules/posixtm (Depends-on): Likewise.
20000         * modules/quotearg (Depends-on): Likewise.
20001         * modules/readtokens (Depends-on): Likewise.
20002         * modules/readtokens0 (Depends-on): Likewise.
20003         * modules/readutmp (Depends-on): Likewise.
20004         * modules/save-cwd (Depends-on): Likewise.
20005         * modules/strftime (Depends-on): Likewise.
20006         * modules/userspec (Depends-on): Likewise.
20007         * modules/utimecmp (Depends-on): Likewise.
20008         * modules/xgetcwd (Depends-on): Likewise.
20009         * modules/xnanosleep (Depends-on): Likewise.
20010         * modules/xstrtod (Depends-on): Likewise.
20011         * modules/yesno (Depends-on): Likewise.
20012
20013 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20014
20015         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20016         needless checks.
20017
20018 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20019
20020         Merge from coreutils.  Among other things,
20021         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20022         * lib/fd-safer.c: New file.
20023         * lib/fcntl-safer.h, open-safer.c: Remove.
20024         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20025         * lib/dup-safer.c: Include unistd-safer.h first.
20026         Don't include errno.h.
20027         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20028         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20029         * lib/file-type.c: Rely on file-type.h change.
20030         * lib/getloadavg.c: Include unistd-safer.h.
20031         (getloadavg): Use safer open.
20032         * lib/getusershell.c: Include "stdio-safer.h".
20033         (getusershell): Use safer fopen.
20034         * lib/long-options.c (long_options): Use NULL rather than 0.
20035         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20036         'free'.
20037         * lib/modechange.c: Likewise.
20038         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20039         (MODE_DONE): New constant.
20040         (struct mode_change): Remove 'next' member.
20041         (make_node_op_equals): New function; like the old one of the
20042         same name, except it allocates an array.
20043         (mode_compile, mode_create_from_ref): Use it.
20044         (mode_compile): Allocate result as an array, not a linked list.
20045         Parse octal string ourself, so that we catch mistakes like "+0".
20046         (mode_adjust): Arg is an array, not a linked list.
20047         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20048         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20049         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20050         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20051         Remove.  This is now stat-macros.h's job.
20052         (talloc): Remove.  All callers replaced by xalloc, so that
20053         our invokers don't have to worry about reporting memory failures.
20054         (make_node_op_equals): Remove.
20055         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20056         New constants.
20057         (struct mode_change): Moved here from modechange.h.
20058         (mode_append_entry): Remove.
20059         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20060         apps to have incorrect behavior.  Use simpler algorithm for head
20061         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20062         Detect more invalid usages rather than having somewhat-random behavior.
20063         Don't insert an "a=" action, as that leads to incorrect behavior.
20064         (mode_compile, mode_create_from_ref): Return NULL on error instead
20065         of an enum, since now there's only one way to have an error.  All
20066         callers changed.
20067         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20068         at the correct time.  Simplify calculation of "+u" and its ilk.
20069         Don't mishandle "+X".
20070         (mode_free): Remove "register" and localize decls.
20071         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20072         (struct mode_change): Move to modechange.c; callers don't
20073         need to see this stuff.
20074         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20075         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20076         (mode_change, mode_adjust): Reflect the new signatures noted above.
20077         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20078         that might redefine system include files.
20079         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20080         (my_usleep): Use NULL rather than (void *) 0.
20081         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20082         Use siginterrupt to specify that system calls should be interrupted.
20083         (rpl_nanosleep): Move initialization of suspended closer to call of
20084         my_usleep.
20085         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20086         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20087         (desirable_utmp_entry): New function.
20088         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20089         using x2nrealloc, to simplify logic.
20090         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20091         size calculation.  Do not assume utmp file is a regular file.
20092         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20093         (READ_UTMP_CHECK_PIDS): New constant.
20094         * lib/save-cwd.c: Include unistd-safer.h.
20095         (save_cwd): Use fd_safer.
20096         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20097         [!_LIBC] Include "stat-macros.h" instead.
20098         * lib/unistd-safer.h (fd_safer): New decl.
20099
20100 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20101
20102         * modules/getloadavg (Depends-on): Add unistd-safer.
20103         * modules/getusershell (Depends-on): Add stdio-safer.
20104         * modules/lstat (Depends-on): Remove xalloc.
20105         * modules/mkstemp (Depends-on): Add stat-macros.
20106         * modules/modechange (Depends-on): Remove xstrtol.
20107         Add stat-macros, xalloc.
20108         * modules/save-cwd (Depends-on): Add unistd-safer.
20109         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20110         * modules/unistd-safer (Files): Add lib/fd-safer.c
20111         (Makefile.am): Remove lib_SOURCES.
20112
20113         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20114         Remove fcntl-safer; unistd-safer supersedes it.
20115
20116 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20117
20118         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20119         AC_HEADER_STAT.
20120         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20121         (gl_PREREQ_CHOWN): Remove.
20122         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20123         it.  Don't require AC_HEADER_STAT.
20124         (gl_PREREQ_LSTAT): Remove.
20125         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20126         Don't require AC_HEADER_STAT.
20127         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20128         (gl_PREREQ_RMDIR): Remove.
20129         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20130         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20131         the stat-macros module a prerequisite.
20132         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20133         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20134         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20135         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20136         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20137         variable names.
20138         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20139         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20140         variable prefixes.
20141         * m4/fcntl-safer.m4: Remove.
20142         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20143         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20144         Invoke gl_PREREQ_FD_SAFER.
20145         (gl_PREREQ_FD_SAFER): New macro.
20146         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20147         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20148         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20149         Remove duplicate call to AC_LIBOBJ(readutmp).
20150         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20151
20152         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20153         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20154
20155 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20156
20157         * MODULES.html.sh (Misc): Add byteswap.
20158
20159 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20160
20161         * modules/getcwd (Depends-on): Add extensions.
20162         * modules/openat (Depends-on): Likewise.
20163
20164 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20165
20166         * modules/byteswap: New file.
20167
20168 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20169
20170         * m4/byteswap.m4: New file.
20171
20172 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20173
20174         * lib/byteswap_.h: New file.
20175
20176 2005-04-25  Karl Berry  <karl@gnu.org>
20177
20178         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20179
20180 2005-04-25  Albert Chin  <china@thewrittenword.com>
20181
20182         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20183         Toolkit C bug.
20184
20185 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20186
20187         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20188         (func_ln_if_changed) Remove forcibly for no error message
20189         in case file does not exist.
20190
20191 2005-04-19  Simon Josefsson  <jas@extundo.com>
20192
20193         * gnulib-tool (Options): Make --symlink mean --symbolic.
20194
20195 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20196
20197         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20198
20199 2005-04-16  Simon Josefsson  <jas@extundo.com>
20200
20201         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20202
20203 2005-04-15  Simon Josefsson  <jas@extundo.com>
20204
20205         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20206
20207 2005-04-15  Simon Josefsson  <jas@extundo.com>
20208
20209         * gnulib-tool: Rename --symlink to --symbolic.
20210
20211 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20212
20213         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20214         symbolic links to files instead of copying/moving.  Add --aux-dir,
20215         specifying directory relative --dir where auxiliary build tools
20216         are placed.
20217
20218 2005-04-14  Bruno Haible  <bruno@clisp.org>
20219
20220         * modules/allocsa (License): Change to LGPL.
20221         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20222
20223 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20224
20225         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20226         that "UTC +1 second" continues to work.  Problem reported
20227         by Dmitry V. Levin.
20228         (relunit_snumber): New rule.
20229         (relunit): Use it.
20230
20231 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20232
20233         * lib/getdate.y (universal_time_zone_table): New constant.
20234         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20235         universal_time_zone_table.
20236         (lookup_zone): Prefer universal_time_zone_table to
20237         local_time_zone_table, so that "GMT" time stamps are allowed in
20238         London during the summer.  Problem reported by Ian Abbott.
20239
20240 2005-04-12  Jim Meyering  <jim@meyering.net>
20241
20242         * lib/human.c (humblock): Set *options even when returning due to
20243         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20244         warning from gcc-4.
20245
20246 2005-04-09  Jim Meyering  <jim@meyering.net>
20247
20248         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20249         -Wuninitialized: initialize tm0.tm_year.
20250
20251 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20252
20253         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20254         count, since there's no maximum.  All uses changed.
20255         Add member dsts_seen.
20256         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20257         not being INT_MAX.
20258         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20259         Use pc_rels_seen to decide whther a date is absolute.
20260
20261         * lib/getdate.y (number): Don't overwrite year.
20262         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20263         check.
20264
20265 2005-04-02  Simon Josefsson  <jas@extundo.com>
20266
20267         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20268         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20269
20270 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20271
20272         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20273         where no absolute path name can be longer than PATH_MAX.
20274
20275 2005-03-27  Jim Meyering  <jim@meyering.net>
20276
20277         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20278
20279 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20280
20281         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20282         "one's complement" -> "ones' complement" in comment, as per Knuth.
20283         "value of type" -> "type or expression" in comment.
20284         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20285
20286 2005-03-26  Jim Meyering  <jim@meyering.net>
20287
20288         Comment nits.
20289         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20290         Correct typos: s/or/of/.
20291
20292 2005-03-26  Jim Meyering  <jim@meyering.net>
20293
20294         * modules/check-include-files: Move to ../ and rename to...
20295         * check-module: ...this.
20296
20297 2005-03-25  Jim Meyering  <jim@meyering.net>
20298
20299         * modules/xvasprintf (Files): Add xalloc.h.
20300
20301 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20302
20303         * modules/gettext (Files): config/config.rpath ->
20304         build-aux/config.rpath
20305         * modules/iconv (Files): Likewise.
20306         Problem reported by Oskar Liljeblad.
20307
20308 2005-03-23  Jim Meyering  <jim@meyering.net>
20309
20310         * modules/check-include-files: New script to check for
20311         missing dependencies, multiple includes, etc.
20312
20313         * modules/c-strtold (Depends-on): Add xalloc.
20314         * modules/c-strtod (Depends-on): Add xalloc.
20315         * modules/hash (Depends-on): Add xalloc.
20316         (Files): Remove lib/xalloc.h.
20317
20318         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20319         * modules/userspec (Files): Add lib/inttostr.h.
20320
20321 2005-03-23  Jim Meyering  <jim@meyering.net>
20322
20323         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20324
20325 2005-03-22  Jim Meyering  <jim@meyering.net>
20326
20327         * modules/stat-macros: New module.
20328         * modules/canonicalize, modules/euidaccess, modules/file-type,
20329         * modules/filemode, modules/lchown, modules/makepath,
20330         * modules/rmdir, modules/stat: Depend on new stat-macros module
20331         rather than listing lib/stat-macros.h manually.
20332         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20333
20334 2005-03-22  Jim Meyering  <jim@meyering.net>
20335
20336         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20337
20338 2005-03-22  Bruno Haible  <bruno@clisp.org>
20339
20340         * config/srclist.txt: Replace target directory 'config' with
20341         'build-aux'.
20342         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20343         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20344         ../build-aux/.
20345
20346 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20347
20348         * modules/chdir-long (Depends-on): Add mempcpy.
20349
20350         * modules/acl, modules/backupfile, modules/c-strtod,
20351         modules/c-strtold, modules/canon-host, modules/canonicalize,
20352         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20353         modules/exclude, modules/exitfail, modules/file-type,
20354         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20355         modules/getdate, modules/getline, modules/getpagesize,
20356         modules/getpass, modules/getugroups, modules/group-member,
20357         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20358         modules/inttostr, modules/long-options, modules/makepath,
20359         modules/md5, modules/memcasecmp, modules/memcoll,
20360         modules/modechange, modules/mountlist, modules/path-concat,
20361         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20362         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20363         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20364         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20365         modules/strftime, modules/strndup, modules/strverscmp,
20366         modules/timespec, modules/unlocked-io, modules/userspec,
20367         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20368         modules/yesno:
20369         Remove lib_SOURCES line from Makefile.am section, as this is now
20370         done automatically by the corresponding Autoconf macro.
20371
20372 2005-03-21  Jim Meyering  <jim@meyering.net>
20373
20374         Changes imported from coreutils.
20375
20376         * lib/cycle-check.c: Don't include xalloc.h.
20377
20378         * lib/path-concat.c: Don't include assert.h.
20379         (path_concat): Remove assertion that would have triggered
20380         for ABASE starting with more than one slash.
20381         Reported by Andreas Schwab.
20382
20383         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20384         properly when ABASE is an absolute file name.
20385         Correct the description of this function.
20386         Include <assert.h>.
20387         Add an assertion and a test driver.
20388         This fixes a bug introduced on 2004-07-02.
20389         Andreas Schwab reported the resulting failure of cp --parents:
20390         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20391
20392 2005-03-21  Jim Meyering  <jim@meyering.net>
20393
20394         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20395         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20396
20397 2005-03-21  Jim Meyering  <jim@meyering.net>
20398         and  Paul Eggert  <eggert@cs.ucla.edu>
20399
20400         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20401         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20402         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20403         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20404         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20405         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20406         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20407         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20408         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20409         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20410         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20411         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20412         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20413         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20414         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20415         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20416         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20417         for these modules.
20418
20419 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20420
20421         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20422         (which shouldn't happen), generate nothing instead of returning 0
20423         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20424
20425 2005-03-16  Bruno Haible  <bruno@clisp.org>
20426
20427         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20428         HAVE_LONGLONG_64BIT.
20429
20430 2005-03-16  Bruno Haible  <bruno@clisp.org>
20431
20432         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20433         HAVE_LONGLONG_64BIT.
20434
20435 2005-03-16  Bruno Haible  <bruno@clisp.org>
20436
20437         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20438         HAVE_LONGLONG_64BIT.
20439
20440 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20441
20442         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20443         reliably distinguish strftime failure from empty output on POSIX
20444         hosts.
20445
20446 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20447
20448         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20449         (iconv_string): Don't guess a size-zero buffer, as that might cause
20450         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20451         result would be 'too large', where 'too large' is (heuristically)
20452         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20453         overflow concerns.  This will prevent some unwanted malloc failures
20454         when the inputs are very large.
20455
20456 2005-03-15  Karl Berry  <karl@gnu.org>
20457
20458         * config/srclist.txt (config.rpath): from gettext.
20459         * config/config.rpath: update.
20460
20461 2005-03-15  Bruno Haible  <bruno@clisp.org>
20462
20463         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20464         to 'negate'.
20465
20466         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20467         variable.
20468
20469         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20470         results.
20471
20472 2005-03-14  Simon Josefsson  <jas@extundo.com>
20473
20474         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20475         <fx@gnu.org>.
20476
20477 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20478
20479         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20480         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20481         intprops.h.
20482         * lib/strtol.c: Likewise.
20483
20484 2005-03-14  Jim Meyering  <jim@meyering.net>
20485
20486         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20487         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20488         to be nonzero so that we (and caller) can detect the difference
20489         between a valid zero-length expansion and an error return, even
20490         when the underlying strftime fails before writing anything into
20491         that location.
20492
20493 2005-03-14  Bruno Haible  <bruno@clisp.org>
20494
20495         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20496         Update from GNU gettext 0.14.3.
20497
20498 2005-03-10  Jim Meyering  <jim@meyering.net>
20499
20500         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20501
20502 2005-03-10  Jim Meyering  <jim@meyering.net>
20503
20504         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20505         so that this module works on systems without fchdir.
20506
20507 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20508
20509         Factor int-properties macros into a single file, except for
20510         glibc-related files.
20511         * lib/intprops.h: New file.
20512         * lib/getloadavg.c: Include it instead of limits.h.
20513         (INT_STRLEN_BOUND): Remove.
20514         * lib/human.c: Include intprops.h.
20515         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20516         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20517         302/1000.
20518         * lib/inttostr.h: Include intprops.h instead of limits.h.
20519         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20520         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20521         for consistency with intprops.h.
20522         (time_t_is_integer, twos_complement_arithmetic): Use them.
20523         * lib/sig2str.h: Include <signal.h>, intprops.h.
20524         (INT_STRLEN_BOUND): Remove.
20525         * lib/strftime.c (TYPE_SIGNED): Remove.
20526         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20527         * lib/strtol.c: Adjust comments to match intprops.h.
20528         * lib/userspec.c: Include intprops.h.
20529         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20530         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20531         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20532         instead of rolling our own expressions.
20533         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20534
20535         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20536         instead of int.
20537         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20538         the right thing even if adding 1900 would overflow.  Similarly
20539         for tm_mon + 1 and tm_yday + 1.
20540         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20541         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20542         (DO_SIGNED_NUMBER): New macro.
20543         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20544
20545 2005-03-07  Bruno Haible  <bruno@clisp.org>
20546
20547         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20548
20549 2005-03-07  Bruno Haible  <bruno@clisp.org>
20550
20551         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20552
20553 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20554
20555         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20556         (func_import): Only replace files via --import when they have actually
20557         changed.
20558
20559 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20560
20561         * m4/mmap-anon.m4: New file.
20562         * m4/pagealign_alloc.m4: New file.
20563
20564 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20565             Bruno Haible  <bruno@clisp.org>
20566
20567         * modules/pagealign_alloc: New file.
20568         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20569
20570 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20571             Bruno Haible  <bruno@clisp.org>
20572
20573         * lib/pagealign_alloc.h: New file.
20574         * lib/pagealign_alloc.c: New file.
20575
20576 2005-03-03  Bruno Haible  <bruno@clisp.org>
20577
20578         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20579         Use an all-permissive copyright notice, recommended by RMS.
20580
20581 2005-03-02  Bruno Haible  <bruno@clisp.org>
20582
20583         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20584         of AIX, the replacement has to be done only after <string.h> is
20585         included, therefore not in config.h. stpncpy.h does the replacement,
20586         and stpncpy.c uses it.
20587
20588 2005-03-02  Bruno Haible  <bruno@clisp.org>
20589
20590         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20591         stpncpy.c uses it.
20592
20593 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20594
20595         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20596         The workaround isn't strictly needed for POSIX conformance, and
20597         it's too much of a pain to configure and maintain.  We'll ask
20598         people to fix their kernels instead.
20599         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20600         (NANOSLEEP_BUG_WORKAROUND): Remove.
20601         (xnanosleep): Remove the workaround.
20602
20603 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20604
20605         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20606         Reported by Derek Price.
20607         (Include): Add "timespec.h".
20608
20609         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20610
20611 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20612
20613         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20614         to detect nanosleep bug.
20615
20616 2005-03-01  Bruno Haible  <bruno@clisp.org>
20617
20618         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20619
20620 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20621
20622         * modules/gethrxtime: New file.
20623         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20624         (Depends-on): Add gethrxtime.
20625         (configure.ac): Add gl_XNANOSLEEP.
20626         (Makefile.am): Remove lib_SOURCES line.
20627
20628 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20629
20630         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20631         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20632
20633 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20634
20635         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20636         * lib/timespec.h (gettime): Return void, since it always
20637         succeeds now.  All uses changed.
20638         * lib/gettime.c (gettime) Likewise.
20639         [HAVE_NANOTIME]: Prefer nanotime.
20640         Assume gettimeofday succeeds, as POSIX requires.
20641         Assime time () succeeds, since other code already does.
20642         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20643         (timespec_subtract): Remove.
20644         (NANOSLEEP_BUG_WORKAROUND): New constant.
20645         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20646         things considerably.  Use it only on GNU/Linux hosts, since the
20647         workaround shouldn't be needed elsewhere.
20648
20649 2005-02-24  Bruno Haible  <bruno@clisp.org>
20650
20651         * modules/gettext (Files): Add m4/glibc2.m4.
20652
20653 2005-02-24  Bruno Haible  <bruno@clisp.org>
20654
20655         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20656         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20657         * m4/progtest.m4:
20658         Update from GNU gettext 0.14.2.
20659         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20660
20661 2005-02-24  Bruno Haible  <bruno@clisp.org>
20662
20663         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20664         * lib/config.charset: Update from GNU gettext 0.14.2.
20665
20666 2005-02-24  Bruno Haible  <bruno@clisp.org>
20667
20668         * lib/gettext.h: Update from GNU gettext 0.14.2.
20669
20670 2005-02-23  Simon Josefsson  <jas@extundo.com>
20671
20672         * m4/iconvme.m4: New file.
20673
20674 2005-02-23  Jim Meyering  <jim@meyering.net>
20675
20676         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20677         change.
20678         Thanks to Bruno Haible for catching it.
20679
20680 2005-02-22  Simon Josefsson  <jas@extundo.com>
20681
20682         * modules/iconvme: New file.
20683
20684         * MODULES.html.sh: Add iconvme.
20685
20686 2005-02-22  Simon Josefsson  <jas@extundo.com>
20687
20688         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20689
20690 2005-02-22  Simon Josefsson  <jas@extundo.com>
20691
20692         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20693
20694 2005-02-22  Jim Meyering  <jim@meyering.net>
20695
20696         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20697         s/ifndef/ifdef/.
20698
20699 2005-02-20  Neil Conway  <neilc@samurai.com>
20700
20701         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20702         returned by OSX/Darwin if the specified buffer is not large
20703         enough for the hostname.
20704
20705 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20706
20707         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20708         pass it to _help, otherwise the latter coredumps trying to
20709         dereference state.root_argp.
20710
20711 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20712
20713         * modules/chdir-long (Depends-on): Add memrchr.
20714         * modules/memrchr (Files): Add lib/memrchr.h.
20715         (Include): "memrchr.h".
20716
20717 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20718
20719         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20720
20721 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20722
20723         * lib/memrchr.h: New file.
20724         * lib/chdir-long.c: Include it.
20725         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20726         Don't bother including stddef.h.
20727
20728 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20729
20730         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20731         inclusion.
20732         Include <sys/types.h>, for dev_t.
20733         (ME_DUMMY, ME_REMOTE): Move from here....
20734         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20735         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20736         Dmitry V. Levin.
20737         Include mountlist.h first, to test the interface.
20738
20739 2005-01-29  Bruno Haible  <bruno@clisp.org>
20740
20741         * lib/progname.c (program_name): Initialize.
20742         Needed when linking statically on MacOS X.
20743
20744 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20745
20746         Sync from coreutils.
20747         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20748         (Depends-on): Add c-strtod.
20749         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20750
20751 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20752
20753         Sync from coreutils.
20754         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20755
20756         Remove files that are specific to coreutils.
20757         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20758
20759 2005-01-28  Bruno Haible  <bruno@clisp.org>
20760
20761         * modules/javacomp: New file.
20762         * MODULES.html.sh (Java): Add javacomp.
20763
20764 2005-01-28  Bruno Haible  <bruno@clisp.org>
20765
20766         * m4/javacomp.m4: New file, from GNU gettext.
20767
20768 2005-01-28  Bruno Haible  <bruno@clisp.org>
20769
20770         * lib/javacomp.sh.in: New file, from GNU gettext.
20771         * lib/javacomp.h: New file, from GNU gettext.
20772         * lib/javacomp.c: New file, from GNU gettext.
20773
20774 2005-01-26  Simon Josefsson  <jas@extundo.com>
20775
20776         * lib/gai_strerror.c: Use GPL in header.
20777
20778 2005-01-26  Bruno Haible  <bruno@clisp.org>
20779
20780         * modules/javaexec: New file.
20781         * MODULES.html.sh (Java): Add javaexec.
20782
20783 2005-01-26  Bruno Haible  <bruno@clisp.org>
20784
20785         * m4/javaexec.m4: New file, from GNU gettext.
20786
20787 2005-01-26  Bruno Haible  <bruno@clisp.org>
20788
20789         * lib/javaexec.sh.in: New file, from GNU gettext.
20790         * lib/javaexec.h: New file, from GNU gettext.
20791         * lib/javaexec.c: New file, from GNU gettext.
20792
20793 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20794
20795         * modules/lchown (Depends-on): Remove lchown.h
20796
20797 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20798
20799         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20800         must be defined if the header file was not found, in order
20801         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20802
20803 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20804
20805         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20806         initializers for struct pentry_state.
20807         (__argp_error): Check return value of __asprintf
20808         (__argp_failure): Translate error message
20809
20810         * lib/argp-parse.c: Removed braces around the expansion of N_()
20811
20812 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20813
20814         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20815         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20816         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20817         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20818         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20819         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20820         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20821         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20822         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20823         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20824         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20825         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20826         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20827         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20828         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20829         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20830         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20831         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20832         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20833         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20834         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20835         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20836         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20837         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20838         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20839         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20840         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20841         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20842         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20843         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20844         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20845         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20846         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20847         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20848         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20849         Use an all-permissive copyright notice, recommended by RMS.
20850
20851 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20852
20853         * modules/chdir-long (Depends-on): Remove mempcpy.
20854
20855 2005-01-21  Jim Meyering  <jim@meyering.net>
20856
20857         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20858         same value as for Solaris 9.
20859
20860         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20861         component length.  This included changing the parameter to be
20862         of type `char *' rather than `char const *'.
20863         * lib/chdir-long.h (chdir_long): Update prototype.
20864
20865         * lib/openat.c (fdopendir, fstatat): New functions.
20866         * lib/openat.h: Include headers required for use of DIR and struct
20867         stat.
20868         [AT_SYMLINK_NOFOLLOW]: Define.
20869         (fdopendir, fstatat): Add prototypes.
20870
20871 2005-01-21  Bruno Haible  <bruno@clisp.org>
20872
20873         * modules/classpath: New file.
20874         * MODULES.html.sh (Java): Add classpath.
20875
20876 2005-01-21  Bruno Haible  <bruno@clisp.org>
20877
20878         * lib/classpath.h: New file, from GNU gettext.
20879         * lib/classpath.c: New file, from GNU gettext.
20880
20881 2005-01-20  Simon Josefsson  <jas@extundo.com>
20882
20883         * modules/version-etc-fsf: New file.
20884
20885 2005-01-20  Simon Josefsson  <jas@extundo.com>
20886
20887         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20888         * lib/version-etc.c: Remove version_etc_copyright.
20889         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20890         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20891
20892 2005-01-20  Simon Josefsson  <jas@extundo.com>
20893
20894         * lib/base64.h (isbase64): Add.
20895
20896         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20897         using a unsigned prototype, don't inline.
20898         (base64_decode): Use it.
20899
20900 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20901
20902         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20903         it.
20904
20905 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20906
20907         * lib/save-cwd.c (save_cwd): Remove code to support the case
20908         where fchdir is missing or flaky.
20909
20910 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20911
20912         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20913
20914 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20915
20916         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20917         AC_LIBSOURCES now does this.
20918         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20919         with new ullong_max module.
20920
20921 2005-01-19  Bruno Haible  <bruno@clisp.org>
20922
20923         * modules/sh-quote: New file.
20924         * MODULES.html.sh (Executing programs): Add sh-quote.
20925
20926 2005-01-19  Bruno Haible  <bruno@clisp.org>
20927
20928         * lib/sh-quote.h: New file, from GNU gettext.
20929         * lib/sh-quote.c: New file, from GNU gettext.
20930
20931 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20932
20933         Merge from coreutils.
20934         * m4/ullong_max.m4: New file.
20935         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20936         (gl_MACROS): Assume localeconv exists.
20937
20938 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20939
20940         Merge changes from coreutils, as described below in several
20941         changelogs dated today.
20942
20943         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20944         (O_DIRECTORY): Remove; not needed here, since "." must be
20945         a directory.  All uses removed.
20946         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20947         universal on Suns, and we also need to test for IRIX.
20948         Revamp code to use 'if' rather than '#if'.
20949         Avoid unnecessary comparison of cwd->desc to 0.
20950
20951         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20952         for known valid error numbers rather than observed invalid ones.
20953
20954 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20955
20956         * modules/ullong_max: New file.
20957
20958         * modules/chdir-long, modules/openat: New files.
20959         * modules/save-cwd (Depends-on): Depend on chdir-long.
20960         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20961
20962 2005-01-18  Jim Meyering  <jim@meyering.net>
20963
20964         Merge from coreutils.
20965         * m4/chdir-long.m4, m4/openat.m4: New files.
20966         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20967         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20968         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20969         is sane and DOES follow symlinks.  Besides, testing 20 different
20970         systems found no broken chown implementations.
20971         Prompted by a change in rsync's copy of this macro.
20972         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20973
20974         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20975
20976         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20977         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20978         NULL-means-set-to-current-time semantics.
20979         Remove temporary file immediately, rather than waiting
20980         for configure's at-exit trap code to do it.
20981
20982 2005-01-18  Jim Meyering  <jim@meyering.net>
20983
20984         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20985
20986         * lib/utimens.c (futimens): Account for the fact that futimes
20987         can also fail with errno == ENOSYS or errno == ENOENT.
20988         Patch from Dmitry V. Levin.
20989
20990         Change the name of the robust chdir function from chdir to chdir_long.
20991         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20992         (restore_cwd): Use chdir_long, not chdir.
20993         * lib/chdir-long.c: Renamed from chdir.c.
20994         * lib/chdir-long.h: Renamed from chdir.h.
20995         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20996         Hurd.
20997
20998 2005-01-18  Bruno Haible  <bruno@clisp.org>
20999
21000         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21001         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21002         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21003         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21004         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21005         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21006         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21007         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21008         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21009         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21010         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21011         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21012         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21013         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21014         Use an all-permissive copyright notice, recommended by RMS.
21015
21016 2005-01-18  Bob Proulx  <bob@proulx.com>
21017
21018         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21019         simplify offsetof() macro construct to avoid compile failure with
21020         native HP-UX 11.0 ANSI C compiler.
21021
21022 2005-01-17  Bruno Haible  <bruno@clisp.org>
21023
21024         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21025         redundant because stpncpy.m4 takes care of it.
21026
21027 2005-01-17  Bruno Haible  <bruno@clisp.org>
21028
21029         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21030
21031 2005-01-17  Bruno Haible  <bruno@clisp.org>
21032
21033         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21034         used.
21035
21036 2005-01-17  Bruno Haible  <bruno@clisp.org>
21037
21038         * lib/fwriteerror.h (fwriteerror): Change specification to include
21039         fclose.
21040         * lib/fwriteerror.c: Include <stdbool.h>.
21041         (fwriteerror): At the end, close the file stream. Record whether
21042         stdout was already closed.
21043
21044 2005-01-17  Bruno Haible  <bruno@clisp.org>
21045
21046         * lib/execute.c (environ): Declare if needed.
21047         * lib/pipe.c (environ): Likewise.
21048         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21049
21050 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21051
21052         * modules/argp: Depend on vsnprintf
21053
21054 2005-01-10  Jim Meyering  <jim@meyering.net>
21055
21056         * modules/closeout (Depends-on): Add atexit.
21057
21058 2005-01-06  Bruno Haible  <bruno@clisp.org>
21059
21060         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21061
21062 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21063
21064         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21065         definitions to be after all include files, to avoid collisions.
21066         Problem reported by Bob Proulx.
21067
21068 2005-01-04  Jim Meyering  <jim@meyering.net>
21069
21070         Changes imported from coreutils.
21071         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21072         as the mkstemp template, use a temporary directory and an
21073         8.3-friendly template to avoid trouble on systems like DJGPP.
21074         Reported by Juan M. Guerrero via Stepan Kasal.
21075         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21076         close. Remove the temporary directory right away, rather than waiting
21077         for configure's at-exit trap code to do it.
21078         Suggestion from Stepan Kasal.
21079
21080 2005-01-01  Simon Josefsson  <jas@extundo.com>
21081
21082         * gnulib-tool: Print #include directives when --import'ing.
21083
21084 2004-12-28  Simon Josefsson  <jas@extundo.com>
21085
21086         * tests/test-base64.c: Include required header files.  Remove
21087         unused variables.
21088
21089 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21090
21091         * modules/error (Depends-on): Remove gettext.
21092
21093 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21094
21095         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21096         not needed.  This removes a dependency on the gettext module.
21097         [defined _LIBC]: Do not include <libintl.h>; not needed.
21098
21099 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21100
21101         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21102         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21103
21104 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21105
21106         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21107         HAVE_DECL_STRTOLD.
21108
21109 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21110
21111         * modules/getdate (Depends-on): Remove alloca-opt.
21112
21113 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21114
21115         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21116
21117 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21118
21119         * lib/argp-parse.c: Include <stddef.h>.
21120         (alignof, alignto): New macros.
21121         (parser_init): Don't assume that void * is aligned sufficiently
21122         for struct option.
21123
21124         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21125         need to extend the stack.
21126         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21127         large.
21128
21129 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21130
21131         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21132
21133 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21134
21135         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21136         (2004-10-24) change.  Apparently this was a false alarm.
21137
21138         * modules/getdate: Depend on alloca-opt, not alloca.
21139
21140 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21141
21142         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21143         Remove now-obsolete comment about AIX.
21144         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21145         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21146         (YYMAXDEPTH): New macro.
21147
21148 2004-12-18  Simon Josefsson  <jas@extundo.com>
21149
21150         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21151
21152 2004-12-18  Bruno Haible  <bruno@clisp.org>
21153
21154         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21155
21156 2004-12-18  Bruno Haible  <bruno@clisp.org>
21157
21158         * lib/fatal-signal.c (fatal_signals): Make non-const.
21159         (init_fatal_signals): New function.
21160         (uninstall_handlers, install_handlers): Ignore signals that were set to
21161         SIG_IGN.
21162         (at_fatal_signal): Call init_fatal_signals.
21163         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21164         SIG_IGN.
21165         Reported by Paul Eggert.
21166
21167 2004-12-18  Bruno Haible  <bruno@clisp.org>
21168
21169         * doc/alloca.texi: New file.
21170         * doc/alloca-opt.texi: New file.
21171
21172 2004-12-17  Jim Meyering  <jim@meyering.net>
21173
21174         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21175         Otherwise, install-sh could exit with improper exit status when
21176         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21177
21178 2004-12-16  Simon Josefsson  <jas@extundo.com>
21179
21180         * tests/test-base64.c: Add license.
21181
21182 2004-12-15  Stepan Kasal  <address@hidden>
21183
21184         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21185
21186 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21187
21188         * modules/getcwd (Files): Add m4/d-ino.m4.
21189         Suggested by Mark D. Baushke.
21190
21191 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21192
21193         * lib/getdate.y (textint): New member "negative".
21194         (time_zone_hhmm): New function.
21195         Expect 14 shift-reduce conflicts, not 13.
21196         (o_colon_minutes): New rule.
21197         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21198         (yylex): Set the "negative" member of signed numbers.
21199
21200 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21201
21202         * doc/getdate.texi (Time of day items, Time zone items):
21203         Describe new formats +00:00, UTC+00:00.
21204
21205 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21206
21207         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21208         spurious "-l"s.  Problem reported by Stepan Kasal.
21209
21210 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21211
21212         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21213         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21214
21215 2004-12-04  Simon Josefsson  <jas@extundo.com>
21216
21217         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21218         Vandoorselaere <yoann@prelude-ids.org>.
21219
21220 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21221
21222         Changes imported from coreutils.
21223         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21224         exist.
21225         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21226
21227 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21228
21229         Changes imported from coreutils.
21230         * lib/hard-locale.c: Assume <locale.h> exists.
21231         Include "strdup.h".
21232         (GLIBC_VERSION): New macro.
21233         (hard_locale): Assume setlocale exists.
21234         Rewrite to avoid #ifdef.
21235         Use strdup rather than malloc + strcpy.
21236         * lib/human.c: Assume <locale.h> exists.
21237         (human_readable): Assume localeconv exists.
21238
21239 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21240
21241         * modules/hard-locale (Depends-on): Add strdup.
21242
21243 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21244
21245         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21246         convert T2, not T.  (Imported from libc.)
21247
21248 2004-11-30  Simon Josefsson  <jas@extundo.com>
21249
21250         * modules/restrict (License): Change to LGPL.
21251
21252 2004-11-30  Simon Josefsson  <jas@extundo.com>
21253
21254         * m4/restrict.m4: Add copyright and copying conditions.
21255
21256 2004-11-30  Simon Josefsson  <jas@extundo.com>
21257
21258         * m4/base64.m4: New file.
21259
21260 2004-11-30  Simon Josefsson  <jas@extundo.com>
21261
21262         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21263         base64.
21264
21265         * tests/test-base64.c: New file.
21266
21267         * modules/base64: New file.
21268
21269 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21270
21271         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21272         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21273
21274         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21275
21276 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21277
21278         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21279         (__getcwd.c): Don't restore errno; glibc doesn't.
21280         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21281         first, falling back to our code only if its results look suspicious.
21282         Ensure that the resulting buffer is only as large as necessary.
21283
21284         * lib/readutmp.c: Include readutmp.h first.
21285         Include <errno.h>, since readutmp.h no longer does that.
21286         * lib/readutmp.h: Don't include <errno.h>,
21287         <sys/param.h>, <time.h>; not needed to establish interface.
21288         (errno): Remove decl.
21289         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21290         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21291         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21292
21293 2004-11-28  Simon Josefsson  <jas@extundo.com>
21294
21295         * lib/base64.h, base64.c: New file.
21296
21297 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21298
21299         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21300
21301 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21302
21303         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21304         (Depends-on): Remove pathmax, same.  Add mempcpy.
21305         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21306         (Makefile.am): Append getcwd.h to lib_SOURCES.
21307         (Include): Add getcwd.h.
21308         (Maintainer): Change from Jim Meyering to "all, glibc",
21309         since getdate now uses intended-for-glibc code.
21310         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21311         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21312
21313 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21314
21315         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21316         HP's ANSI C compiler.
21317         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21318         Declaring int functions causes warnings on some modern systems and
21319         shouldn't be needed to compile on ancient ones.
21320         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21321         defined.
21322
21323         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21324         with the following changes.
21325         (__set_errno): Parenthesize properly.
21326         Include <stdbool.h>.
21327         (MIN, MAX, MATCHING_INO): New macros.
21328         (__getcwd): Define with prototype, not K&R form.
21329         Use heuristics to allocate default buffer on stack if possible.
21330         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21331         behavior, and to avoid the PATH_MAX limit when computing
21332         ../../../../...
21333         Use MATCHING_INO to compare inode number to file.
21334         Check for arithmetic overflow in size calculations.
21335         Fix bug in reallocation of dot array that caused getcwd to fail
21336         on directories nested deeper than 75.
21337         Be more careful about saving errno on error.
21338         Do not use realloc; use only free+malloc, as this is a bit
21339         more flexible and avoids a needless copy operation.
21340         Do not inspect st_dev and st_ino for symbolic links; POSIX
21341         doesn't specify the latter.
21342         Check for closedir errors.
21343         Avoid needless casts.
21344         Use "#ifdef weak_alias" around weak_alias, to be like other
21345         glibc code.
21346         The following changes to getcwd.c have effect only when used in
21347         gnulib; they have no effect inside glibc proper.
21348         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21349         as alloca isn't used.
21350         (alloca, __alloca): Likewise.
21351         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21352         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21353         unconditionally, as gnulib assumes C89 or better.
21354         Do not include <sys/param.h>.
21355         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21356         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21357         better.
21358         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21359         Include <dirent.h> in a way that is compatible with modern Autoconf.
21360         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21361         New macros, if not already defined.
21362         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21363         Use "_LIBC", not "defined _LIBC", for consistency.
21364         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21365         a mempcpy module.
21366         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21367         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21368         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21369         credit only to Jim Meyering and adjust the copyright dates.
21370         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21371         <stdlib.h>, <unistd.h>, "pathmax.h".
21372         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21373         (INITIAL_BUFFER_SIZE): Remove.
21374         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21375
21376 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21377
21378         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21379         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21380         Use the _ONCE methods, for efficiency.
21381         Check for fcntl.h.  In test program, include <errno.h>
21382         and <fcntl.h> if available.  Remove old K&R cruft from
21383         test program.  Check for common errors in GNU/Linux,
21384         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21385         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21386         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21387         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21388         name accordingly.
21389         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21390         accommodate new getcwd.c.
21391         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21392         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21393         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21394         that's all we need now.
21395
21396 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21397
21398         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21399         argp-parse.c depends on getopt internals, that means we should
21400         always use our getopt, to be on the safe side.
21401         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21402         order not to spoil the result of an eventual previous invocation
21403         of gl_GETOPT_SUBSTITUTE.
21404
21405 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21406
21407         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21408         redefinition warnings. To avoid them, include the defines
21409         in `#if !defined __need_getopt ... #endif'. The only place
21410         where __getopt_argv_const is used is in definitions
21411         of getopt_long and getopt_long_only below, which are as well
21412         protected by `#ifndef __need_getopt'.
21413         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21414         __need_getopt after including <stdio.h> and <unistd.h> These
21415         headers might have defined it.
21416
21417 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21418
21419         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21420
21421 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21422
21423         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21424         (futimens): New function, which uses futimes if available.
21425         (futimens, utimens): Support timespec==NULL, with same semantics
21426         as utime and utimens.
21427         * lib/utimens.h (futimens): New decl.
21428
21429 2004-11-23  Jim Meyering  <jim@meyering.net>
21430
21431         * lib/getopt_.h: Remove trailing blanks.
21432
21433 2004-11-23  Jim Meyering  <jim@meyering.net>
21434
21435         * lib/__fpending.c: Add comment.
21436
21437 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21438
21439         * modules/canonicalize (Depends-on): Add xreadlink.
21440         Problem reported by James Youngman.
21441
21442 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21443
21444         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21445         New macros.
21446         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21447         optopt): Use them instead of invoking ## directly; otherwise, the
21448         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21449
21450 2004-11-19  Bruno Haible  <bruno@clisp.org>
21451
21452         * lib/strtok_r.c: Move comments from here...
21453         * lib/strtok_r.h: ... to here.
21454
21455 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21456
21457         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21458         implementations that mishandle size_t overflow.
21459
21460 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21461
21462         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21463         might fail.  Problem reported by Yoann Vandoorselaere.
21464         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21465         implementations that mishandle size_t overflow.
21466
21467 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21468
21469         * modules/canon-host (Depends-on): Add strdup.
21470
21471 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21472
21473         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21474
21475 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21476
21477         * lib/canon-host.c: Include "strdup.h".
21478         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21479         Use strdup instead of malloc/strcpy to duplicate strings.
21480
21481         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21482         (human_space_before_unit): New constant.
21483         * lib/human.c (human_readable): Support it.
21484
21485         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21486         (xgetcwd): Set errno correctly when failing.
21487         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21488         the failure is actually due to a PATH_MAX problem.
21489
21490         Further getopt changes to make it more likely that glibc will
21491         buy the changes back.
21492         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21493         (getopt): Use it, so to preserve glibc semantic
21494         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21495         when compiling for libc.
21496         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21497         (getopt_long, getopt_long_only): Use it.
21498
21499         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21500         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21501         (getopt): Argv is now char * const *, as per standard.
21502         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21503         not char *__getopt_argv_const *.
21504         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21505         _getopt_long_only_r): Likewise.
21506         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21507         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21508         _getopt_long_r, _getopt_long_only_r): Likewise.
21509         * lib/getopt_.h (__getopt_argv_const): Remove.
21510         (getopt): Argv is now char * const *, as per standard.
21511
21512         * lib/getdate.y (tORDINAL): New token.
21513         (day, relunit): Allow it for relative times.
21514         (relative_time_table): Use tORDINAL for ordinals.
21515
21516 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21517
21518         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21519         Document that "second" isn't allowed as an ordinal number.
21520
21521 2004-11-16  Jim Meyering  <jim@meyering.net>
21522
21523         * modules/closeout (Depends-on): Add fpending.
21524
21525 2004-11-15  Jim Meyering  <jim@meyering.net>
21526
21527         * lib/closeout.c: Include "__fpending.h" once again.
21528         Include <stdbool.h>.
21529         (close_stdout): Don't fail just because stdout was closed initially,
21530         since some programs don't write to stdout in the normal course of
21531         operation (other than --version and --help), and we don't want this
21532         function to make e.g. `touch file >&-' fail.
21533         But do fail if it was closed and someone has tried to write to it.
21534         E.g., `printf foo >&-' must fail.
21535
21536 2004-11-13  Jim Meyering  <jim@meyering.net>
21537
21538         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21539
21540 2004-11-12  Simon Josefsson  <jas@extundo.com>
21541
21542         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21543         small doc fix is still pending.
21544
21545 2004-11-11  Simon Josefsson  <jas@extundo.com>
21546
21547         * modules/strtok_r: New file.
21548
21549         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21550         strtok_r.
21551
21552 2004-11-11  Simon Josefsson  <jas@extundo.com>
21553
21554         * m4/strtok_r.m4: New file.
21555
21556         * m4/getopt.m4: Replace opterr.
21557
21558 2004-11-11  Simon Josefsson  <jas@extundo.com>
21559
21560         * lib/strtok_r.h, strtok_r.c: New file.
21561
21562 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21563
21564         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21565         of replacing opterr, getopt, etc.  This should handle the
21566         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21567
21568 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21569
21570         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21571         we can stop lying to compilers about the constness of argv when we
21572         are compiled outside glibc.
21573         (getopt, getopt_long, getopt_long_only): Use it.
21574         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21575         _getopt_internal, getopt): Likewise.
21576         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21577         _getopt_long_only_r): Likewise.
21578         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21579         _getopt_long_r, _getopt_long_only_r): Likewise.
21580
21581         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21582         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21583         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21584         the other external symbols.
21585         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21586         declaration, since the above renaming now works around collisions.
21587
21588 2004-11-11  Jim Meyering  <jim@meyering.net>
21589
21590         * lib/linebreak.c: Remove trailing blanks.
21591         * lib/alloca_.h: Likewise.
21592         * lib/acosl.c: Likewise.
21593         * lib/euidaccess.c: Likewise.
21594         * lib/allocsa.h: Likewise.
21595
21596 2004-11-10  Simon Josefsson  <jas@extundo.com>
21597
21598         * m4/getaddrinfo.m4: New file.
21599
21600 2004-11-10  Simon Josefsson  <jas@extundo.com>
21601
21602         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21603
21604 2004-11-10  Simon Josefsson  <jas@extundo.com>
21605
21606         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21607         getaddrinfo.
21608
21609         * modules/getaddrinfo: New file.
21610
21611 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21612
21613         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21614
21615 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21616
21617         * lib/mktime.c (SHR): New macro, which is a portable
21618         substitute for >> that should work even on Crays.
21619         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21620         Problem reported by Mark D. Baushke in
21621         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21622         * lib/getdate.y (SHR): Likewise.
21623         (tm_diff): Use it.
21624         * lib/strftime.c (SHR): Likewise.
21625         (tm_diff): Use it.
21626         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21627         quote_these_too, so that right shifts are well defined.  All uses
21628         changed.
21629
21630 2004-11-10  Jim Meyering  <jim@meyering.net>
21631
21632         Ensure that no close failure goes unreported.
21633         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21634         return early when it seems there's nothing to flush.
21635         Don't include __fpending.h.
21636
21637 2004-11-10  Jim Meyering  <jim@meyering.net>
21638
21639         * modules/closeout (Depends-on): Remove fpending.
21640
21641 2004-11-10  Jim Meyering  <jim@meyering.net>
21642
21643         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21644
21645 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21646
21647         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21648         gl_FUNC_STRFTIME.
21649         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21650         and AC_REQUIRE when possible, to avoid duplicate checks.
21651         Check for <wchar.h>.
21652
21653 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21654
21655         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21656
21657 2004-11-09  Bruno Haible  <bruno@clisp.org>
21658
21659         * m4/sockpfaf.m4: New file.
21660
21661 2004-11-05  Bruno Haible  <bruno@clisp.org>
21662
21663         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21664         Reported by Mark D. Baushke <mdb@cvshome.org>.
21665
21666 2004-11-04  Bruno Haible  <bruno@clisp.org>
21667
21668         2004-09-11  Bruno Haible  <bruno@clisp.org>
21669                 * allocsa.valgrind: New file.
21670         2004-02-06  Bruno Haible  <bruno@clisp.org>
21671                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21672                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21673                 Reported by Christopher Seip <chris.seip@hp.com>.
21674
21675 2004-11-04  Bruno Haible  <bruno@clisp.org>
21676
21677         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21678         (Makefile.am): Distribute it.
21679
21680 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21681
21682         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21683         with errno == ERANGE if the buffer is too small.
21684         Problem reported by Mark D. Baushke.
21685
21686 2004-11-03  Albert Chin  <china@thewrittenword.com>
21687             Paul Eggert  <eggert@cs.ucla.edu>
21688
21689         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21690         equivalent, substitute $ac_type for equivalent type rather than
21691         blindly using uint32_t *always* which won't work if uint32_t is not
21692         available.  Define _UINT32_T to work around typedef of uint32_t if
21693         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21694         2.5.1.
21695
21696 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21697
21698         * m4/jm-macros.m4: Sync from coreutils.
21699         (gl_MACROS): Check for mbrlen, for pathchk.
21700         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21701
21702 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21703
21704         * lib/xreadlink.c (MAXSIZE): New macro.
21705         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21706         size does not exceed MAXSIZE.  Avoid cast.
21707         As suggested by Mark D. Baushke in
21708         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21709         if readlink fails with buffer size just under MAXSIZE, try again
21710         with MAXSIZE.
21711
21712 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21713
21714         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21715
21716 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21717         and  Paul Eggert  <eggert@cs.ucla.edu>
21718
21719         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21720         (get_date): Overparenthesize to avoid GCC warning.
21721
21722 2004-11-02  Bruno Haible  <bruno@clisp.org>
21723
21724         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21725         returns void.
21726
21727 2004-11-02  Bruno Haible  <bruno@clisp.org>
21728
21729         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21730         function returns void.
21731
21732 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21733
21734         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21735         fflush_unlocked, flockfile, funlockfile, funlockfile,
21736         fputs_unlocked, putc_unlocked.
21737
21738 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21739
21740         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21741         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21742         already declared.
21743
21744 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21745
21746         * modules/getdate (Files): Add doc/getdate.texi.
21747         (Depends-on): Add setenv, xalloc.
21748
21749 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21750
21751         * lib/getdate.y: Add support for TZ="foo" within a date string.
21752         Fix some bugs near time_t boundaries.  Reject dates with
21753         out-of-range components, e.g., "Sept 31".
21754         Include <stdlib.h>, "setenv.h", "xalloc.h".
21755         (ISDIGIT_LOCALE): Remove; unused.
21756         Note that the TZ and time functions used here are not reentrant.
21757         (mktime_ok, get_tz): New functions.
21758         (TZBUFSIZE): New constant.
21759         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21760         This requires that we sometimes generate our own TZ="XXX..." setting.
21761
21762 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21763
21764         * doc/getdate.texi: New file, from coreutils with modifications for
21765         the new TZ parsing.
21766
21767 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21768
21769         * lib/mktime.c (not_equal_tm): Remove redundant check.
21770
21771 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21772
21773         * modules/regex (lib_SOURCES): Add regex.c.
21774         Reported by James Youngman in
21775         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21776
21777 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21778
21779         * lib/getdate.y: Use Bison 1.875 features, and some minor
21780         code cleanups.  This change does not affect semantics.
21781         Don't include <stdlib.h>; no longer needed.
21782         Don't include unlocked-io.h; only the "#if TEST" code uses
21783         stdio, and performance isn't crucial there.
21784         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21785         Bison 1.875 features as described below.
21786         All uses of "PC." replaced by "pc->".
21787         (YYSTYPE): Add a forward declaration.
21788         (yylex, yyerror): Use full prototypes in forward decls.
21789         Use "%pure-parser" rather than obsolescent "%pure_parser".
21790         Use %parse-param and %lex-param instead of obsolescent
21791         YYPARSE_PARAM and YYLEX_PARAM.
21792         (meridian_table, month_and_day_table, time_units_table,
21793         relative_time_table, time_zone_table, military_table,
21794         lookup_zone, lookup_word, get_date):
21795         Use NULL instead of 0 where appropriate.
21796         (to_hour): Avoid abort (), to avoid a dependency on
21797         stdlib.h.
21798         (yyerror, yylex): Now accepts parser_control * arg.
21799         (main) [TEST]: Use '\0' rather than 0 for char.
21800
21801 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21802
21803         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21804
21805 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21806
21807         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21808         It's now the caller's responsibility to handle the case where
21809         !HAVE_GETPAGESIZE && !defined getpagesize.
21810
21811         * lib/mktime.c (leapyear): Arg is long int, not int.
21812
21813 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21814
21815         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21816
21817 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21818
21819         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21820         missing.  Problem reported by James Youngman.
21821
21822 2004-10-16  Simon Josefsson  <jas@extundo.com>
21823
21824         * gnulib-tool: Fix comments.  Fix parse problem.
21825         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21826
21827 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21828
21829         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21830         implementation of getopt_long.  Problem reported by Alexander Taler in:
21831         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21832
21833 2004-10-15  Bruno Haible  <bruno@clisp.org>
21834
21835         * gnulib-tool: Untabify. Initialize supplied_libname.
21836         (func_usage): More homogenous output.
21837         (func_modules_transitive_closure, func_modules_to_filelist,
21838         func_emit_lib_Makefile_am): New functions.
21839         (func_import): New function, extracted from big case statement. Use
21840         func_get_license, func_modules_transitive_closure,
21841         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21842         opt_lgpl. Don't use test -a, as it's not portable.
21843         (func_create_testdir): Use func_modules_transitive_closure,
21844         func_modules_to_filelist, func_emit_lib_Makefile_am.
21845
21846 2004-10-15  Bruno Haible  <bruno@clisp.org>
21847
21848         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21849
21850 2004-10-15  Bruno Haible  <bruno@clisp.org>
21851
21852         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21853         the portions belonging to each module.
21854         Suggested by Derek Robert Price <derek@ximbiot.com>.
21855
21856 2004-10-12  Simon Josefsson  <jas@extundo.com>
21857
21858         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21859         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21860         to real functions.
21861
21862 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21863
21864         * modules/vsnprintf: New file.
21865
21866 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21867
21868         * m4/vsnprintf.m4: New file.
21869
21870 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21871
21872         * lib/vsnprintf.h: New file.
21873         * lib/vsnprintf.c: New file.
21874
21875 2004-10-11  Bruno Haible  <bruno@clisp.org>
21876
21877         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21878         vsnprintf.
21879
21880 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21881
21882         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21883
21884 2004-10-07  Bruno Haible  <bruno@clisp.org>
21885
21886         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21887         fits into the provided buffer.
21888
21889 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21890
21891         * lib/diacrit.c, diacrit.h: Add GPL notice.
21892
21893         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21894         notice.
21895         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21896         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21897         This avoids a potential constant-folding bug.
21898
21899 2004-10-05  Bruno Haible  <bruno@clisp.org>
21900
21901         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21902         for the declaration of strsep.
21903
21904 2004-10-05  Bruno Haible  <bruno@clisp.org>
21905
21906         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21907
21908 2004-10-04  Simon Josefsson  <jas@extundo.com>
21909
21910         * modules/memmem: New file.
21911         * tests/test-memmem.c: New file.
21912         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21913
21914 2004-10-04  Simon Josefsson  <jas@extundo.com>
21915
21916         * m4/memmem.m4: New file.
21917
21918 2004-10-04  Simon Josefsson  <jas@extundo.com>
21919
21920         * lib/memmem.h: New file.
21921         * lib/memmem.c: New file, taken from glibc.
21922
21923 2004-10-04  Simon Josefsson  <jas@extundo.com>
21924
21925         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21926         '#ifdef USE_UNLOCKED_IO'.
21927
21928 2004-10-04  Simon Josefsson  <jas@extundo.com>
21929
21930         * config/srclist.txt: Add memmem from glibc.
21931
21932 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21933
21934         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21935
21936         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21937         modules/exclude, modules/getdate, modules/getline,
21938         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21939         modules/getusershell, modules/linebuffer, modules/md5,
21940         modules/mountlist, modules/posixtm, modules/readtokens,
21941         modules/readutmp, modules/regex, modules/sha1,
21942         modules/version-etc, modules/yesno:
21943         Remove dependency on unlocked-io.
21944
21945 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21946
21947         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21948
21949         * m4/unlocked-io.m4: Add copyright notice.
21950         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21951
21952 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21953
21954         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21955         * lib/xmalloc.c (xmemdup): Likewise.
21956         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21957         XFREE): Remove these long-obsolescent macros.
21958         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21959         * lib/xstrdup.c: Remove.
21960
21961         * lib/regex.c (re_comp): Cast gettext return value to char *,
21962         Problem reported by Martin Neitzel via Mark D. Baushke.
21963
21964 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21965
21966         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21967         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21968         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21969         regex.c, sha1.c, version-etc.c, yesno.c:
21970         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21971         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21972         the includer's responsibility.
21973
21974         Sync from coreutils.
21975
21976         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21977         points to the start of a string, as the C Standard says the
21978         resulting behavior is undefined.
21979
21980         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21981         simple -> simple_backups, numbered_existing ->
21982         numbered_existing_backups, numbered -> numbered_backups
21983         to avoid shadowing problems.  All uses changed.
21984         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21985         * lib/backupfile.c (check_extension, numbered_backup):
21986         Rename locals to avoid shadowing 'basename'.
21987         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21988         once.
21989
21990         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21991         * lib/.cvsignore: Add getopt.h.
21992
21993 2004-10-04  Bruno Haible  <bruno@clisp.org>
21994
21995         * modules/README: New file.
21996         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21997         not a module.
21998
21999 2004-10-02  Jim Meyering  <jim@meyering.net>
22000
22001         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22002
22003 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22004
22005         * modules/strsep: New file.
22006
22007 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22008
22009         * m4/strsep.m4: New file.
22010
22011 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22012
22013         * lib/strsep.h: New file.
22014         * lib/strsep.c: New file.
22015
22016 2004-10-01  Simon Josefsson  <jas@extundo.com>
22017
22018         * lib/snprintf.c (snprintf): Handle size==0.
22019
22020 2004-10-01  Simon Josefsson  <jas@extundo.com>
22021             Bruno Haible  <bruno@clisp.org>
22022
22023         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22024         (snprintf): Declare 'args'.
22025
22026 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22027
22028         * lib/snprintf.c: Remove comments as to why each header is needed.
22029
22030 2004-10-01  Bruno Haible  <bruno@clisp.org>
22031
22032         * MODULES.html.sh: Add strsep.
22033
22034 2004-09-30  Simon Josefsson  <jas@extundo.com>
22035
22036         * modules/snprintf: New file.
22037
22038 2004-09-30  Simon Josefsson  <jas@extundo.com>
22039
22040         * m4/snprintf.m4: New file.
22041
22042 2004-09-30  Simon Josefsson  <jas@extundo.com>
22043
22044         * lib/snprintf.h, lib/snprintf.c: New files.
22045
22046 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22047
22048         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22049         (hol_entry_help): Never translate an empty string.
22050         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22051         * lib/argp.h (OPTION_NO_TRANS): New option.
22052
22053 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22054
22055         * modules/argp (Maintainer): Replace Simon Josefsson
22056         by Sergey Poznyakoff.
22057
22058 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22059
22060         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22061         changes merged back into glibc.
22062
22063 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22064
22065         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22066
22067 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22068
22069         * lib/xvasprintf.c: Include xalloc.h.
22070         (xvasprintf): Use xalloc_die, not xmalloc_die.
22071
22072 2004-09-29  Bruno Haible  <bruno@clisp.org>
22073
22074         * modules/alloca-opt: New file, derived from modules/alloca.
22075         * modules/allocsa: Depend on alloca-opt instead of alloca.
22076         * modules/setenv: Likewise.
22077         * modules/vasnprintf: Likewise.
22078         * MODULES.html.sh: Add alloca-opt.
22079
22080 2004-09-28  Simon Josefsson  <jas@extundo.com>
22081
22082         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22083         LGPL, and to replace license template from GPL to LGPL.
22084
22085 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22086
22087         * modules/dummy: Change license to LGPL.
22088
22089 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22090
22091         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22092
22093 2004-09-24  Simon Josefsson  <jas@extundo.com>
22094
22095         * modules/minmax (License): Change from GPL to LGPL.
22096
22097 2004-09-23  Simon Josefsson  <jas@extundo.com>
22098
22099         * gnulib-tool (--import): Typo.
22100
22101 2004-09-23  Simon Josefsson  <jas@extundo.com>
22102
22103         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22104
22105 2004-09-22  Bruno Haible  <bruno@clisp.org>
22106
22107         * modules/*: Add 'License' field.
22108         * gnulib-tool: Accept --extract-license option.
22109         (func_get_license): New function.
22110
22111 2004-09-21  Bruno Haible  <bruno@clisp.org>
22112
22113         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22114         Reported by Simon Josefsson.
22115
22116 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22117
22118         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22119         gl_AC_TYPE_LONG_LONG.
22120
22121 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22122
22123         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22124
22125 2004-09-18  Simon Josefsson  <jas@extundo.com>
22126         and  Paul Eggert  <eggert@cs.ucla.edu>
22127
22128         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22129         calls with autoreconf.  Define GL_LIB.
22130
22131 2004-09-14  Karl Berry  <karl@gnu.org>
22132
22133         * config/srclist.txt: unsync setenv.c, sigh.
22134
22135 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22136
22137         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22138         Problem reported by Bruno Haible in:
22139         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22140
22141 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22142
22143         * config/srclist.txt: Comment out argp-pvh.c.
22144
22145 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22146
22147         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22148         in case some system header has #define'd it.  Problem reported by
22149         Soeren D. Schulze in
22150         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22151
22152 2004-09-09  Karl Berry  <karl@gnu.org>
22153
22154         * regex.[ch]: delete from the root.  These were supposed to be
22155                 synced with emacs cvs, but this has not happened for about
22156                 a year, and anyway nothing else uses emacs regex.[ch].
22157                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22158                 lib/regex[.ch] is untouched.
22159
22160 2004-09-09  Bruno Haible  <bruno@clisp.org>
22161
22162         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22163
22164 2004-09-09  Bruno Haible  <bruno@clisp.org>
22165
22166         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22167         modifications.
22168         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22169
22170 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22171
22172         * modules/xvasprintf: New file.
22173         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22174
22175 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22176
22177         * lib/xvasprintf.h: New file.
22178         * lib/xvasprintf.c: New file.
22179         * lib/xasprintf.c: New file.
22180
22181 2004-09-08  Bruno Haible  <bruno@clisp.org>
22182
22183         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22184
22185 2004-09-08  Bruno Haible  <bruno@clisp.org>
22186
22187         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22188         length is > INT_MAX.
22189         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22190         more.
22191
22192 2004-09-08  Bruno Haible  <bruno@clisp.org>
22193
22194         * lib/stdint_.h: New file, taken from GNU clisp.
22195
22196 2004-09-08  Bruno Haible  <bruno@clisp.org>
22197             Oskar Liljeblad  <oskar@osk.mine.nu>
22198
22199         * modules/stdint: New file.
22200         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22201
22202 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22203
22204         Import from coreutils.
22205         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22206         strings on unbounded length.  alloca's performance benefits aren't
22207         that important here.
22208         (V_STRDUP): Remove.
22209         (parse_with_separator): New function, with most of the internals
22210         of the old parse_user_spec.  Allow user to omit both user and group,
22211         for compatibility with FreeBSD.
22212         Clone only the user name, not the entire spec.
22213         Do not set *uid, *gid unless entirely successful.
22214         Avoid memory leak in some failing cases.
22215         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22216         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22217         (parse_user_spec): Rewrite to use parse_with_separator.
22218
22219 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22220
22221         * modules/userspec: Don't depend on alloca.
22222
22223 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22224
22225         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22226
22227 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22228
22229         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22230         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22231         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22232
22233 2004-08-16  Simon Josefsson  <jas@extundo.com>
22234
22235         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22236         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22237         Add --dry-run for --import.
22238         Let user provided command line parameters override configure.ac
22239         settings.
22240
22241 2004-08-12  Simon Josefsson  <jas@extundo.com>
22242
22243         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22244         as discussed with Paul Eggert in threads rooted at
22245         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22246         and
22247         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22248         Before, the test was empty, and relied on ELIDE_CODE in source
22249         code.)
22250         (gl_PREREQ_GETOPT): New macro.
22251         (gl_GETOPT): Use them.
22252
22253 2004-08-12  Simon Josefsson  <jas@extundo.com>
22254
22255         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22256         * lib/getopt_.h: Renamed from getopt.h.
22257
22258 2004-08-12  Simon Josefsson  <jas@extundo.com>
22259
22260         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22261         Change default library name from libfoo to libgnu.
22262         Now, if you have a configure.ac that says:
22263                 gl_SOURCE_BASE(gl)
22264                 gl_M4_BASE(gl/m4)
22265                 gl_MODULES(error getopt etcetera)
22266                 gl_INIT
22267         you can import all you need by running:
22268                 ../gnulib/gnulib-tool --import
22269
22270         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22271         (Makefile.am): Rewrite, use logic from argz.
22272         (Include): Use <getopt.h> instead of "getopt.h".
22273
22274 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22275
22276         * modules/argp (Files): Add m4/unlocked-io.m4.
22277         (Depends-on): Add extensions.
22278
22279 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22280
22281         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22282         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22283         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22284         Check for program_invocation_name, program_invocation_short_name,
22285         flockfile, funlockfile, features.h, _getopt_long_only_r.
22286
22287 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22288
22289         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22290         its complicated substitute.
22291         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22292         and program_invocation_name.
22293         (__argp_basename) [!_LIBC]: Remove; the only use was
22294         replaced by its body.
22295         (__argp_short_program_name): Change condition from
22296         !defined __argp_short_program_name to
22297         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22298         to match argp-namefrob.h.
22299         (__argp_failure): Don't assume strerror_r returns char *.
22300         * lib/argp-parse.c (N_): Define unconditionally.
22301         (argp_default_options): Fill out initializers with 0 to avoid
22302         gcc warnings.
22303
22304 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22305
22306         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22307         getopt1.c.
22308
22309 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22310
22311         Merge from coreutils.
22312
22313         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22314
22315         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22316         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22317
22318 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22319
22320         Merge from coreutils.
22321
22322         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22323         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22324         for Reliant Unix 5.43.
22325
22326         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22327         (union fooround): Use uintmax_t, not long int.
22328         The rest is a merge from libc:
22329         [defined _LIBC]: Include <shlib-compat.h>.
22330         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22331
22332         * lib/settime.c (settime): Recode to avoid warning with
22333         Sun Forte C 6U2.
22334
22335         * lib/strverscmp.c: Convert to UTF-8.
22336
22337 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22338
22339         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22340         m4/uintmax_t.m4.
22341
22342 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22343
22344         * modules/xalloc-die: New file.
22345         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22346
22347         * modules/md5 (Files): Add m4/uint32_t.m4.
22348         * modules/sha1: Renamed from modules/sha.
22349         (Files):
22350         Rename lib/sha.h to lib/sha1.h.
22351         Rename lib/sha.c to lib/sha1.c.
22352         Rename m4/sha.m4 to m4/sha1.m4.
22353         (lib_SOURCES): Likewise.
22354         (configure.ac): Rename gl_SHA to gl_SHA1.
22355         (Include): sha.h -> sha1.h.
22356
22357 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22358
22359         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22360         * m4/sha1.m4: Renamed from sha.m4.
22361         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22362
22363 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22364
22365         * lib/obstack.h (obstack_empty_p):
22366         Don't assume that chunk->contents is suitably aligned.
22367         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22368         Likewise. Problem reported by Benno in
22369         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22370
22371         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22372         readable.  This could be improved further but it'd take some work.
22373
22374 2004-08-08  Simon Josefsson  <jas@extundo.com>
22375
22376         * modules/xgethostname (Depends-on): Remove exit and error (not
22377         used).
22378
22379         * modules/getpass-gnu: Add getpass.h.
22380         (Depends-on): Add stdbool.
22381         * modules/getpass: Add getpass.h.
22382
22383 2004-08-08  Simon Josefsson  <jas@extundo.com>
22384
22385         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22386         Check getpass declaration.
22387
22388 2004-08-08  Simon Josefsson  <jas@extundo.com>
22389
22390         * lib/xgethostname.c: Don't include error.h (not used).
22391
22392         * lib/getpass.h: Add.
22393         * lib/getpass.c: Include getpass.h first.
22394
22395 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22396
22397         * lib/xalloc-die.c: New file.
22398         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22399         All uses removed.
22400         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22401         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22402         xalloc-die.c.
22403         (_, N_, xalloc_die): Move to xalloc-die.c.
22404         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22405         so that we needn't mess with xalloc_msg_memory_exhausted.
22406
22407         * lib/sha1.h: Renamed from sha.h.
22408         (SHA1_H): Renamed from _SHA_H.
22409         (sha1_ctx): Renamed from sha_ctx.
22410         (sha1_init_ctx): Renamed from sha_init_ctx.
22411         (sha1_process_block): Renamed from sha_process_block.
22412         (sha1_process_bytes): Renamed from sha_process_bytes.
22413         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22414         (sha1_read_ctx): Renamed from sha_read_ctx.
22415         (sha1_stream): Renamed from sha_stream.
22416         (sha1_buffer): Renamed from sha_buffer.
22417         * lib/sha1.c: Likewise; renamed from sha.c.
22418         Do not include <sys/types.h>.
22419         Include <stddef.h> rather than <stdlib.h>.
22420
22421 2004-08-08  Bruno Haible  <bruno@clisp.org>
22422
22423         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22424         FILESYSTEM_PREFIX_LEN.
22425         * lib/progreloc.c: Likewise.
22426         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22427
22428 2004-08-06  Simon Josefsson  <jas@extundo.com>
22429
22430         * modules/progname (Depends-on): Don't depend on stdbool.
22431
22432 2004-08-06  Simon Josefsson  <jas@extundo.com>
22433
22434         * modules/getsubopt: New file.
22435         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22436         getsubopt.
22437
22438 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22439
22440         More merge from coreutils.
22441
22442         * m4/utimens.m4, m4/utimecmp.m4: New files.
22443         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22444         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22445         prereq.m4, sha.m4: Import changes from coreutils.
22446
22447 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22448
22449         More merge from coreutils.
22450         * modules/raise, modules/readtokens0, modules/utimens:
22451         * modules/utimecmp, module/xnanosleep: New files.
22452         * modules/strftime: Add lib/strftime.h.
22453         Change include from <time.h> to "strftime.h".
22454         * modules/yesno: Add lib/yesno.h.
22455         * modules/backupfile: Remove lib/addext.c.
22456         * modules/euidaccess: Add stat-macros.h.
22457         * modules/canonicalize, modules/euidaccess,
22458         modules/filemode, modules/lchown, modules/makepath,
22459         modules/rmdir, modules/stat: Likewise.
22460
22461 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22462
22463         Merge from tar.
22464         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22465         SIZE_MAX is a valid preprocessor constant.
22466         (__argp_basename): Change from "#ifndef _LIBC"
22467         to "#ifndef __argp_short_program_name", so that
22468         we don't compile these functions for tar.
22469
22470         More merges from coreutils.
22471         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22472         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22473         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22474         * lib/addext.c: Remove; no longer needed.
22475         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22476         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22477         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22478         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22479         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22480         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22481         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22482         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22483         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22484         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22485         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22486         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22487         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22488         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22489         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22490         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22491         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22492         Import changes from coreutils.
22493
22494 2004-08-05  Simon Josefsson  <jas@extundo.com>
22495
22496         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22497
22498 2004-08-05  Simon Josefsson  <jas@extundo.com>
22499
22500         * m4/getsubopt.m4: New file.
22501
22502 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22503
22504         Merge from coreutils.
22505
22506         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22507         * m4/getcwd-path-max.m4: New files.
22508
22509         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22510         FILESYSTEM_PREFIX_LEN ->
22511         FILE_SYSTEM_PREFIX_LEN.
22512         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22513         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22514         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22515         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22516
22517         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22518         prerequisite modules now handle the DOS stuff.
22519         Don't check for unistd.h.
22520
22521 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22522
22523         Merge from coreutils.
22524
22525         * lib/.gdb-history: Remove; this doesn't belong here.
22526
22527         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22528         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22529         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22530         * lib/getcwd.c: New files.
22531
22532         * lib/dirname.h: Include <stdbool.h>.
22533         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22534         for consistency with POSIX terminology.  All uses changed.
22535         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22536         (strip_trailing_slashes): Use bool for booleans.
22537         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22538
22539         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22540         sometimes returns a positive errno value even when it succeeds.
22541         (print_errno_message) [!LIBC]: Fall back on strerror if
22542         __strerror_r fails.
22543
22544         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22545         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22546         (longest_relative_suffix): New function.
22547         (path_concat): Use it.  Assume first argument is not NULL.
22548         Port to DOS.  Omit redundant separators.
22549         Report an error instead of returning NULL.
22550         Use mempcpy instead of memcpy.
22551         (xpath_concat): Remove: not declared or used.
22552
22553         * lib/same.h: Include <stdbool.h>
22554         (same_name): Return bool, not int.
22555         * lib/same.c (same_name): Likewise.
22556         (errno): Don't declare; we assume C89 or better now.
22557
22558         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22559         if not already defined.
22560
22561         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22562         * lib/dup-safer.c (errno): Likewise.
22563
22564 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22565
22566         Merge from coreutils.
22567         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22568         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22569         * modules/path-concat: Don't depend on strdup.
22570
22571 2004-08-03  Simon Josefsson  <jas@extundo.com>
22572
22573         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22574         * lib/progname.h: Don't include stdbool.h.
22575
22576 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22577
22578         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22579         * MODULES.html.sh (func_all_modules): Remove fatal.
22580
22581 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22582
22583         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22584
22585 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22586
22587         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22588         working.
22589
22590 2004-08-02  Simon Josefsson  <jas@extundo.com>
22591
22592         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22593         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22594         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22595
22596 2004-08-01  Simon Josefsson  <jas@extundo.com>
22597
22598         * lib/xgetdomainname.c: Include stdlib.h, for free().
22599
22600 2004-07-19  Bruno Haible  <bruno@clisp.org>
22601
22602         * MODULES.html.sh (func_all_modules): Add dummy.
22603
22604 2004-07-16  Simon Josefsson  <jas@extundo.com>
22605
22606         * modules/dummy: New file.
22607
22608 2004-07-16  Simon Josefsson  <jas@extundo.com>
22609
22610         * lib/dummy.c: New file.
22611
22612 2004-07-16  Bruno Haible  <bruno@clisp.org>
22613
22614         * lib/backupfile.h: Add extern "C" for C++.
22615         * lib/closeout.h: Likewise.
22616         * lib/copy-file.h: Likewise.
22617         * lib/findprog.h: Likewise.
22618         * lib/full-write.h: Likewise.
22619         * lib/pathname.h: Likewise.
22620         * lib/progname.h: Likewise.
22621         * lib/stpcpy.h: Likewise.
22622         * lib/stpncpy.h: Likewise.
22623         * lib/strcase.h: Likewise.
22624         * lib/strstr.h: Likewise.
22625         * lib/xalloc.h: Likewise.
22626
22627         * lib/mbswidth.h: Add extern "C" for C++.
22628         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22629
22630 2004-07-13  Robert Millan  <robertmh@gnu.org>
22631
22632         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22633
22634 2004-07-09  Simon Josefsson  <jas@extundo.com>
22635
22636         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22637         failed without this.)
22638
22639 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22640
22641         * modules/chown (Files): Add lib/fchown-stub.c, since
22642         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22643
22644 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22645
22646         * lib/fchown-stub.c: New file.
22647
22648 2004-06-24  Jim Meyering  <jim@meyering.net>
22649
22650         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22651
22652 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22653
22654         * modules/argz: Omit "#include".
22655
22656         * MODULES.html.sh (func_all_modules): Add calloc, to match
22657         2004-06-01 addition of calloc module.
22658
22659 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22660
22661         * m4/argz.m4: New file, which is autoupdated from libtool.
22662
22663 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22664
22665         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22666         libtool.
22667
22668 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22669
22670         * config/srclist-update: Don't insist on "USA." before the
22671         close-comment, as libtool omits the period and puts the */ on a
22672         separate line.
22673         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22674         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22675
22676 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22677
22678         * modules/argz: New file.
22679         * MODULES.html.sh (func_all_modules): Add argz.
22680
22681 2004-06-12  Jim Meyering  <jim@meyering.net>
22682         and  Paul Eggert  <eggert@cs.ucla.edu>
22683
22684         * modules/hash (Files): Add lib/xalloc.h.
22685         * modules/pipe (Depends-on): Add wait-process.
22686         * modules/stat (Depends-on): Add xalloc.
22687         * modules/userspec (Files): Add lib/userspec.h.
22688         * modules/xstrto
22689
22690         Upgrade from gettext-0.13.
22691         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22692         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22693         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22694
22695 2004-06-10  Jim Meyering  <jim@meyering.net>
22696
22697         * lib/calloc.c: New file.
22698
22699 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22700
22701         * lib/getdate.y (yylex): Allow space between sign and number.
22702         Problem reported by Dan Jacobson.
22703
22704 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22705
22706         Merge from coreutils CVS.
22707
22708         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22709         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22710         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22711         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22712         xstrtol.m4: Fix copyright date and/or serial number.
22713
22714         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22715         See if we need an fchown replacement.
22716         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22717         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22718         and use the replacement function if we detect either defect.
22719
22720         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22721         gl_UTIMECMP.
22722
22723 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22724         and  Jim Meyering  <jim@meyering.net>
22725
22726         Merge from coreutils CVS.
22727
22728         * lib/stat-macros.h: New file, with contents from file-type.h
22729         and coreutils' system.h.
22730         * lib/file-type.c: Include "stat-macros.h".
22731         * lib/file-type.h (file_type): Move all macro definitions to new file,
22732         stat-macros.h.
22733
22734         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22735         Wrap old code with this conditional.
22736         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22737         function that does not dereference symlinks.
22738         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22739
22740         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22741         dependency problems.
22742         (xreadlink): Accept new arg SIZE, for efficiency.
22743         All decls and uses changed.
22744         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22745
22746         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22747         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22748
22749         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22750         sysexits.h.
22751
22752 2004-06-01  Jim Meyering  <jim@meyering.net>
22753
22754         * m4/calloc.m4: New file.
22755
22756 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22757
22758         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22759         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22760         Also, fix a typo in a diagnostic.
22761
22762 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22763
22764         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22765         or AC_FUNC_REALLOC.
22766
22767 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22768
22769         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22770         macros to be defined.
22771         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22772         the allocator returns NULL because the requested size is zero.
22773
22774 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22775
22776         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22777         var.  Add comment explaining why libc still defines it.  This
22778         merges the following patch from glibc:
22779         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22780
22781 2004-05-20  Andreas Schwab  <schwab@suse.de>
22782
22783         * m4/free.m4: Replace free if it not known to work, not the other
22784         way round.
22785
22786 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22787
22788         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22789         present in glibc since revision 1.1 of this file.
22790         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22791         obstack_alignment_mask, obstack_alloc, obstack_base,
22792         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22793         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22794         obstack_grow0, obstack_init, obstack_int_grow,
22795         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22796         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22797         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22798         nonexistent functions.
22799
22800 2004-05-18  Karl Berry  <karl@gnu.org>
22801
22802         * config/srclist.txt: break link for vasnprintf.c.
22803
22804 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22805
22806         Port obstack to the AS/400, where pointers are 16 bytes wide and
22807         you cannot cast an integer to a valid pointer.  This patch is
22808         currently waiting to be integrated into glibc; see
22809         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22810
22811         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22812         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22813         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22814         (struct obstack): temp member is now a union of a pointer and
22815         an integer, instead of an integer.  All integer uses changed.
22816         This does not affect the physical layout of struct obstack,
22817         except on hosts (like the AS/400) where the size or alignment of
22818         void * is greater than that of ptrdiff_t.
22819         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22820         __STDC__)]: Store temporary in pointer member of union, not
22821         integer member.
22822         * lib/obstack.c: Include <stddef.h>, for offsetof.
22823         (struct fooalign): Remove; it doesn't need a name.
22824         (union fooround): Change double to long double, and add void *.
22825         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22826         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22827         not a macro.  Hence the values are always int; so remove all
22828         casts-to-int in uses.
22829
22830 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22831
22832         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22833         we can get this patch merged into glibc.
22834
22835 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22836             Paul Eggert  <eggert@cs.ucla.edu>
22837
22838         * m4/argp: Depend on alloca.
22839
22840 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22841             Paul Eggert  <eggert@cs.ucla.edu>
22842
22843         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22844         freecoding.
22845
22846 2004-05-17  Bruno Haible  <bruno@clisp.org>
22847
22848         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22849         precision that consists of a '.' followed by an empty digit string.
22850         Patch by Tor Lillqvist <tml@iki.fi>.
22851
22852 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22853
22854         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22855         for backward compatibility with older code.  We need our own
22856         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22857         it under some other name, and our alloca.h will define it.
22858
22859 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22860             Derek Price  <derek@ximbiot.com>
22861
22862         * lib/alloca.c: Include <alloca.h>, to get our interface.
22863         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22864         include <alloca.h> first.  Use C89 prototype for alloca; this
22865         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22866         Use #elif for simplicity, since we can assume C89 now.
22867         Don't try to source the system alloca.h since it will not be found
22868         and to prevent recursively including its replacement.
22869         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22870         * lib/regex.c: Likewise.
22871
22872 2004-05-16  Derek Price  <derek@ximbiot.com>
22873             Paul Eggert  <eggert@cs.ucla.edu>
22874
22875         getline cleanup.  This changes the getndelim2 API: both order of
22876         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22877         no delimiter).
22878
22879         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22880         interface does that.
22881         (getline): Always use getdelim, so that we don't have two
22882         copies of this code.
22883         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22884         if available.
22885         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22886         (GETNDELIM2_MAXIMUM): New macro.
22887         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22888         instead of the old practice of delim2==0.  All callers changed.
22889         Return -1 on overflow, instead of returning junk.
22890         Do not set *linesize unless allocation succeeds.
22891         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22892         that we include sys/types.h.
22893         * lib/getnline.h: Likewise.
22894         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22895         (getndelim2): Reorder arguments.
22896         * lib/getnline.c (getnline, getndelim):
22897         Don't discard the NMAX argument.
22898         (getnline): Invoke getndelim, to avoid code duplication.
22899         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22900         of (size_t) -1 by callers of the getnline family.
22901
22902 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22903
22904         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22905         Check for gettimeofday.
22906         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22907         Check for settimeofday, stime.
22908
22909 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22910
22911         * lib/nanosleep.c (suspended): Change its type from int to
22912         sig_atomic_t volatile.
22913         (first_call): Make it private to rpl_nanosleep, and have it
22914         be zero initially as that's a bit faster.
22915         (my_usleep): Round up fractional times instead of truncating them,
22916         as this is the usual meaning for 'sleep'.
22917
22918         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22919         doesn't work.
22920         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22921         (ENOSYS): Define if not defined.
22922         (settime): Fall back on stime if it exists and settimeofday fails.
22923         But don't bother with fallbacks if a method fails with errno == EPERM.
22924
22925 2004-05-11  Jim Meyering  <jim@meyering.net>
22926
22927         Prior to this change, the save_cwd caller required read access to the
22928         current directory on most systems (ones with the fchdir function).
22929
22930         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22931         fails, try write-only, and finally, resort to using xgetcwd.
22932
22933 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22934
22935         * lib/obstack.c, obstack.h: Import changes from libc.
22936
22937 2004-04-28  Bruno Haible  <bruno@clisp.org>
22938
22939         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22940         also implicitly appends .exe to executables.
22941         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22942         accepts Windows pathnames.
22943         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22944         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22945         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22946         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22947         Reported by Derek Robert Price <derek@ximbiot.com>.
22948
22949 2004-04-21  Karl Berry  <karl@gnu.org>
22950
22951         * config/srclist.txt (localcharset.c): break sync.
22952
22953 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22954
22955         * m4/host-os.m4: Add a copyright notice.
22956
22957 2004-04-20  Jim Meyering  <jim@meyering.net>
22958
22959         Change UTILS_ to gl_ in AC_DEFINE'd names.
22960         Change utils_- and jm_-prefixed variables, too.
22961         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22962         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22963         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22964
22965         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22966         Don't emit trailing blanks.
22967         Also rename jm_-prefixed variables to have gl_ prefix.
22968
22969         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22970         Also rename jm_-prefixed variables to have gl_ prefix.
22971
22972         * m4/jm-macros.m4: Reflect the renamings.
22973         * m4/prereq.m4: Likewise.
22974
22975 2004-04-20  Jim Meyering  <jim@meyering.net>
22976
22977         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22978         memory.
22979
22980 2004-04-20  Jim Meyering  <jim@meyering.net>
22981             Bruno Haible  <bruno@clisp.org>
22982
22983         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22984         memory when realloc fails.
22985
22986 2004-04-19  Jim Meyering  <jim@meyering.net>
22987
22988         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22989         now that readutmp.c may call `free (0)'.
22990
22991 2004-04-19  Bruno Haible  <bruno@clisp.org>
22992
22993         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22994         * m4/inttypes_h.m4: Likewise.
22995         * m4/stdint_h.m4: Likewise.
22996         * m4/intmax_t.m4: Likewise.
22997         * m4/uintmax_t.m4: Likewise.
22998
22999 2004-04-18  Jim Meyering  <jim@meyering.net>
23000
23001         * m4/prereq.m4: Don't forbid jm_ prefix.
23002
23003         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23004         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23005         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23006         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23007         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23008         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23009         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23010         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23011         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23012         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23013         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23014         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23015         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23016         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23017         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23018         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23019         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23020         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23021         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23022
23023 2004-04-18  Jim Meyering  <jim@meyering.net>
23024
23025         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23026         failure, don't leak memory and do call END_UTMP_ENT.
23027
23028 2004-04-16  Jim Meyering  <jim@meyering.net>
23029
23030         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23031         coreutils' stat program.
23032         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23033
23034 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23035
23036         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23037         C89.
23038         (CHAR_BIT): Remove, since we assume C89.
23039         Include <stdint.h> if available, as per current Autoconf CVS advice.
23040
23041 2004-03-31  Jim Meyering  <jim@meyering.net>
23042
23043         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23044         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23045         * m4/xalloc.m4: Likewise.
23046
23047 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23048
23049         Merge from coreutils.
23050
23051         * m4/inttostr.m4: New file.
23052         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23053         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23054         Require gl_CLOCK_TIME.
23055         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23056
23057 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23058
23059         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23060         not bool, to be more consistent with Unix conventions.
23061         Suggested by Bruno Haible.
23062
23063         Merge from coreutils.
23064
23065         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23066         * lib/umaxtostr.c: New files.
23067
23068         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23069         the usual <time.h> dance.
23070         (get_date): Change signature to support fractional time stamps.
23071         All callers changed.
23072         * lib/getdate.y: Include "getdate.h" first, as we can now
23073         assume C89 and don't need to worry about 'const'.
23074         Similarly, include "unlocked-io.h" near start, not in middle.
23075         Include <limits.h>.
23076         (textint.value): Use long int rather than int.
23077         (textint.digits): Use size_t rather than int.
23078         (BILLION, LOG10_BILLION): New constants.
23079         (parser_control): New member rel_ns.  Members day_ordinal,
23080         time_zone, month, day, hour, minutes, rel_year, rel_month,
23081         rel_day, rel_hour, rel_minutes, rel_seconds
23082         are now long int, not int.  Member seconds is now struct timespec,
23083         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23084         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23085         not int.
23086         (%union.intval): Now long int, not int.
23087         New member timespec.
23088         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23089         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23090         (spec): Now is a timespec or an item list.
23091         (timespec, items): New nonterminals.
23092         (time, rel, relunit, number, get_date):
23093         Add support for fractional seconds.
23094         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23095         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23096         (to_hour): First arg is now long int, not int.
23097         (to_year): Returns long int, not int.
23098         Don't treat year -70 like 70.
23099         (tm_diff): Returns long int, not int.
23100         (lookup_word): Use bool instead of int when appropriate.
23101         (yylex): Use size_t for count, not int.
23102         Detect overflow when parsing large integer constants.
23103         Add support for fractions.
23104         (get_date): Make pointers 'const' if possible.
23105         Use more-portable code to detect integer overflow.
23106         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23107         Don't use ctime; it's not reliable if the year has >4 digits.
23108
23109         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23110         This is for compatibility with BSD.
23111
23112         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23113         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23114         From coreutils' system.h.
23115
23116         * lib/userspec.c: Don't include "posixver.h".
23117         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23118         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23119         compatible extension.  Simplify code by removing a boolean int
23120         that was always nonzero if a string was nonnull.
23121
23122 2004-03-30  Jim Meyering  <jim@meyering.net>
23123
23124         Merge from coreutils.
23125
23126         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23127         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23128         on some systems one must include <grp.h> before it.
23129         Reported by Christian Krackowizer.
23130
23131 2004-03-30  Jim Meyering  <jim@meyering.net>
23132
23133         Merge from coreutils.
23134
23135         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23136
23137         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23138         an empty input stream.
23139
23140         * lib/readtokens.c: Include <stdbool.h>.
23141         (readtoken): Use `size_t' rather than int/long.
23142         All callers adjusted.
23143         Use `bool' rather than `int' where appropriate.
23144         Use memset rather than an explicit loop.
23145         Use x2nrealloc rather than xrealloc.
23146         Allow the use of `\0' as a delimiter.
23147         (readtokens): Likewise.
23148         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23149
23150 2004-03-30  Jim Meyering  <jim@meyering.net>
23151
23152         * m4/realloc.m4: Remove file, since now it does no more than
23153         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23154         the `configure.ac' section of module/realloc.
23155         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23156
23157 2004-03-30  Bruno Haible  <bruno@clisp.org>
23158
23159         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23160         nonnull.
23161
23162 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23163
23164         Merge changes to getloadavg.c from coreutils and Emacs.
23165
23166         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23167         Define to an expression, not to the empty string.
23168         Include cloexec.h and xalloc.h.
23169         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23170         Use set_cloexec_flag rather than rolling our own.
23171         * lib/cloexec.c, lib/cloexec.h: New files.
23172
23173 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23174
23175         * m4/cloexec.m4: New file.
23176
23177 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23178
23179         * lib/getopt.h: Sync with libc CVS.
23180
23181 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23182             Bruno Haible  <bruno@clisp.org>
23183
23184         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23185         mbswidth.
23186
23187 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23188             Bruno Haible  <bruno@clisp.org>
23189
23190         * lib/mbswidth.h: Include <wchar.h> only if
23191         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23192         <wchar.h>.
23193         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23194
23195 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23196
23197         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23198         Sync with libc CVS.
23199         * lib/getopt_int.h: New file, also synced from libc.
23200
23201 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23202
23203         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23204         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23205         Bring back getopt.c, getopt.h, getopt1.c.
23206
23207 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23208
23209         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23210         All uses changed.  Check for sa_sigaction member; this fixes
23211         a bug first reported by Jason Andrade in
23212         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23213
23214 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23215
23216         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23217         '#if' expressions.  Unlike the code it replaces, it does not
23218         depend on (defined _SC_PAGESIZE).  However, it does depend on
23219         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23220         first reported by Jason Andrade in
23221         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23222
23223 2004-02-25  Simon Josefsson  <jas@extundo.com>
23224
23225         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23226
23227 2004-02-25  Simon Josefsson  <jas@extundo.com>
23228
23229         * lib/strdup.h: New file.
23230         * lib/strdup.c: Include it.
23231         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23232         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23233
23234 2004-02-23  Karl Berry  <karl@gnu.org>
23235
23236         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23237         (from fencepost.gnu.org:/gd/gnuorg).
23238
23239 2004-02-23  Karl Berry  <karl@gnu.org>
23240
23241         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23242         * config/srclist.txt: add maintain/standards documents.
23243
23244 2004-02-18  Bruno Haible  <bruno@clisp.org>
23245
23246         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23247         Reported by Derek Robert Price <derek@ximbiot.com>.
23248
23249 2004-02-16  Karl Berry  <karl@gnu.org>
23250
23251         * config/mkinstalldirs, install-sh: update from automake.
23252
23253 2004-02-06  Karl Berry  <karl@gnu.org>
23254
23255         * m4/po.m4: update from gettext 0.14.1.
23256
23257 2004-02-06  Karl Berry  <karl@gnu.org>
23258
23259         * lib/config.charset: update from gettext 0.14.1.
23260
23261 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23262
23263         Add comments and code, prompted by suggestions from Bruno Haible
23264         for sh-quote.
23265         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23266         describing the enum quoting_style values.
23267         * lib/quotearg.c (quotearg_alloc): New function.
23268         (quotearg_buffer_restyled): Treat lone { and } as special.
23269         Treat = as special.  Work around bug with older shells
23270         that "see" a '\' that is really the 2nd byte of a multibyte char.
23271         Quote empty string with shell_quoting_style.
23272
23273 2004-02-03  Bruno Haible  <bruno@clisp.org>
23274
23275         * m4/pipe.m4: New file, from GNU gettext.
23276
23277 2004-02-03  Bruno Haible  <bruno@clisp.org>
23278
23279         * lib/pipe.h: New file, from GNU gettext.
23280         * lib/pipe.c: New file, from GNU gettext.
23281
23282 2004-01-27  Bruno Haible  <bruno@clisp.org>
23283
23284         * m4/execute.m4: New file, from GNU gettext.
23285
23286 2004-01-27  Bruno Haible  <bruno@clisp.org>
23287
23288         * lib/execute.h: New file, from GNU gettext.
23289         * lib/execute.c: New file, from GNU gettext.
23290         * lib/w32spawn.h: New file, from GNU gettext.
23291
23292 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23293
23294         Merge from diffutils.
23295
23296         * lib/file-type.c (file_type): Add typed memory objects.
23297         * lib/file-type.h (S_TYPEISTMO): New macro.
23298
23299         * lib/c-stack.h (c_stack_action): Remove argv argument.
23300         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23301         (die): Don't calculate message unless segv_action returns.
23302         (get_stack_location, min_address_from_argv, max_address_from_argv,
23303         volatile stack_base, volatile_stack_size): Remove.
23304         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23305         that every segmentation violation is a stack overflow.  (Ouch!)
23306         See Debian bug 136249 (still outstanding) for more info about why
23307         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23308
23309 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23310
23311         Exit-status fix from coreutils.
23312
23313         Use exit_failure consistently in place of EXIT_FAILURE,
23314         so that program exit statuses are consistent on failure.
23315
23316         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23317         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23318         * lib/argmatch.h: Comment fix to match the above.
23319         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23320         Now a macro referring to exit_failure, instead of a separate
23321         variable.  Include "exitfail.h" to get it.
23322         * lib/xstrtol.h: Include "exitfail.h".
23323         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23324
23325         * lib/long-options.c (parse_long_options): Use prototype
23326         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23327         for clarity.
23328
23329 2004-01-21  Jim Meyering  <jim@meyering.net>
23330
23331         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23332         so as not to conflict with a different-sized __mktime_internal
23333         function in GNU libc.
23334         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23335         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23336
23337 2004-01-20  Karl Berry  <karl@gnu.org>
23338
23339         * config/config.guess: update from config.
23340
23341         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23342
23343 2004-01-20  Bruno Haible  <bruno@clisp.org>
23344
23345         Safer stack allocation.
23346         * lib/setenv.c: Include allocsa.h.
23347         (alloca): Remove fallback definition.
23348         (freea): Remove macro.
23349         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23350         instead of freea.
23351
23352 2004-01-20  Bruno Haible  <bruno@clisp.org>
23353
23354         * m4/eealloc.m4: New file, from GNU gettext.
23355
23356 2004-01-20  Bruno Haible  <bruno@clisp.org>
23357
23358         * m4/allocsa.m4: New file, from GNU gettext.
23359
23360 2004-01-20  Bruno Haible  <bruno@clisp.org>
23361
23362         * lib/xallocsa.h: New file, from GNU gettext.
23363         * lib/xallocsa.c: New file, from GNU gettext.
23364
23365 2004-01-20  Bruno Haible  <bruno@clisp.org>
23366
23367         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23368
23369 2004-01-20  Bruno Haible  <bruno@clisp.org>
23370
23371         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23372         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23373         specially.
23374
23375 2004-01-20  Bruno Haible  <bruno@clisp.org>
23376
23377         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23378         patch.
23379
23380 2004-01-20  Bruno Haible  <bruno@clisp.org>
23381
23382         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23383
23384 2004-01-20  Bruno Haible  <bruno@clisp.org>
23385
23386         * lib/eealloc.h: New file.
23387
23388 2004-01-20  Bruno Haible  <bruno@clisp.org>
23389
23390         * lib/binary-io.h: Avoid warnings on Cygwin.
23391
23392 2004-01-20  Bruno Haible  <bruno@clisp.org>
23393
23394         * lib/allocsa.h: New file, from GNU gettext.
23395         * lib/allocsa.c: New file, from GNU gettext.
23396
23397 2004-01-18  Karl Berry  <karl@gnu.org>
23398
23399         * doc/gpl.texi, doc/lgpl.texi: new files.
23400
23401 2004-01-18  Karl Berry  <karl@gnu.org>
23402
23403         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23404         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23405
23406 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23407
23408         Merge from coreutils.
23409
23410         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23411         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23412         (gl_DEFAULT_POSIX2_VERSION): Move
23413         the documentation from 'configure' into 'config.hin',
23414         so that 'configure --help' isn't burdened by it and
23415         we don't have to worry about its formatting there.
23416         Reword the documentation so that it's more succinct
23417         and can be run together into a single paragraph.
23418         * m4/same.m4 (gl_SAME): Check for pathconf.
23419
23420 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23421
23422         Merge from coreutils.
23423
23424         * lib/posixver.c: Include posixver.h.
23425
23426         * lib/same.c: Include <stdbool.h>, <limits.h>.
23427         (_POSIX_NAME_MAX): Define if not defined.
23428         (MIN): New macro.
23429         (same_name): If file names are silently truncated, report
23430         that the file names are the same if they are the same after
23431         the silent truncation.
23432
23433         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23434         conversion function.
23435         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23436         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23437         longer needed.
23438
23439 2004-01-15  Jim Meyering  <jim@meyering.net>
23440
23441         Merge from coreutils.
23442
23443         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23444         if no library is required.
23445         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23446         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23447         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23448         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23449         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23450         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23451         value, $ac_cv_search_crypt, if it's "none required".
23452         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23453         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23454         not gl_FUNC_GETLOADAVG.
23455         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23456         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23457
23458 2004-01-15  Jim Meyering  <jim@meyering.net>
23459
23460         Merge from coreutils.
23461
23462         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23463         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23464         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23465
23466         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23467         optional configure-time default.
23468
23469         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23470
23471         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23472
23473 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23474
23475         Merge from coreutils.
23476
23477         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23478         value, $ac_cv_search_nanosleep, if it's "none required".
23479
23480 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23481
23482         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23483         with like-named macro in fnmatch.c.
23484         (EXT): Use an internal constant instead.
23485
23486         Merge fnmatch patches from glibc.
23487         * lib/fnmatch.c (mbsinit): Remove define.
23488         Add libc_hidden_ver (__fnmatch, fnmatch).
23489         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23490         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23491
23492 2004-01-14  Karl Berry  <karl@gnu.org>
23493
23494         * config/install-sh: update from automake.
23495
23496 2004-01-13  Karl Berry  <karl@gnu.org>
23497
23498         * config/install-sh: update from automake.
23499
23500 2004-01-09  Karl Berry  <karl@gnu.org>
23501
23502         * config/install-sh: update from automake.
23503
23504 2004-01-05  Karl Berry  <karl@gnu.org>
23505
23506         * config/config.{sub,guess}: update from config.
23507
23508 2003-12-31  Karl Berry  <karl@gnu.org>
23509
23510         * config/depcomp: update from automake.
23511
23512 2003-12-14  Karl Berry  <karl@gnu.org>
23513
23514         * lib/config.charset: update from gettext-runtime.
23515
23516 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23517
23518         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23519         Bug reported by Alfred M. Szmidt.
23520
23521 2003-12-03  Bruno Haible  <bruno@clisp.org>
23522
23523         * m4/gettext.m4: Upgrade from gettext-0.13.
23524         * m4/po.m4: Upgrade from gettext-0.13.
23525         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23526         * m4/intmax.m4: New file, from gettext-0.13.
23527         * m4/printf-posix.m4: New file, from gettext-0.13.
23528
23529 2003-11-29  Karl Berry  <karl@gnu.org>
23530
23531         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23532
23533 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23534             Bruno Haible  <bruno@clisp.org>
23535
23536         * lib/printf-parse.h: Don't include sys/types.h.
23537         (ARG_NONE): New macro.
23538         (char_directive): Change type of *arg_index fields to size_t.
23539         * lib/printf-parse.c: Don't include sys/types.h.
23540         (SSIZE_MAX): Remove macro.
23541         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23542         Remove unnecessary overflow check.
23543         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23544         fields.
23545
23546 2003-11-25  Bruno Haible  <bruno@clisp.org>
23547
23548         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23549
23550 2003-11-25  Bruno Haible  <bruno@clisp.org>
23551
23552         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23553         gt_TYPE_SSIZE_T.
23554
23555 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23556
23557         * modules/alloca: Remove dependency on xalloc.
23558
23559 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23560
23561         * lib/alloca.c: Remove dependency on xalloc module.
23562         (xalloc_die): Remove.
23563         (memory_full) [!defined emacs]: New macro.
23564         [!defined emacs]: Don't include xalloc.h.
23565         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23566         address arithmetic overflows.  Change datatypes a bit to avoid
23567         unnecessary casts.
23568
23569 2003-11-22  Jim Meyering  <jim@meyering.net>
23570
23571         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23572         s/size/size_t/.
23573
23574 2003-11-21  Karl Berry  <karl@gnu.org>
23575
23576         * config/config.{sub,guess}: update from config.
23577
23578 2003-11-18  Karl Berry  <karl@gnu.org>
23579
23580         * config/config.{sub,guess}: update from config.
23581
23582         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23583
23584 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23585
23586         * README: Mention that S+T cannot overflow if S is the size of
23587         an existing object and T is sufficiently small.
23588
23589 2003-11-17  Jim Meyering  <jim@meyering.net>
23590
23591         On systems without utime and without a utimes function capable of
23592         dealing with a NULL struct utimbuf* argument, this utime replacement
23593         could -- in unusual circumstances -- leak a file descriptor.
23594         * lib/utime.c: Include <unistd.h> and <errno.h>.
23595         (utime_null): Be sure to close `fd' and to preserve errno.
23596         Reported by Geoff Collyer via Arnold Robbins.
23597
23598 2003-11-17  Bruno Haible  <bruno@clisp.org>
23599
23600         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23601         (Depends-on): Add xsize.
23602
23603 2003-11-17  Bruno Haible  <bruno@clisp.org>
23604
23605         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23606
23607 2003-11-17  Bruno Haible  <bruno@clisp.org>
23608
23609         * lib/vasnprintf.c (alloca): Remove fallback definition.
23610         (freea): Remove definition.
23611         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23612         Reported by Paul Eggert.
23613
23614 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23615             Bruno Haible  <bruno@clisp.org>
23616
23617         Protect against address arithmetic overflow.
23618         * lib/printf-args.h: Include stddef.h.
23619         (arguments): Change type of field 'count' to size_t.
23620         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23621         'unsigned int' where appropriate.
23622         * lib/printf-parse.h: Include sys/types.h.
23623         (char_directive): Change type of *arg_index fields to ssize_t.
23624         (char_directives): Change type of fields 'count', max_*_length to
23625         size_t.
23626         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23627         (SSIZE_MAX): Define fallback value.
23628         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23629         instead of 'int' where appropriate. Check a_allocated, d_allocated
23630         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23631         * lib/vasnprintf.c: Include xsize.h.
23632         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23633         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23634         overflow. Avoid wraparound when converting a width or precision from
23635         decimal to binary.
23636
23637 2003-11-16  Bruno Haible  <bruno@clisp.org>
23638
23639         Update from GNU gettext.
23640         * lib/printf-parse.c: Generalize to it can be compiled for wide
23641         strings.
23642         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23643         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23644         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23645         SNPRINTF): New macros.
23646         Don't include <alloca.h> if the file is used inside libintl.
23647         (local_wcslen): New function, for Solaris 2.5.1.
23648         (VASNPRINTF): Use it instead of wcslen.
23649
23650 2003-11-16  Bruno Haible  <bruno@clisp.org>
23651
23652         * lib/xsize.h (xmax): New function.
23653         (xsum, xsum3, xsum4): Declare as "pure" functions.
23654
23655 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23656
23657         * modules/xalloc (Files): Undo latest change, since xalloc.h
23658         no longer needs SIZE_MAX or PTRDIFF_MAX.
23659
23660 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23661
23662         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23663         gl_PTRDIFF_MAX.
23664
23665 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23666
23667         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23668         "return", to pacify some unknown compiler.  Problem reported
23669         by Joerg Schilling.
23670
23671 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23672
23673         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23674         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23675         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23676         heuristic is just as accurate as far as we know, and it removes a
23677         dependency on size_max.m4 and ptrdiff_max.m4.
23678
23679 2003-11-11  Bruno Haible  <bruno@clisp.org>
23680
23681         * modules/xsize (Files): Add m4/size_max.m4.
23682         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23683
23684 2003-11-11  Bruno Haible  <bruno@clisp.org>
23685
23686         * m4/size_max.m4: New file.
23687         * m4/ptrdiff_max.m4: New file.
23688         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23689         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23690         (gl_XALLOC): Invoke it.
23691
23692 2003-11-11  Bruno Haible  <bruno@clisp.org>
23693
23694         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23695         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23696         defined.
23697
23698 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23699
23700         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23701         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23702         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23703         From Bruno Haible.
23704         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23705         not (size_t) -1, since it's defined here.
23706
23707 2003-11-09  Karl Berry  <karl@gnu.org>
23708
23709         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23710
23711 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23712
23713         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23714         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23715         Reject sizes of exactly SIZE_MAX bytes.
23716         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23717         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23718
23719 2003-11-05  Bruno Haible  <bruno@clisp.org>
23720
23721         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23722         SIZE_MAX defined in <limits.h> on Solaris.
23723
23724 2003-11-04  Jim Meyering  <jim@meyering.net>
23725
23726         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23727         variable names, rather than @VAR@.
23728         * modules/poll: Likewise.
23729
23730 2003-11-04  Bruno Haible  <bruno@clisp.org>
23731
23732         * modules/xsize: New file.
23733         * modules/linebreak: Depend on xsize.
23734         * MODULES.html.sh (func_all_modules): Add xsize.
23735
23736 2003-11-04  Bruno Haible  <bruno@clisp.org>
23737
23738         * m4/xsize.m4: New file.
23739
23740 2003-11-04  Bruno Haible  <bruno@clisp.org>
23741
23742         * lib/xsize.h: New file.
23743         * lib/linebreak.c: Include xsize.h.
23744         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23745         argument for overflow.
23746         Suggested by Paul Eggert.
23747
23748 2003-11-03  Karl Berry  <karl@gnu.org>
23749
23750         * config/config.{guess,sub}: update from config.
23751
23752 2003-11-03  Jim Meyering  <jim@meyering.net>
23753
23754         * modules/userspec (lib_SOURCES): Add userspec.h.
23755         (Include): Add "userspec.h".
23756         Improve description.
23757
23758 2003-11-03  Jim Meyering  <jim@meyering.net>
23759
23760         * lib/userspec.c: Include "userspec.h".
23761         * lib/userspec.h: New file.
23762
23763 2003-11-03  Bruno Haible  <bruno@clisp.org>
23764
23765         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23766
23767 2003-11-03  Bruno Haible  <bruno@clisp.org>
23768
23769         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23770         available, to avoid (extremely rare) race condition.
23771         Suggested by Paul Eggert.
23772
23773 2003-11-02  Karl Berry  <karl@gnu.org>
23774
23775         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23776
23777 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23778
23779         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23780         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23781         (read_filesystem_list): Set and use me_type_malloced.
23782         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23783         whatever the type happens to be), for brevity and consistency.
23784         Check for size calculation overflow on Alphas running OSF/1.
23785
23786 2003-10-31  Jim Meyering  <jim@meyering.net>
23787
23788         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23789
23790         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23791
23792 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23793             Bruno Haible  <bruno@clisp.org>
23794
23795         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23796         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23797
23798 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23799
23800         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23801         netbsd*-gnu*.  Suggested by Robert Millan.
23802
23803 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23804
23805         * modules/group-member: Depend on stdbool.
23806
23807 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23808
23809         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23810
23811 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23812
23813         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23814         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23815         after the 'gnu' in these cases.  This fixes some bugs in the
23816         previous change, and is based on suggestions by Robert Millan.
23817
23818 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23819
23820         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23821         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23822         no longer needed.
23823         * lib/quotearg.c (quotearg_n_options): Use it.
23824         * lib/group-member.c: Include <stdbool.h>.
23825         (free_group_info): Arg is now const *; don't free arg.
23826         (get_group_info): Now returns bool and accepts struct group_info *,
23827         rather than returning a malloc'ed struct group_info *.
23828         All uses changed.  Check for overflow in internal size calculation.
23829
23830         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23831         rather than xmalloc/xrealloc.
23832         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23833         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23834         conformance bug: the old code used a pointer after freeing the
23835         storage that it addressed.
23836         * lib/hash.c (hash_initialize): Simplify the code by using
23837         xalloc_oversized rather than doing it by hand.
23838         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23839         the buffer preserved.  Use free and xmalloc instead.
23840         * lib/quotearg.c (quotearg_n_options): Likewise.
23841         Use a simpler test for size overflow.  Don't use xalloc_oversized
23842         because unsigned int might be wider than size_t (!); this suggests
23843         that we should switch from unsigned int to size_t for slot numbers.
23844
23845 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23846
23847         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23848         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23849         NetBSD kernels.  Requested by Richard Stallman.
23850
23851 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23852
23853         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23854         to allocate the returned structure.  Do not allocate a subarray,
23855         as x2nrealloc will do that.
23856         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23857         instead of xnrealloc.
23858         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23859
23860 2003-10-27  Bruno Haible  <bruno@clisp.org>
23861
23862         * lib/stdbool_.h: Better support for BeOS.
23863
23864 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23865
23866         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23867         now uses inline.
23868
23869 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23870
23871         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23872         callers that want to do their own size-overflow checking.  Include
23873         <stdbool.h>, since xalloc_oversized returns bool.
23874         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23875         to use xalloc_oversized.
23876
23877         Add two functions x2realloc, x2nrealloc, for programs that grow
23878         arrays dynamically by doubling their sizes.
23879         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23880         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23881         New functions.
23882
23883         Port to C99 semantics for 'inline' of external functions.
23884         Bug reported by Bruno Haible.
23885         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23886         with the old contents of xnmalloc.
23887         (xnmalloc, xmalloc): Use it.
23888         (xnrealloc_inline): New static inline function,
23889         with the old contents of xnrealloc.
23890         (xnrealloc, xrealloc): Use it.
23891
23892         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23893         that.
23894
23895 2003-10-26  Karl Berry  <karl@gnu.org>
23896
23897         * config/srclist.txt (COPYING.DOC): no longer available from
23898         /gd/gnuorg; don't know where the ultimate source is.
23899
23900 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23901
23902         Fix several address-calculation bugs in the hash modules,
23903         plus some minor code cleanup.
23904
23905         * lib/hash.h: Include <stdbool.h>, for bool.
23906         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23907         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23908         hash_get_n_entries, hash_get_max_bucket_length,
23909         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23910         hash_rehash): Use size_t rather than unsigned.
23911         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23912         hash_get_n_buckets_used, hash_get_n_entries,
23913         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23914         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23915         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23916         Likewise.
23917         (SIZE_MAX): Define if not defined.
23918         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23919         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23920         hash_print):
23921         Use const * when possible.
23922         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23923         (check_tuning): Fix bug: if tuning parameters were very close to
23924         0 or 1, rounding errors could have caused subscript violations.
23925         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23926         (hash_initialize): Add 'fail:' label
23927         to free table and return NULL, and use it to simplify code.
23928         Use calloc rather than clearing the storage ourself.
23929         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23930         buffer size calculations.
23931         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23932         Include <stddef.h>, for size_t.
23933         * lib/hash-pjw.c (hash_pjw): Likewise.
23934         Switch to method described by Bruno Haible.
23935         Include <limits.h>, for CHAR_BIT.
23936         (SIZE_BITS): New macro.
23937
23938 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23939
23940         * m4/getline.m4 (AM_FUNC_GETLINE):
23941         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23942         hosts.  Problem reported by Derek Robert Price in
23943         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23944         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23945         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23946
23947 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23948
23949         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23950         ceiling the allocation at NMAX bytes rather than silently
23951         discarding input bytes before NMAX is reached.  This makes
23952         a difference only if NMAX exceeds SIZE_MAX / 2.
23953
23954         * lib/obstack.c: Merge from glibc.
23955         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23956         Add libc_hidden_def (_obstack_newchunk).
23957         (_obstack_free) [! defined _LIBC]: Remove.
23958         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23959         a clone of the function body.
23960         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23961         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23962
23963         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23964         glibc.
23965         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23966         arg to memcpy.
23967
23968         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23969         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23970         Don't use lvalue casts, as GCC plans to remove support for them
23971         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23972         was also present in the non-GCC version, indicating that this
23973         code had always been buggy and had never been widely used.
23974         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23975         Use the fast variant of each macro, rather than copying the
23976         definiens of the fast variant; that way, we'll be more likely to
23977         catch future bugs in the fast variants.
23978
23979 2003-10-20  Bruno Haible  <bruno@clisp.org>
23980
23981         * modules/wait-process: New file.
23982         * MODULES.html.sh (func_all_modules): Add wait-process.
23983
23984 2003-10-20  Bruno Haible  <bruno@clisp.org>
23985
23986         * m4/wait-process.m4: New file.
23987
23988 2003-10-20  Bruno Haible  <bruno@clisp.org>
23989
23990         * lib/wait-process.h: New file, from GNU gettext.
23991         * lib/wait-process.c: New file, from GNU gettext.
23992
23993 2003-10-19  Jim Meyering  <jim@meyering.net>
23994
23995         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23996         HPUX 10.20.
23997
23998 2003-10-18  Karl Berry  <karl@gnu.org>
23999
24000         * config/config.guess: update from config.
24001
24002 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24003
24004         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24005         (getgroups): First arg is int, not size_t.
24006         Don't let 'free' mangle errno.
24007
24008 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24009
24010         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24011
24012 2003-10-16  Karl Berry  <karl@gnu.org>
24013
24014         * config/config.{guess,sub}: update from config.
24015
24016 2003-10-16  Jim Meyering  <jim@meyering.net>
24017
24018         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24019         memcpy.
24020
24021 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24022
24023         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24024         (SIZE_MAX): Remove.
24025         (new_exclude, add_exclude_file): Initial size no longer needs to
24026         be a power of 2.
24027         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24028         our own address arithmetic overflow checking.
24029
24030         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24031         (fnmatch): Do not alloca more than 2000 wide characters;
24032         instead, use malloc for large buffers.
24033         Check for address arithmetic overflow, and return -1
24034         with errno set to ENOMEM in that case.
24035         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24036         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24037         instead, return -1.  Check for address arithmetic overflow.
24038
24039 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24040
24041         Handle invalid suffixes and overflow independently, so that
24042         callers can treat them independently as needed.  Fix some bugs in
24043         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24044         suffix for a human-readable blocksize.  The major caller-visible
24045         change is the addition of a new
24046         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24047         that both overflow and suffix chars were found.
24048
24049         * lib/human.c (humblock): Don't check separately for invalid suffix
24050         char; that is xstrtoumax's job (now that its bug is fixed).
24051         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24052         INTMAX_MAX]: New macros.
24053         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24054         TYPE_MAXIMUM): New macros.
24055         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24056         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24057         if overflow occurs, as it's what __strtol does and it's more useful
24058         in practice.
24059         (__xstrtol): If __strtol reports some error other than ERANGE,
24060         reflect it to the caller as LONGINT_INVALID.  If it reports
24061         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24062         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24063         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24064         value.
24065         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24066         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24067         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24068         [defined UINTMAX_MAX]: New macros.
24069
24070 2003-10-14  Bruno Haible  <bruno@clisp.org>
24071
24072         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24073
24074 2003-10-14  Bruno Haible  <bruno@clisp.org>
24075
24076         * m4/sig_atomic_t: New file, from GNU gettext.
24077         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24078
24079 2003-10-14  Bruno Haible  <bruno@clisp.org>
24080
24081         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24082         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24083         Also use volatile where needed.
24084
24085 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24086
24087         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24088         Change maintainer from Bruno Haible to 'all'.
24089
24090 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24091
24092         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24093
24094 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24095
24096         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24097         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24098         and define in terms of the other primitives.
24099         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24100         (SIZE_MAX): Define if not already defined.
24101         (array_size_overflow): New function.
24102         (xalloc_die): Abort instead of exiting if 'error' returns.
24103         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24104         (xmalloc, xrealloc): Use them.
24105         (xcalloc): Check for address arithmetic overflow.
24106         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24107         a bit faster than strcpy.
24108
24109 2003-10-10  Simon Josefsson  <jas@extundo.com>
24110
24111         * modules/argp (Depends-on): Add restrict and strcase.
24112
24113 2003-10-10  Simon Josefsson  <jas@extundo.com>
24114
24115         * m4/argp.m4: Add AC_C_INLINE.
24116
24117 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24118
24119         Merge getpass from libc, plus a few fixes.
24120
24121         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24122         Include <stdbool.h>.
24123         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24124         __fsetlocking to empty.
24125         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24126         do include <bits/libc-lock.h>.
24127         Do not include <fcntl.h>; not needed.
24128         [_LIBC]: Include <wchar.h>.
24129         (NOTCANCEL_MODE): New macro.
24130         (flockfile, funlockfile) [_LIBC]: New macros.
24131         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24132         [!_LIBC]: New macros.
24133         (call_fclose): New function.
24134         (getpass): Use it.  Save tty stream separately; this simplifies the
24135         code and makes it more reliable if stdin happens to equal stdout.
24136         Invoke __fsetlocking on tty.
24137         Handle thread cancellation if needed.
24138         Namespace cleanup (use __tcgetattr, __getline).
24139         Use bool for Booleans.
24140         [USE_IN_LIBIO]: Handle wide streams.
24141         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24142         stream might go where.
24143
24144         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24145         doesn't have to include <stdio.h> before us.
24146         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24147         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24148         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24149         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24150         if not declared, so that we can use getpass.c code from libc without
24151         rewriting it.
24152         (flockfile, ftrylockfile, funlockfile): New macros.
24153
24154 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24155
24156         * modules/getpass: Depend on stdbool.
24157
24158 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24159
24160         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24161
24162 2003-10-07  Karl Berry  <karl@gnu.org>
24163
24164         * config/config.{guess,sub}: update from config.
24165
24166 2003-10-06  Jim Meyering  <jim@meyering.net>
24167             Bruno Haible  <bruno@clisp.org>
24168
24169         This lets translators provide better translations for the
24170         "Written by ..." part of --version output.
24171         * lib/version-etc.h: Include stdarg.h.
24172         (version_etc_copyright): Declare as readonly.
24173         (version_etc): Make this function variadic with a NULL-terminated list
24174         of author name strings.
24175         (version_etc_va): New declaration.
24176         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24177         (version_etc_copyright): Declare as readonly.
24178         (version_etc_va): New function. Provide a different translatable string
24179         for each possible number of authors < 10. Abbreviate when there are 10
24180         authors or more.
24181         (version_etc): Make this function variadic. Call version_etc_va.
24182         Suggestion from Gary V. Vaughan.
24183
24184         * lib/long-options.h (parse_long_options): Change prototype: the
24185         authors string is moved to the end and becomes variadic.
24186         * lib/long-options.c: Include stdarg.h.
24187         (parse_long_options): Make this function variadic, too.
24188         Call version_etc_va, not version_etc.
24189
24190 2003-10-06  Bruno Haible  <bruno@clisp.org>
24191
24192         * modules/version-etc-2: Remove file.
24193         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24194
24195 2003-10-06  Bruno Haible  <bruno@clisp.org>
24196
24197         * modules/fatal-signal: New file.
24198         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24199
24200 2003-10-06  Bruno Haible  <bruno@clisp.org>
24201
24202         * m4/fatal-signal.m4: New file.
24203         * m4/signalblocking.m4: New file, from GNU gettext.
24204
24205 2003-10-06  Bruno Haible  <bruno@clisp.org>
24206
24207         * lib/version-etc-2.h: Remove file.
24208         * lib/version-etc-2.c: Remove file.
24209
24210 2003-10-06  Bruno Haible  <bruno@clisp.org>
24211
24212         * lib/fatal-signal.h: New file, from GNU gettext.
24213         * lib/fatal-signal.c: New file, from GNU gettext.
24214
24215 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24216
24217         * README: Rework advice for preventing empty .o files.
24218         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24219         not <sys/types.h>.
24220
24221 2003-10-04  Karl Berry  <karl@gnu.org>
24222
24223         * lib/argp*: update from libc.
24224
24225 2003-10-04  Karl Berry  <karl@gnu.org>
24226
24227         * config/config.{guess,sub}: update from config.
24228
24229 2003-10-02  Bruno Haible  <bruno@clisp.org>
24230
24231         * modules/lchown (Include): Add lchown.h.
24232         * modules/time_r (Include): Use "..." syntax.
24233         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24234
24235 2003-10-01  Simon Josefsson  <jas@extundo.com>
24236
24237         * MODULES.html.sh (func_all_modules): Move gethostname from section
24238         'based on' to section 'lacking' POSIX:2001.
24239
24240 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24241
24242         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24243         to output mode on the same stream.
24244
24245 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24246
24247         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24248         Fix arg typo in previous patch.
24249
24250 2003-09-28  Jim Meyering  <jim@meyering.net>
24251
24252         * lib/error.c: Correct cpp indentation.
24253
24254 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24255
24256         * modules/free: New file.
24257
24258 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24259
24260         * m4/free.m4: New file.
24261
24262 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24263
24264         * lib/minmax.h (MIN, MAX)
24265         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24266         Omit the special code that used __typeof__, since we worry that
24267         it could be more trouble than it's worth.  See:
24268         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24269         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24270
24271         * lib/free.c: New file.
24272
24273 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24274
24275         Trivial fixes to Makefile.am parts of module listings.
24276         * modules/strstr: Append strstr.h to lib_SOURCES.
24277         * modules/strcase: Likewise, for strcase.h.
24278
24279 2003-09-27  Karl Berry  <karl@gnu.org>
24280
24281         * config/mkinstalldirs: update from automake.
24282
24283 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24284
24285         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24286         (error_tail): Do not loop, reallocating temporary buffer, since
24287         the output cannot contain more wide characters than the input
24288         contains bytes, the size must be big enough already.  This avoids
24289         one potential size overflow calculation.  Check for size overflow
24290         when calculating temporary buffer size.  Free temporary buffer
24291         when done, if it was allocated with malloc; this plugs a memory
24292         leak.  Remove casts from void * to pointers, that are no longer
24293         needed now that we're assuming C89 or better.
24294
24295         Merge error changes from glibc.
24296
24297         * lib/error.c, error.h: Update copyright notice header to match glibc.
24298         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24299         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24300         Disable cancellation while printing error.
24301         * lib/error.h: Prepend __ to parameter names.
24302
24303 2003-09-26  Jim Meyering  <jim@meyering.net>
24304
24305         * lib/error.c (error_tail): Move some declarations
24306         into inner scope where the local variables are used.
24307
24308 2003-09-26  Bruno Haible  <bruno@clisp.org>
24309
24310         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24311         stpncpy().
24312         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24313
24314 2003-09-26  Bruno Haible  <bruno@clisp.org>
24315
24316         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24317         (stpncpy): Define as alias for gnu_stpncpy.
24318         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24319
24320 2003-09-25  Simon Josefsson  <jas@extundo.com>
24321
24322         * lib/xgetdomainname.h: New file.
24323         * lib/xgetdomainname.c: New file.
24324
24325 2003-09-25  Simon Josefsson  <jas@extundo.com>
24326             Bruno Haible  <bruno@clisp.org>
24327
24328         * modules/getdomainname: New file.
24329         * modules/xgetdomainname: New file.
24330         * MODULES.html.sh (func_all_modules): Add getdomainname,
24331         xgetdomainname.
24332
24333 2003-09-25  Simon Josefsson  <jas@extundo.com>
24334             Bruno Haible  <bruno@clisp.org>
24335
24336         * m4/getdomainname.m4: New file.
24337
24338 2003-09-25  Simon Josefsson  <jas@extundo.com>
24339             Bruno Haible  <bruno@clisp.org>
24340
24341         * lib/getdomainname.h: New file.
24342         * lib/getdomainname.c: New file.
24343
24344 2003-09-25  Karl Berry  <karl@gnu.org>
24345
24346         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24347
24348 2003-09-25  Karl Berry  <karl@gnu.org>
24349
24350         * config/install-sh: update from automake.
24351
24352 2003-09-25  Bruno Haible  <bruno@clisp.org>
24353
24354         * modules/version-etc-2: New file, from modules/version-etc with
24355         modifications.
24356         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24357
24358 2003-09-25  Bruno Haible  <bruno@clisp.org>
24359
24360         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24361         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24362
24363 2003-09-24  Simon Josefsson  <jas@extundo.com>
24364
24365         * modules/xgethostname: Add xgethostname.h.
24366
24367 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24368
24369         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24370         the buffer associated with the argument.  Bug reported by
24371         Simon Josefsson.
24372
24373 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24374
24375         * README: Document assumptions that 'int' is at least 32 bits
24376         wide, that integer arithmetic is 2's complement without overflow,
24377         that there are no holes in integer values, that adding sizes of
24378         two nonoverlapping objects can't overflow, and that all-bits-zero
24379         yields scalar zero.  Fix spelling and capitalization typos.
24380
24381 2003-09-19  Karl Berry  <karl@gnu.org>
24382
24383         * lib/argp.h: update from libc.
24384
24385 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24386
24387         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24388         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24389         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24390
24391 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24392
24393         * gnulib-tool: Use "test -h", not "test -L", for portability
24394         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24395         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24396         (sed_extract_prog): Issue s commands one-by-one, rather than
24397         using \| in one s command.
24398
24399 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24400
24401         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24402         input error, instead of returning NULL the next time we are called
24403         (and therefore losing track of errno).
24404
24405 2003-09-16  Bruno Haible  <bruno@clisp.org>
24406
24407         * gnulib-tool (func_create_testdir): Warn about duplicated
24408         dependencies.
24409
24410 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24411
24412         * modules/argmatch, modules/fatal, modules/obstack,
24413         modules/xalloc, modules/xgethostname: Sort dependencies by
24414         importance, not alphabetically.
24415
24416 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24417
24418         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24419         fails, so that the caller gets the proper errno.
24420
24421         * lib/readutmp.c (read_utmp): Likewise.
24422         Check for fstat error.  Close stream and free storage
24423         when failing.
24424
24425 2003-09-14  Karl Berry  <karl@gnu.org>
24426
24427         * config/srclist.txt (strdup.c): disable for c89 changes.
24428
24429 2003-09-14  Jim Meyering  <jim@meyering.net>
24430
24431         * lib/getloadavg.c: Correct cpp indentation.
24432         * lib/strdup.c: Likewise.
24433         * lib/vasnprintf.c: Likewise.
24434
24435 2003-09-14  Bruno Haible  <bruno@clisp.org>
24436
24437         * modules/fwriteerror: New file.
24438         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24439
24440 2003-09-14  Bruno Haible  <bruno@clisp.org>
24441
24442         * lib/fwriteerror.h: New file.
24443         * lib/fwriteerror.c: New file.
24444
24445 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24446
24447         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24448         modules/xgethostname, modules/xalloc: Depend on exit.
24449
24450 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24451
24452         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24453
24454         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24455         and AC_MINIX, too, so that their extensions are available.
24456
24457         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24458         This macro has been superseded by gl_BACKUPFILE.
24459
24460         More patches to assume C89 or better.
24461
24462         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24463
24464         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24465         unconditionally.
24466         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24467         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24468         Include <string.h>, <stdlib.h> unconditionally.
24469         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24470         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24471         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24472         headers or for string.h.
24473         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24474         or strtoul.
24475
24476         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24477         headers.
24478         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24479         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24480         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24481         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24482         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24483         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24484         memcpy, memset.
24485         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24486         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24487         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24488         strtol.
24489         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24490         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24491         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24492         strtoul.
24493
24494 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24495
24496         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24497         * lib/obstack.c [!defined _LIBC]: Likewise.
24498         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24499         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24500         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24501
24502         More changes to assume C89 or better.
24503
24504         * lib/error.c (error_tail): Assume vprintf.
24505
24506         * lib/argmatch.c (getenv): Remove decl.
24507         * lib/progreloc.c (get_full_program_name): Define via prototype.
24508         * lib/setenv.c (clearenv): Likewise.
24509         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24510         needed.
24511         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24512         (malloc, memcpy): Remove decls.
24513         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24514         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24515         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24516         (memcpy): Remove macro.
24517         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24518         (__P): Remove.  All uses removed.
24519         (PTR): Remove.  All uses changed to void *.
24520         (CHAR_BIT, NULL): Remove.
24521         (spaces, zeros, memset_space, memset_zero)
24522         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24523         Remove.
24524         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24525         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24526         Define with prototype.
24527         Remove now-unnecessary prototype decl.
24528         (extra_args_spec): Assume ANSI C.  All uses changed.
24529         (extra_args_spec_iso): Remove.
24530         (my_strftime, emacs_strftimeu): Define via prototype.
24531         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24532         unconditionally.
24533         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24534         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24535         (strtoul, strtol): Remove decls.
24536         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24537         LONG_MAX): Remove.
24538         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24539         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24540         (LOCALE_PARAM_PROTO): New macro.
24541         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24542         (INTERNAL (strtol), strtol): Define with a prototype.
24543         (PARAMS): Remove.  All uses removed.
24544         * lib/tempname.c: Include <string.h> unconditionally.
24545         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24546         * lib/xgethostname.c (main): Define with a prototype.
24547         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24548         Include <stdlib.h> unconditionally.
24549         (calloc, malloc, realloc, free): Remove decls.
24550         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24551         Include <stdlib.h> unconditionally.  Sort include file names.
24552         (strtod): Remove.
24553         (xstrtod): Define with a prototype.
24554         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24555         (strtol, strtoul): Remove decls.
24556
24557 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24558
24559         More patches to assume C89 or better.
24560         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24561         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24562         string.h, memchr, STDC_HEADERS.
24563
24564 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24565
24566         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24567         Include <stdlib.h>, <string.h> unconditionally.
24568         Remove now-unnecessary cast to char *.
24569         * lib/strnlen.c: Include <string.h> unconditionally.
24570         * lib/yesno.c (yesno): Define with a prototype.
24571
24572 2003-09-11  Bruno Haible  <bruno@clisp.org>
24573
24574         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24575
24576 2003-09-10  Jim Meyering  <jim@meyering.net>
24577
24578         * lib/error.c: Correct indentation of cpp directives.
24579
24580 2003-09-10  Bruno Haible  <bruno@clisp.org>
24581
24582         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24583         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24584         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24585         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24586         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24587         <stdlib.h> and <string.h> checks.
24588         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24589         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24590
24591 2003-09-10  Bruno Haible  <bruno@clisp.org>
24592
24593         * lib/strcspn.c: Include <string.h> unconditionally.
24594         * lib/strpbrk.c: Include <string.h> unconditionally.
24595         * lib/strstr.c: Include <string.h> unconditionally.
24596         * lib/unicodeio.c: Include <string.h> unconditionally.
24597         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24598         * lib/unsetenv.c: Likewise.
24599         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24600         * lib/yesno.c: Include <stdlib.h> unconditionally.
24601         (rpmatch): Add prototype.
24602
24603 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24604
24605         More patches to assume C89 or better.
24606         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24607         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24608         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24609         or for string.h.
24610         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24611         stdlib.h.
24612         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24613         C headers.
24614         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24615         string.h.
24616         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24617         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24618         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24619         or for string.h.
24620         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24621         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24622         C headers.
24623         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24624         memcpy.
24625         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24626         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24627         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24628         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24629         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24630         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24631         string.h, free.
24632         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24633         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24634         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24635         C headers, or for string.h.
24636         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24637         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24638         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24639         headers, memory.h, stdlib.h, string.h, strings.h.
24640         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24641         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24642         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24643         strchr.
24644         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24645         headers, memory.h, string.h.
24646         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24647         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24648         free.
24649         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24650         headers.
24651         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24652         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24653         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24654         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24655         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24656
24657 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24658
24659         More K&R removal.
24660
24661         * lib/acosl.c (main): Use a prototype.
24662         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24663         tanl.c: Likewise.
24664
24665         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24666
24667         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24668         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24669         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24670         with a prototype.
24671         * lib/getopt.c (const): Remove macro.
24672         Include <string.h> unconditionally.
24673         (my_index): Remove; all uses changed to strchr.
24674         (strlen): Remove decl.
24675         (exchange): Remove forward decl; no longer needed.
24676         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24677         Define with prototype.
24678         * lib/getopt1.c (const): Remove macro.
24679         (getopt_long, getopt_long_only, main): Define with prototype.
24680
24681         * lib/getugroups.c: Include <string.h> unconditionally.
24682
24683         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24684         (getusershell, setusershell, endusershell, readname, main):
24685         Define with prototypes.
24686
24687         * lib/group-member.c: Include group-member.h first.
24688         Include <stdlib.h> unconditionally.
24689
24690         * lib/hard-locale.c: Include hard-locale.h first.
24691         Include <stdlib.h>, <string.h> unconditionally.
24692
24693         * lib/hash.c (free, malloc): Remove decls.
24694         Include <stdlib.h> unconditionally.
24695
24696         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24697         (getenv): Do not declare.
24698
24699         * lib/idcache.c: Include <string.h> unconditionally.
24700
24701         * lib/long-options.c: Include long-options.h first, to test interface.
24702         Include <stdlib.h> unconditionally.
24703
24704         * lib/makepath.c: Include makepath.h first, to test interface.
24705         Include <stdlib.h> and <string.h> unconditionally.
24706
24707         * lib/linebuffer.c: Include <stdlib.h>.
24708         (free): Remove decl.
24709
24710         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24711         stddef.h. rpl_malloc returns void *, not char *.
24712         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24713         prototype.
24714
24715         * lib/md5.h: Include <limits.h> unconditionally.
24716         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24717         (__P): Remove; all uses removed.
24718         * lib/md5.c: Include "md5.h" first.
24719         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24720         md5_buffer, md5_process_bytes, md5_process_block):
24721         Define with prototypes.
24722         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24723         * lib/sha.c: Include "sha.h" first.
24724         Include <stdlib.h>, <string.h> unconditionally.
24725
24726         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24727         * lib/memcmp.c (__ptr_t): Likewise.
24728         * lib/memrchr.c (__ptr_t): Likewise.
24729         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24730         Include <string.h> unconditionally.
24731         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24732         * lib/memchr.c: Include <stdlib.h> unconditionally.
24733         * lib/memchr.c (LONG_MAX): Remove.
24734         * lib/memrchr.c (LONG_MAX): Likewise.
24735         * lib/memchr.c (__memchr): Define via a prototype.
24736         * lib/memrchr.c (__memrchr): Likewise.
24737         * lib/memcmp.c (__P): Remove, and remove all uses.
24738         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24739         Remove forward decls; no longer needed.
24740         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24741         Use types required by C89 in prototype.
24742
24743         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24744         * lib/savedir.c: Likewise.
24745         * lib/mkdir.c (free): Remove decl.
24746         * lib/rmdir.c (rmdir): Define with a prototype.
24747         * lib/savedir.c: Include savedir.h first, to test interface.
24748
24749         * lib/mktime.c (STDC_HEADERS): Remove.
24750         Include <stdlib.h>, <string.h> unconditionally.
24751
24752         * lib/modechange.c: Include <stdlib.h> unconditionally.
24753         (malloc): Remove decl.
24754
24755         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24756         (free): Remove decl.
24757
24758         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24759         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24760         (This type really should be intptr_t, but that's a C99ism.)
24761         (_obstack_memcpy): Remove: all uses changed to memcpy.
24762         Include <string.h> unconditionally.
24763         (struct obstack): Assume __STDC__ for types of members
24764         chunkfun, freefun, extra_arg.
24765         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24766         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24767         obstack_begin, obstack_specify_allocation,
24768         obstack_specify_allocation_with_arg, obstack_chunkfun,
24769         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24770         Remove unprototyped decls and the macros that use them.
24771         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24772         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24773         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24774         (defined __STDC__ && __STDC__)]:
24775         Remove nonprototyped code.
24776         Include <stdlib.h> unconditionally.
24777         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24778         _obstack_allocated_p, _obstack_free, obstack_free,
24779         _obstack_memory_used, print_and_abort):
24780         Define using prototypes.
24781         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24782         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24783         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24784         obstack_next_free, obstack_object_size, obstack_room) [0]:
24785         Remove unused, unprototyped code.
24786
24787         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24788
24789         * lib/physmem.c (physmem_total, physmem_available, main): Define
24790         with prototypes.
24791
24792         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24793         (main): Define with a prototype.
24794
24795         * lib/posixver.c (getenv): Remove decl.
24796
24797         * lib/putenv.c (malloc): Returns void *, not char *.
24798         Include <string.h> unconditionally.
24799         (strchr, memcpy, NULL): Do not define.
24800
24801         * lib/readtokens.c: Include readtokens.h first, to test interface.
24802         Include <stdlib.h>, <string.h> unconditionally.
24803         (init_tokenbuffer): Define with a prototype.
24804
24805         * lib/regex.c (PARAMS): Remove.  All uses removed.
24806         All uses of _RE_ARGS removed, too.
24807         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24808         unconditionally.
24809         (bzero): Assume memset exists.
24810         (memcmp, memcpy, NULL): Remove.
24811         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24812         char, or assignments to local vars of type signed char.
24813         (init_syntax_once, PREFIX(extract_number_and_incr),
24814         PREFIX(print_partial_compiled_pattern),
24815         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24816         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24817         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24818         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24819         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24820         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24821         wcs_compile_range, byte_compile_range, truncate_wchar,
24822         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24823         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24824         count_mbs_length, wcs_re_match_2_internal,
24825         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24826         PREFIX(alt_match_null_string_p),
24827         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24828         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24829         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24830         now-unnecessary declaration, if any.
24831         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24832         regcomp, regexec):
24833         Remove now-unnecessary casts among pointer types.
24834         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24835
24836         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24837         (free): Remove decl.
24838
24839         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24840
24841         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24842         (free): Remove decl.
24843
24844         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24845         * lib/xgetcwd.c: Likewise.
24846
24847         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24848         (free): Remove decl.
24849
24850         * lib/strchrnul.c (strchrnul): Define with a prototype.
24851         Fix bug: c_in was not converted to char before searching.
24852
24853         The following changes are not K&R related:
24854
24855         * lib/group-member.h: Include <sys/types.h>, so that this file is
24856         self-contained.
24857         * lib/makepath.h: Likewise.
24858
24859         * lib/getusershell.c (readname, default_index, line_size, readname):
24860         Use size_t, not int, for sizes.
24861         (readname): If the size overflows, report an error instead of
24862         looping forever.
24863
24864 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24865
24866         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24867         libc.
24868
24869 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24870
24871         * README: New section: portability guidelines.
24872
24873 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24874
24875         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24876         C89 spec.
24877
24878 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24879
24880         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24881
24882 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24883
24884         Assume C89 or better; remove K&R cruft.
24885         A few of these changes were first proposed by Derek Robert Price
24886         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24887
24888         * lib/addext.c: Include <string.h> unconditionally.
24889         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24890         Don't declare getenv or malloc.
24891
24892         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24893         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24894         (NULL): Remove.
24895         (find_stack_direction, alloca): Use prototypes.
24896
24897         * lib/atexit.c (atexit): Define using a prototype.
24898
24899         * lib/basename.c, dirname.c, stripslash.c:
24900         Include <string.h> unconditionally.
24901
24902         * lib/bcopy.c: Include <stddef.h>.
24903         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24904
24905         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24906
24907         * lib/error.h (error, error_at_line, error_print_progname)
24908         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24909         * lib/error.c: Include error.h first, to check interface.
24910         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24911         (VA_START): Remove; all uses changeed to va_start.
24912         (exit, strerror): Remove decls.
24913         (error_print_progname): Prototype uncondionally.
24914         Don't include <errno.h>; no longer needed.
24915         (private_strerror): Remove.
24916         (error_tail): Always define.
24917         (error, error_at_line): Assume C89 or better; always use prototypes.
24918         * lib/fatal.c: Include "fatal.h" first, to test interface.
24919         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24920         (VA_START): Remove; all uses changed to va_start.
24921         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24922         this case.
24923         (exit): Remove decl.
24924         (fatal): Prototype unconditionally.  Assume va_start works.
24925         Abort at end, to pacify gcc.
24926
24927         * lib/euidaccess.c (main): Define with a prototype.
24928
24929         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24930
24931         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24932
24933         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24934         prototypes.
24935         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24936         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24937         (getenv): Remove decl.
24938         (fnmatch): Define using a prototype.
24939         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24940         (FCT): Define using a prototype.
24941
24942         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24943
24944         * lib/gethostname.c: Include <stddef.h>.
24945         (gethostname): Define with prototype.  Length is size_t, not int.
24946
24947 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24948
24949         Assume C89 or better; remove K&R cruft.
24950         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24951         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24952         string.h, getenv, malloc.
24953         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24954         headers.
24955         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24956         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24957         do not check for strerror.
24958         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24959         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24960         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24961         do not check for doprnt or vprintf.
24962         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24963         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24964
24965 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24966
24967         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24968         getversion.c should have been removed then, but was accidentally
24969         preserved.
24970
24971         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24972         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24973
24974 2003-09-08  Karl Berry  <karl@gnu.org>
24975
24976         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24977                 config, forget about prep.
24978
24979         * config/depcomp, missing: update from automake.
24980
24981 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24982
24983         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24984         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24985
24986 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24987
24988         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24989         copy_tm_result.  Bug reported by Simon Josefsson in
24990         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24991
24992 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24993
24994         * m4/time_r.m4: New file.
24995         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24996         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24997         is. Check for timegm declaration.
24998         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24999         Do not check for gmtime_r.
25000         Replace mktime if __mktime_internal does not exist and if mktime
25001         hasn't been replaced already.
25002
25003 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25004
25005         * lib/time_r.c, lib/time_r.h: New files.
25006
25007         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25008         __localtime_r.
25009         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25010         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25011
25012         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25013         __gmtime_r.
25014         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25015         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25016         Include <time_r.h>.
25017
25018         * lib/timegm.c: Switch to glibc implementation, with the following
25019         changes:
25020         [defined HAVE_CONFIG_H]: Include <config.h>.
25021         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25022         (__mktime_internal) [!defined _LIBC]: New decl.
25023         (__gmtime_r) [!defined _LIBC]: New macro and function.
25024         (timegm): Use a prototype, since gnulib assumes C89.
25025         Do not bother declaring tmp to be const, as it's not really usefu.
25026         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25027         (timegm): Declare only if HAVE_DECL_TIMEGM.
25028
25029 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25030
25031         * MODULES.html.sh (func_all_modules): Add time_r.
25032         * modules/time_r: New file.
25033         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25034         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25035
25036 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25037
25038         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25039         Bug reported by Lute Kamstra in
25040         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25041
25042         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25043         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25044         course with correspondingly smaller numbers for tomorrow and
25045         yesterday.  From Tadayoshi Funaba.  Originally installed into
25046         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25047         coreutils merge?).
25048
25049 2003-08-31  Simon Josefsson  <jas@extundo.com>
25050
25051         * modules/timegm: New file.
25052         * MODULES.html.sh (func_all_modules): Add timegm.
25053
25054 2003-08-31  Simon Josefsson  <jas@extundo.com>
25055
25056         * m4/timegm.m4: New file.
25057
25058 2003-08-31  Simon Josefsson  <jas@extundo.com>
25059
25060         * lib/timegm.h: New file.
25061         * lib/timegm.c: New file.  Based on
25062         wget-1.8.2/src/http.c:mktime_from_utc.
25063
25064 2003-08-31  Karl Berry  <karl@gnu.org>
25065
25066         * lib/argp.h: update from libc.
25067
25068 2003-08-28  Bruno Haible  <bruno@clisp.org>
25069
25070         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25071         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25072         followed by '#define fnmatch fnmatch_posix' gives an error.
25073
25074 2003-08-28  Bruno Haible  <bruno@clisp.org>
25075
25076         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25077         warning on QNX, which defines O_BINARY to 000000.
25078
25079 2003-08-27  Jim Meyering  <jim@meyering.net>
25080
25081         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25082         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25083         would fail after 32.  Reported by Danny Levinson.  Details here:
25084         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25085
25086 2003-08-24  Bruno Haible  <bruno@clisp.org>
25087
25088         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25089         MSVC7 <stdio.h> is included later.
25090
25091 2003-08-22  Simon Josefsson  <jas@extundo.com>
25092
25093         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25094
25095 2003-08-20  Karl Berry  <karl@gnu.org>
25096
25097         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25098
25099 2003-08-20  Bruno Haible  <bruno@clisp.org>
25100
25101         * modules/progname: New file.
25102         * MODULES.html.sh (func_all_modules): Add progname.
25103
25104 2003-08-20  Bruno Haible  <bruno@clisp.org>
25105
25106         * lib/progname.h: New file, from GNU gettext.
25107         * lib/progname.c: New file, from GNU gettext.
25108         * lib/progreloc.c: New file, from GNU gettext.
25109
25110 2003-08-19  Jim Meyering  <jim@meyering.net>
25111
25112         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25113         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25114
25115 2003-08-19  Bruno Haible  <bruno@clisp.org>
25116
25117         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25118         more.
25119
25120 2003-08-19  Bruno Haible  <bruno@clisp.org>
25121
25122         * lib/xstrdup.c: Assume <string.h> exists.
25123
25124 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25125
25126         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25127         in makefile rules.
25128
25129 2003-08-18  Jim Meyering  <jim@meyering.net>
25130
25131         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25132         * m4/lib-ld.m4: Likewise.
25133
25134 2003-08-18  Jim Meyering  <jim@meyering.net>
25135
25136         * lib/setenv.h: Indent nested cpp directive.
25137         * lib/vasnprintf.c: Remove trailing blanks.
25138
25139 2003-08-17  Simon Josefsson  <jas@extundo.com>
25140
25141         * modules/xstrndup: New file.
25142         * MODULES.html.sh (func_all_modules): Add xstrndup.
25143
25144 2003-08-17  Simon Josefsson  <jas@extundo.com>
25145
25146         * modules/argp: Fix autoconf macro name. Add more dependencies.
25147
25148 2003-08-17  Simon Josefsson  <jas@extundo.com>
25149
25150         * m4/xstrndup.m4: New file.
25151
25152 2003-08-17  Simon Josefsson  <jas@extundo.com>
25153
25154         * m4/argp.m4: New file.
25155
25156 2003-08-17  Simon Josefsson  <jas@extundo.com>
25157             Bruno Haible  <bruno@clisp.org>
25158
25159         * lib/xstrndup.h: New file.
25160         * lib/xstrndup.c: New file.
25161
25162 2003-08-17  Bruno Haible  <bruno@clisp.org>
25163
25164         * modules/strndup (Files, Include): Add lib/strndup.h.
25165
25166 2003-08-17  Bruno Haible  <bruno@clisp.org>
25167
25168         * modules/euidaccess (Files): Add lib/euidaccess.h.
25169
25170 2003-08-17  Bruno Haible  <bruno@clisp.org>
25171
25172         * lib/strndup.h: New file.
25173
25174 2003-08-17  Bruno Haible  <bruno@clisp.org>
25175
25176         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25177         like AC_GNU_SOURCE.
25178         * modules/extensions (configure.ac): Comment out the invocation of
25179         gl_USE_SYSTEM_EXTENSIONS.
25180
25181 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25182
25183         Merges from coreutils, etc.
25184         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25185         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25186         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25187         fixing a typo.
25188         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25189         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25190
25191 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25192
25193         Document merge from coreutils.
25194         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25195         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25196         * modules/utime: Add m4/utimes-null.m4.
25197
25198 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25199
25200         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25201         space, undoing this 2003-08-12 change:
25202         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25203
25204 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25205
25206         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25207         strtoul.c from libc, undoing this 2003-08-12 change:
25208         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25209
25210 2003-08-16  Jim Meyering  <jim@meyering.net>
25211
25212         Merges from coreutils.
25213         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25214         prefix.  Adjust cache variables similarly.  Create 500 rather than
25215         just 300 files, to exercise bug on Darwin6.5, too.
25216         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25217         $missing_dir.
25218         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25219         AM_SYS_POSIX_TERMIOS.
25220         Reported by mkc@mathdogs.com.
25221         Also change use of $am_cv_sys_posix_termios
25222         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25223         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25224         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25225         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25226         in /proc/mounts until it finds one with matching device number.  This
25227         is unnecessary when the FILE argument *is* a mount point.  No stat call
25228         is necessary in that case.  So, disable the statvfs-testing code on
25229         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25230         as RedHat bug# 84846.
25231         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25232         to 1MB, so as not to render systems with no stack size limit (e.g.,
25233         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25234         Include <unistd.h>.  On some systems,
25235         it is required for the definition of _SC_PAGESIZE.
25236
25237 2003-08-16  Jim Meyering  <jim@meyering.net>
25238
25239         Merge from coreutils.
25240         * lib/xstrtoimax.c: #else #if -> #elif.
25241         * lib/xstrtoumax.c: Likewise.
25242
25243 2003-08-16  Jim Meyering  <jim@meyering.net>
25244
25245         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25246         * m4/utimes.m4: Removed.
25247         * m4/utimes-null.m4: Renamed from utimes.m4.
25248
25249         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25250         to 1MB, so as not to render systems with no stack size limit (e.g.,
25251         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25252         Include <unistd.h>.  On some systems,
25253         it is required for the definition of _SC_PAGESIZE.
25254
25255 2003-08-16  Jim Meyering  <jim@meyering.net>
25256         and Paul Eggert  <eggert@cs.ucla.edu>
25257
25258         Merges from coreutils, etc.
25259
25260         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25261         using the latest version from cvs.  This avoids problems with #line
25262         directives using a vendor (Sun) compiler.
25263         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25264         Don't set GETGROUPS_LIB here; now it's
25265         done via getgroups.m4's wrapper function.
25266         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25267         rather than just in sh-util/configure.in, so that the
25268         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25269         same.
25270         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25271         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25272         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25273         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25274         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25275         Remove code that is now done by the newly-required macros.
25276         Append $(EXEEXT) to DF_PROG.
25277         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25278         Do not invoke or require the following here,
25279         since prereq.m4 or some gnulib .m4 now does this for us:
25280         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25281         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25282         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25283         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25284         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25285         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25286         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25287         AC_FUNC_OBSTACK.
25288         Do not replace the following functions, as this is now the job
25289         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25290         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25291         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25292         atexit getpass, strdup, getpagesize.
25293         Replace 'raise'.
25294         Do not check for the following functions, as this is now the job
25295         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25296         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25297         setregid.
25298         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25299         Check for sys/sysctl.h.
25300         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25301         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25302         of checking for ssize_t ourselves.
25303
25304         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25305         Require every macro that gnulib/modules/* suggests for us.
25306         (jm_PREREQ_ADDEXT): New macro.
25307         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25308         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25309
25310         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25311         (gl_PHYSMEM): Use it.
25312         Also check for `table' function.
25313         Check for new headers and functions.
25314         Add check for sys/sysmp.h.
25315         With suggestions from Kaveh Ghazi.
25316         Ignore headers that are present but cannot be compiled.  This
25317         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25318         C 5.4.
25319
25320 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25321
25322         Document merge from coreutils.
25323         * modules/userspec: Depend on posixver.
25324         * modules/strftime: Depend on tzset.
25325
25326 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25327
25328         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25329         rather than tab, after '#' in shell-script copyright notices.
25330         Suggested by Bruno Haible.
25331
25332 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25333
25334         * config/srclist-update: Use three spaces, rather than tab, after '#'
25335         in shell-script copyright notices.  Suggested by Bruno Haible.
25336         Remove unnecessary parenthesization in regular expression.
25337
25338 2003-08-15  Jim Meyering  <jim@meyering.net>
25339
25340         Merge from coreutils.
25341         * lib/xgethostname.c: Include <stdlib.h>.
25342         (xghostname): Don't exit for anything other than memory-related
25343         failure; just return NULL.
25344         * lib/userspec.c: Include "posixver.h".
25345         (parse_user_spec): Accept `.' as a separator only
25346         in pre-POSIX-200112 mode.
25347         * lib/strtoimax.c: Use #elif rather than #else #if.
25348         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25349         Remove function, now that we can rely on a working tzset function.
25350         [!_LIBC]: Ensure that the required autoconf test has been run.
25351         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25352         Use underlying_strftime for %r.
25353         * lib/sha.c: Merge in some clean-up and optimization changes from
25354         glibc.
25355         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25356         Ensure that it is a multiple of 64.
25357         Rearrange loop exit tests so as to avoid performing an
25358         additional fread after encountering an error or EOF.
25359         * lib/realloc.c: Update copyright date.
25360
25361 2003-08-15  Jim Meyering  <jim@meyering.net>
25362         and Paul Eggert  <eggert@twinsun.com>
25363
25364         Merge from coreutils.
25365         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25366         member but strut utmpx does not.  Needed for AIX 4.3.3.
25367         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25368
25369 2003-08-15  Jim Meyering  <jim@meyering.net>
25370         and Paul Eggert  <eggert@cs.ucla.edu>
25371
25372         Merges from coreutils, etc.
25373         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25374         Require gl_FUNC_TZSET_CLOBBER.
25375         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25376         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25377         members.
25378
25379 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25380
25381         Help the merge from coreutils.
25382         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25383         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25384         * m4/tzset.m4: Use it too.
25385
25386 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25387
25388         * modules/tzset: New file.
25389
25390 2003-08-14  Jim Meyering  <jim@meyering.net>
25391
25392         Merges from coreutils.
25393         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25394         variable names, rather than @FNMATCH_H@.
25395         * modules/alloca: Likewise for $(ALLOCA_H).
25396
25397         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25398         the three copies of the literal target, `fnmatch.h'.
25399         * modules/alloca (alloca.h): Likewise.
25400
25401 2003-08-14  Jim Meyering  <jim@meyering.net>
25402
25403         Merge from coreutils.
25404         * m4/tzset.m4: New file.
25405         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25406         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25407         otherwise, AIX 5.1 systems would end up using the latter.
25408         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25409         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25410         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25411         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25412
25413 2003-08-14  Jim Meyering  <jim@meyering.net>
25414
25415         Merge from coreutils.
25416         * lib/obstack.h: Whitespace changes.
25417         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25418         and xcalloc return values.
25419         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25420         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25421         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25422         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25423         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25424         error from mntctl.
25425         Use mntctl's return value to drive the entry-processing loop, since
25426         we can't rely on the value of the vmt_length member in the last
25427         entry.  On some systems doing so could result in exhausting
25428         virtual memory.  Based in part on a patch from Mike Jetzer.
25429
25430 2003-08-14  Jim Meyering  <jim@meyering.net>
25431         and Paul Eggert  <eggert@twinsun.com>
25432
25433         Merges from coreutils, plus other fixes.
25434         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25435         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25436         for credits and details.  Thanks to Kaveh Ghazi for helping
25437         to keep these files in sync.
25438         (ARRAY_SIZE): Define it.
25439         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25440         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25441         (memcasecmp): Don't assume size_t fits in unsigned int.
25442         Remove casts and duplicate code.
25443         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25444         (memcpy): Remove definition.
25445         Merge in some clean-up and optimization changes from glibc.
25446         [BLOCKSIZE]: Move definition to top of file.
25447         Ensure that it is a multiple of 64.
25448         Rearrange loop exit tests so as to avoid performing an
25449         additional fread after encountering an error or EOF.
25450         * lib/md5.h (md5_uintptr): Define.
25451         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25452         return to the initial working directory.  Preserve errno
25453         for caller.
25454         * lib/idcache.c: Include "xalloc.h".
25455         (xmalloc, xrealloc): Remove decls.
25456         (getuser): Remove casts no longer required in C89.
25457         * lib/human.c: Include stdio.h, for sprintf.
25458         * lib/group-member.c: Include "xalloc.h".
25459         (xmalloc, xrealloc): Remove decls.
25460         (get_group_info): Remove casts no longer required in C89.
25461         * lib/getusershell.c (readname): Remove casts no longer required in
25462         C89.
25463         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25464         * lib/getline.c: Whitespace fix, from coreutils.
25465
25466 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25467
25468         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25469         Check for isascii.
25470
25471         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25472         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25473         Undo previous (whitespace-only) change.
25474
25475 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25476
25477         * lib/exclude.c: Include <ctype.h>
25478         (IN_CTYPE_DOMAIN): New macro.
25479         (is_space): New fn.
25480         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25481         and empty lines.
25482
25483         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25484         Undo previous (whitespace-only) change.
25485
25486 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25487
25488         * config/srclist-update: Change update back to the old behavior,
25489         leaving whitespace alone.  Use one 'sed' command rather than a
25490         pipeline.
25491         (fixlicense): Now a variable, not a function.
25492         (remove_trailing_blanks): Remove.
25493         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25494         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25495         Undo previous (whitespace-only) change.
25496
25497 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25498
25499         Merge from coreutils.
25500         * modules/euidaccess: Add lib_SOURCES, include for new
25501         file euidaccess.h
25502
25503 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25504
25505         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25506         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25507         Normalize leading white space and remove trailing white space.
25508
25509         Merge from coreutils
25510         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25511
25512         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25513         0.12.1.  These files are now being upgraded automatically by
25514         ../config/srclist-update.
25515
25516 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25517
25518         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25519         Normalize leading white space and remove trailing white space.
25520         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25521         notice, as per ../config/srclist-update.
25522
25523         Merge from coreutils.
25524         * lib/euidaccess.h: New file.
25525         * lib/euidaccess.c: Include it.
25526         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25527         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25528         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25529
25530 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25531
25532         * config/srclist-update: Add copyright notice.
25533         (remove_id_lines, remove_trailing_blanks): New constants.
25534         (fixfile): Use them to normalize spacing a bit in copied files.
25535         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25536         Normalize leading white space and remove trailing white space.
25537
25538         * config/texinfo.tex: Sync with texinfo.
25539
25540         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25541         strtoul.c from libc, to merge coreutils whitespace changes.
25542
25543         * config/srclist.txt: Get the following m4 files from gettext:
25544         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25545         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25546         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25547         wint_t.m4.
25548
25549 2003-08-12  Karl Berry  <karl@gnu.org>
25550
25551         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25552         been made.
25553
25554 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25555
25556         * modules/gnu-source, m4/gnu-source.m4:
25557         Remove; we're assuming Autoconf 2.54 or later now.
25558         Suggested by Bruno Haible.
25559         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25560
25561 2003-08-11  Bruno Haible  <bruno@clisp.org>
25562
25563         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25564
25565 2003-08-11  Bruno Haible  <bruno@clisp.org>
25566
25567         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25568         (vasnprintf): Use it instead of wcslen.
25569
25570 2003-08-11  Bruno Haible  <bruno@clisp.org>
25571
25572         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25573         value to ensure that _Bool promotes to int. Use #define for _Bool when
25574         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25575
25576 2003-08-10  Karl Berry  <karl@gnu.org>
25577
25578         * lib/regex.h: update from libc (whitespace fix).
25579
25580 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25581
25582         Merge some files from coreutils.  These changes were
25583         originally made by Jim Meyering.
25584         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25585         many older Unixes require this.
25586         * lib/alloca.c (alloca): Remove cast to argument of free;
25587         no longer needed in C89.
25588         * lib/alloca_.h, regex.h: Fix white space to match
25589         what GNU indent does.
25590
25591 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25592
25593         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25594         apparently Emacs's Unicode mode got confused before my 2003-08-05
25595         checkin.
25596
25597 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25598
25599         * m4/extensions.m4: New file.
25600         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25601         Require gl_USE_SYSTEM_EXTENSIONS.
25602         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25603         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25604
25605 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25606
25607         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25608         * modules/extensions, modules/gnu-source: New files.
25609         * modules/timespec, modules/unlocked-io: Depend on extensions.
25610
25611 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25612
25613         * modules/restrict: New file.
25614         * MODULES.html.sh (func_all_modules): Add restrict.
25615         * modules/regex: Depend on restrict.
25616
25617 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25618
25619         * m4/restrict.m4: New file.
25620         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25621
25622 2003-08-07  Bruno Haible  <bruno@clisp.org>
25623
25624         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25625         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25626
25627 2003-08-07  Bruno Haible  <bruno@clisp.org>
25628
25629         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25630         makes the module 'getndelim2' compatible with the module 'getline'.
25631
25632 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25633
25634         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25635         byte with "\201" to avoid glitches when editing that source file
25636         with multi-gnome-terminal.
25637
25638 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25639
25640         * lib/bumpalloc.h: Remove.
25641
25642 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25643
25644         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25645         * modules/bumpalloc: Remove.
25646
25647 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25648
25649         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25650         GNU coding style.
25651
25652         Merge from coreutils.
25653         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25654         1. From glibc.
25655         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25656         from Karl Berry, implemented by Jim Meyering.
25657         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25658         from Dmitry V. Levin.
25659         Remove anachronistic cast of xrealloc.
25660         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25661         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25662         type. Otherwise, it wouldn't compile with at least /bin/cc on
25663         ymp-cray-unicos9.0.2.X.
25664         Combine two mostly-identical uses of alloca into one.
25665         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25666
25667 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25668
25669         [From Emacs.]
25670
25671         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25672         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25673         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25674         obsolete NLIST_NAME_UNION.
25675         [__GNU__]: Undef BSD and FSCALE.
25676         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25677
25678 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25679
25680         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25681         an enum type, so that it's guaranteed to promote to int.  See:
25682         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25683
25684 2003-08-03  Karl Berry  <karl@gnu.org>
25685
25686         * config/depcomp: update from automake.
25687
25688 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25689
25690         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25691         (strerror): Don't assume that a printable int fits in 14 bytes.
25692
25693 2003-07-31  Bruno Haible  <bruno@clisp.org>
25694
25695         * modules/getpass-gnu: New file.
25696         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25697
25698 2003-07-31  Bruno Haible  <bruno@clisp.org>
25699
25700         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25701
25702 2003-07-24  Karl Berry  <karl@gnu.org>
25703
25704         * config/missing: update from automake.
25705
25706 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25707             Bruno Haible  <bruno@clisp.org>
25708
25709         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25710         * lib/getline.c (getline, getdelim): Likewise.
25711         Remove _GNU_SOURCE define; now it's defined in config.h through
25712         m4/getline.m4.
25713
25714 2003-07-23  Karl Berry  <karl@gnu.org>
25715
25716         * config/config.sub: update from prep.
25717
25718 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25719
25720         * modules/xalloc (Depends-on): Add exitfail.
25721         * modules/xmemcoll: Likewise.
25722
25723 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25724
25725         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25726         over-parenthesization in macros.
25727
25728         Sync with coreutils.
25729
25730         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25731         required by C99.
25732
25733         Use `exit_failure' for xalloc and xmemcoll instead of their own
25734         private exit-failure variables.
25735         * lib/xalloc.h (xalloc_exit_failure): Remove.
25736         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25737         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25738         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25739         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25740         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25741
25742 2003-07-20  Jim Meyering  <jim@meyering.net>
25743
25744         * modules/closeout (Depends-on): Add exitfail.
25745         Suggestion from Bruno Haible.
25746
25747 2003-07-19  Karl Berry  <karl@gnu.org>
25748
25749         * config/config.sub: update from prep.
25750
25751 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25752
25753         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25754         Remove.
25755         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25756         to test that it can stand by itself.  Include "exitfail.h".
25757         Clients should set exit_failure instead.
25758         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25759
25760 2003-07-18  Bruno Haible  <bruno@clisp.org>
25761
25762         * modules/getndelim2: New file.
25763         * modules/getline: Share files with module getndelim2.
25764         * modules/getnline: Depend on getndelim2 instead of sharing files with
25765         it. Add getnline.c to lib_SOURCES.
25766         * MODULES.html.sh (func_all_modules): Add getndelim2.
25767
25768 2003-07-18  Bruno Haible  <bruno@clisp.org>
25769
25770         * m4/getndelim2.m4: New file.
25771         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25772         invoke gl_PREREQ_GETNDELIM2.
25773         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25774         gl_PREREQ_GETNDELIM2.
25775         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25776         gl_GETNDELIM2.
25777
25778 2003-07-18  Bruno Haible  <bruno@clisp.org>
25779
25780         * lib/getndelim2.h: New file.
25781         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25782         getndelim2.h.
25783         (getndelim2): Make non-static. Change return type to ssize_t.
25784         * lib/getline.h: Change argument names.
25785         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25786         * lib/getnline.c: Include getndelim2.h.
25787
25788 2003-07-18  Andreas Schwab  <schwab@suse.de>
25789
25790         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25791
25792 2003-07-17  Karl Berry  <karl@gnu.org>
25793
25794         * config/config.sub: update from prep.
25795
25796 2003-07-17  Bruno Haible  <bruno@clisp.org>
25797
25798         * modules/getnline: New file.
25799         * modules/getline: Add lib/getndelim2.c to source file list.
25800         * MODULES.html.sh (func_all_modules): Add getnline.
25801
25802 2003-07-17  Bruno Haible  <bruno@clisp.org>
25803
25804         * m4/getnline.m4: New file.
25805
25806 2003-07-17  Bruno Haible  <bruno@clisp.org>
25807
25808         * m4/Makefile.am.in: Remove file.
25809         * m4/Makefile.am: Remove file.
25810         * m4/Makefile.in: Remove file.
25811
25812 2003-07-17  Bruno Haible  <bruno@clisp.org>
25813
25814         * lib/getnline.h: New file.
25815         * lib/getnline.c: New file.
25816         * lib/getndelim2.c: New file, extracted from getline.c.
25817         (getndelim2): Renamed from getdelim2, with added nmax argument.
25818         * lib/getline.c: Include getndelim2.c.
25819         (getdelim2): Moved out to getndelim2.c.
25820         (getline, getdelim): Update.
25821
25822 2003-07-17  Bruno Haible  <bruno@clisp.org>
25823
25824         * lib/Makefile.am: Remove file.
25825         * lib/Makefile.in: Remove file.
25826
25827 2003-07-17  Bruno Haible  <bruno@clisp.org>
25828
25829         * configure.in: Remove file.
25830         * Makefile.in: Remove file.
25831
25832 2003-07-17  Bruno Haible  <bruno@clisp.org>
25833
25834         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25835
25836 2003-07-16  Karl Berry  <karl@gnu.org>
25837
25838         * config/srclist-update: was running fixlicense twice, which caused
25839                 texinfo.tex to be nullified for some reason.  Simplify,
25840                 $gplsrc is no longer needed as far as I can see?
25841
25842 2003-07-16  Jim Meyering  <jim@meyering.net>
25843
25844         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25845
25846 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25847
25848         * config/srclist.txt: Get the following files from gettext-runtime/intl
25849         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25850         ref-del.sin.  From Bruno Haible.
25851         * config/srclist-update (fixfile): Change grep pattern again, since the
25852         previous fix didn't work (there was another trailing $).  Use
25853         '[$]' to escape the $s.
25854
25855 2003-07-15  Karl Berry  <karl@gnu.org>
25856
25857         * lib/vasnprintf.c: update from gettext.
25858
25859 2003-07-15  Karl Berry  <karl@gnu.org>
25860
25861         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25862         gets expanded when surrounded by '$'.
25863
25864 2003-07-15  Jim Meyering  <jim@meyering.net>
25865
25866         * modules/save-cwd: Don't depend on error.  From Derek Price.
25867
25868 2003-07-15  Jim Meyering  <jim@meyering.net>
25869
25870         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25871
25872 2003-07-14  Simon Josefsson  <jas@extundo.com>
25873
25874         * modules/mempcpy: New file.
25875         * MODULES.html.sh (func_all_modules): Add mempcpy.
25876
25877 2003-07-14  Simon Josefsson  <jas@extundo.com>
25878
25879         * m4/mempcpy.m4: New file.
25880
25881 2003-07-14  Simon Josefsson  <jas@extundo.com>
25882
25883         * lib/mempcpy.h: New file.
25884         * lib/mempcpy.c: New file.
25885
25886 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25887
25888         * modules/getdate, modules/posixtm: Depend on mktime.
25889
25890 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25891
25892         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25893         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25894         unicodeio.c, unicodeio.h, unlocked-io.h:
25895         Switch from LGPL to GPL.
25896
25897 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25898
25899         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25900         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25901         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25902         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25903         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25904         updated automatically by ../config/srclist-update.  This changes
25905         their license from LPGL to GPL.
25906
25907 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25908
25909         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25910         assumed to refer to the root of the most recent stable gettext version.
25911         * config/srclistvars.sh: Add defaults for eggert.
25912         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25913         Match "This program" as well as "The program".  This is needed
25914         for gettext.
25915
25916 2003-07-14  Jim Meyering  <jim@meyering.net>
25917
25918         Don't emit diagnostics.  Let callers do that.
25919         * lib/save-cwd.c: Don't include "error.h".
25920         (save_cwd): Don't call error.  Ensure that errno is valid
25921         when returning nonzero.
25922
25923         * lib/save-cwd.h (restore_cwd): Update prototype.
25924         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25925         Simplify.  Don't call error upon failure.  Let callers do that.
25926         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25927         when auditing is enabled.  But don't bother updating the #if.
25928
25929 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25930
25931         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25932         it breaks C++ compilation.
25933         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25934
25935 2003-07-10  Simon Josefsson  <jas@extundo.com>
25936
25937         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25938
25939 2003-07-10  Jim Meyering  <jim@meyering.net>
25940
25941         * m4/clock_time.m4: Remove trailing blank.
25942         * m4/intmax_t.m4: Likewise.
25943
25944 2003-07-10  Jim Meyering  <jim@meyering.net>
25945
25946         * lib/vasnprintf.c: Remove trailing blanks.
25947         Make cpp indentation consistent.
25948
25949 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25950
25951         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25952         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25953         Switch from LGPL to GPL.
25954
25955 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25956
25957         * config/srclist.txt: Sort sublists.  Add
25958         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25959         that differ from gnulib for one reason or another; we'd like this list
25960         to be smaller but for now let's document what we have.
25961
25962 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25963
25964         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25965         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25966         and sweeter "eval x=$x".
25967         * config/srclist.txt: Get lib/argp* from glibc.
25968
25969 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25970
25971         * lib/mktime.c: Fix some boundary cases and remove need for floating
25972         point.
25973
25974         Issue a compile-time diagnostic if time_t is floating point, or if
25975         two's complement arithmetic is not in effect, or if arithmetic
25976         right shift does not propagate the sign.  These assumptions were
25977         all in the original code but they weren't checked.
25978
25979         (TIME_T_MIDPOINT, verify): New macros.
25980         (__isleap): Remove; it has integer overflow problems.
25981         (leapyear): New function, without those problems.
25982         (ydhms_tm_diff): Remove; splitting into two parts.
25983         (ydhms_diff): New function, containing the arithmetic part of
25984         the old ydhms_tm_diff function.  Issue a compile-time
25985         diagnostic if we are not using C99 integer division.
25986         Avoid casts when possible.
25987         (guess_time_tm): New function, containing the checking part of
25988         the old ydhms_tm_diff function.  Return the new value, rather than
25989         the difference between it and the old.  Accept a new argument T
25990         so that *T specifies the old value.  Check for overflow in the result.
25991
25992         (__mktime_internal): Use a time_t offset, not a long int offset.
25993         This undoes the 2003-06-04 change, which is no longer needed now
25994         that we have better overflow checking.
25995         (localtime_offset): Likewise.
25996
25997         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25998         and long are 64-bit but int is only 32-bit.
25999         (ydhms_diff): Use long int to store year1 and yday1.
26000         Issue a compile-time diagnostic if long int is not wide enough.
26001
26002         (__mktime_internal): Use long int to store adjusted year and yday.
26003         Use plain C rather than preprocessor commands, if that doesn't
26004         affect efficiency.
26005         Check for overflow (and try to repair) after each probe
26006         rather than checking only at the very end.  This avoids some bugs
26007         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26008         does not equal GMT offset at maximum time).
26009         Use integer to check for overflow rather than floating point; this
26010         is more portable to non-IEEE hosts, and is a tad faster.
26011         When we detect that we are oscillating between two values,
26012         don't check whether tm_isdst has the requested value, since
26013         we already know the answer.  When tm_isdst has the wrong value,
26014         use a different heuristic to find the right one, based on the
26015         extreme values actually observed in practice in tz2003a,
26016         rather than the (overly optimistic) "previous 3 calendar quarters".
26017
26018         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26019         "T const" to accommodate glibc style.
26020         (check_result): Use less-confusing report format.  "long" -> "long int.
26021         (main): Likewise.
26022         Don't loop if the iteration overflows time_t.
26023         Allow a negative step in the iteration.
26024
26025 2003-07-06  Karl Berry  <karl@gnu.org>
26026
26027         * config/depcomp: update from automake.
26028         * config/config.sub: update from prep.
26029
26030 2003-07-03  Karl Berry  <karl@gnu.org>
26031
26032         * config/config.guess: update from prep.
26033
26034 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26035
26036         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26037         xreadlink.c now includes it unconditionally.
26038
26039 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26040
26041         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26042         having it depend on HAVE_SYS_TYPES_H.
26043
26044 2003-07-01  Bruno Haible  <bruno@clisp.org>
26045
26046         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26047         <sys/types.h> should be sufficient.
26048         Reported by Paul Eggert.
26049
26050 2003-06-26  Karl Berry  <karl@gnu.org>
26051
26052         * config/depcomp: update from automake.
26053
26054 2003-06-26  Bruno Haible  <bruno@clisp.org>
26055
26056         * modules/human: Depend on module stdbool.
26057
26058 2003-06-25  Bruno Haible  <bruno@clisp.org>
26059
26060         * modules/readlink: New file.
26061         * modules/xreadlink: Depend on it.
26062         * MODULES.html.sh (func_all_modules): Add readlink.
26063
26064 2003-06-25  Bruno Haible  <bruno@clisp.org>
26065
26066         * m4/readlink.m4: New file.
26067
26068 2003-06-25  Bruno Haible  <bruno@clisp.org>
26069
26070         * lib/readlink.c: New file.
26071
26072 2003-06-22  Karl Berry  <karl@gnu.org>
26073
26074         * config/srclist.txt: update mkinstalldirs from automake.
26075         * config/mkinstalldirs: update.
26076
26077 2003-06-22  Bruno Haible  <bruno@clisp.org>
26078
26079         Portability to mingw32.
26080         * m4/ssize_t.m4: New file, from GNU gettext.
26081         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26082         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26083
26084 2003-06-22  Bruno Haible  <bruno@clisp.org>
26085
26086         * modules/safe-read: Add m4/ssize_t.m4.
26087         * modules/xreadlink: Add m4/ssize_t.m4.
26088
26089 2003-06-20  Bruno Haible  <bruno@clisp.org>
26090
26091         Assume C89, so PARAMS isn't needed.
26092         * lib/unicodeio.h (PARAMS): Remove.
26093         * lib/unicodeio.c: Don't use PARAMS.
26094
26095 2003-06-18  Karl Berry  <karl@gnu.org>
26096
26097         * config/config.{guess,sub}: update from prep.
26098
26099 2003-06-18  Jim Meyering  <jim@meyering.net>
26100
26101         Merge changes from coreutils.
26102         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26103         Remove explicit declarations of xmalloc and realloc.
26104         Include xalloc.h.
26105         (read_utmp): Remove anachronistic cast of xmalloc.
26106
26107 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26108
26109         Assume C89, so PARAMS isn't needed.
26110         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26111         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26112         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26113         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26114         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26115         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26116         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26117         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26118         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26119         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26120         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26121         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26122         no longer needed. Anyway, config.h should always be included before any
26123         other file.
26124
26125 2003-06-11  Simon Josefsson  <jas@extundo.com>
26126
26127         * modules/sysexits: New file.
26128         * MODULES.html.sh (func_all_modules): Add sysexits.
26129
26130 2003-06-11  Simon Josefsson  <jas@extundo.com>
26131
26132         * lib/sysexit_.h: New file.
26133
26134 2003-06-11  Derek Price  <derek@ximbiot.com>
26135
26136         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26137         necessary.
26138
26139 2003-06-11  Bruno Haible  <bruno@clisp.org>
26140
26141         * m4/sysexits.m4: New file.
26142
26143 2003-06-10  Simon Josefsson  <jas@extundo.com>
26144
26145         * lib/argp.h: New file, from glibc.
26146         * lib/argp-ba.c: New file, from glibc.
26147         * lib/argp-eexst.c: New file, from glibc.
26148         * lib/argp-fmtstream.c: New file, from glibc.
26149         * lib/argp-fmtstream.h: New file, from glibc.
26150         * lib/argp-fs-xinl.c: New file, from glibc.
26151         * lib/argp-help.c: New file, from glibc.
26152         * lib/argp-namefrob.h: New file, from glibc.
26153         * lib/argp-parse.c: New file, from glibc.
26154         * lib/argp-pv.c: New file, from glibc.
26155         * lib/argp-pvh.c: New file, from glibc.
26156         * lib/argp-xinl.c: New file, from glibc.
26157
26158 2003-06-10  Simon Josefsson  <jas@extundo.com>
26159
26160         * modules/strchrnul: New file.
26161
26162 2003-06-10  Simon Josefsson  <jas@extundo.com>
26163
26164         * modules/argp: New file.
26165
26166 2003-06-10  Simon Josefsson  <jas@extundo.com>
26167
26168         * m4/strchrnul.m4: New file.
26169
26170 2003-06-10  Simon Josefsson  <jas@extundo.com>
26171
26172         * lib/strchrnul.h: New file.
26173         * lib/strchrnul.c: New file.
26174
26175 2003-06-10  Bruno Haible  <bruno@clisp.org>
26176
26177         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26178
26179 2003-06-07  Karl Berry  <karl@gnu.org>
26180
26181         * config/config.{guess,sub}: update from prep.
26182
26183 2003-06-07  Jim Meyering  <jim@meyering.net>
26184
26185         * modules/strtod: Use $(...) notation, not @...@ for
26186         AC_REPLACE'd variables.
26187         * modules/localcharset: Likewise.
26188
26189 2003-06-07  Jim Meyering  <jim@meyering.net>
26190
26191         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26192         in place of my name in the copyright comment.
26193         Remove definition and uses of __P.
26194
26195         From coreutils.
26196         * lib/stat.c: Don't declare xmalloc explicitly.
26197         Instead, include "xalloc.h".
26198         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26199         xrealloc, and xcalloc return values.
26200         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26201         Improve comment.
26202         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26203
26204 2003-06-07  Bruno Haible  <bruno@clisp.org>
26205
26206         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26207         avoid AC_CONFIG_LINKS.
26208         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26209         fnmatch.h, to avoid AC_CONFIG_LINKS.
26210         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26211
26212 2003-06-07  Bruno Haible  <bruno@clisp.org>
26213
26214         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26215         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26216         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26217         directory.
26218         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26219         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26220         directory.
26221
26222 2003-06-06  Jim Meyering  <jim@meyering.net>
26223
26224         Merge from coreutils.
26225         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26226         Consolidate declarations and initializations of *_base* locals.
26227
26228         Merge from coreutils.
26229         This avoids a core dump on systems without GNU putenv,
26230         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26231         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26232         (unsetenv): New static function, from GNU libc.
26233         (rpl_putenv): Use it.
26234
26235         * lib/modechange.c: Remove trailing blanks.
26236
26237         Merge from coreutils.
26238         * lib/fsusage.c: Remove declaration of statfs.
26239         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26240
26241         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26242
26243 2003-06-06  Jim Meyering  <jim@meyering.net>
26244
26245         * lib/stdbool_.h: Renamed from stdbool.h.in.
26246
26247 2003-06-06  Jim Meyering  <jim@meyering.net>
26248             Bruno Haible  <bruno@clisp.org>
26249
26250         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26251         Adjust Makefile.am snippet not to redirect directly to target.
26252         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26253
26254 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26255
26256         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26257         mismatch, look in future quarters as well as past.  This fixes a
26258         bug when processing fall-backwards gaps immediately after a long
26259         period of daylight-saving time.
26260
26261         * lib/mktime.c: Assume freestanding C89 or better.
26262         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26263         (__P): Remove; not used.
26264         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26265         (mktime, not_equal_tm, print_tm, check_result,
26266         main): Use prototypes.  Use const * where appropriate.
26267         (main): Fix typo in testing code that uncovered by above changes.
26268         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26269
26270 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26271
26272         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26273         locale.h, localeconv.  This merges changes from coreutils.
26274
26275         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26276         It can be removed after the next Autoconf is released.
26277         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26278         needed.
26279
26280 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26281
26282         * lib/mktime.c: Fix Debian bug 177940
26283         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26284         (localtime_offset): Now long int, not time_t, because we want it
26285         to be guaranteed to be signed.  All uses changed.
26286         (__mktime_internal): If overflow would occur when adding offset,
26287         don't add it.
26288
26289         Merge 'human' changes from coreutils.  Rewrite to support
26290         locale-specific notations like thousands separators.
26291         * lib/human.c: Simplify authorship notice.
26292         Include human.h immediately after config.h.
26293         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26294         <limits.h>: Do not include, since human.h does.
26295         (SIZE_MAX, UINTMAX_MAX): New macros.
26296         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26297         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26298         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26299         (power_letter): Renamed from suffixes.
26300         (generate_suffix_backwards): Remove.
26301         (adjust_value): Now takes int style (because of human.h changes)
26302         and long double value (for greater precision on some platforms).
26303         (group_number): New function.
26304         (human_readable): Use it.  Use integer options, not enum.
26305         Put the options before the sizes in the arg list.
26306         Support all the new options.
26307         The old human_readable function has been removed;
26308         use inttostr.h instead.
26309         (human_readable, default_block_size, humblock):
26310         Use uintmax_t, not int, for block sizes.
26311         (human_readable_inexact, block_size_types): Remove.
26312         (block_size_opts): New constant.
26313         (human_options): Renamed from human_block_size, with new signature
26314         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26315         * lib/human.h: Add copyright and authorship notice.
26316         Include <limits.h> and <stdbool.h> unconditionally.
26317         (PARAMS): Remove.  All uses removed.
26318         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26319         (enum human_inexact_style): Remove tag; now a nameless enum.
26320         (human_floor, human_ceiling, human_round_to_even): Now have
26321         values 2, 0, 1 rather than -1, 1, 0.
26322         (human_group_digits, human_suppress_point_zero, human_autoscale,
26323         human_base_1024, human_SI, human_B): New constants.
26324         (human_readable_inexact, human_block_size): Remove.
26325         (human_readable): Size args are now uintmax_t, not int.
26326         (human_options): New decl.
26327
26328         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26329         unnecessary now that we assume C89 or better.  This change
26330         imported from coreutils.
26331
26332         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26333         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26334         in the 2003-05-30 sync from glibc.
26335
26336         .h files should stand alone, but we shouldn't include <sys/types.h>
26337         if we can get away with just <stddef.h>.
26338
26339         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26340         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26341         rather than <sys/types.h>, as we merely need size_t.
26342         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26343         to get size_t.
26344         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26345         Include <stdio.h>, to get FILE.
26346         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26347         memcasecmp.h has included <stddef.h> and all we need is size_t.
26348         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26349         our interface, instead of including <sys/types.h>
26350
26351 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26352
26353         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26354         now, as glibc mktime is buggy on non-glibc systems.
26355
26356 2003-06-03  Karl Berry  <karl@gnu.org>
26357
26358         * config/config.sub: update from prep.
26359
26360 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26361
26362         [from coreutils]
26363         Fix some minor time-related bugs with POSIX time arguments.
26364         Some valid time stamps were being rejected (notably -1, and
26365         time stamps before 1900 on 64-bit hosts).  And some invalid
26366         time stamps were being accepted, e.g. September 31.
26367
26368         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26369         that we can return (time_t) -1 successfully.
26370         * lib/posixtm.c: Likewise.
26371         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26372         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26373         (t): Remove static var.
26374         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26375         of static var.  All uses changed.
26376         (year): Do not reject years before 1900; they can occur with
26377         64-bit time_t.
26378         (posix_time_parse): Do not check for out-of-range components;
26379         that is now the caller's responsibility, since our checks were
26380         only approximations.
26381         (posixtime): Use mktime to check for out-of-range components,
26382         since it knows them exactly.
26383         If mktime returns (time_t) -1, check whether an error actually occurred
26384         by invoking localtime on -1.
26385         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26386         posixtime failures better.
26387         Improve the test data (in comments only).
26388
26389 2003-06-02  Karl Berry  <karl@gnu.org>
26390
26391         * config/mkinstalldirs (version): new variable.
26392         (--version): new option.
26393         (usage): improve message.
26394
26395 2003-05-30  Karl Berry  <karl@gnu.org>
26396
26397         * lib/mktime.c: update from libc.
26398
26399 2003-05-30  Bruno Haible  <bruno@clisp.org>
26400
26401         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26402         * config/config.rpath: Upgrade to gettext-0.12.1.
26403
26404 2003-05-30  Bruno Haible  <bruno@clisp.org>
26405
26406         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26407         * m4/nls.m4: New file, from gettext-0.12.1.
26408         * m4/po.m4: New file, from gettext-0.12.1.
26409         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26410
26411 2003-05-30  Bruno Haible  <bruno@clisp.org>
26412
26413         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26414         * lib/localcharset.h: Likewise.
26415         * lib/localcharset.c: Likewise.
26416
26417 2003-05-29  Karl Berry  <karl@gnu.org>
26418
26419         * config/config.rpath: update from gettext.
26420
26421 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26422
26423         Assume the headers required for C89 freestanding compilers.
26424         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26425         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26426         * m4/human.m4 (gl_HUMAN): Likewise.
26427         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26428         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26429         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26430         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26431         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26432         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26433
26434 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26435
26436         Assume the headers required for C89 freestanding compilers.
26437         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26438         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26439         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26440         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26441         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26442         define, since <limits.h> is guaranteed to do that.
26443         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26444         * lib/exclude.c: Include <stdbool.h> unconditionally.
26445         * lib/tempname.c: Include <stddef.h> unconditionally.
26446         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26447         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26448         <stddef.h> does that.
26449         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26450         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26451         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26452         needed.
26453         * lib/xstrtol.c: Likewise.
26454         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26455         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26456
26457         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26458         warnings on some platforms.
26459
26460         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26461         arbitrarily.
26462
26463 2003-05-26  Jim Meyering  <jim@meyering.net>
26464
26465         Merge in a change from coreutils:
26466         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26467         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26468         that condition, rather than `-1' which is slightly misleading.
26469         Change the name of the cache variable to have the gl_ prefix.
26470         Prompted by a patch from Richard Dawe for DJGPP.
26471
26472 2003-05-24  Karl Berry  <karl@gnu.org>
26473
26474         * config/config.guess: update from prep.
26475
26476 2003-05-22  Karl Berry  <karl@gnu.org>
26477
26478         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26479
26480 2003-05-20  Karl Berry  <karl@gnu.org>
26481
26482         * config/config.guess: update from prep.
26483
26484 2003-05-18  Karl Berry  <karl@gnu.org>
26485
26486         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26487         might actually be set by the user.
26488
26489         * config/depcomp, install-sh, mdate-sh: update from automake.
26490
26491 2003-05-17  Bruno Haible  <bruno@clisp.org>
26492
26493         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26494         invalid expansion for AC_EGREP_CPP.
26495         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26496         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26497         Suggested by Akim Demaille <akim@epita.fr> in
26498         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26499
26500 2003-05-12  Jim Meyering  <jim@meyering.net>
26501
26502         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26503         the space-padded-by-default conversion specifiers, %e, %k, %l.
26504
26505 2003-05-12  Bruno Haible  <bruno@clisp.org>
26506
26507         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26508         the string is longer than 4 KB.
26509
26510 2003-05-11  Karl Berry  <karl@gnu.org>
26511
26512         * config/config.{guess,sub}: update from prep.
26513
26514 2003-05-09  Bruno Haible  <bruno@clisp.org>
26515
26516         * modules/error: Add m4/strerror_r.m4 to file list.
26517
26518 2003-05-03  Bruno Haible  <bruno@clisp.org>
26519
26520         Upgrade to Unicode-4.0.
26521         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26522         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26523         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26524         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26525         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26526         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26527         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26528         Change width of U+E0100..U+E01EF from 1 to 0.
26529
26530 2003-04-25  Jim Meyering  <jim@meyering.net>
26531
26532         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26533         of type size_t, not int.
26534
26535 2003-04-25  Bruno Haible  <bruno@clisp.org>
26536
26537         * lib/copy-file.c: Include <stddef.h>, for size_t.
26538
26539 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26540
26541         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26542         code which expansion is under static control.  Patch imported from
26543         Akim Demaille's patch to Bison; see
26544         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26545
26546 2003-04-14  Bruno Haible  <bruno@clisp.org>
26547
26548         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26549
26550 2003-04-11  Jim Meyering  <jim@meyering.net>
26551
26552         Merge changes from Coreutils.
26553
26554         2003-03-22  Jim Meyering  <jim@meyering.net>
26555
26556         * lib/strftime.c (widen): Cast alloca return value to proper type.
26557
26558         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26559
26560         From GNU libc.
26561         * lib/strftime.c (my_strftime): Handle very large width
26562         specifications for numeric values correctly.  Improve checks for
26563         overflow.
26564
26565         2003-01-19  Jim Meyering  <jim@meyering.net>
26566
26567         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26568         definitions.
26569         (nl_get_alt_digit) [! defined my_strftime]: Define.
26570         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26571         _nl_get_alt_digit and _nl_get_walt_digit.
26572
26573         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26574         libc. These changes have no effect outside of _LIBC.
26575
26576 2003-04-10  Bruno Haible  <bruno@clisp.org>
26577
26578         * modules/findprog: New file.
26579         * MODULES.html.sh (func_all_modules): Add it.
26580
26581 2003-04-10  Bruno Haible  <bruno@clisp.org>
26582
26583         * m4/findprog.m4: New file.
26584         * m4/eaccess.m4: New file.
26585
26586 2003-04-10  Bruno Haible  <bruno@clisp.org>
26587
26588         * lib/findprog.h: New file, from GNU gettext.
26589         * lib/findprog.c: New file, from GNU gettext.
26590
26591 2003-04-05  Jim Meyering  <jim@meyering.net>
26592
26593         Merge changes from Coreutils.
26594
26595         * lib/exclude.h (PARAMS): Remove definition and uses.
26596         * lib/exclude.c: Remove uses of `PARAMS'.
26597
26598         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26599         Add test-cases for DOS filenames. Declare program_name.
26600         (main): Set up program_name.  Patch by Rich Dawe.
26601
26602         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26603         error from mntctl.
26604         Use mntctl's return value to drive the entry-processing loop, since
26605         we can't rely on the value of the vmt_length member in the last
26606         entry.  On some systems doing so could result in exhausting
26607         virtual memory.  Based in part on a patch from Mike Jetzer.
26608
26609 2003-04-04  Bruno Haible  <bruno@clisp.org>
26610
26611         * modules/linebreak: New file.
26612         * MODULES.html.sh (func_all_modules): Add it.
26613
26614 2003-04-04  Bruno Haible  <bruno@clisp.org>
26615
26616         * m4/linebreak.m4: New file.
26617
26618 2003-04-04  Bruno Haible  <bruno@clisp.org>
26619
26620         * lib/linebreak.h: New file, from GNU gettext.
26621         * lib/linebreak.c: New file, from GNU gettext with slight
26622         modifications.
26623         * lib/lbrkprop.h: New file, from GNU gettext.
26624
26625 2003-04-03  Bruno Haible  <bruno@clisp.org>
26626
26627         * modules/utf8-ucs4: New file.
26628         * modules/utf16-ucs4: New file.
26629         * modules/ucs4-utf8: New file.
26630         * modules/ucs4-utf16: New file.
26631         * MODULES.html.sh (func_all_modules): Add them.
26632
26633 2003-04-03  Bruno Haible  <bruno@clisp.org>
26634
26635         * m4/utf-ucs4.m4: New file.
26636         * m4/ucs4-utf.m4: New file.
26637
26638 2003-04-03  Bruno Haible  <bruno@clisp.org>
26639
26640         * lib/utf8-ucs4.h: New file, from GNU gettext.
26641         * lib/utf16-ucs4.h: New file, from GNU gettext.
26642         * lib/ucs4-utf8.h: New file, from GNU gettext.
26643         * lib/ucs4-utf16.h: New file, from GNU gettext.
26644
26645 2003-04-02  Bruno Haible  <bruno@clisp.org>
26646
26647         * modules/binary-io: New file.
26648         * MODULES.html.sh (func_all_modules): Add it.
26649
26650 2003-04-02  Bruno Haible  <bruno@clisp.org>
26651
26652         * lib/binary-io.h: New file, from GNU gettext.
26653
26654 2003-04-01  Bruno Haible  <bruno@clisp.org>
26655
26656         * modules/pathname: New file.
26657         * MODULES.html.sh (func_all_modules): Add it.
26658
26659 2003-04-01  Bruno Haible  <bruno@clisp.org>
26660
26661         * lib/pathname.h: New file, from GNU gettext.
26662         * lib/concatpath.c: New file, from GNU gettext.
26663
26664 2003-03-30  Bruno Haible  <bruno@clisp.org>
26665
26666         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26667
26668 2003-03-30  Bruno Haible  <bruno@clisp.org>
26669
26670         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26671         function chown() doesn't exist.
26672
26673 2003-03-28  Bruno Haible  <bruno@clisp.org>
26674
26675         * modules/copy-file: New file.
26676         * MODULES.html.sh (func_all_modules): Add it.
26677
26678 2003-03-28  Bruno Haible  <bruno@clisp.org>
26679
26680         * m4/copy-file.m4: New file.
26681
26682 2003-03-28  Bruno Haible  <bruno@clisp.org>
26683
26684         * lib/copy-file.h: New file, from GNU gettext.
26685         * lib/copy-file.c: New file, from GNU gettext.
26686
26687 2003-03-18  Jim Meyering  <jim@meyering.net>
26688
26689         * lib/quote.c (quote_n): Fix typo in comment.
26690
26691 2003-03-18  Bruno Haible  <bruno@clisp.org>
26692
26693         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26694         checking.
26695         * m4/onceonly_2_57.m4: Likewise.
26696
26697 2003-03-17  Bruno Haible  <bruno@clisp.org>
26698
26699         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26700         (m4_quote): Remove macro.
26701         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26702
26703 2003-03-14  Jim Meyering  <jim@meyering.net>
26704
26705         Merge changes from Coreutils.
26706         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26707         to be const, in order to avoid warnings.
26708         (obstack_room): Likewise.
26709         (obstack_empty_p): Likewise.
26710
26711 2003-03-14  Bruno Haible  <bruno@clisp.org>
26712
26713         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26714         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26715
26716 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26717
26718         Merge changes from Bison.
26719         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26720         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26721         when compiling Bison 1.875's `bitset bset = obstack_alloc
26722         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26723         * lib/hash.c: Include <stdbool.h> unconditionally.
26724
26725 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26726
26727         * m4/onceonly.m4 (m4_quote): New macro.
26728         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26729         Quote AC_FOREACH variable-expansions properly.
26730
26731 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26732
26733         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26734
26735 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26736
26737         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26738         Reported by Bruce Becker; see:
26739         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26740
26741 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26742             Bruno Haible  <bruno@clisp.org>
26743
26744         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26745         Reported by John Hughes, see
26746         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26747
26748 2003-02-20  Bruno Haible  <bruno@clisp.org>
26749
26750         * MODULES.html.sh (func_all_modules): Add poll.
26751
26752 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26753
26754         * modules/poll: New file.
26755
26756 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26757
26758         * lib/poll_.h: New file.
26759         * lib/poll.c: New file.
26760
26761 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26762
26763         * m4/poll.m4: New file.
26764
26765 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26766
26767         * modules/mathl: New file.
26768
26769 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26770
26771         * lib/mathl.h: New file.
26772         * lib/acosl.c: New file.
26773         * lib/asinl.c: New file.
26774         * lib/atanl.c: New file.
26775         * lib/ceill.c: New file.
26776         * lib/cosl.c: New file.
26777         * lib/expl.c: New file.
26778         * lib/floorl.c: New file.
26779         * lib/frexpl.c: New file.
26780         * lib/ldexpl.c: New file.
26781         * lib/logl.c: New file.
26782         * lib/sincosl.c: New file.
26783         * lib/sinl.c: New file.
26784         * lib/sqrtl.c: New file.
26785         * lib/tanl.c: New file.
26786         * lib/trigl.c: New file.
26787         * lib/trigl.h: New file.
26788
26789 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26790
26791         * m4/mathl.m4: New file.
26792
26793 2003-02-18  Bruno Haible  <bruno@clisp.org>
26794
26795         * MODULES.html.sh (func_all_modules): Add mathl.
26796
26797 2003-02-17  Bruno Haible  <bruno@clisp.org>
26798
26799         * modules/mkdtemp: New module.
26800         * MODULES.html.sh (func_all_modules): Add it.
26801
26802 2003-02-17  Bruno Haible  <bruno@clisp.org>
26803
26804         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26805
26806 2003-02-17  Bruno Haible  <bruno@clisp.org>
26807
26808         * lib/mkdtemp.h: New file, from GNU gettext.
26809         * lib/mkdtemp.c: New file, from GNU gettext.
26810
26811 2003-02-02  Jim Meyering  <jim@meyering.net>
26812
26813         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26814         e.g. glibc-2.2.93.
26815
26816 2003-01-31  Bruno Haible  <bruno@clisp.org>
26817
26818         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26819         'rpl_rename'.
26820         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26821         'rpl_strnlen'.
26822         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26823         'rpl_strtod'.
26824         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26825         'rpl_utime'.
26826
26827 2003-01-31  Bruno Haible  <bruno@clisp.org>
26828
26829         * lib/rename.c: #undef rename before defining rpl_rename.
26830         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26831
26832 2003-01-30  Bruno Haible  <bruno@clisp.org>
26833
26834         * modules/vasnprintf, modules/vasprintf: New modules.
26835         * MODULES.html.sh (func_all_modules): Add them.
26836
26837 2003-01-30  Bruno Haible  <bruno@clisp.org>
26838
26839         * m4/signed.m4: New file, from GNU gettext.
26840         * m4/longdouble.m4: New file, from GNU gettext.
26841         * m4/wchar_t.m4: New file, from GNU gettext.
26842         * m4/wint_t.m4: New file, from GNU gettext.
26843         * m4/vasnprintf.m4: New file.
26844         * m4/vasprintf.m4: New file.
26845
26846 2003-01-30  Bruno Haible  <bruno@clisp.org>
26847
26848         * lib/printf-args.h: New file, from GNU gettext.
26849         * lib/printf-args.c: New file, from GNU gettext.
26850         * lib/printf-parse.h: New file, from GNU gettext.
26851         * lib/printf-parse.c: New file, from GNU gettext.
26852         * lib/vasnprintf.h: New file, from GNU gettext.
26853         * lib/vasnprintf.c: New file, from GNU gettext.
26854         * lib/asnprintf.c: New file, from GNU gettext.
26855         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26856         * lib/vasprintf.c: New file, from GNU gettext.
26857         * lib/asprintf.c: New file, from GNU gettext.
26858
26859 2003-01-29  Bruno Haible  <bruno@clisp.org>
26860
26861         * modules/stpncpy: New module.
26862         * MODULES.html.sh (func_all_modules): Add it.
26863
26864 2003-01-29  Bruno Haible  <bruno@clisp.org>
26865
26866         * m4/stpncpy.m4: New file.
26867
26868 2003-01-29  Bruno Haible  <bruno@clisp.org>
26869
26870         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26871         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26872
26873 2003-01-28  Bruno Haible  <bruno@clisp.org>
26874
26875         * modules/c-ctype: New module.
26876         * MODULES.html.sh (func_all_modules): Add it.
26877
26878 2003-01-28  Bruno Haible  <bruno@clisp.org>
26879
26880         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26881         Paul Eggert.
26882         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26883         Paul Eggert.
26884
26885 2003-01-27  Bruno Haible  <bruno@clisp.org>
26886
26887         * modules/xsetenv: New module.
26888         * MODULES.html.sh (func_all_modules): Add it.
26889
26890 2003-01-27  Bruno Haible  <bruno@clisp.org>
26891
26892         * lib/xsetenv.h: New file, from GNU gettext.
26893         * lib/xsetenv.c: New file, from GNU gettext.
26894
26895 2003-01-23  Jim Meyering  <jim@meyering.net>
26896
26897         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26898         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26899
26900 2003-01-23  Bruno Haible  <bruno@clisp.org>
26901
26902         * modules/minmax: New module.
26903         * MODULES.html.sh (func_all_modules): Add it.
26904
26905 2003-01-23  Bruno Haible  <bruno@clisp.org>
26906
26907         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26908         Eggert.
26909
26910 2003-01-22  Bruno Haible  <bruno@clisp.org>
26911
26912         * modules/exit: New module.
26913         * MODULES.html.sh (func_all_modules): Add it.
26914
26915 2003-01-22  Bruno Haible  <bruno@clisp.org>
26916
26917         * lib/exit.h: New file, from GNU gettext.
26918
26919 2003-01-19  Bruno Haible  <bruno@clisp.org>
26920
26921         * gnulib-tool: Recognize option --extract-maintainer.
26922         (func_get_maintainer): New function.
26923         * modules/*: Add Maintainer entry.
26924
26925 2003-01-16  Jim Meyering  <jim@meyering.net>
26926
26927         * m4/regex.m4: The `regex' struct is both input and output.
26928         Initialize it before each use.  Patch by Tim Waugh.
26929
26930 2003-01-16  Bruno Haible  <bruno@clisp.org>
26931
26932         * MODULES.html.sh: Add a table of contents. Add the module name as
26933         leftmost column. Add hyperlinks.
26934
26935 2003-01-15  Bruno Haible  <bruno@clisp.org>
26936
26937         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26938
26939 2003-01-15  Bruno Haible  <bruno@clisp.org>
26940
26941         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26942         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26943         suffix.
26944
26945 2003-01-15  Bruno Haible  <bruno@clisp.org>
26946
26947         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26948
26949 2003-01-15  Bruno Haible  <bruno@clisp.org>
26950
26951         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26952         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26953
26954 2003-01-14  Jim Meyering  <jim@meyering.net>
26955
26956         * lib/same.c (same_name): Tweak a comment.
26957
26958 2003-01-14  Bruno Haible  <bruno@clisp.org>
26959
26960         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26961         when a string comparison is sufficient.
26962
26963 2003-01-14  Bruno Haible  <bruno@clisp.org>
26964
26965         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26966         'unsigned int'.
26967
26968 2003-01-14  Bruno Haible  <bruno@clisp.org>
26969
26970         * lib/hash-pjw.c: Add comment about low quality of this function.
26971
26972 2003-01-13  Bruno Haible  <bruno@clisp.org>
26973
26974         * modules/stpcpy: Distribute lib/stpcpy.h.
26975         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26976
26977 2003-01-13  Bruno Haible  <bruno@clisp.org>
26978
26979         * modules/*: Add a description.
26980         * modules/strpbrk: Fix Makefile.am snippet.
26981         * modules/strtoimax: Fix dependencies.
26982         * modules/strtoumax: Likewise.
26983
26984 2003-01-13  Bruno Haible  <bruno@clisp.org>
26985
26986         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26987         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26988         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26989
26990 2003-01-13  Bruno Haible  <bruno@clisp.org>
26991
26992         * gnulib-tool (func_create_testdir): Store config/* files in the main
26993         directory.
26994         * config.rpath: Move to ...
26995         * config/config.rpath: ... here.
26996         * modules/gettext: Contains config/config.rpath, not config.rpath.
26997         * modules/iconv: Likewise.
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         * m4/getstr.m4: Remove.
27005         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27006
27007 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27008
27009         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27010         to avoid collisions with libcurses and libreadline.
27011
27012         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27013         * lib/getstr.h, getstr.c: Remove.
27014         * lib/getline.c: Include "getline.h", to check interface.
27015         Move body of old getstr.c here: this defines MIN_CHUNK and
27016         declares getdelim2, which is renamed from getstr.
27017         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27018
27019         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27020         All uses changed.
27021         * lib/linebuffer.h: Likewise.
27022         (readline): Remove backward-compatibility macro.
27023
27024 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27025
27026         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27027         to avoid collisions with libcurses and libreadline.
27028         * getstr: Remove.
27029         * MODULES.html.sh: Remove getstr.
27030         * modules/getline: Depend on unlocked-io, not getstr.
27031
27032 2003-01-12  Jim Meyering  <jim@meyering.net>
27033
27034         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27035
27036 2003-01-10  Bruno Haible  <bruno@clisp.org>
27037
27038         * modules/alloca: Change Makefile.am requirements. Simplify Include
27039         requirements. Add lib/alloca_.h to file list.
27040
27041 2003-01-10  Bruno Haible  <bruno@clisp.org>
27042
27043         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27044
27045 2003-01-10  Bruno Haible  <bruno@clisp.org>
27046
27047         * lib/alloca_.h: New file.
27048         * lib/getdate.y: Unconditionally include alloca.h.
27049         * lib/makepath.c: Likewise.
27050         * lib/setenv.c: Likewise.
27051         * lib/userspec.c: Likewise.
27052
27053 2003-01-09  Karl Berry  <karl@gnu.org>
27054
27055         * MODULES.html.sh: include `dirname $0` in PATH, to find
27056         gnulib-tool.
27057
27058 2003-01-09  Bruno Haible  <bruno@clisp.org>
27059
27060         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27061         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27062
27063 2003-01-09  Bruno Haible  <bruno@clisp.org>
27064
27065         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27066
27067 2003-01-09  Bruno Haible  <bruno@clisp.org>
27068
27069         * lib/stdbool.h.in: New file.
27070
27071 2003-01-09  Bruno Haible  <bruno@clisp.org>
27072
27073         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27074         * MODULES.html.sh: Likewise.
27075
27076 2003-01-08  Jim Meyering  <jim@meyering.net>
27077
27078         * lib/full-write.c: Undefine and define-away `const' after inclusion
27079         of errno.h, not before.  Suggestion from Bruno Haible.
27080
27081 2003-01-08  Bruno Haible  <bruno@clisp.org>
27082
27083         * modules/full-read: Depend on full-write.
27084
27085 2003-01-08  Bruno Haible  <bruno@clisp.org>
27086
27087         * lib/safe-read.c: Include specification header first, to ensure its
27088         selfcontainedness.
27089         * lib/full-write.c: Likewise.
27090
27091 2003-01-07  Jim Meyering  <jim@meyering.net>
27092
27093         * lib/full-write.c: Rework so that it may serve to define full_read,
27094         too.
27095         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27096
27097 2003-01-07  Bruno Haible  <bruno@clisp.org>
27098
27099         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27100         <inttypes.h>.
27101         * lib/xstrtol.h: Likewise.
27102         * lib/xstrtoimax.c: Likewise.
27103         * lib/xstrtoumax.c: Likewise.
27104         * lib/human.h: Likewise.
27105
27106         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27107         on systems that have <inttypes.h> but not <stdint.h>.
27108
27109 2003-01-07  Bruno Haible  <bruno@clisp.org>
27110
27111         * MODULES.html.sh: Add copyright notice.
27112         (missed_files): Omit CVS directory entries.
27113         (func_module): Make it work with sed-3.02.
27114         * MODULES.txt: Remove file.
27115
27116 2003-01-06  Jim Meyering  <jim@meyering.net>
27117
27118         * lib/version-etc.c: Update year in translatable copyright string.
27119
27120 2003-01-03  Karl Berry  <karl@gnu.org>
27121
27122         * config/config.{guess,sub}: update from prep.
27123
27124 2003-01-02  Karl Berry  <karl@gnu.org>
27125
27126         * doc/COPYING.DOC: belatedly updated to 1.2.
27127
27128 2003-01-01  Karl Berry  <karl@gnu.org>
27129
27130         * gnulib-tool (func_verify_module): report module name $module in
27131         error message, not $1.
27132         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27133         be created, only if it doesn't exist.
27134         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27135
27136 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27137
27138         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27139
27140 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27141
27142         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27143         memcmp if strcoll doesn't work.
27144
27145 2002-12-31  Bruno Haible  <bruno@clisp.org>
27146
27147         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27148         nonempty.
27149
27150 2002-12-31  Bruno Haible  <bruno@clisp.org>
27151
27152         * lib/memcoll.c (STRCOLL): New macro.
27153         (memcoll): Use it.
27154
27155 2002-12-31  Bruno Haible  <bruno@clisp.org>
27156
27157         * lib/localcharset.h: New file.
27158         * lib/localcharset.c: Include it.
27159         * lib/unicodeio.c: Likewise.
27160
27161 2002-12-31  Bruno Haible  <bruno@clisp.org>
27162
27163         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27164         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27165
27166 2002-12-31  Bruno Haible  <bruno@clisp.org>
27167
27168         * lib/getline.h: Include <stddef.h>, for size_t.
27169
27170         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27171         * lib/unicodeio.c: Don't include <stddef.h>.
27172
27173 2002-12-31  Bruno Haible  <bruno@clisp.org>
27174
27175         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27176         HAVE_TM_ZONE.
27177
27178 2002-12-24  Karl Berry  <karl@gnu.org>
27179
27180         * config/config.guess: update from prep.
27181
27182 2002-12-24  Bruno Haible  <bruno@clisp.org>
27183
27184         General infrasructure.
27185         * m4/README: Rewritten.
27186         * m4/onceonly.m4: New file.
27187         * m4/onceonly_2_57.m4: New file.
27188
27189         Module atexit.
27190         * m4/atexit.m4: New file.
27191
27192         Module strtod.
27193         * m4/strtod.m4: New file.
27194
27195         Module strtol.
27196         * m4/strtol.m4: New file.
27197
27198         Module strtoul.
27199         * m4/strtoul.m4: New file.
27200
27201         Module memchr.
27202         * m4/memchr.m4: New file.
27203
27204         Module memcmp.
27205         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27206         (jm_FUNC_MEMCMP): Invoke it.
27207
27208         Module memcpy.
27209         * m4/memcpy.m4: New file.
27210
27211         Module memmove.
27212         * m4/memmove.m4: New file.
27213
27214         Module memset.
27215         * m4/memset.m4: New file.
27216
27217         Module strcspn.
27218         * m4/strcspn.m4: New file.
27219
27220         Module strpbrk.
27221         * m4/strpbrk.m4: New file.
27222
27223         Module strstr.
27224         * m4/strstr.m4: New file.
27225
27226         Module strerror.
27227         * m4/strerror.m4: New file.
27228
27229         Module mktime.
27230         * m4/mktime.m4: Renamed from jm-mktime.m4.
27231         (gl_PREREQ_MKTIME): New macro.
27232         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27233
27234         Module malloc.
27235         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27236         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27237         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27238
27239         Module realloc.
27240         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27241         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27242         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27243
27244         Module strftime.
27245         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27246         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27247         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27248         gl_TM_GMTOFF.
27249         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27250
27251         Module xalloc.
27252         * m4/xalloc.m4: New file.
27253
27254         Module alloca.
27255         * m4/alloca.m4: New file.
27256
27257         Module putenv.
27258         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27259         (jm_FUNC_PUTENV): Invoke it.
27260
27261         Module setenv.
27262         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27263         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27264         when invoked twice.
27265         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27266         gt_FUNC_SETENV.
27267
27268         Module memrchr.
27269         * m4/memrchr.m4: New file.
27270
27271         Module stpcpy.
27272         * m4/stpcpy.m4: New file.
27273
27274         Module strcase.
27275         * m4/strcase.m4: New file.
27276
27277         Module strdup.
27278         * m4/strdup.m4: New file.
27279
27280         Module strnlen.
27281         * m4/strnlen.m4: New file.
27282
27283         Module strndup.
27284         * m4/strndup.m4: New file.
27285
27286         Module xstrtod.
27287         * m4/xstrtod.m4: New file.
27288
27289         Module xstrtol.
27290         * m4/xstrtol.m4: New file.
27291
27292         Module getdate.
27293         * m4/getdate.m4: New file.
27294
27295         Module unlocked-io.
27296         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27297         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27298         * m4/jm-glibc-io.m4n: Remove file.
27299
27300         Module long-options.
27301         * m4/long-options.m4: New file.
27302
27303         Module md5.
27304         * m4/md5.m4: New file.
27305
27306         Module sha.
27307         * m4/sha.m4: New file.
27308
27309         Module getstr.
27310         * m4/getstr.m4: New file.
27311
27312         Module getline.
27313         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27314         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27315         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27316         simply getline. Infoke gl_PREREQ_GETLINE.
27317
27318         Module obstack.
27319         * m4/obstack.m4: New file.
27320
27321         Module hash.
27322         * m4/hash.m4: New file.
27323
27324         Module readtokens.
27325         * m4/readtokens.m4: New file.
27326
27327         Module strverscmp.
27328         * m4/strverscmp.m4: New file.
27329
27330         Module stdbool.
27331         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27332         OSF/1.
27333
27334         Module strtoll.
27335         * m4/strtoll.m4: New file.
27336
27337         Module strtoull.
27338         * m4/strtoull.m4: New file.
27339
27340         Module strtoimax.
27341         * m4/strtoimax.m4: New file.
27342
27343         Module strtoumax.
27344         * m4/strtoumax.m4: New file.
27345
27346         Module xstrtoimax.
27347         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27348         jm_AC_PREREQ_XSTRTOIMAX.
27349         Moved the strtol prerequisites to strtol.m4.
27350         Moved the strtoll prerequisites to strtoll.m4.
27351         Moved the strtoimax prerequisites to strtoimax.m4.
27352
27353         Module xstrtoumax.
27354         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27355         jm_AC_PREREQ_XSTRTOUMAX.
27356         Moved the strtoul prerequisites to strtoul.m4.
27357         Moved the strtoull prerequisites to strtoull.m4.
27358         Moved the strtoumax prerequisites to strtoumax.m4.
27359
27360         Module chown.
27361         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27362         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27363
27364         Module dup2.
27365         * m4/dup2.m4: New file.
27366
27367         Module ftruncate.
27368         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27369         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27370
27371         Module getgroups.
27372         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27373         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27374
27375         Module gettimeofday.
27376         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27377         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27378         gl_PREREQ_GETTIMEOFDAY.
27379
27380         Module mkdir.
27381         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27382         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27383
27384         Module mkstemp.
27385         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27386         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27387         jm_AC_TYPE_UINTMAX_T.
27388         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27389
27390         Module stat.
27391         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27392         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27393
27394         Module lstat.
27395         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27396         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27397
27398         Module timespec.
27399         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27400         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27401         * m4/st_mtim.m4: Indentation.
27402
27403         Module nanosleep.
27404         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27405         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27406         gl_PREREQ_NANOSLEEP.
27407
27408         Module regex.
27409         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27410         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27411         (gl_REGEX): New macro.
27412
27413         Module rename.
27414         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27415         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27416
27417         Module rmdir.
27418         * m4/rmdir.m4: New file.
27419
27420         Module utime.
27421         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27422         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27423         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27424
27425         Module dirname.
27426         * m4/dirname.m4: New file.
27427
27428         Module getopt.
27429         * m4/getopt.m4: New file.
27430
27431         Module unistd-safer.
27432         * m4/unistd-safer.m4: New file.
27433
27434         Module fnmatch.
27435         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27436         declaration.
27437         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27438         (gl_FUNC_FNMATCH_POSIX): New macro.
27439         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27440         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27441         simply fnmatch.
27442
27443         Module exclude.
27444         * m4/exclude.m4: New file.
27445
27446         Module human.
27447         * m4/human.m4: New file.
27448
27449         Module acl.
27450         * m4/acl.m4: Nop.
27451
27452         Module backupfile.
27453         * m4/backupfile.m4: New file.
27454         * m4/d-ino.m4: Indentation.
27455
27456         Module fsusage.
27457         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27458         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27459         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27460
27461         Module dirfd.
27462         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27463         requirements.
27464
27465         Module euidaccess.
27466         * m4/euidaccess.m4: New file.
27467
27468         Module file-type.
27469         * m4/file-type.m4: New file.
27470
27471         Module fileblocks.
27472         * m4/fileblocks.m4: New file.
27473
27474         Module filemode.
27475         * m4/filemode.m4: New file.
27476
27477         Module isdir.
27478         * m4/isdir.m4: New file.
27479
27480         Module lchown.
27481         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27482         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27483
27484         Module makepath.
27485         * m4/makepath.m4: New file.
27486
27487         Module modechange.
27488         * m4/modechange.m4: New file.
27489
27490         Module mountlist.
27491         * m4/mountlist.m4: New file.
27492         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27493         Indentation.
27494
27495         Module path-concat.
27496         * m4/path-concat.m4: New file.
27497
27498         Module pathmax.
27499         * m4/pathmax.m4: New file.
27500
27501         Module same.
27502         * m4/same.m4: New file.
27503
27504         Module save-cwd.
27505         * m4/save-cwd.m4: New file.
27506
27507         Module savedir.
27508         * m4/savedir.m4: New file.
27509
27510         Module xgetcwd.
27511         * m4/xgetcwd.m4: New file.
27512         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27513
27514         Module xreadlink.
27515         * m4/xreadlink.m4: New file.
27516
27517         Module safe-read.
27518         * m4/safe-read.m4: New file.
27519
27520         Module safe-write.
27521         * m4/safe-write.m4: New file.
27522
27523         Module closeout.
27524         * m4/closeout.m4: New file.
27525
27526         Module stdio-safer.
27527         * m4/stdio-safer.m4: New file.
27528
27529         Module getpass.
27530         * m4/getpass.m4: New file.
27531
27532         Module getugroups.
27533         * m4/getugroups.m4: New file.
27534
27535         Module group-member.
27536         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27537         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27538
27539         Module idcache.
27540         * m4/idcache.m4: New file.
27541
27542         Module userspec.
27543         * m4/userspec.m4: New file.
27544
27545         Module gettime.
27546         * m4/clock_time.m4: New file.
27547         * m4/gettime.m4: New file.
27548
27549         Module settime.
27550         * m4/settime.m4: New file.
27551
27552         Module posixtm.
27553         * m4/posixtm.m4: New file.
27554
27555         Module gethostname.
27556         * m4/gethostname.m4: New file.
27557
27558         Module canon-host.
27559         * m4/canon-host.m4: New file.
27560
27561         Module gettext.
27562         * m4/codeset.m4: New file, from gettext-0.11.5.
27563         * m4/gettext.m4: New file, from gettext-0.11.5.
27564         * m4/glibc21.m4: New file, from gettext-0.11.5.
27565         * m4/iconv.m4: New file, from gettext-0.11.5.
27566         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27567         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27568         * m4/inttypes.m4: New file, from gettext-0.11.5.
27569         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27570         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27571         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27572         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27573         * m4/lib-link.m4: New file, from gettext-0.11.5.
27574         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27575         * m4/progtest.m4: New file, from gettext-0.11.5.
27576         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27577         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27578         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27579
27580         Module localcharset.
27581         * m4/localcharset.m4: New file.
27582
27583         Module hard-locale.
27584         * m4/hard-locale.m4: New file.
27585
27586         Module mbswidth.
27587         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27588         onceonly macros.
27589         * m4/mbrtowc.m4: Add comment.
27590
27591         Module memcasecmp.
27592         * m4/memcasecmp.m4: New file.
27593
27594         Module memcoll.
27595         * m4/memcoll.m4: New file.
27596
27597         Module unicodeio.
27598         * m4/unicodeio.m4: New file.
27599
27600         Module rpmatch.
27601         * m4/rpmatch.m4: New file.
27602
27603         Module yesno.
27604         * m4/yesno.m4: New file.
27605
27606         Module exitfail.
27607         * m4/exitfail.m4: New file.
27608
27609         Module c-stack.
27610         * m4/c-stack.m4 (gl_C_STACK): New macro.
27611         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27612
27613         Module error.
27614         * m4/error.m4 (gl_ERROR): New macro.
27615         (jm_PREREQ_ERROR): Use onceonly macros.
27616
27617         Module fatal.
27618         * m4/fatal.m4: New file.
27619
27620         Module getloadavg.
27621         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27622         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27623
27624         Module getpagesize.
27625         * m4/getpagesize.m4: New file.
27626
27627         Module getusershell.
27628         * m4/getusershell.m4: New file.
27629
27630         Module physmem.
27631         * m4/physmem.m4: New file.
27632
27633         Module posixver.
27634         * m4/posixver.m4: New file.
27635
27636         Module quotearg.
27637         * m4/quotearg.m4: New file.
27638
27639         Module quote.
27640         * m4/quote.m4: New file.
27641
27642         Module readutmp.
27643         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27644
27645         Module sig2str.
27646         * m4/sig2str.m4: New file.
27647
27648         Other.
27649         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27650         ulonglong.m4.
27651         * m4/intmax_t.m4: New file.
27652         * m4/d-type.m4: Indentation.
27653         * m4/jm-macros.m4: Update.
27654         * m4/prereq.m4 (jm_PREREQ): Update.
27655         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27656         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27657         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27658         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27659         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27660         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27661         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27662         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27663         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27664         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27665         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27666         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27667         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27668         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27669         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27670         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27671         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27672         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27673         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27674
27675 2002-12-24  Bruno Haible  <bruno@clisp.org>
27676
27677         * MODULES.txt: Update according to m4/ changes.
27678
27679         Module gettext.
27680         * config.rpath: New file, from gettext-0.11.5.
27681
27682         * modules/*: New module descriptions.
27683         * gnulib-tool: New file.
27684         * MODULES.html.sh: New file.
27685
27686 2002-12-21  Karl Berry  <karl@gnu.org>
27687
27688         * doc/fdl.texi: update to version 1.2.
27689
27690 2002-12-19  Karl Berry  <karl@gnu.org>
27691
27692         * config/config.guess: update from prep.
27693
27694 2002-12-18  Bruno Haible  <bruno@clisp.org>
27695
27696         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27697         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27698
27699 2002-12-17  Bruno Haible  <bruno@clisp.org>
27700
27701         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27702         stdlib.h, string.h.
27703
27704 2002-12-17  Bruno Haible  <bruno@clisp.org>
27705
27706         * lib/canon-host.c (strdup): Remove unused declaration.
27707
27708         * lib/fsusage.c: Include full_read.h.
27709         (get_fs_usage): Use full_read instead of safe_read.
27710
27711         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27712
27713 2002-12-12  Karl Berry  <karl@gnu.org>
27714
27715         * config/config.guess: update from prep.
27716
27717 2002-12-11  Bruno Haible  <bruno@clisp.org>
27718
27719         * m4/setenv.m4: New file, from gettext-0.11.5.
27720
27721 2002-12-11  Bruno Haible  <bruno@clisp.org>
27722
27723         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27724         not unsetenv().
27725         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27726         modifications:
27727
27728         2002-12-11  Bruno Haible  <bruno@clisp.org>
27729
27730                 * setenv.c (alloca): Fall back to malloc.
27731                 (freea): New macro.
27732                 (setenv): Use freea() to free memory allocated with alloca().
27733
27734         2002-11-13  Bruno Haible  <bruno@clisp.org>
27735
27736                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27737                 function declarations.
27738                 * unsetenv.c (unsetenv): Likewise.
27739
27740         2002-03-04  Bruno Haible  <bruno@clisp.org>
27741
27742                 Portability to AIX 4.3.3.
27743                 * unsetenv.c: New file, extracted from setenv.c.
27744                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27745
27746         2001-12-20  Bruno Haible  <bruno@clisp.org>
27747
27748                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27749                 use malloc instead. For SunOS 4.
27750
27751         2001-12-11  Bruno Haible  <bruno@clisp.org>
27752
27753                 * setenv.c: Declare alloca.
27754                 (compar_fn_t): New typedef.
27755                 (KNOWN_VALUE, STORE_VALUE): Use it.
27756
27757         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27758         setenv.h.
27759
27760 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27761
27762         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27763         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27764         Choose values that are less likely to collide with system fnmatch
27765         options.
27766         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27767         defined (e.g., a pure POSIX system).
27768         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27769         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27770
27771 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27772
27773         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27774         a pain in practice to deal with generated m4 files.  This change
27775         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27776
27777         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27778         and jm-glibc-io.m4, as they are no longer a special case.
27779         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27780         kludge and the auto-generation stuff.  Check only whether the
27781         functions are declared, not whether they exist, since older hosts
27782         that don't declare the functions can't use the optimization anyway.
27783
27784 2002-12-06  Jim Meyering  <jim@meyering.net>
27785
27786         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27787
27788         Merge in changes from libc's misc/error.c, in preparation
27789         for the merge of gnulib's changes back into libc.
27790
27791         * lib/error.c (_): Define only if not already defined.
27792         Move definition to follow all #include directives.
27793         Include unlocked-io.h only if !_LIBC.
27794         [_LIBC]: Include <libio/libioP.h>.
27795         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27796         (fflush): Tweak definition to use INTUSE.
27797         (putc): Define.
27798
27799 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27800
27801         * lib/alloca.c [defined emacs]: Include "lisp.h".
27802         (xalloc_die) [defined emacs]: New macro.
27803         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27804         [! defined emacs]: Include <xalloc.h>.
27805         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27806         (pointer): Typedef to POINTER_TYPE *.
27807         (malloc): Remove decl; we now always use xmalloc.
27808         (alloca): Use old-style definition, since Emacs needs this.
27809         Check for arithmetic overflow when computing combined size.
27810
27811 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27812
27813         Do not generate unlocked-io.h automatically, since it's easier to
27814         maintain it by hand.
27815
27816         * lib/unlocked-io.h: New file, from GNU diffutils,
27817         but with proper copyright notice and attribution.
27818         * lib/gen-uio: Remove.
27819         * lib/Makefile.am: Add copyright notice.
27820         (libfetish_a_SOURCES): Add unlocked-io.h.
27821         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27822         (DISTCLEANFILES, io_functions): Remove macros.
27823         (EXTRA_DIST): Remove gen_uio.
27824         (unlocked-io.h): Remove rule.
27825
27826 2002-12-04  Jim Meyering  <jim@meyering.net>
27827
27828         Reflect the fact that stat.c and lstat.c are no longer generated.
27829         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27830         (DISTCLEANFILES): Likewise.
27831         (EXTRA_DIST): Likewise.
27832         (all_local): Don't depend on stat.c or lstat.c.
27833         (stat.c, lstat.c): Remove rules.
27834         (EXTRA_DIST): Remove xstat.in.
27835
27836         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27837         * lib/stat.c: New file.  Contents mostly from xstat.in.
27838         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27839         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27840
27841         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27842         too.
27843         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27844
27845 2002-12-03  Jim Meyering  <jim@meyering.net>
27846
27847         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27848         but not semantics, to minimize the differences between these two files.
27849         (safe_read): Change comment to mention SAFE_READ_ERROR.
27850
27851         * lib/safe-read.c (IS_EINTR): Define.
27852         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27853
27854 2002-12-02  Jim Meyering  <jim@meyering.net>
27855
27856         * lib/safe-read.c (EINTR): Define.
27857         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27858         (INT_MAX): Provide fallback.
27859         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27860
27861         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27862
27863 2002-12-02  Bruno Haible  <bruno@clisp.org>
27864
27865         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27866         Define, taken from safe-read.c.
27867         (INT_MAX): Provide fallback.
27868         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27869         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27870
27871         * lib/safe-read.c (EINTR): Remove definition.
27872         (safe_read): Don't use EINTR if it is absent.
27873
27874 2002-12-01  Jim Meyering  <jim@meyering.net>
27875
27876         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27877         zero.
27878         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27879
27880 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27881
27882         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27883         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27884         with `if (! (value < limit)) abort ();', for readability.
27885
27886 2002-11-26  Karl Berry  <karl@gnu.org>
27887
27888         * lib/strdup.c: copy from libc again, with jim's ok.
27889         * lib/.cppi-disable: re-add strdup.c
27890
27891 2002-11-25  Karl Berry  <karl@gnu.org>
27892
27893         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27894         instead of "strtol.c".
27895
27896 2002-11-25  Karl Berry  <karl@gnu.org>
27897
27898         * config/install-sh: update from automake for variable quoting, $0 in
27899         error msgs, etc.
27900
27901         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27902         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27903         entry.
27904
27905 2002-11-25  Jim Meyering  <jim@meyering.net>
27906
27907         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27908
27909 2002-11-24  Karl Berry  <karl@gnu.org>
27910
27911         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27912         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27913
27914 2002-11-24  Jim Meyering  <jim@meyering.net>
27915
27916         Update from coreutils:
27917
27918         * lib/mktime.c: Merge in changes from libc.
27919
27920         Avoid a link-time failure on some Linux systems.
27921         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27922         (otherwise).
27923         (__mon_yday): Declare with the STATIC attribute.
27924         (__mktime_internal): Likewise.
27925         Based on a report from Greg Schafer.
27926
27927 2002-11-23  Jim Meyering  <jim@meyering.net>
27928
27929         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27930         Use `unsigned', not `int', as type of index.
27931
27932         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27933
27934         * lib/fsusage.c: Remove unneeded parentheses around operands of
27935         `defined'.
27936
27937 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27938
27939         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27940         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27941         so that we can be included first.
27942         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27943         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27944         No need to include stddef.h or sys/types.h any more.
27945         Surround local include files with "", not "<>".
27946         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27947         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27948         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27949         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27950         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27951         (ISPRINT): Remove; no longer needed now that we assume C89.
27952
27953         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27954         Preserve errno.
27955
27956         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27957         quotearg_char): Use SIZE_MAX rather than
27958         (size_t) -1 when we are talking about "infinity".
27959
27960         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27961
27962 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27963
27964         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27965         hint that one should use `if (! x) abort ();' rather than `assert
27966         (x);', and anyway it's one less thing to worry about configuring.
27967         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27968         hash_rehash, hash_insert): Use abort rather than assert.
27969
27970 2002-11-22  Bruno Haible  <bruno@clisp.org>
27971
27972         * lib/safe-read.h: Assume C89. Add comments.
27973         (safe_read): Change return type to size_t.
27974         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27975         byte counts > SSIZE_MAX correctly.
27976         * lib/safe-write.h: New file.
27977         * lib/safe-write.c: New file.
27978         * lib/full-read.h: New file.
27979         * lib/full-read.c: New file.
27980         * lib/full-write.h: Assume C89. Add comments.
27981         * lib/full-write.c: Include safe-write.h.
27982         (full_write): Rewritten to use safe_write.
27983         Suggested by Jim Meyering and Paul Eggert.
27984
27985 2002-11-21  Jim Meyering  <jim@meyering.net>
27986
27987         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27988
27989         Merge in changes from the coreutils.
27990
27991         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27992         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27993         <stdint.h>.
27994         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27995         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27996         int.  Work more efficiently if X is the same width as uintmax_t.
27997         Do not compare X to -1, to avoid bogus compiler warning.
27998         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27999         Don't assume that f_frsize and f_bsize are the same type.
28000
28001         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28002         warning on FreeBSD.
28003
28004         * lib/makepath.c (make_path): Restore umask *before* creating the final
28005         component.
28006         (make_path): Minor reformatting.
28007
28008         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28009         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28010         HAVE_MALLOC/HAVE_REALLOC.
28011
28012         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28013         dummy ones.  At least on GNU/Linux systems, `auto' means something
28014         else.
28015         From Michael Stone.
28016
28017 2002-11-21  Bruno Haible  <bruno@clisp.org>
28018
28019         Remove case insensitive option matching.
28020         * lib/argmatch.h (argcasematch): Remove declaration.
28021         (ARGCASEMATCH): Remove macro.
28022         (__xargmatch_internal): Remove case_sensitive argument.
28023         (XARGMATCH): Update.
28024         (XARGCASEMATCH): Remove macro.
28025         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28026         case_sensitive argument.
28027         (argcasematch): Remove function.
28028         (__xargmatch_internal): Remove case_sensitive argument.
28029         (main): Use XARGMATCH instead of XARGCASEMATCH.
28030
28031         * lib/xmalloc.c: Change compile-time error message. Add comment about
28032         required autoconf version.
28033
28034 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28035
28036         Merge argmatch cleanups from Bison.  Assume C89.
28037
28038         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28039         Include stdlib.h, for EXIT_FAILURE.
28040         Always include <string.h>, since we assume C89.
28041         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28042         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28043         Include <stddef.h> instead, since it's all we need for size_t.
28044         (PARAMS): Remove.  All uses removed.
28045         (ARRAY_CARDINALITY): Do not bother to #undef.
28046         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28047         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28048         Remove unnecessary parentheses.
28049         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28050         Insert necessary parentheses.
28051         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28052         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28053
28054 2002-11-19  Bruno Haible  <bruno@clisp.org>
28055
28056         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28057         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28058
28059         * lib/mbswidth.h (PARAMS): Remove macro.
28060         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28061         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28062
28063         * lib/gcd.h (PARAMS): Remove macro.
28064         (gcd): Use ANSI C function declarations.
28065         * lib/gcd.c (gcd): Likewise.
28066
28067 2002-11-15  Bruno Haible  <bruno@clisp.org>
28068
28069         * lib/strcspn.c: Include <stddef.h>.
28070         (strcspn): Use ANSI C function declaration. Change return type to
28071         size_t. Use NULL.
28072         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28073         (strpbrk): Use NULL.
28074         * lib/strpbrk.h (PARAMS): Remove macro.
28075         (strpbrk): Use ANSI C function declaration.
28076         * lib/strstr.c: Don't include <sys/types.h>.
28077         * lib/strstr.h (PARAMS): Remove macro.
28078         (strstr): Use ANSI C function declarations.
28079
28080 2002-11-14  Karl Berry  <karl@gnu.org>
28081
28082         * config/mkinstalldirs: `do' on separate line, instead of
28083         `for var; do'.
28084
28085 2002-11-06  Bruno Haible  <bruno@clisp.org>
28086
28087         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28088         * lib/gcd.c (gcd): Likewise.
28089
28090 2002-11-05  Bruno Haible  <bruno@clisp.org>
28091
28092         * lib/gcd.h: New file, from gettext-0.11.5.
28093         * lib/gcd.c: New file, from gettext-0.11.5.
28094
28095 2002-11-05  Bruno Haible  <bruno@clisp.org>
28096
28097         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28098         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28099         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28100         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28101
28102         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28103         <libintl.h>.
28104         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28105         <libintl.h>.
28106
28107         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28108         * lib/human.c: Include gettext.h instead of <libintl.h>.
28109         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28110         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28111         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28112         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28113         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28114         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28115         (textdomain): Remove definition.
28116         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28117
28118         * lib/long-options.c: Remove include of <libintl.h> and definition of
28119         _.
28120         * lib/same.c: Remove include of <libintl.h> and definition of _.
28121
28122 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28123
28124         * lib/config.charset: A few additions for Solaris.
28125
28126 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28127
28128         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28129         * lib/localcharset.c (locale_charset): Declare as extern "C".
28130
28131 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28132
28133         * lib/config.charset: msdos in uk_UA uses CP1125.
28134
28135 2002-11-04  Bruno Haible  <bruno@clisp.org>
28136
28137         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28138         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28139         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28140         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28141         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28142
28143 2002-11-04  Bruno Haible  <bruno@clisp.org>
28144
28145         * lib/localcharset.c (locale_charset): Don't return an empty string.
28146
28147 2002-11-04  Bruno Haible  <bruno@clisp.org>
28148
28149         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28150         aliases.
28151
28152 2002-11-04  Bruno Haible  <bruno@clisp.org>
28153
28154         * lib/config.charset: Update for newest glibc. Add canonical names
28155         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28156
28157 2002-11-04  Bruno Haible  <bruno@clisp.org>
28158
28159         * lib/config.charset: Add support for NetBSD.
28160
28161 2002-11-04  Bruno Haible  <bruno@clisp.org>
28162
28163         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28164
28165 2002-11-01  Bruno Haible  <bruno@clisp.org>
28166
28167         * configure.in: Add AC_CONFIG_AUX_DIR call.
28168         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28169         test/Makefile.
28170         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28171
28172 2002-09-28  Karl Berry  <karl@gnu.org>
28173
28174         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28175         installed automake until the next release, since changes have been
28176         made.
28177
28178 2002-09-25  Karl Berry  <karl@gnu.org>
28179
28180         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28181         * lib/getopt*: copy from libc/posix.
28182         * lib/gettext.h: copy from gettext.
28183         * lib/.cppi-disable: add strdup.c, gettext.h.
28184
28185 2002-09-25  Karl Berry  <karl@gnu.org>
28186
28187         * config/srclist.txt: enable gettext.h check.
28188         * config/config.{guess,sub}: update from prep.
28189         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28190                 from automake 1.6.3.
28191         See srclist*.
28192
28193 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28194
28195         * regex.c (PATFETCH): Remove the translating fetch.
28196         (PATFETCH_RAW): Rename to PATFETCH.
28197         (set_image_of_range): New fun.
28198         (SET_RANGE_TABLE_WORK_AREA): Use it.
28199         (regex_compile): Don't translate the pattern chars so eagerly.
28200         Only do it when inserting an `exactn' bytecode or when handling
28201         a char-range.
28202         (mutually_exclusive_p): Avoid empty statement.
28203
28204 2002-07-06  Jim Meyering  <meyering@lucent.com>
28205
28206         * m4/README: Don't mention Makefile.am.in.
28207         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28208
28209 2002-07-01  Jim Meyering  <meyering@lucent.com>
28210
28211         * lib/c-stack.c: Include sys/time.h.
28212         From Volker Borchert.
28213
28214 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28215
28216         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28217
28218 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28219
28220         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28221         New macro.  Use it uniformly instead of
28222         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28223         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28224         reported by Vin Shelton.
28225
28226 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28227
28228         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28229         Do not assume SA_SIGINFO behavior.
28230         Bug reported by Jim Meyering on NetBSD 1.5.2.
28231
28232 2002-06-22  Jim Meyering  <meyering@lucent.com>
28233
28234         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28235         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28236
28237         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28238         now that configure.ac uses AC_GNU_SOURCE.
28239         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28240         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28241
28242         Update to latest tools.  Suggestions from Paul Eggert.
28243         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28244         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28245         * m4/fnmatch.m4: Likewise.
28246         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28247         to AC_HEADER_STDBOOL
28248
28249 2002-06-22  Jim Meyering  <meyering@lucent.com>
28250
28251         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28252         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28253
28254 2002-06-22  Jim Meyering  <meyering@lucent.com>
28255
28256         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28257
28258         * lib/exitfail.c, exitfail.h: Likewise.
28259         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28260
28261         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28262         of fnmatch.h.
28263         (EXTRA_DIST): Add fnmatch_loop.c.
28264         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28265
28266         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28267         * lib/fnmatch.c: Update from diffutils-2.8.2.
28268         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28269         * lib/fnmatch.h: Remove file.
28270
28271 2002-06-21  Jim Meyering  <meyering@lucent.com>
28272
28273         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28274         * m4/mbrtowc.m4: Likewise.
28275
28276         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28277         * m4/mbswidth.m4: Reflect name change:
28278         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28279         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28280
28281         * m4/lib-link.m4: Update from gettext-0.11.2.
28282         * m4/gettext.m4: Likewise.
28283
28284         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28285         From Alfred M. Szmidt.
28286
28287 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28288
28289         * lib/file-type.h: Report an error if neither S_ISREG nor
28290         S_IFREG is defined, instead of using a test specific to glibc
28291         2.2.  This should be safe, since POSIX requires S_ISREG and
28292         Unix Version 7 had S_IFREG.  We don't need to check for
28293         <sys/types.h> since we don't use any symbols that it defines.
28294
28295 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28296
28297         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28298         $@-t, so that each temporary file name is unique and valid in the first
28299         8 characters, for operation under DOS.
28300
28301 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28302
28303         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28304
28305 2002-06-15  Jim Meyering  <meyering@lucent.com>
28306
28307         Work even with DJGPP 2.03, which lacks support for symlinks.
28308         From Richard Dawe.
28309         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28310         is defined.
28311         * lib/lchown.c (S_ISLNK): Likewise.
28312
28313 2002-06-15  Jim Meyering  <meyering@lucent.com>
28314
28315         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28316         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28317         have been included before this file.
28318
28319 2002-06-14  Jim Meyering  <meyering@lucent.com>
28320
28321         * lib/file-type.h: Use the version from diffutils-2.8.2.
28322         * lib/file-type.c: Likewise.
28323
28324 2002-06-07  Jim Meyering  <meyering@lucent.com>
28325
28326         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28327         They're needed at least for NetBSD 1.5.2.
28328         ($statxfs_includes): Include those same headers.
28329         ($statxfs_includes): Include sys/vfs.h if available.
28330         ($statxfs_includes): Likewise for sys/statvfs.h.
28331         Check for the following members in both structs statfs and statvfs:
28332         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28333
28334 2002-06-01  Jim Meyering  <meyering@lucent.com>
28335
28336         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28337         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28338
28339 2002-05-28  Jim Meyering  <meyering@lucent.com>
28340
28341         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28342         Reported by Volker Borchert.
28343
28344 2002-05-27  Jim Meyering  <meyering@lucent.com>
28345
28346         Fix a problem seen only on nonconforming systems whereby ls.c's
28347         use of localtime, and then of gettimeofday would cause trouble:
28348         the localtime call used to initialize rpl_gettimeofday's save
28349         mechanism would clobber ls's current local time information so
28350         that in any long listing the first file would always be listed
28351         with date 1970-01-01.  Analysis by Volker Borchert.
28352
28353         * lib/gettimeofday.c (localtime): Undefine.
28354         (rpl_localtime): New function.
28355
28356 2002-05-27  Jim Meyering  <meyering@lucent.com>
28357
28358         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28359         localtime.
28360
28361         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28362         use the replacement function; it wouldn't resolve at link time.
28363         Reported by Volker Borchert.
28364
28365 2002-05-22  Jim Meyering  <meyering@lucent.com>
28366
28367         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28368         file-type.h.
28369         * lib/file-type.h: New file.
28370         * lib/file-type.c (file_type): New file/function.  Extracted from
28371         diffutils.
28372
28373 2002-04-30  Jim Meyering  <meyering@lucent.com>
28374
28375         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28376
28377 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28378
28379         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28380
28381 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28382
28383         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28384         Do not check for alloca.h (no longer used) or stdbool.h (was never
28385         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28386
28387 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28388
28389         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28390
28391 2002-04-29  Jim Meyering  <meyering@lucent.com>
28392
28393         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28394         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28395         Use AC_FUNC_STRNLEN here instead.
28396
28397         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28398         With autoconf-2.53a, it's part of AC_PROG_CC.
28399
28400 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28401
28402         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28403         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28404
28405 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28406
28407         * lib/sig2str.h, lib/sig2str.c: New files.
28408         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28409
28410 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28411
28412         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28413         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28414         of 127, since 64 is the largest conceivable number for ancient
28415         nonstandard hosts.
28416         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28417
28418 2002-04-28  Jim Meyering  <meyering@lucent.com>
28419
28420         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28421
28422 2002-04-24  Jim Meyering  <meyering@lucent.com>
28423
28424         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28425         (jm_PREREQ): Use it.
28426
28427         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28428         mach/mach.h fcntl.h.
28429         Check for this function: setlocale.
28430
28431 2002-04-24  Jim Meyering  <meyering@lucent.com>
28432
28433         * lib/gettext.h: New file, from Gettext.
28434         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28435         (libfetish_a_SOURCES): Add gettext.h.
28436
28437 2002-04-16  Jim Meyering  <meyering@lucent.com>
28438
28439         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28440         ut_pid, ut_id, ut_exit.
28441
28442 2002-04-16  Jim Meyering  <meyering@lucent.com>
28443
28444         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28445         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28446         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28447
28448 2002-04-12  Jim Meyering  <meyering@lucent.com>
28449
28450         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28451         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28452         existence of the getmntinfo function.  Needed for Darwin 5.3.
28453
28454         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28455         This is necessary at least on Darwin 5.3.
28456
28457         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28458         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28459         strnlen.o in the library, and that makes some versions of ranlib
28460         object.
28461
28462 2002-04-12  Jim Meyering  <meyering@lucent.com>
28463
28464         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28465
28466 2002-04-09  Jim Meyering  <meyering@lucent.com>
28467
28468         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28469         to be more precise.  Rather than saying we're checking whether the
28470         function `works', say what we're testing.
28471         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28472         Reported by Bruno Haible.
28473
28474 2002-03-10  Jim Meyering  <meyering@lucent.com>
28475
28476         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28477         Suggestion from Santiago Vila.
28478
28479 2002-03-08  Jim Meyering  <meyering@lucent.com>
28480
28481         * lib/rename.c: Mention that this wrapper is needed also on
28482         mips-dec-ultrix4.4 systems.
28483
28484 2002-03-02  Jim Meyering  <meyering@lucent.com>
28485
28486         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28487         not HAVE_CLOCK_SETTIME.
28488
28489 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28490
28491         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28492         Check for clock_settime.
28493
28494 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28495
28496         * lib/nanosleep.h: Rename to....
28497         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28498
28499         * lib/gettime.c: New file.
28500         * lib/settime.c: New file.
28501         * lib/stime.c: Remove.
28502
28503         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28504         timespec.h.  Remove nanosleep.h.
28505
28506 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28507
28508         * m4/acl.m4: New file.
28509         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28510         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28511
28512 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28513
28514         * lib/acl.c, lib/acl.h: New files.
28515         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28516
28517 2002-02-24  Jim Meyering  <meyering@lucent.com>
28518
28519         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28520         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28521         cause trouble.  Reported by Nelson Beebe.
28522
28523 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28524
28525         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28526         compilers that don't know that xalloc_die never returns.
28527
28528 2002-02-20  Jim Meyering  <meyering@lucent.com>
28529
28530         * lib/getdate.c: Regenerate using bison-1.33.
28531
28532 2002-02-17  Jim Meyering  <meyering@lucent.com>
28533
28534         * config/config.guess (main): Don't use `head -1'; it's no longer
28535         portable. Use `sed 1q' instead.
28536
28537 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28538
28539         * m4/codeset.m4: Upgrade to gettext-0.11.
28540         * m4/gettext.m4: Upgrade to gettext-0.11.
28541         * m4/glibc21.m4: Upgrade to gettext-0.11.
28542         * m4/iconv.m4: Upgrade to gettext-0.11.
28543         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28544         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28545         * m4/lib-ld.m4: New file, from gettext-0.11.
28546         * m4/lib-link.m4: New file, from gettext-0.11.
28547         * m4/lib-prefix.m4: New file, from gettext-0.11.
28548         * m4/progtest.m4: Upgrade to gettext-0.11.
28549
28550 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28551
28552         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28553         (jm_PREREQ): Use it.
28554
28555 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28556
28557         * lib/posixver.c, lib/posixver.h: New files.
28558         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28559
28560 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28561             Bruno Haible  <bruno@clisp.org>
28562
28563         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28564         (fwrite_success_callback): New declaration.
28565         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28566         print_unicode_char. Call failure callback instead of error.
28567         (fwrite_success_callback): New function.
28568         (exit_failure_callback): New function.
28569         (fallback_failure_callback): New function.
28570         (print_unicode_char): Call unicode_to_mb.
28571
28572 2002-01-26  Jim Meyering  <meyering@lucent.com>
28573
28574         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28575         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28576
28577 2002-01-26  Jim Meyering  <meyering@lucent.com>
28578
28579         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28580
28581 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28582
28583         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28584
28585 2002-01-22  Jim Meyering  <meyering@lucent.com>
28586
28587         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28588         Otherwise, some versions of automake would omit the rule that makes
28589         Makefile from Makefile.in.
28590
28591 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28592
28593         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28594         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28595         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28596         (memcoll): Set errno to zero if there is no error.
28597
28598         * lib/quotearg.c (quotearg_buffer_restyled):
28599         Fix bug with quoting buffers containing NUL when backslashing escapes.
28600         This bug was exposed by the other changes in this patch.
28601         (quotearg_n_options): New arg ARGSIZE.
28602         All callers changed.
28603         (quoting_options_from_style): New function.
28604         (quotearg_n_style): Use it.
28605         (quotearg_n_style_mem): New function.
28606
28607         * lib/quotearg.h (quotearg_n_style_mem): New function.
28608
28609 2002-01-19  Jim Meyering  <meyering@lucent.com>
28610
28611         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28612         Remove useless quotes: DF_PROG="df".
28613         * m4/strnlen.m4: New file.
28614
28615 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28616
28617         * lib/backupfile.c (ISDIGIT): Comment fix.
28618         * lib/getdate.y (ISDIGIT): Likewise.
28619         * lib/posixtm.c (ISDIGIT, year): Likewise.
28620         * lib/strverscmp.c (ISDIGIT): Likewise.
28621         * lib/userspec.c (ISDIGIT): Likewise.
28622
28623 2002-01-16  Jim Meyering  <meyering@lucent.com>
28624
28625         * lib/getdate.y: Add three semicolons, each just before a closing
28626         brace. Bison (as of version 1.31) no longer papers over that mistake.
28627
28628 2002-01-05  Jim Meyering  <meyering@lucent.com>
28629
28630         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28631
28632 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28633
28634         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28635         not silently exit merely because the output buffer happens to
28636         have nothing pending.
28637
28638 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28639
28640         See the big note in ../ChangeLog.
28641         * lib/human.c (suffixes): Prefer K to k for 1024.
28642         (generate_suffix_backwards): New function.
28643         (human_readable_inexact): Use it.
28644         * lib/xstrtol.c (__xstrtol): If there is no number but there
28645         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28646         Accept 'K' as well as 'k'.
28647
28648 2001-12-15  Jim Meyering  <meyering@lucent.com>
28649
28650         * lib/regex.h (__restrict_arr): Update from libc.
28651
28652         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28653         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28654         (STREQ): Define.
28655
28656 2001-12-14  Jim Meyering  <meyering@lucent.com>
28657
28658         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28659         Suggestion from Bruno Haible.
28660
28661 2001-12-10  Jim Meyering  <meyering@lucent.com>
28662
28663         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28664         xrealloc, Instead, include "xalloc.h".
28665         (initbuffer): Don't cast xmalloc return value to char*.
28666         (readline): Reword comment.
28667         Don't cast xrealloc return value to char*
28668         Return NULL, not 0.
28669
28670 2001-12-09  Jim Meyering  <meyering@lucent.com>
28671
28672         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28673         about `signed and unsigned type in conditional expression'.
28674         * lib/posixtm.c (posix_time_parse): Likewise.
28675
28676         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28677
28678         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28679         to avoid a pedantic warning.
28680
28681         * lib/getstr.c: Don't include assert.h.
28682         (getstr): Remove warning-evoking assertions.
28683         Return -1 if offset parameter is out of bounds.
28684         Change the type of a local from int to size_t.
28685
28686         * lib/strftime.c (my_strftime_localtime_r): Include this function
28687         definition in the `#if ! HAVE_TM_GMTOFF' block.
28688
28689         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28690         Include xalloc.h instead.
28691
28692 2001-12-02  Jim Meyering  <meyering@lucent.com>
28693
28694         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28695         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28696         included.
28697
28698         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28699         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28700
28701 2001-11-30  Akim Demaille  <akim@epita.fr>
28702
28703         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28704         before being defined.
28705
28706 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28707
28708         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28709         First arg is int, not unsigned.
28710         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28711         (SIZE_MAX, UINT_MAX): New macros.
28712         (quotearg_n_options): Abort if N is negative.
28713         Avoid overflow check on hosts where size_t is 64 bits and int
28714         is 32 bits, as overflow is impossible there.
28715         Fix off-by-one typo that caused unnecessary reallocation.
28716
28717 2001-11-27  Jim Meyering  <meyering@lucent.com>
28718
28719         * lib/tempname.c: Merge with version from libc.
28720         * lib/regex.c: Likewise.
28721
28722         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28723         systems for which STDC_HEADERS is 0, it was not included, resulting in
28724         a warning about an integer-to-pointer conversion problem with getenv.
28725         Reported by Volker Borchert.
28726
28727 2001-11-26  Jim Meyering  <meyering@lucent.com>
28728
28729         * lib/gtod.h: Remove file.
28730         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28731         * lib/gettimeofday.c: Don't include gtod.h.
28732         (GTOD_init): Remove function.
28733         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28734         Suggestion from Volker Borchert.
28735
28736 2001-11-23  Jim Meyering  <meyering@lucent.com>
28737
28738         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28739         it.
28740         * lib/hash.c (struct hash_table): Define it here instead.
28741
28742 2001-11-22  Jim Meyering  <meyering@lucent.com>
28743
28744         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28745
28746 2001-11-20  Jim Meyering  <meyering@lucent.com>
28747
28748         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28749         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28750
28751 2001-11-19  Jim Meyering  <meyering@lucent.com>
28752
28753         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28754         directory.  Use "conftestXXXXXX" as the template.
28755         Suggestion from Paul Eggert.
28756
28757         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28758         immediately, so the test doesn't mistakenly hit the max-open-files
28759         limit.
28760
28761 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28762
28763         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28764         (TEMPORARIES): New macro.
28765         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28766         removes an artificial limitation (e.g. HP-UX 10.20, where
28767         TMP_MAX is 17576).
28768
28769 2001-11-18  Jim Meyering  <meyering@lucent.com>
28770
28771         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28772
28773 2001-11-18  Jim Meyering  <meyering@lucent.com>
28774
28775         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28776         on SunOS 4.
28777
28778         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28779         files will be created before anything else.
28780
28781 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28782
28783         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28784         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28785
28786 2001-11-17  Jim Meyering  <meyering@lucent.com>
28787
28788         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28789         Prompted by a report from Bob Proulx.
28790
28791         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28792         Instead, require UTILS_FUNC_MKSTEMP.
28793
28794 2001-11-17  Jim Meyering  <meyering@lucent.com>
28795
28796         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28797         Now, that's done as part of AC_FUNC_STRTOD.
28798
28799 2001-11-17  Jim Meyering  <meyering@lucent.com>
28800
28801         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28802         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28803         rather than group writable.  Patch by Juan F. Codagnone.
28804
28805         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28806         xrealloc, Instead, include "xalloc.h".
28807
28808         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28809         Remove explicit declarations of xmalloc, xrealloc,
28810         and xstrdup.  Instead, include "xalloc.h".
28811
28812         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28813         unlocked-io.h.
28814         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28815         Likewise.
28816         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28817
28818         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28819         Reported by Padraig Brady.
28820
28821         * lib/mkstemp.c: #undef mkstemp.
28822         Include config.h.
28823         (rpl_mkstemp): Rename from mkstemp.
28824         Protoize.
28825
28826 2001-11-16  Jim Meyering  <meyering@lucent.com>
28827
28828         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28829         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28830         determine the amount of total physical memory, use pstat_getstatic.
28831         HPUX-11 doesn't define _SC_PHYS_PAGES.
28832         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28833         If sysconf couldn't be used to determine the amount of available
28834         physical memory, use both pstat_getstatic and pstat_getdynamic.
28835         Based on a patch from Bob Proulx.
28836
28837 2001-11-10  Jim Meyering  <meyering@lucent.com>
28838
28839         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28840         (jm_PREREQ): Use it.
28841
28842 2001-11-09  Jim Meyering  <meyering@lucent.com>
28843
28844         * m4/jm-macros.m4: Require autoconf-2.52f.
28845         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28846         Use these AC_-prefixed names, not the AM_-prefixed ones.
28847
28848         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28849
28850 2001-11-05  Jim Meyering  <meyering@lucent.com>
28851
28852         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28853
28854 2001-11-04  Jim Meyering  <meyering@lucent.com>
28855
28856         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28857         $DEFS.
28858
28859 2001-11-03  Jim Meyering  <meyering@lucent.com>
28860
28861         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28862         of AC_DEFUN.
28863
28864         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28865         know the name of the variable in the macro definition.
28866
28867 2001-11-03  Jim Meyering  <meyering@lucent.com>
28868
28869         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28870         in argmatch_to_argument call.
28871
28872         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28873         argument.
28874
28875         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28876         e.g., a fault due to an attempt to free a NULL pointer.
28877
28878 2001-11-01  Jim Meyering  <meyering@lucent.com>
28879
28880         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28881         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28882
28883 2001-11-01  Jim Meyering  <meyering@lucent.com>
28884
28885         * lib/dirfd.c, lib/dirfd.h: New files.
28886         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28887
28888         * lib/hash.c (hash_print) [TESTING]: Clean up.
28889
28890 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28891
28892         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28893         to avoid a warning if -Wall.
28894
28895 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28896
28897         * README: New file
28898         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28899         (per RMS's instructions, this is now the canonical source)
28900         * lgpl/, gpl/: New directories.
28901
28902 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28903
28904         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28905
28906 2001-10-21  Jim Meyering  <meyering@lucent.com>
28907
28908         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28909         this code would end up calling gettext even in packages built
28910         with --disable-nls.
28911         * lib/getopt.c (_): Likewise.
28912         * lib/regex.c (_): Likewise.
28913
28914 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28915
28916         * m4/error.m4 (jm_PREREQ_ERROR):
28917         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28918         AC_FUNC_STRERROR_R does that.
28919         Check for strerror declaration.
28920
28921         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28922         are supposed to have them these days.
28923         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28924         Merge changes from latest Autoconf CVS.
28925         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28926         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28927         POSIX decided to standardize on the int flavor of strerror_r.
28928
28929 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28930
28931         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28932         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28933         Use strerror_r that is only a macro, even if it is not a function.
28934         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28935         (private_strerror): Use prototypes, not old-style function definition.
28936         (print_errno_message): New function.
28937         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28938         char*-flavored one.
28939         (error_tail, error, error_at_line): Use it.
28940
28941 2001-10-11  Jim Meyering  <meyering@lucent.com>
28942
28943         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28944         and quote_n (1, ... to avoid clobbering a buffer.
28945
28946 2001-10-05  Jim Meyering  <meyering@lucent.com>
28947
28948         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28949         hash-pjw.h.
28950         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28951         * lib/hash-pjw.h: New file.
28952
28953 2001-09-30  Jim Meyering  <meyering@lucent.com>
28954
28955         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28956         `struct fsstat' has the `f_fstypename' member.
28957         Use that to define FS_TYPE, which is now used to make
28958         the getfsstat link test tighter.
28959
28960 2001-09-30  Jim Meyering  <meyering@lucent.com>
28961
28962         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28963         Include <sys/ucred.h>, for Apple Darwin.
28964         Include sys/mount.h and sys/fs_types.h only if available.
28965         (FS_TYPE): Define.
28966         (read_filesystem_list): Use FS_TYPE.
28967
28968 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28969
28970         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28971         a boolean context.
28972
28973 2001-09-29  Jim Meyering  <meyering@lucent.com>
28974
28975         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28976         [one-argument getmntent function]): Include stdio.h before mntent.h.
28977         SunOS 4.1.x needs it for the declaration of `FILE'.
28978         Patch by Volker Borchert.
28979
28980         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28981         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28982         sys/fs_types.h, and make the link-test for getfsstat guard #include
28983         directives with appropriate #if HAVE_*_H tests so that we can
28984         detect getfsstat on Apple Darwin1.3.7 systems.
28985         Reported by Nelson Beebe.
28986         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28987
28988 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28989
28990         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28991         #defines strtoimax.  Also treat the other strto* functions
28992         like strtoimax.
28993
28994         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28995         Check for strtoul and strtoumax,
28996         as those declarations are made even in the signed case.
28997         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28998         Likewise, for strtol and strtoimax.
28999
29000 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29001
29002         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29003         #defines strtoimax.  Also treat the other strto* functions
29004         like strtoimax.
29005
29006         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29007         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29008         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29009
29010 2001-09-26  Jim Meyering  <meyering@lucent.com>
29011
29012         Most macros in unlocked-io.h had the wrong number of arguments.
29013         * lib/gen-uio: New script.
29014         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29015         * lib/unlocked-io.hin: Remove file.
29016         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29017         rather than trying to embed it here.
29018         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29019         Reported by Padraig Brady.
29020
29021 2001-09-25  Volker Borchert  <bt@teknon.de>
29022
29023         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29024         `result'.
29025
29026 2001-09-24  Jim Meyering  <meyering@lucent.com>
29027
29028         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29029
29030 2001-09-23  Jim Meyering  <meyering@lucent.com>
29031
29032         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29033         instead of the mere test for existence of mntent.h.  The latter
29034         would get a false-positive on AIX 3.4 systems.
29035         In the outer getmntent if-block, don't die if neither of the getmntent
29036         tests succeeds.  Instead, just fall through and continue with the
29037         remaining tests.
29038
29039 2001-09-23  Jim Meyering  <meyering@lucent.com>
29040
29041         * lib/mountlist.c: Remove useless parentheses in #if directives.
29042         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29043         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29044
29045 2001-09-22  Jim Meyering  <meyering@lucent.com>
29046
29047         * m4/gettext.m4: New file.  From gettext.
29048         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29049         * m4/progtest.m4: Likewise
29050         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29051         * m4/glibc21.m4: Likewise.
29052
29053         * m4/libintl.m4: Remove.  No longer used.
29054
29055 2001-09-22  Jim Meyering  <meyering@lucent.com>
29056
29057         * lib/localcharset.c: Update from latest gettext.
29058         * lib/config.charset: Likewise.
29059
29060 2001-09-20  Jim Meyering  <meyering@lucent.com>
29061
29062         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29063         strtoimax.
29064         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29065         strtoumax.
29066
29067 2001-09-20  Jim Meyering  <meyering@lucent.com>
29068
29069         * lib/xstrtol.c (strtoimax): Guard declaration with
29070         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29071         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29072         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29073         (strtoumax): Likewise, for completeness (it wasn't necessary).
29074
29075 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29076
29077         * lib/strtoimax.c (HAVE_LONG_LONG):
29078         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29079         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29080         to work around bug in IBM C compiler.
29081
29082 2001-09-17  Jim Meyering  <meyering@lucent.com>
29083
29084         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29085         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29086         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29087         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29088         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29089         whenever the right hand side need not be expanded by the shell.
29090
29091 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29092
29093         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29094         library.  It's not correct, as some older glibcs are buggy.
29095         fnmatch wasn't fixed until glibc 2.2.
29096
29097         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29098         special shell magic here.
29099
29100 2001-09-16  Jim Meyering  <meyering@lucent.com>
29101
29102         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29103         * m4/jm-macros.m4: Require it.
29104
29105 2001-09-16  Jim Meyering  <meyering@lucent.com>
29106
29107         * lib/mkdir.c: New file.
29108
29109 2001-09-15  Jim Meyering  <meyering@lucent.com>
29110
29111         * m4/jm-macros.m4: Check for help2man.
29112
29113 2001-09-11  Jim Meyering  <meyering@lucent.com>
29114
29115         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29116         The body, by Paul Eggert, was moved here from configure.in.
29117         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29118
29119 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29120
29121         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29122         (jm_PREREQ): Use it.
29123
29124 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29125
29126         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29127         Use ssize_t, not int, to store result of readlink.
29128         Check for ssize_t overflow as well as size_t overflow,
29129         as POSIX says the result of readlink is implementation-defined
29130         when ssize_t overflows.
29131         Remove unnecessary cast to char*.
29132         Use free+malloc instead of realloc, as the storage doesn't need
29133         to be preserved and it's clearer and can be more efficient that way.
29134         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29135         * lib/xreadlink.h (xreadlink): Update prototype.
29136
29137 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29138
29139         * lib/xgetcwd.c: Revert some of the previous change; intead,
29140         fix the HAVE_GETCWD_NULL code to behave more like the
29141         !HAVE_GETCWD_NULL code used to.
29142
29143         Include "xalloc.h".
29144         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29145         invoke xalloc_die.
29146
29147 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29148
29149         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29150         sys/param.h, as pathmax.h includes them.
29151
29152 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29153
29154         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29155         (jm_PREREQ_XGETCWD): New macro.
29156
29157         * m4/getcwd.m4: New file.
29158
29159 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29160
29161         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29162         like the HAVE_GETCWD_NULL code.
29163         Include pathmax.h if not HAVE_GETCWD.
29164         Do not include xalloc.h.
29165         (INITIAL_BUFFER_SIZE): New symbol.
29166         Do not use xmalloc / xrealloc, since the caller is responsible for
29167         handling errors.  Preserve errno around `free' during failure.
29168         Do not overrun buffer when using getwd.
29169
29170 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29171
29172         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29173         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29174         getcwd (NULL, 0).
29175
29176 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29177
29178         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29179         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29180         spotted by Jim Meyering.
29181
29182 2001-09-03  Jim Meyering  <meyering@lucent.com>
29183
29184         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29185         failure.
29186
29187 2001-09-02  Jim Meyering  <meyering@lucent.com>
29188
29189         * lib/error.c: Update from GNU libc.
29190
29191 2001-09-01  Jim Meyering  <meyering@lucent.com>
29192
29193         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29194         Used by df.
29195
29196 2001-09-01  Jim Meyering  <meyering@lucent.com>
29197
29198         * lib/xreadlink.c: New file.
29199         * lib/xreadlink.h: New file.
29200         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29201         xreadlink.h.
29202
29203         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29204         doesn't conflict with sparc Solaris 7's definition in
29205         /usr/include/sys/int_types.h.
29206
29207         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29208         files.
29209         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29210         and strncasecmp as r-values.  Unixware didn't have declarations.
29211
29212 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29213
29214         * lib/xstrtol.h: Add copyright notice.
29215         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29216         LONGINT_INVALID_SUFFIX_CHAR.
29217
29218 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29219
29220         * lib/xstrtol.c (strtoimax): New decl.
29221
29222 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29223
29224         * lib/xgetcwd.c: Don't include pathmax.h.
29225         Include stdlib.h and unistd.h if available.
29226         Include xalloc.h.
29227         (xmalloc, xstrdup, free): Remove decls.
29228         (xgetcwd): Don't assume sizes fit in unsigned.
29229         Check for overflow when computing sizes.
29230         Simplify reallocation code.
29231
29232 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29233
29234         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29235         a directory's st_size can have an arbitrary value, so the old
29236         usage could waste an arbitrary amount of memory.  All uses
29237         changed.
29238         * lib/savedir.h: Update prototype.
29239
29240 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29241
29242         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29243
29244         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29245         old strtoimax.c.
29246
29247         Also, make the following further changes to make this file's
29248         configuration more similar to that of strtol.c:
29249         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29250         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29251         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29252         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29253         changed to signed values.
29254
29255         And make the following changes as well:
29256         Fix copyright notice, as 1999 was missing.
29257         (verify): New macro.
29258         (strtoimax): Check sizes at compile-time, not run-time.
29259         Prefer strtol to strtoll if both work.
29260         (main): Remove; it was not that useful and was a pain to maintain.
29261
29262         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29263
29264 2001-08-31  Jim Meyering  <meyering@lucent.com>
29265
29266         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29267         Use an initial, malloc'd, buffer of length 128 rather than
29268         a statically allocated one of length 1024.
29269
29270 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29271
29272         Simplify code, partly by assuming autoconf 2.52 semantics.
29273
29274         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29275
29276         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29277         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29278         All uses removed.
29279         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29280         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29281         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29282         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29283         jm_AC_HEADER_INTTYPES_H.
29284         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29285
29286         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29287
29288         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29289         Quote first arg of AC_DEFUN.
29290         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29291         since they are needed to parse the include file even if we need
29292         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29293         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29294         but with opposite signedness.
29295
29296 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29297
29298         Merge 'exclude' changes from tar 1.13.22.
29299         This fixes one or two unlikely storage allocation overflow bugs,
29300         but doesn't change user-visible behavior otherwise.
29301
29302 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29303
29304         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29305         (jm_PREREQ_EXCLUDE): New macro.
29306
29307 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29308
29309         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29310         tm to be declared.
29311
29312 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29313
29314         * lib/hash.c: Remove '2001' from copyright notice.
29315
29316 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29317
29318         * lib/full-write.h: New file.
29319         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29320         * lib/full-write.c: Correct credits, as cccp.c no longer
29321         exists and anyway it was so heavily changed from the old cccp
29322         code as to be unrecognizable.  Include full-write.h.
29323         (full_write) Return size_t, with short writes meaning failure.
29324         All callers changed.  This fixes a bug with large buffers
29325         on 64-bit hosts.
29326         * lib/utime.c: Include full-write.h.
29327
29328 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29329
29330         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29331         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29332         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29333         Include if available.
29334         (<xalloc.h>): Include
29335         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29336         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29337         collide with FNM macros.
29338         (struct patopts): New struct.
29339         (struct exclude): Use it, as exclude patterns now come with options.
29340         (new_exclude): Support above changes.
29341         (new_exclude, add_exclude_file):
29342         Initial size must now be a power of two to simplify overflow checking.
29343         (free_exclude, fnmatch_no_wildcards): New function.
29344         (excluded_filename): No longer requires options arg, as the options
29345         are determined by add_exclude.  Now returns bool, not int.
29346         (excluded_filename, add_exclude):
29347         Add support for the fancy new exclusion options.
29348         (add_exclude, add_exclude_file): Now takes int options arg.
29349         Check for arithmetic overflow when computing sizes.
29350         (add_exclude_file): xrealloc might modify errno, so don't
29351         realloc until after errno might be used.
29352
29353         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29354         New macros.
29355         (free_exclude): New decl.
29356         (add_exclude, add_exclude_file): Now takes int options arg.
29357         (excluded_filename): No longer requires options arg, as the options
29358         are determined by add_exclude.  Now returns bool, not int.
29359
29360 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29361
29362         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29363
29364 2001-08-27  Jim Meyering  <meyering@lucent.com>
29365
29366         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29367
29368         * lib/version-etc.c (N_): Remove definition.
29369         Revert most of last change.
29370         Instead, simply don't mark the `Copyright...' string for translation.
29371         Based on advice from Paul Eggert.
29372
29373         * lib/strtoxmax.c: Tweak comment.
29374
29375 2001-08-26  Jim Meyering  <meyering@lucent.com>
29376
29377         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29378
29379         * m4/xstrtoimax.m4: New file.
29380         * m4/xstrtoumax.m4: Add comments explaining why we
29381         AC_REPLACE_FUNCS(strtol).
29382
29383 2001-08-26  Jim Meyering  <meyering@lucent.com>
29384
29385         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29386         of copyright with `%s' so translators don't get an untranslated
29387         message in 2002.
29388         (COPYRIGHT_YEAR): Define.
29389         (version_etc): Use fprintf rather than fputs.
29390         Suggestion from Ulrich Drepper.
29391
29392         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29393
29394         * lib/strtoll.c: New file, from GNU libc.
29395         * lib/xstrtoimax.c: New file.
29396
29397         * lib/xstrtol.h: Add xstrtoimax.
29398         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29399         * lib/strtoimax.c: New file.  Likewise, but first define
29400         STRTOUXMAX_SIGNED.
29401
29402         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29403         ...
29404         * lib/strtoxmax.c: ... then renamed to this.
29405
29406 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29407
29408         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29409         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29410         (jm_AC_TYPE_INTMAX_T): New macro.
29411         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29412
29413         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29414
29415         * m4/longlong.m4: Renamed from ulonglong.m4.
29416         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29417         * m4/uintmax_t.m4: Removed.
29418
29419 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29420
29421         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29422         Port to Solaris 8, where 'sed' requires a space after the 'r'
29423         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29424         Redirect output to $tmp just once.
29425
29426 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29427
29428         * lib/addext.c (<errno.h>): Include.
29429         (errno): Declare if not defined.
29430         (addext): Work correctly when pathconf returns -1 and leaves
29431         errno alone because there is no limit.  Also, work even if
29432         pathconf returns a value greater than SIZE_MAX.
29433
29434 2001-08-12  Jim Meyering  <meyering@lucent.com>
29435
29436         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29437         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29438         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29439         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29440         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29441         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29442         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29443         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29444         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29445         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29446         utime.m4, utimes.m4, xstrtoumax.m4:
29447         Quote the first argument in each use of AC_DEFUN.
29448
29449 2001-08-12  Jim Meyering  <meyering@lucent.com>
29450
29451         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29452         Simply `return getcwd (NULL, 0);'.
29453         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29454         Use 1300 as initial value for length, not PATH_MAX.
29455
29456         * lib/pathmax.h: Clean up cpp syntax.
29457
29458 2001-08-12  Jim Meyering  <meyering@lucent.com>
29459
29460         * lib/gettimeofday.c: New file.
29461         * lib/gtod.h: New file.
29462         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29463
29464 2001-08-05  Jim Meyering  <meyering@lucent.com>
29465
29466         * m4/jm-macros.m4: Require autoconf-2.52.
29467
29468 2001-08-04  Jim Meyering  <meyering@lucent.com>
29469
29470         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29471         stmt, to get in sync with glibc.
29472
29473 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29474
29475         The following changes are from gettext 0.10.39 as maintained by
29476         Bruno Haible.
29477
29478         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29479         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29480         with inverted sense.  All uses changed.
29481
29482         * lib/mbswidth.c: Don't include <limits.h>.
29483         Include <stdlib.h> and <string.h> unconditionally.
29484         (iswcntrl, mbsinit, ISCNTRL): New macros.
29485         (mbsnwidth): Use K&R style function declarations.
29486         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29487         can optimize it when MB_CUR_MAX == 1.
29488         The width of control characters is zero, not 1.
29489
29490 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29491
29492         The following changes are from gettext 0.10.39 as maintained by
29493         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29494
29495         * m4/codeset.m4: Upgrade to serial AM1.
29496         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29497         all uses changed.  Quote first arg of AC_DEFUN.
29498         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29499
29500         * m4/iconv.m4: Upgrade to serial AM2.
29501         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29502         Add --with-libconv-prefix.
29503         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29504         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29505         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29506         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29507         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29508
29509         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29510         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29511         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29512         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29513         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29514         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29515         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29516         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29517         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29518
29519         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29520         string.h any more.
29521
29522         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29523         not the default value.
29524
29525         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29526         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29527         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29528         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29529         Also check for iswcntrl, used for wcwidth fallback.
29530         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29531         to Autoconf 2.13.
29532
29533 2001-08-03  Jim Meyering  <meyering@lucent.com>
29534
29535         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29536         as it was in the original.  Reported by Paul Eggert.
29537
29538 2001-07-16  Jim Meyering  <meyering@lucent.com>
29539
29540         * m4/gettimeofday.m4: New file.
29541         Prompted by a report from Bernhard Baehr.
29542
29543 2001-07-15  Jim Meyering  <meyering@lucent.com>
29544
29545         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29546         stuff. Now it's in ../Makefile.cfg.
29547
29548 2001-07-15  Jim Meyering  <meyering@lucent.com>
29549
29550         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29551         (BUILT_SOURCES): Add unlocked-io.h.
29552         (io_functions): Define.
29553         (unlocked-io.h): New rule.
29554         (DISTCLEANFILES): Add unlocked-io.h.
29555         (all-local): Depend on unlocked-io.h, to ensure it is created.
29556
29557         * lib/unlocked-io.hin: New file
29558
29559         * lib/regex.c: Update from glibc.
29560
29561 2001-07-05  Jim Meyering  <meyering@lucent.com>
29562
29563         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29564         recommendation.
29565         (libfetish_a_SOURCES): Put all .h files here instead.
29566         Remove a thus-exposed (better checks in automake) duplicate and
29567         two unnecessary .h files.
29568
29569 2001-07-04  Jim Meyering  <meyering@lucent.com>
29570
29571         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29572         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29573         distcheck failure.
29574
29575 2001-07-02  Jim Meyering  <meyering@lucent.com>
29576
29577         The following changes were prompted by suggestions from Bruno Haible.
29578
29579         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29580         is now generated.
29581         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29582         definition of EXTRA_DIST.
29583         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29584         ensure that the generated file is created/updated whenever the list
29585         of $(unlocked_functions) is changed.
29586         (jm-glibc-io.m4): New rule.
29587         (unlocked-io.h): New rule -- currently unused.
29588
29589 2001-06-24  Jim Meyering  <meyering@lucent.com>
29590
29591         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29592         unmatched right bracket, rather than kludging it with an extra,
29593         falsely-matching quote in a comment.  Patch by Akim Demaille.
29594
29595 2001-06-11  Jim Meyering  <meyering@lucent.com>
29596
29597         * lib/regex.c: Update from GNU libc.
29598
29599 2001-05-27  Jim Meyering  <meyering@lucent.com>
29600
29601         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29602         Check for ut_type in struct utmp.
29603
29604 2001-05-27  Jim Meyering  <meyering@lucent.com>
29605
29606         * lib/readutmp.h (UT_TYPE): Define.
29607
29608 2001-05-24  Jim Meyering  <meyering@lucent.com>
29609
29610         * lib/argmatch.c: Include "quote.h".
29611         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29612         quote function.  Reported by Göran Uddeborg.
29613
29614 2001-05-22  Jim Meyering  <meyering@lucent.com>
29615
29616         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29617         now that we use the package-supplied version unconditionally.
29618         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29619
29620 2001-05-21  Jim Meyering  <meyering@lucent.com>
29621
29622         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29623         shell syntax errors.
29624
29625 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29626
29627         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29628
29629 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29630
29631         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29632         Don't bother to check library strftime, since
29633         we'll be using our own my_strftime function anyway.
29634         Define my_strftime instead of strftime.
29635
29636 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29637
29638         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29639         which is not yet declared.
29640
29641 2001-05-15  Jim Meyering  <meyering@lucent.com>
29642
29643         * m4/regex.m4: Use proper quoting so brackets appear in the test
29644         program.
29645         Reported by, and with help from, Bruno Haible.
29646
29647 2001-05-13  Jim Meyering  <meyering@lucent.com>
29648
29649         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29650         undefined.
29651
29652 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29653
29654         dirname code cleanup.  base_name now behaves more compatibly
29655         with POSIX basename when given file names that have trailing
29656         slashes, and similarly for dir_name.  Add new primitives
29657         base_len and dir_len.  Put the directory-name-related decls
29658         into dirname.h.
29659
29660         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29661         * lib/backupfile.c (base_name): Likewise.
29662         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29663         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29664         * lib/makepath.c (strip_trailing_slashes): Likewise.
29665         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29666         ISSLASH): Likewise.
29667         * lib/rename.c (strip_trailing_slashes): Likewise.
29668         * lib/same.c (base_name): Likewise.
29669         * lib/stripslash.c (ISSLASH): Likewise.
29670
29671         * lib/addext.c: Include <dirname.h> after size_t is defined.
29672         * lib/backupfile.c: Likewise.
29673
29674         * lib/addext.c (addext): Use base_len to trim redundant
29675         trailing slashes instead of doing it ourselves.
29676         But do not trim the last slash if it is not redundant.
29677
29678         * lib/backupfile.c (find_backup_file_name,
29679         max_backup_version): Use base_len instead of rolling it ourselves.
29680         Handle the case of "" and (on DOS) "C:" correctly.
29681
29682         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29683         needed. Include <string.h>, <dirname.h>.
29684         (base_name): Allow file names ending in slashes, other than names
29685         that are all slashes.  In this case, return the basename followed
29686         by the slashes.  This is more general, and can be used in places
29687         where the original base_name purposely had an assertion failure.
29688         (base_len): New function.
29689
29690         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29691         Do not include <assert.h>; no longer needed.
29692         Include xalloc.h.
29693         (memrchr): Remove decl.
29694         (dir_name_r): Remove.
29695         (dir_len): Renamed from dirlen.  All callers changed.
29696         Rewrite in terms of base_name, for simplicity and consistency.
29697         (dir_name): Never return NULL.  All callers changed.
29698         Do not include <stdlib.h> in test program; no longer needed.
29699         return 0; is fine for test program.
29700
29701         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29702         New macros.
29703         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29704
29705         * lib/path-concat.c (path_concat): Use base_len to compute
29706         base length, not strlen; this means we cannot rely on memcpy
29707         to null-terminate.
29708
29709         * lib/same.c (STREQ): Remove.
29710         (same_name): Handle the case where the basename ends in trailing '/'.
29711
29712         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29713         a slash was stripped.  Do not strip the last slash after a
29714         file system prefix.
29715
29716 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29717
29718         * lib/Makefile.am (libfetish_a_SOURCES):
29719         Add strftime.c, since we now compile it on all hosts.
29720
29721         * lib/strftime.c (my_strftime):
29722         Define to nstrftime if emacs, but only if my_strftime is not defined.
29723         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29724         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29725         Add one more extra argument: a nanoseconds value.
29726         All uses changed.
29727         (ns): New macro.
29728         (my_strftime function): Add %N format.
29729         (emacs_strftimeu): Renamed from emacs_strftime,
29730         with extra ut argument.
29731
29732 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29733
29734         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29735
29736 2001-04-21  Jim Meyering  <meyering@lucent.com>
29737
29738         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29739         doesn't interfere.
29740
29741 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29742
29743         * m4/ftruncate.m4: Check for chsize.
29744         Link with ftruncate.o unconditionally if ftruncate is missing.
29745         This was required when cross-compiling to i586-mingw32msvc.
29746
29747 2001-04-08  Jim Meyering  <meyering@lucent.com>
29748
29749         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29750         recomputed; that's necessary when the offset spans a DST transition.
29751         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29752
29753 2001-04-02  Jim Meyering  <meyering@lucent.com>
29754
29755         * lib/regex.h, regex.c: Update from GNU libc.
29756
29757 2001-03-24  Jim Meyering  <meyering@lucent.com>
29758
29759         * m4/jm-macros.m4: Require autoconf-2.49d.
29760
29761 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29762
29763         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29764
29765 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29766
29767         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29768
29769 2001-03-17  Jim Meyering  <meyering@lucent.com>
29770
29771         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29772         now that the version in autoconf is equivalent.
29773         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29774
29775         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29776         Suggestion from Akim Demaille.
29777
29778         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29779         (jm_PREREQ_TEMPNAME): New function.
29780
29781 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29782
29783         * lib/tempname.c (uint64_t): Define to uintmax_t if
29784         not defined, and if UINT64_MAX is not defined.
29785         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29786         Reported by John David Anglin.
29787
29788 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29789
29790         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29791         resolve alias if codeset is empty.
29792         * lib/config.charset (BeOS): Use wildcard syntax.
29793
29794 2001-03-13  Jim Meyering  <meyering@lucent.com>
29795
29796         * lib/path-concat.c (path_concat)
29797         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29798         concatenating e.g., `C:' and `foo'.
29799         From Bruno Haible.
29800
29801 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29802
29803         * lib/localcharset.c (locale_charset): Don't use
29804         setlocale(LC_CTYPE,NULL). Don't return NULL.
29805         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29806
29807 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29808
29809         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29810         support for DOS/DJGPP.
29811
29812 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29813
29814         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29815         lacks mkstemp.  Compile our own tempname.c if we compile our own
29816         mkstemp.c, as mkstemp relies on tempname.
29817
29818 2001-03-01  Jim Meyering  <meyering@lucent.com>
29819
29820         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29821         AH_VERBATIM really does output its argument verbatim.
29822
29823 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29824
29825         * lib/Makefile.am (libfetish_a_SOURCES):
29826         Add dup-safer.c, fopen-safer.c.
29827         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29828
29829         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29830         * lib/unistd-safer.h: New files.
29831
29832 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29833
29834         The mkstemp replacement is taken from glibc 2.2.2, with some
29835         portability fixes for use outside glibc, as follows:
29836
29837         * lib/tempname.c (struct_stat64): New macro.
29838         (direxists, __gen_tempname): Use it.
29839         This avoids a portability problem with Solaris 8.
29840
29841         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29842         (<stddef.h>, <stdint.h>, <string.h>):
29843         Include only if STDC_HEADERS || _LIBC.
29844         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29845         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29846         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29847         (__set_errno): Define this macro if <errno.h> doesn't.
29848         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29849         Define these macros if <stdio.h> doesn't.
29850         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29851         Define these macros if <sys/stat.h>
29852         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29853         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29854         __xstat64): Define if not _LIBC.
29855         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29856         (__gen_tempname): Invoke gettimeofday only if
29857         HAVE_GETTIMEOFDAY || _LIBC;
29858         otherwise, fall back on plain "time".
29859         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29860
29861         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29862
29863         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29864
29865 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29866
29867         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29868
29869 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29870
29871         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29872         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29873         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29874         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29875
29876 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29877
29878         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29879         Remove workaround macros for hosts that have mbrtowc but not
29880         mbstate_t, as we now insist on proper declarations for both
29881         before using mbrtowc.
29882
29883 2001-02-17  Jim Meyering  <meyering@lucent.com>
29884
29885         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29886         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29887         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29888         UnixWare 7.1.1.
29889
29890         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29891         rather than AC_CACHE_VAL.
29892
29893 2001-02-17  Jim Meyering  <meyering@lucent.com>
29894
29895         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29896         around included file name.
29897
29898         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29899
29900         * lib/strftime.c: Update from GNU libc (the only changes were to
29901         comments).
29902
29903 2001-02-17  Jim Meyering  <meyering@lucent.com>
29904
29905         * lib/regex.c: Update from libc.
29906
29907 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29908
29909         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29910         clash.
29911
29912 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29913
29914         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29915         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29916         Reported by Mark Hounschell via Paul Eggert.
29917
29918 2001-02-07  Jim Meyering  <meyering@lucent.com>
29919
29920         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29921
29922 2001-02-05  Jim Meyering  <meyering@lucent.com>
29923
29924         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29925         it includes the patch required for `large file' support with at least
29926         HP-UX's 10.20 /bin/cc.
29927
29928 2001-02-03  Jim Meyering  <meyering@lucent.com>
29929
29930         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29931         AS_IF, now that it works once again (mysteriously).
29932         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29933
29934 2001-01-30  Jim Meyering  <meyering@lucent.com>
29935
29936         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29937         * m4/chown.m4: Rename conftestchown to conftest.chown.
29938         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29939         s/conftestdir2/conftest.d2/.
29940         * m4/utimes.m4: s/conftestdata/conftest.data/
29941         Inspired by Pavel Roskin's change in autoconf.
29942
29943 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29944
29945         * lib/config.charset: Update for FreeBSD 4.2.
29946
29947 2001-01-27  Jim Meyering  <meyering@lucent.com>
29948
29949         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29950         a use of AS_IF.
29951         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29952
29953 2001-01-26  Jim Meyering  <meyering@lucent.com>
29954
29955         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29956         quotearg.c includes it.
29957
29958 2001-01-26  Jim Meyering  <meyering@lucent.com>
29959
29960         * lib/quotearg.c: Include stddef.h.
29961         * lib/quote.c: Include stddef.h.
29962         Reported by Axel Kittenberger.
29963
29964         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29965         line in double quotes so that it evokes a better diagnostic.
29966         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29967         Reported by Axel Kittenberger.
29968
29969 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29970
29971         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29972         as if it was a `charset'.
29973
29974 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29975
29976         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29977         has const.
29978
29979 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29980
29981         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29982         to avoid a warning.  Add back 'const' to inptr.
29983
29984 2001-01-20  Jim Meyering  <meyering@lucent.com>
29985
29986         Be sure that headers are checked before used in code compiled
29987         for the type checks.
29988         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29989         In place of that, invoke jm_CHECK_ALL_TYPES.
29990         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29991         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29992         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29993         The check for ssize_t was mistakenly run before the test for unistd.h.
29994
29995         The configure-time check for stdbool.h was missing.
29996         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29997         (jm_PREREQ_HASH): New function.
29998
29999 2001-01-17  Jim Meyering  <meyering@lucent.com>
30000
30001         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30002         for autoconf-2.49c.
30003         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30004
30005 2001-01-16  Jim Meyering  <meyering@lucent.com>
30006
30007         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30008         From Bruno Haible.
30009
30010 2001-01-14  Jim Meyering  <meyering@lucent.com>
30011
30012         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30013         foo and bar.  Create conftestdir/ in the script, not in the C code.
30014         Remove directories in the script, not in the C code.
30015         Remove conftestdir{,2} before trying to create the directory.
30016         Make the entire configure script fail if the mkdir fails.
30017
30018 2001-01-14  Jim Meyering  <meyering@lucent.com>
30019
30020         * lib/rename.c: New file.  From Volker Borchert.
30021         Include stdlib.h, string.h or strings.h, and xalloc.h.
30022         Use strip_trailing_slashes rather than open-coding it.
30023
30024 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30025
30026         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30027
30028 2001-01-03  Jim Meyering  <meyering@lucent.com>
30029
30030         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30031         of local `inptr' to avoid warning with some system declarations of
30032         iconv.
30033
30034 2001-01-02  Volker Borchert  <bt@teknon.de>
30035
30036         * m4/rename.m4: New file.
30037         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30038
30039 2001-01-01  Jim Meyering  <meyering@lucent.com>
30040
30041         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30042         even on systems with utmpx.h.  It's necessary for the declaration of
30043         utmp's ut_user member.  Reported by Andreas Jaeger.
30044
30045         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30046         available. They are required for the declarations of getgrgid and
30047         getpwuid resp.
30048         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30049         Reported by Andreas Jaeger.
30050
30051 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30052
30053         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30054         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30055         so `make install' also works in VPATH builds.
30056
30057 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30058
30059         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30060         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30061         can be used in subdirectories.
30062
30063 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30064
30065         * lib/modechange.c: Do not assume that mode_t uses the
30066         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30067         the other-execute bit of FOO even if S_IXOTH != 1.
30068
30069         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30070         WOTH, XOTH, ALLM): New macros.
30071         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30072          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30073         Use them.
30074         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30075         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30076         (mode_compile):
30077         No need to use uintmax_t; unsigned long is long enough.
30078         Don't bother to get suffix since we don't use it.
30079
30080 2000-12-26  Jim Meyering  <meyering@lucent.com>
30081
30082         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30083         better with autoheader.
30084
30085 2000-12-24  Jim Meyering  <meyering@lucent.com>
30086
30087         * lib/hash.c (is_prime): Return explicit boolean values.
30088         (hash_get_first): Return NULL to appease Irix5.6's 89.
30089         Reported by Nelson Beebe.
30090
30091 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30092
30093         * lib/localcharset.c (locale_charset): Add support for Win32.
30094
30095 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30096
30097         * lib/physmem.h, lib/physmem.c: New files.
30098
30099         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30100         (noinst_HEADERS): Add physmem.h.
30101
30102         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30103         't' for compatibility with Solaris 8 sort.
30104
30105 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30106
30107         * lib/config.charset: Add support for BeOS.
30108
30109 2000-12-17  Jim Meyering  <meyering@lucent.com>
30110
30111         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30112         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30113
30114 2000-12-16  Jim Meyering  <meyering@lucent.com>
30115
30116         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30117         N and M) would have treated it like `chown N:N FILE'.
30118
30119         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30120
30121 2000-12-16  Jim Meyering  <meyering@lucent.com>
30122
30123         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30124         SHELLS_FILE to a file name that's useful on djgpp systems.
30125         Include stdlib.h.
30126         (ADDITIONAL_DEFAULT_SHELLS): Define.
30127         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30128         Based mostly on a patch from Prashant TR.
30129
30130 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30131
30132         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30133         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30134         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30135
30136 2000-12-08  Andreas Schwab  <schwab@suse.de>
30137
30138         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30139         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30140
30141 2000-12-07  Jim Meyering  <meyering@lucent.com>
30142
30143         * lib/stripslash.c (ISSLASH): Define.
30144         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30145         `/'.
30146         From Prashant TR.
30147
30148         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30149         (dir_name_r): Declare this function as static.
30150         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30151         manifest itself on a name containing a mix of slashes and
30152         backslashes.
30153         Make this function work with names starting with a DOS-style
30154         drive letter and colon prefix.
30155         (dir_name): Append `.' if necessary.
30156         Based mostly on patches from Prashant TR and Eli Zaretskii.
30157
30158         * lib/dirname.h (dir_name_r): Remove prototype.
30159
30160 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30161
30162         * m4/off_t-format.m4: Remove this file.
30163         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30164
30165 2000-12-06  Jim Meyering  <meyering@lucent.com>
30166
30167         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30168         replacement strtoull, we may well need the replacement strtoul, too.
30169         Check for declarations of strtoul and strtoull.
30170         Check for strtol.  Mainly as a cue to cause automake to include
30171         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30172         Check for limits.h -- strtol.c needs it.
30173
30174 2000-12-05  Jim Meyering  <meyering@lucent.com>
30175
30176         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30177
30178 2000-12-04  Jim Meyering  <meyering@lucent.com>
30179
30180         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30181         Also include memory.h, stdlib.h, unistd.h if appropriate.
30182         Reported by Andreas Jaeger (conflicting declaration of malloc).
30183
30184 2000-12-02  Jim Meyering  <meyering@lucent.com>
30185
30186         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30187         * m4/jm-macros.m4 (jm_MACROS): require it.
30188
30189 2000-12-02  Jim Meyering  <meyering@lucent.com>
30190
30191         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30192
30193 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30194
30195         * lib/memrchr.c: Include <config.h> before any system include file.
30196
30197 2000-11-30  Jim Meyering  <meyering@lucent.com>
30198
30199         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30200
30201 2000-11-30  Jim Meyering  <meyering@lucent.com>
30202
30203         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30204
30205 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30206
30207         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30208
30209 2000-11-26  Jim Meyering  <meyering@lucent.com>
30210
30211         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30212
30213 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30214
30215         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30216         size of (size_t) -1; it's not portable.
30217
30218 2000-11-17  Jim Meyering  <meyering@lucent.com>
30219
30220         * lib/strstr.c: Update from GNU libc.
30221
30222 2000-11-17  Akim Demaille  <akim@epita.fr>
30223
30224         * lib/obstack.h: Formatting changes.
30225         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30226         prevent type checking.
30227         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30228         cast the value to (void *): assigning a `foo *' to a `void *'
30229         variable is valid.
30230         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30231
30232 2000-11-16  Jim Meyering  <meyering@lucent.com>
30233
30234         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30235
30236 2000-11-11  Jim Meyering  <meyering@lucent.com>
30237
30238         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30239
30240 2000-11-10  Jim Meyering  <meyering@lucent.com>
30241
30242         * lib/obstack.h: Update from GNU libc.
30243         * lib/obstack.c: Likewise.
30244
30245 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30246
30247         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30248
30249 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30250
30251         * lib/getusershell.c (setusershell): Use rewind rather than
30252         fseek/fseeko, to avoid configuration hassles with fseeko.
30253         Don't bother opening SHELLS_FILE if shellstream is NULL;
30254         it's not necessary.
30255
30256 2000-11-05  Jim Meyering  <meyering@lucent.com>
30257
30258         * lib/makepath.h (make_dir): Declare.
30259         * lib/makepath.c (make_dir): Remove `static' attribute.
30260         Tweak a comment.
30261
30262 2000-11-04  Jim Meyering  <meyering@lucent.com>
30263
30264         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30265
30266 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30267
30268         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30269         last one in a bucket, advance to the next bucket.
30270
30271 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30272
30273         * lib/fnmatch.c: Do not comment out all the code if we are using
30274         the GNU C library, because in some cases we are replacing buggy
30275         code in the GNU C library itself.
30276
30277 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30278
30279         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30280         (regex_compile): Catch bogus \(\1\).
30281
30282 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30283
30284         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30285         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30286         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30287
30288 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30289
30290         * lib/error.h, getline.h, modechange.h:
30291         Remove "2000" from Copyright line, as the file hasn't been
30292         changed this year other than in the copyright notice.
30293
30294         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30295         was changed this year.
30296
30297 2000-10-29  Jim Meyering  <meyering@lucent.com>
30298
30299         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30300         renaming.
30301         * m4/ls-mntd-fs.m4: Likewise
30302
30303 2000-10-29  Jim Meyering  <meyering@lucent.com>
30304
30305         * lib/xstat.in: Fix grammar in comment.
30306
30307 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30308
30309         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30310         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30311         doesn't define __restrict_arr.
30312
30313 2000-10-28  Jim Meyering  <meyering@lucent.com>
30314
30315         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30316         (jm_PREREQ_MEMCHR): New function.
30317
30318 2000-10-28  Jim Meyering  <meyering@lucent.com>
30319
30320         * lib/memchr.c: Update from libc.
30321         Adjust for portability:
30322         [HAVE_STDLIB_H]: Include stdlib.h.
30323         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30324         Undef __memchr, too.
30325         [!weak_alias]: Define __memchr to memchr.
30326
30327         * lib/regex.c: Update from libc.
30328         * lib/regex.h: Likewise.
30329         * lib/getopt1.c: Likewise.
30330         * lib/memcmp.c: Likewise.
30331
30332         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30333         Avoid using fseek, when possible -- it's broken by design.
30334         Patch by Ulrich Drepper.
30335
30336 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30337
30338         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30339         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30340         Giving in to popular pressure to shut up the compiler with casts.
30341
30342 2000-10-26  Jim Meyering  <meyering@lucent.com>
30343
30344         * lib/strftime.c: Update from libc.
30345
30346 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30347
30348         * regex.c: More `unsigned char' -> `re_char' changes.
30349         Also change several `int' into `re_wchar_t'.
30350         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30351         (PUSH_FAILURE_POINTER): Don't cast any more.
30352         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30353         We want GCC to complain, since this piece of code makes
30354         re_match non-reentrant, which *should* be fixed.
30355         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30356         (EXTEND_BUFFER): Use RETALLOC.
30357         (SET_LIST_BIT): Don't cast.
30358         (re_wchar_t): New type.
30359         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30360         that those two functions will always properly return.
30361         (IMMEDIATE_QUIT_CHECK): Cast to void.
30362         (analyse_first): Use recursion rather than an explicit stack.
30363         (re_compile_fastmap): Can't fail anymore.
30364         (re_search_2): Don't check re_compile_fastmap for failure.
30365         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30366         Now also sets the new value (passed in a new argument).
30367         (re_match_2_internal): Use it.
30368         Also, use a new var `reg' of type size_t when looping through regs
30369         rather than reuse the inappropriate `mcnt'.
30370
30371 2000-10-25  Jim Meyering  <meyering@lucent.com>
30372
30373         * lib/obstack.c: Update from libc.
30374
30375 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30376
30377         * regex.c (regex_compile): Change the way of handling a range from
30378         a char less than 256 to a char not less than 256.
30379
30380 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30381
30382         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30383         NT-Emacs only.
30384         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30385         so that re_search functions only quit when callers expect them to.
30386
30387 2000-10-23  Jim Meyering  <meyering@lucent.com>
30388
30389         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30390         wrong.  That set_locale call must not have any side effects.
30391         From Paul Eggert.
30392
30393 2000-10-22  Jim Meyering  <meyering@lucent.com>
30394
30395         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30396         [CYCLIC]: Remove now-unused definition.
30397
30398         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30399         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30400         Suggestion from Ulrich Drepper.
30401
30402 2000-10-21  Jim Meyering  <meyering@lucent.com>
30403
30404         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30405         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30406         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30407
30408 2000-10-21  Jim Meyering  <meyering@lucent.com>
30409
30410         * lib/dirname.c (memrchr): Declare if necessary.
30411         (dir_name): Remove the restriction that there be no
30412         trailing slashes.  Now, this code skips past them, effectively
30413         ignoring them.
30414         [TEST_DIRNAME] (main): New unit tests.
30415
30416         * lib/memrchr.c: New file from GNU libc.
30417         Undef __memrchr, too.
30418         [!weak_alias]: Define __memrchr to memrchr.
30419         Guard weak_alias use with `#ifdef weak_alias'.
30420
30421 2000-10-21  Jim Meyering  <meyering@lucent.com>
30422
30423         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30424         (dir_name): Use dir_name_r.
30425         * lib/dirname.h (dir_name_r): Declare it.
30426
30427 2000-10-17  Jim Meyering  <meyering@lucent.com>
30428
30429         * lib/quote.h (PARAMS): Define and use.
30430         Reported by Akim Demaille.
30431
30432         * lib/getopt.c: Update from libc.
30433
30434 2000-10-16  Jim Meyering  <meyering@lucent.com>
30435
30436         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30437         setlocale.
30438         From Jan Fedak.
30439
30440 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30441
30442         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30443
30444 2000-09-25  Jim Meyering  <meyering@lucent.com>
30445
30446         * lib/md5.h (rol): Define (from GnuPG).
30447
30448         * lib/sha.c: Give credit (GnuPG) where due.
30449         (M): Use rol rather than open-coding it.
30450         Add a FIXME comment.
30451
30452 2000-09-21  Jim Meyering  <meyering@lucent.com>
30453
30454         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30455         Reported by Michael Stone.
30456
30457 2000-09-20  Jim Meyering  <meyering@lucent.com>
30458
30459         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30460         (noinst_HEADERS): Add sha.h.
30461         Based on code from Scott G. Miller and from GnuPG.
30462
30463 2000-09-18  Jim Meyering  <meyering@lucent.com>
30464
30465         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30466         LIBS. Otherwise, everyone ends up linking with -lelf for some
30467         configurations.
30468         Reported by Mike Stone.
30469
30470 2000-09-15  Jim Meyering  <meyering@lucent.com>
30471
30472         * lib/regex.c: Update from libc.
30473
30474 2000-09-10  Jim Meyering  <meyering@lucent.com>
30475
30476         * lib/getopt.c (_getopt_internal): Update from glibc.
30477
30478 2000-09-09  Jim Meyering  <meyering@lucent.com>
30479
30480         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30481         think it should be used as a general replacement for isascii.
30482         * lib/fnmatch.c: Likewise.
30483         * lib/mbswidth.c: Likewise
30484         * lib/regex.c: Likewise.
30485
30486         Don't use atoi.
30487         * lib/userspec.c: Include sys/param.h and limits.h.
30488         Include xstrtol.h.
30489         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30490         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30491         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30492         UID, GID.  Check range.
30493
30494 2000-09-06  Jim Meyering  <meyering@lucent.com>
30495
30496         * lib/getopt.c (_getopt_internal): Update from glibc.
30497
30498 2000-08-30  Jim Meyering  <meyering@lucent.com>
30499
30500         * lib/strftime.c: Merge in changes from GNU libc.
30501
30502 2000-08-26  Jim Meyering  <meyering@lucent.com>
30503
30504         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30505         * m4/fpending.m4: New file.
30506
30507 2000-08-26  Jim Meyering  <meyering@lucent.com>
30508
30509         * lib/closeout.c: Include "__fpending.h".
30510         (close_stdout_status): Return right away if there's nothing to flush.
30511
30512         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30513         * lib/__fpending.c: New file.
30514         * lib/__fpending.h: New file.
30515
30516 2000-08-20  Jim Meyering  <meyering@lucent.com>
30517
30518         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30519         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30520         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30521
30522 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30523
30524         Improve fileutils installation on systems where running
30525         programs (like install) can't be unlinked.
30526         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30527         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30528
30529 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30530
30531         Standardize on "memory exhausted" instead of "Memory exhausted"
30532         or "virtual memory exhausted".
30533         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30534         "virtual memory exhausted".
30535         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30536         our own message.
30537         * lib/userspec.c (parse_user_spec): Likewise.
30538         * lib/bumpalloc.h: comment fix
30539         * lib/same.c, userspec.c: Include xalloc.h.
30540
30541         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30542         not char *const and pointing to a constant array.
30543         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30544         (xrealloc): Comment fix.
30545
30546         * lib/userspec.c (parse_user_spec):
30547         Don't translate a message until just before returning,
30548         to avoid unnecessary translation.
30549
30550 2000-08-07  Jim Meyering  <meyering@lucent.com>
30551
30552         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30553         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30554         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30555         getgroups.c, gethostname.c, getopt.h, group-member.c,
30556         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30557         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30558         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30559         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30560         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30561         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30562         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30563         yesno.c: Back out Copyright date changes for each file with no change
30564         this year.  This eases coordination with other programs using the same
30565         source code modules.  From Paul Eggert.
30566
30567 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30568
30569         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30570         not char, for compatibility with glibc 2.1.3 strftime.c.
30571
30572 2000-08-03  Greg McGary  <greg@mcgary.org>
30573
30574         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30575         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30576         (EXTEND_BUFFER): Use them.
30577
30578 2000-08-01  Jim Meyering  <meyering@lucent.com>
30579
30580         * lib/dirname.c (ISSLASH): Define.
30581         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30582         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30583         both `\' and `/' may be use as path separators.
30584         Based on a patch from Prashant TR.
30585
30586 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30587
30588         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30589         slot vector a constant, since it might get modified.
30590
30591 2000-07-31  Jim Meyering  <meyering@lucent.com>
30592
30593         * lib/xmalloc.c: Use `virtual memory exhausted', not
30594         `Memory exhausted'.
30595         * lib/obstack.c (print_and_abort): Likewise.
30596
30597 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30598
30599         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30600         buffer, so that the caller can always quote one small
30601         component of a "memory exhausted" message in slot 0.
30602         From a suggestion by Jim Meyering.
30603
30604 2000-07-30  Jim Meyering  <meyering@lucent.com>
30605
30606         * lib/makepath.c (make_path): Quote the other instance, too.
30607
30608         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30609         (STATIC_BUF_SIZE): Define.
30610         (quotearg_n_options): Use only statically allocated storage when
30611         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30612         than STATIC_BUF_SIZE.
30613
30614 2000-07-29  Jim Meyering  <meyering@lucent.com>
30615
30616         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30617         * lib/dirname.c (dir_name): Likewise.
30618
30619         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30620         `/'.
30621
30622         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30623         (dir_name): Assert that there are no trailing slashes.
30624
30625 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30626
30627         * lib/mbswidth.h (mbswidth): Add a flags argument.
30628         (mbswidth): New declaration.
30629         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30630         * lib/mbswidth.c (mbswidth): Add a flags argument.
30631         (mbsnwidth): New function.
30632
30633 2000-07-24  Jim Meyering  <meyering@lucent.com>
30634
30635         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30636
30637 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30638
30639         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30640
30641 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30642
30643         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30644         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30645         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30646         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30647         invoke multibyte primitives.
30648
30649 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30650
30651         * lib/quotearg.c:
30652         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30653         so that mbstate_t is always defined.
30654
30655         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30656         be 1 in at least one GCC installation, and this configuration
30657         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30658         performance on hosts that have mbrtowc but have only unibyte
30659         locales, but I assume these hosts are rare.
30660
30661 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30662
30663         * lib/mbswidth.c (_XOPEN_SOURCE):
30664         Don't define; this causes problems on Solaris 7.
30665         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30666
30667 2000-07-23  Jim Meyering  <meyering@lucent.com>
30668
30669         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30670         too: getgrgid, getpwuid, getuid.
30671
30672 2000-07-23  Jim Meyering  <meyering@lucent.com>
30673
30674         * lib/basename.c (base_name): Add an assertion.
30675
30676 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30677
30678         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30679         shadow its mbsinit function.
30680
30681 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30682
30683         * lib/mbswidth.h: New file.
30684         * lib/mbswidth.c: New file.
30685         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30686         (noinst_HEADERS): Add mbswidth.h.
30687
30688 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30689
30690         * lib/config.charset: Add support for FreeBSD. Improve support for
30691         HP-UX and IRIX 6.
30692
30693 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30694
30695         * m4/mbswidth.m4: New file.
30696         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30697
30698 2000-07-15  Jim Meyering  <meyering@lucent.com>
30699
30700         * lib/makepath.c: Include quote.h.
30701         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30702         corresponding argument in a `quote (...)' call.
30703         Give better diagnostics.
30704
30705         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30706         (noinst_HEADERS): Add quote.h.
30707
30708         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30709         from tar's src/misc.c.
30710         * lib/quote.h: New file.  Prototypes for same.
30711
30712 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30713
30714         From a suggestion by Bruno Haible.
30715         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30716         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30717         to decide whether to define the BeOS workaround macro;
30718         this adjusts to the change to AC_MBSTATE_T.
30719
30720 2000-07-14  Jim Meyering  <meyering@lucent.com>
30721
30722         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30723         jm_AC_TYPE_UINTMAX_T.
30724
30725 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30726
30727         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30728
30729         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30730         quotearg_buffer_restyled): Add support for
30731         clocale_quoting_style.  Undo previous change to
30732         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30733         and "{RIGHT QUOTATION MARK}" msgids.
30734
30735 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30736
30737         From a suggestion by Bruno Haible.
30738         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30739         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30740         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30741         and mbstate_t, to a single-part test that simply defines mbstate_t.
30742         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30743         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30744
30745 2000-07-10  Jim Meyering  <meyering@lucent.com>
30746
30747         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30748
30749         * m4/gnu-source.m4: Output to confdefs.h directly.
30750         Suggestion from Akim Demaille.
30751
30752 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30753
30754         The old behavior of quoting `like this' doesn't look good with
30755         newer, ISO-style fonts.  See:
30756         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30757
30758         Instead, quote "like this" by default.  Let the translator
30759         tailor the locale-specific quoting behavior by providing
30760         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30761
30762         * lib/quotearg.c (N_): New macro.
30763         (gettext_default): New function.
30764         (quotearg_buffer_restyled): Use
30765         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30766         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30767
30768 2000-07-09  Jim Meyering  <meyering@lucent.com>
30769
30770         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30771         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30772
30773         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30774         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30775
30776 2000-07-09  Jim Meyering  <meyering@lucent.com>
30777
30778         * lib/Most files: Update copyright dates to include 2000.
30779
30780 2000-07-08  Jim Meyering  <meyering@lucent.com>
30781
30782         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30783         if not defined.
30784         (xgethostname): Remove now-unnecessary #ifdef.
30785         Move declaration of `err' into loop where it's used.
30786
30787 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30788         and Bruno Haible  <haible@clisp.cons.org>
30789
30790         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30791         only if the test for an object-type mbstate_t fails.  This
30792         prevents us from mistakenly reporting that mbstate_t is a
30793         system object type after we "#define mbstate_t int" to work
30794         around its lack.
30795
30796 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30797         and Bruno Haible  <haible@clisp.cons.org>
30798
30799         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30800
30801 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30802
30803         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30804         to strerror_r.
30805         Include <ctype.h> for use of isalpha.
30806
30807 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30808
30809         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30810         by allocating a larger buffer. Test the gethostname return value for
30811         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30812         returns an error and ENAMETOOLONG isn't defined.
30813
30814 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30815
30816         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30817         dimension.
30818
30819 2000-07-04  Jim Meyering  <meyering@lucent.com>
30820
30821         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30822         of the deprecated AC_CHECKING.
30823
30824 2000-07-04  Jim Meyering  <meyering@lucent.com>
30825
30826         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30827         Reported by Bruno Haible.
30828
30829 2000-07-04  Jim Meyering  <meyering@lucent.com>
30830
30831         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30832         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30833         lacks mbrtowc.
30834
30835 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30836
30837         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30838         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30839
30840 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30841         and Bruno Haible  <haible@clisp.cons.org>
30842
30843         * lib/quotearg.c (mbrtowc):
30844         Assign to *pwc, and return 1 only if result is nonzero.
30845         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30846
30847 2000-07-03  Jim Meyering  <meyering@lucent.com>
30848
30849         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30850
30851 2000-07-03  Jim Meyering  <meyering@lucent.com>
30852
30853         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30854         This is necessary to get a definition of e.g., UTMP_FILE on
30855         HP-UX 10.20.
30856         From Bob Proulx.
30857
30858 2000-07-02  Jim Meyering  <meyering@lucent.com>
30859
30860         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30861
30862         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30863         AC_LIBOBJ(function_name).
30864         * m4/chown.m4: Likewise.
30865         * m4/fnmatch.m4: Likewise.
30866         * m4/ftruncate.m4: Likewise.
30867         * m4/getgroups.m4: Likewise.
30868         * m4/getline.m4: Likewise.
30869         * m4/group-member.m4: Likewise.
30870         * m4/jm-macros.m4: Likewise.
30871         * m4/lstat.m4: Likewise.
30872         * m4/malloc.m4: Likewise.
30873         * m4/memcmp.m4: Likewise.
30874         * m4/nanosleep.m4: Likewise.
30875         * m4/putenv.m4: Likewise.
30876         * m4/realloc.m4: Likewise.
30877         * m4/regex.m4: Likewise.
30878         * m4/stat.m4: Likewise.
30879         * m4/strftime.m4: Likewise.
30880
30881 2000-07-02  Jim Meyering  <meyering@lucent.com>
30882
30883         * lib/quotearg.c (mbstate_t): Don't define here.
30884
30885 2000-07-02  Jim Meyering  <meyering@lucent.com>
30886
30887         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30888
30889 2000-07-01  Jim Meyering  <meyering@lucent.com>
30890
30891         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30892
30893 2000-07-01  Jim Meyering  <meyering@lucent.com>
30894
30895         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30896         problem.
30897
30898 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30899
30900         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30901         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30902
30903 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30904
30905         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30906         per change in ../m4/ls-mntd-fs.m4.
30907         (read_filesystem_list): Ignore symbolic links.
30908
30909 2000-06-29  Jim Meyering  <meyering@lucent.com>
30910
30911         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30912         for declaration of strcmp.
30913
30914         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30915
30916         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30917         Avoid warning by casting result to `char *' to remove `const'.
30918
30919 2000-06-28  Jim Meyering  <meyering@lucent.com>
30920
30921         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30922         included by quotearg.c, for which we perform this test.  From
30923         Bruno Haible.
30924
30925 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30926
30927         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30928         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30929         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30930
30931 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30932
30933         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30934
30935 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30936
30937         savedir now sets errno on failure and invokes xmalloc to get memory.
30938         Fix a couple of other minor bugs while we're at it.
30939
30940         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30941         (NAMLEN): Remove macro.
30942         (malloc, realloc): Remove decls.
30943         (stpcpy): Likewise.
30944         ("xalloc.h"): Include.
30945         (NAME_SIZE_DEFAULT): New macro.
30946         (savedir): Use xmalloc / xrealloc to allocate memory.
30947         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30948         Skip "" directory entries.
30949         Use strlen to calculate directory entry length, since the old method
30950         is rarely used these days and isn't worth supporting.
30951         Don't use a pointer after freeing it.
30952         Check for integer overflow when calculating allocation size.
30953         Use memcpy to copy entries, instead of stpcpy.
30954         Set errno properly when returning NULL.
30955         Check for readdir error.
30956
30957 2000-06-26  Jim Meyering  <meyering@lucent.com>
30958
30959         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30960
30961 2000-06-25  Jim Meyering  <meyering@lucent.com>
30962
30963         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30964         Linux header bug when _XOPEN_SOURCE is defined to 500.
30965
30966 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30967
30968         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30969         deficiency.
30970
30971 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30972
30973         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30974         Include xalloc.h.
30975         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30976
30977 2000-06-24  Jim Meyering  <meyering@lucent.com>
30978
30979         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30980         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30981         for which strerror does return char*, but which lacks a conveniently
30982         accessible declaration of the function.  If the compile-test says
30983         strerror_r doesn't work, then resort to a `run'-test that works on
30984         BeOS and segfaults on DEC Unix.
30985
30986 2000-06-24  Jim Meyering  <meyering@lucent.com>
30987
30988         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30989
30990 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30991
30992         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30993         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30994
30995 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30996
30997         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30998         (mbrtowc, mbstate_t): Define substitutes if
30999         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31000         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31001         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31002
31003 2000-06-23  Jim Meyering  <meyering@lucent.com>
31004
31005         * m4/afs.m4: Add missing AC_MSG_RESULT.
31006         Reported by Bruno Haible.
31007
31008         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31009         Suggestion from Bruno Haible.
31010
31011 2000-06-23  Jim Meyering  <meyering@lucent.com>
31012
31013         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31014
31015 2000-06-21  Jim Meyering  <meyering@lucent.com>
31016
31017         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31018
31019 2000-06-21  Jim Meyering  <meyering@lucent.com>
31020
31021         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31022         (noinst_HEADERS): Add getstr.h.
31023
31024         * lib/getline.c (getstr): Move into a separate file.
31025         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31026         the following changes: new parameter, delim2; both delim[12]
31027         parameters have type `int', not `char'.  The latter would lose
31028         with 8-bit delimiters.
31029         * lib/getstr.h: New file.
31030
31031 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31032
31033         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31034         than 1024, return a memory chunk of least possible size, instead
31035         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31036         Use free/xmalloc instead of xrealloc to avoid copying for very long
31037         paths.
31038
31039 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31040
31041         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31042         the empty string.
31043
31044 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31045
31046         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31047         address, not strdup.  Include <stdlib.h> and don't declare free().
31048
31049 2000-06-19  Jim Meyering  <meyering@lucent.com>
31050
31051         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31052
31053 2000-06-18  Jim Meyering  <meyering@lucent.com>
31054
31055         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31056
31057         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31058         `checking whether...' message to be consistent with that of the
31059         lstat test.
31060
31061 2000-06-18  Jim Meyering  <meyering@lucent.com>
31062
31063         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31064         Besides, these days every porting target provides a mkdir function.
31065
31066         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31067         needed. (this snippet comes from src/system.h).
31068
31069 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31070
31071         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31072
31073 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31074
31075         * lib/human.c (adjust_value): New function.
31076         (human_readable_inexact): Apply rounding style even when
31077         printing approximate values.
31078
31079 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31080
31081         * lib/human.c (human_readable_inexact): Allow an input block
31082         size that is not a multiple of the output block size, and vice versa.
31083         Reported by Piergiorgio Sartor.
31084
31085 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31086
31087         * lib/getdate.y (get_date): Apply relative times after time
31088         zone indicator, not before.  Reported by Todd A. Jacobs.
31089
31090 2000-06-13  Jim Meyering  <meyering@lucent.com>
31091
31092         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31093
31094         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31095
31096 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31097
31098         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31099
31100 2000-06-12  Jim Meyering  <meyering@lucent.com>
31101
31102         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31103         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31104         optional argument.
31105         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31106         the optional argument, `lib'.
31107
31108 2000-06-08  Jim Meyering  <meyering@lucent.com>
31109
31110         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31111
31112 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31113
31114         Rewrite largefile configuration so that we don't need to run
31115         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31116         AC_CANONICAL_HOST in configure.in -- jmm]
31117
31118         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31119         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31120         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31121         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31122         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31123         All uses changed.
31124         Instead of inspecting the output of getconf, try to compile the
31125         test program without and with the macro definition.
31126         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31127         for getconf.  Instead, check for the needed flags by compiling
31128         test programs.
31129
31130 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31131
31132         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31133
31134 2000-06-04  Jim Meyering  <meyering@lucent.com>
31135
31136         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31137         SunOS 4.1.4 for which gid_t is an unsigned type.
31138
31139 2000-06-03  Jim Meyering  <meyering@lucent.com>
31140
31141         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31142         now that autoconf requires that.
31143
31144         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31145         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31146         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31147
31148 2000-06-03  Jim Meyering  <meyering@lucent.com>
31149
31150         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31151
31152 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31153
31154         * m4/glibc21.m4: New file.
31155         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31156
31157 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31158
31159         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31160         newer, don't install charset.alias.
31161         * lib/config.charset: Change the Linux/glibc rules so they become empty
31162         on glibc-2.1 or newer.
31163
31164 2000-06-02  Jim Meyering  <meyering@lucent.com>
31165
31166         * lib/mountlist.c: Back out last change.  Instead, do this...
31167         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31168         me_dummy member using the same `ignore'-testing code.
31169         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31170         fs_type strings.
31171         From Mark D. Roth.
31172
31173 2000-05-29  Jim Meyering  <meyering@lucent.com>
31174
31175         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31176         mounts with the `ignore' attribute.  Based on a patch from
31177         Mark D. Roth.
31178
31179 2000-05-28  Jim Meyering  <meyering@lucent.com>
31180
31181         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31182         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31183         * m4/stat.m4: Likewise.
31184         * m4/lstat.m4: Likewise.
31185         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31186
31187         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31188         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31189
31190 2000-05-26  Jim Meyering  <meyering@lucent.com>
31191
31192         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31193
31194 2000-05-24  Jim Meyering  <meyering@lucent.com>
31195
31196         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31197         autoconf requires that.
31198         * m4/lib-check.m4: Likewise.
31199         * m4/jm-macros.m4: Likewise.
31200         * m4/strftime.m4: Likewise.
31201
31202         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31203         AC_CHECK_DECLS, now that autoconf requires that.
31204
31205 2000-05-22  Jim Meyering  <meyering@lucent.com>
31206
31207         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31208         * m4/lstat.m4: Likewise.
31209
31210 2000-05-22  Jim Meyering  <meyering@lucent.com>
31211
31212         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31213
31214 2000-05-20  Jim Meyering  <meyering@lucent.com>
31215
31216         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31217         (jm_PREREQ): Use it.
31218
31219 2000-05-18  Jim Meyering  <meyering@lucent.com>
31220
31221         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31222         back, too, since it may have been modified by allocate_entry.
31223         (hash_delete): Rewrite to use neither the assignment operator
31224         nor the comma operator in an if-expression.
31225
31226 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31227
31228         * lib/closeout.c:
31229         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31230         Remove; no longer needed.
31231         "quotearg.h": Add include.
31232         (file_name): Do not bother to explicitly initialize to NULL; it's less
31233         efficient on some hosts.
31234         (close_stdout_status): Remove test as to whether stdout was already
31235         closed; it breaks for the case "echo x | sort >&-".
31236         Quote file name colons.
31237         Do not assume that _("write error") lacks format strings.
31238
31239 2000-05-15  Jim Meyering  <meyering@lucent.com>
31240
31241         * lib/version-etc.c (version_etc_copyright): Update the copyright
31242         string used in all --version output.
31243
31244 2000-05-14  Jim Meyering  <meyering@lucent.com>
31245
31246         * lib/closeout.c (close_stdout_set_file_name): New function.
31247         (close_stdout_status): Use new file-scoped global.
31248         Return right away if fstat says the stdout file descriptor is invalid.
31249         * lib/closeout.h (close_stdout_set_file_name): Declare.
31250
31251 2000-05-10  Jim Meyering  <meyering@lucent.com>
31252
31253         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31254         (close_stdout_set_status): New function.
31255         * lib/closeout.h (close_stdout_set_status): Declare.
31256
31257 2000-05-09  Jim Meyering  <meyering@lucent.com>
31258
31259         * m4/gettext.m4: Rename this...
31260         * m4/libintl.m4: ...to this.
31261
31262 2000-05-08  Jim Meyering  <meyering@lucent.com>
31263
31264         * lib/long-options.c: Don't include closeout.h.
31265         (parse_long_options): Don't call close_stdout for --version.
31266
31267 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31268
31269         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31270         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31271         2.1.3 bug.  This avoids a clash when files like regex.c define
31272         _GNU_SOURCE.
31273
31274 2000-05-06  Jim Meyering  <meyering@lucent.com>
31275
31276         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31277         (AC_REPLACE_FUNCS): Add strnlen.
31278
31279         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31280         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31281
31282         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31283         AC_SEARCH_LIBS call for nanosleep.
31284         (LIB_NANOSLEEP): Set and AC_SUBST.
31285
31286 2000-05-06  Jim Meyering  <meyering@lucent.com>
31287
31288         * lib/strnlen.c: Undefine __strnlen and strnlen.
31289         [!weak_alias]: Define __strnlen to strnlen.
31290
31291         * lib/atexit.c: New file, from libiberty.
31292
31293 2000-05-06  Jim Meyering  <meyering@lucent.com>
31294
31295         * lib/closeout.c (close_stdout_status): Also check for errors on the
31296         stderr stream.
31297
31298 2000-05-05  Jim Meyering  <meyering@lucent.com>
31299
31300         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31301         AC_SEARCH_LIBS call for clock_gettime.
31302         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31303
31304         * m4/search-libs.m4: Update from autoconf.
31305
31306         su doesn't work on Solaris 2.6.
31307         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31308         <shadow.h>.  Reported by Dragos Harabor.
31309
31310 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31311
31312         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31313         memcpy instead of xmalloc, xrealloc, path_concat.
31314         (locale_charset): Treat empty environment variables as absent.
31315         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31316
31317 2000-05-04  Jim Meyering  <meyering@lucent.com>
31318
31319         * lib/getopt.c: Update from glibc.
31320         * lib/obstack.c: Likewise.
31321         * lib/obstack.h: Likewise.
31322         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31323         file
31324
31325         * lib/regex.h: Likewise.
31326         * lib/strndup.c: Likewise.
31327         * lib/strnlen.c: New file, from glibc.
31328
31329 2000-05-03  Jim Meyering  <meyering@lucent.com>
31330
31331         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31332
31333 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31334
31335         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31336         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31337         compile-time test, rather than inspecting host and OS, to
31338         decide whether to define _LARGEFILE_SOURCE.
31339
31340 2000-05-01  Jim Meyering  <meyering@lucent.com>
31341
31342         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31343
31344         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31345         Based on a patch from Bruno Haible.
31346
31347 2000-05-01  Jim Meyering  <meyering@lucent.com>
31348
31349         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31350
31351 2000-04-29  Jim Meyering  <meyering@lucent.com>
31352
31353         * lib/path-concat.c: Declare strdup only if it's not defined.
31354         * lib/canon-host.c: Likewise.
31355
31356 2000-04-28  Jim Meyering  <meyering@lucent.com>
31357
31358         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31359         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31360         is included first, then limits.h is included by locale.h by libintl.h.
31361         From John David Anglin.
31362
31363 2000-04-25  Jim Meyering  <meyering@lucent.com>
31364
31365         * lib/makepath.c (S_IRWXUGO): Define.
31366         (make_path): Always perform explicit chmod if MODE specifies any
31367         of the `special' permission bits.  Prompted by a bug report against
31368         install from Mate Wierdl and Joost van Baal.
31369
31370 2000-04-18  Jim Meyering  <meyering@lucent.com>
31371
31372         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31373         (jm_PREREQ): Use it.
31374
31375 2000-04-18  Jim Meyering  <meyering@lucent.com>
31376
31377         * lib/README: New file.
31378
31379         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31380         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31381
31382 2000-04-17  Jim Meyering  <meyering@lucent.com>
31383
31384         Get it right :-)
31385         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31386         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31387         Suggestion from Akim Demaille.
31388
31389 2000-04-17  Jim Meyering  <meyering@lucent.com>
31390
31391         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31392         the definition of it to rpl_strftime also defined-away the system's
31393         declaration.
31394
31395 2000-04-15  Jim Meyering  <meyering@lucent.com>
31396
31397         Use `C' to denote so-called `contiguous' files, the same way
31398         that tar does.
31399         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31400         (ftypelet): Use S_ISCTG.
31401         From Michael Deutschmann.
31402
31403 2000-04-14  Jim Meyering  <meyering@lucent.com>
31404
31405         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31406         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31407         clobbered.
31408
31409 2000-04-14  Jim Meyering  <meyering@lucent.com>
31410
31411         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31412
31413 2000-04-13  Jim Meyering  <meyering@lucent.com>
31414
31415         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31416         AH_VERBATIM to insert required #ifndef into config.h.in.
31417         Suggestion from Akim Demaille.
31418
31419 2000-04-12  Jim Meyering  <meyering@lucent.com>
31420
31421         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31422         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31423         Christian Krackowizer.
31424
31425         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31426         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31427         (AC_SYS_LARGEFILE): Require.
31428         (AM_C_PROTOTYPES): Require.
31429
31430 2000-04-08  Jim Meyering  <meyering@lucent.com>
31431
31432         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31433         names don't conflict.  Reported by Eli Zaretskii.
31434
31435 2000-04-07  Jim Meyering  <meyering@lucent.com>
31436
31437         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31438         sys/types.h, to work around system header problems on AIX 3.2.5.
31439         From Bruno Haible.
31440
31441 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31442
31443         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31444         bug.  Deal with the different error behavior of Irix iconv.
31445
31446 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31447
31448         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31449         IRIX if the installer said otherwise.
31450
31451 2000-04-05  Jim Meyering  <meyering@lucent.com>
31452
31453         Portability tweaks required for ultrix4.3.
31454         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31455         (jm_CHECK_DECLS): Add getutent to the list of functions.
31456         (_jm_DECL_HEADERS): Add utmpx.h.
31457         From John David Anglin.
31458
31459         * m4/strftime.m4: Back out the 2000-04-02 change.
31460         Instead of that change, simply undefine putenv in the test program.
31461
31462 2000-04-05  Jim Meyering  <meyering@lucent.com>
31463
31464         Portability tweaks required for ultrix4.3.
31465         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31466         getutent.
31467         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31468         * lib/canon-host.c: Declare strdup.
31469         * lib/path-concat.c: Likewise.
31470         From John David Anglin.
31471
31472 2000-04-04  Jim Meyering  <meyering@lucent.com>
31473
31474         Be more DOS 8.3-friendly.
31475         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31476         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31477         * lib/Makefile.am: Reflect renaming.
31478         Reported by Eli Zaretskii.
31479
31480         Use a temporary file name that won't clash with `charset.alias'
31481         in the DOS 8.3 name space.
31482         * lib/Makefile.am (charset_tmp): Define.
31483         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31484         (uninstall-local): Likewise.
31485         Reported by Eli Zaretskii.
31486
31487 2000-04-03  Jim Meyering  <meyering@lucent.com>
31488
31489         * m4/gettext.m4: Fix typo in comment.
31490
31491         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31492         textutils/configure.in).  Suggestion from Paul Eggert.
31493         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31494
31495 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31496
31497         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31498         variable in the shell rather than using putenv, which isn't
31499         portable.  This avoids the configure-time inter-test dependency
31500         on the potentially-renamed putenv function.
31501
31502 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31503
31504         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31505         before checking struct stat.st_blksize, so that
31506         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31507
31508 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31509
31510         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31511         since strftime.c uses HAVE_STRFTIME to decide whether to use
31512         the underlying strftime.
31513
31514 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31515
31516         * lib/time/strftime.c (my_strftime): Make sure we call the system
31517         strftime, not ourselves, when invoking the underlying strftime.
31518
31519 2000-03-24  Jim Meyering  <meyering@lucent.com>
31520
31521         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31522         (charset_alias): Define.
31523         (install-exec-local): Factor out common code.
31524         (uninstall-local): Split lines longer than 80.
31525         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31526         (SUFFIXES): Define.
31527         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31528         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31529
31530 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31531
31532         * lib/config.charset: Output a line containing "Packages using this
31533         file".
31534         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31535         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31536         ref-del.sed): New rules.
31537
31538 2000-03-17  Jim Meyering  <meyering@lucent.com>
31539
31540         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31541         Otherwise, include <strings.h>
31542
31543 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31544
31545         * lib/unicodeio.c (utf8_wctomb): New function.
31546         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31547         format instead of in UCS-4 with platform dependent endianness.
31548
31549 2000-03-10  Jim Meyering  <meyering@lucent.com>
31550
31551         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31552         From Marco Franzen.
31553
31554 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31555
31556         * lib/savedir.c (savedir): Work even if directory size is
31557         negative; this can happen with some screwy NFS configurations.
31558
31559 2000-03-06  Jim Meyering  <meyering@lucent.com>
31560
31561         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31562         if it's NULL (because we ran out of memory).  From Bruno Haible.
31563
31564 2000-03-05  Jim Meyering  <meyering@lucent.com>
31565
31566         * lib/localcharset.c ("path-concat.h"): Include.
31567         (get_charset_aliases): Use path_concat instead of ANSI string
31568         concatenation.
31569
31570         * lib/unicodeio.h (PARAMS): Define.
31571         Use it to guard prototype.
31572
31573 2000-03-04  Jim Meyering  <meyering@lucent.com>
31574
31575         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31576         for lib/localcharset.c.
31577
31578 2000-03-04  Jim Meyering  <meyering@lucent.com>
31579
31580         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31581         installing into it.
31582         (uninstall-local): Uncomment this rule so `make distcheck' works
31583         once again.
31584
31585         * lib/unicodeio.c (<errno.h>): Include it.
31586         (errno): Declare if not defined.
31587
31588         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31589
31590         * lib/config.charset: New version, incorporating remarks from a linux
31591         i18n mailing list.  From Bruno Haible.
31592
31593 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31594
31595         * m4/codeset.m4: New file.
31596         * m4/iconv.m4: New file.
31597         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31598
31599 2000-03-03  Jim Meyering  <meyering@lucent.com>
31600
31601         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31602
31603 2000-03-02  Jim Meyering  <meyering@lucent.com>
31604
31605         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31606         the messages come out on separate lines.
31607
31608         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31609         rather than jm_CHECK_DECLARATIONS.
31610         * m4/decl.m4: Remove now-unused file.
31611
31612         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31613         geteuid.
31614
31615 2000-03-02  Jim Meyering  <meyering@lucent.com>
31616
31617         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31618
31619 2000-03-01  Jim Meyering  <meyering@lucent.com>
31620
31621         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31622         * lib/unicodeio.c: Likewise.
31623
31624 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31625
31626         * lib/config.charset: New file.
31627         * lib/localcharset.c: New file.
31628         * lib/unicodeio.h, lib/unicodeio.c: New files.
31629         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31630         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31631         (noinst_HEADERS): Add unicodeio.h.
31632         (all-local, install-exec-local, charset.alias): New targets.
31633
31634 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31635
31636         * lib/quotearg.c (ALERT_CHAR): New macro.
31637         (quotearg_buffer_restyled): Use it.
31638
31639 2000-02-27  Jim Meyering  <meyering@lucent.com>
31640
31641         * m4/check-decl.m4: Add getenv to the list.
31642
31643 2000-02-27  Jim Meyering  <meyering@lucent.com>
31644
31645         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31646         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31647
31648         * lib/backupfile.c: Guard inclusion of stdlib.h with
31649         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31650         Declare malloc if needed.
31651
31652         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31653         `#ifndef HAVE_DECL..'
31654         now that autoconf always defines the HAVE_DECL_ symbols.
31655         * lib/human.c: Likewise.
31656         * lib/same.c: Likewise.
31657         * lib/strtoumax.c: Likewise.
31658
31659         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31660         declaration check was not run.
31661         * lib/hash.c: Likewise.
31662         * lib/human.c: Likewise.
31663         * lib/same.c: Likewise.
31664         * lib/strtoumax.c: Likewise.
31665
31666         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31667         `.', then first look up the entire `.'-containing string as a login
31668         name.
31669
31670 2000-02-23  Jim Meyering  <meyering@lucent.com>
31671
31672         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31673         in place of my hack.
31674
31675 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31676
31677         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31678         (textint): New typedef.
31679         (parser_control): Member year changed from int to textint.
31680         All uses changed.
31681         (YYSTYPE): Removed; replaced by %union with int and textint members.
31682         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31683         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31684         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31685         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31686         (date, number, to_year): Use width of number in digits, not its value,
31687         to determine whether it's a 2-digit year, or a 2-digit time.
31688         (yylex): Store number of digits of numeric tokens.
31689         Reported by John Kendall.
31690
31691         (parser_control): Changed from struct parser_control to typedef (for
31692         consistency).  All uses changed.
31693
31694         (tID): Removed; not used.
31695         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31696
31697 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31698
31699         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31700         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31701
31702 2000-02-12  Jim Meyering  <meyering@lucent.com>
31703
31704         * lib/userspec.c (ISDIGIT): Define it.
31705         (isdigit): Remove definition.
31706         (is_number): Use ISDIGIT, not isdigit.
31707         <libintl.h>: Include.
31708         (_ and N_): Define.
31709         (parse_user_spec): Mark translatable strings.
31710
31711 2000-02-10  Jim Meyering  <meyering@lucent.com>
31712
31713         With these changes, nanosleep.[ch] are finally enough like the other
31714         lib/* replacement files to compile on a few more losing systems.
31715
31716         * lib/nanosleep.h: Don't include config.h.
31717         Remove prototype from declaration of nanosleep.
31718         (PARAMS): Remove now-unneeded definition.
31719         * lib/nanosleep.c: #undef nanosleep.
31720         (rpl_nanosleep): Rename from nanosleep.
31721
31722 2000-02-10  Jim Meyering  <meyering@lucent.com>
31723
31724         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31725         gnu_nanosleep to rpl_nanosleep.
31726
31727 2000-02-09  Jim Meyering  <meyering@lucent.com>
31728
31729         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31730         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31731
31732 2000-02-08  Akim Demaille  <akim@epita.fr>
31733
31734         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31735         `[' and `]' and remove uses of `changequote'.
31736         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31737         (AC_SYS_LARGEFILE): Likewise.
31738         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31739         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31740         of changequote.
31741         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31742         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31743         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31744         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31745
31746 2000-02-05  Jim Meyering  <meyering@lucent.com>
31747
31748         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31749         Remove explicit use of AC_HEADER_TIME.  It is required by
31750         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31751         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31752         in autoconf whereby the expansion of the latter ended up preceding
31753         the expansion of its prerequisite, AC_HEADER_TIME.
31754         Reported by Volker Borchert.
31755
31756 2000-02-03  Jim Meyering  <meyering@lucent.com>
31757
31758         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31759
31760 2000-02-03  Jim Meyering  <meyering@lucent.com>
31761
31762         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31763         rather than with `#if HAVE_UTMPNAME'.
31764
31765 2000-02-02  Jim Meyering  <meyering@lucent.com>
31766
31767         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31768         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31769         Reported by Eli Zaretskii.
31770
31771 2000-02-01  Jim Meyering  <meyering@lucent.com>
31772
31773         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31774
31775 2000-01-31  Jim Meyering  <meyering@lucent.com>
31776
31777         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31778         functions.  Add the time.h and sys/time.h headers along with the
31779         AC_REQUIRE'ment of AC_HEADER_TIME.
31780
31781 2000-01-31  Jim Meyering  <meyering@lucent.com>
31782
31783         * lib/nanosleep.h (nanosleep): Guard declaration with
31784         `#if ! HAVE_DECL_NANOSLEEP'.
31785         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31786         the declaration in that vendor's sys/timers.h.
31787         Reported by Christian Krackowizer.
31788
31789         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31790         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31791         (ISPRINT): Likewise.
31792         Reported by Tom Tromey.
31793
31794 2000-01-30  Jim Meyering  <meyering@lucent.com>
31795
31796         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31797
31798         * m4/prereq.m4 (utmp_includes): Define.
31799         Check for ut_user and ut_name members in both struct utmpx
31800         and struct utmp.
31801
31802 2000-01-30  Jim Meyering  <meyering@lucent.com>
31803
31804         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31805         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31806         header files where only utmpx.ut_user is declared.
31807
31808         * lib/readutmp.h (UT_USER): Define.
31809
31810 2000-01-29  Jim Meyering  <meyering@lucent.com>
31811
31812         * m4/lib-check.m4: New file containing library-related checks from
31813         fileutils and sh-utils (textutils had none).
31814
31815 2000-01-28  Jim Meyering  <meyering@lucent.com>
31816
31817         * m4/perl.m4: Change format of warning message to look more like that
31818         from the missing script.  Suggestion from François Pinard.
31819
31820 2000-01-25  Jim Meyering  <meyering@lucent.com>
31821
31822         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31823         well as time.h in the compile check.
31824         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31825         Fix typo in cross-compiling case: s/yes/no/.
31826
31827 2000-01-23  Jim Meyering  <meyering@lucent.com>
31828
31829         * m4/jm-macros.m4: Move df-related tests here from
31830         fileutils/configure.in
31831
31832         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31833         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31834
31835         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31836         s/space/ac_fsusage_space/.
31837         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31838
31839         * m4/ftruncate.m4: New file (derived from part of
31840         fileutils/configure.in).
31841         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31842         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31843
31844         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31845         AC_SUBST these here, rather than just in sh-util/configure.in, so
31846         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31847         all the same.
31848         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31849         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31850         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31851         (AC_SUBST(POW_LIBM)): Likewise.
31852         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31853
31854 2000-01-23  Jim Meyering  <meyering@lucent.com>
31855
31856         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31857         obstack.c.
31858
31859 2000-01-22  Jim Meyering  <meyering@lucent.com>
31860
31861         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31862
31863         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31864
31865         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31866         configure.in
31867         (AC_CHECK_HEADERS): Likewise for sh-utils.
31868         (AC_CHECK_HEADERS): Likewise for textutils.
31869         Merge the three lists of headers.
31870
31871         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31872         from fileutils' configure.in.
31873
31874         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31875         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31876         check-decl.m4.
31877
31878         * m4/check-decl.m4: Use #if rather than #ifdef.
31879         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31880         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31881         (_jm_DECL_HEADERS): Define new function.
31882         (jm_CHECK_DECLARATIONS): Require it.
31883
31884 2000-01-22  Jim Meyering  <meyering@lucent.com>
31885
31886         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31887         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31888         Required for some AIX systems.  Reported by Christian Krackowizer.
31889         [TESTING] (main): New function.
31890
31891         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31892         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31893         letters.
31894
31895         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31896         iswprint.
31897
31898         * lib/strverscmp.c (ISDIGIT): Define.
31899         (strverscmp): Use ISDIGIT, not isdigit.
31900
31901 2000-01-19  Jim Meyering  <meyering@lucent.com>
31902
31903         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31904         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31905         defines `struct timespec' in <sys/time.h>
31906
31907         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31908         Thanks to Akim for explaining.
31909
31910 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31911
31912         * lib/nanosleep.c (nanosleep):
31913         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31914         POSIX.1 doesn't require SA_INTERRUPT and some systems
31915         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31916         it's been part of POSIX.1 since day 1 (in 1988).
31917
31918 2000-01-17  Jim Meyering  <meyering@lucent.com>
31919
31920         * lib/interlock: Remove unused file.  Reported by François Pinard.
31921
31922 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31923
31924         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31925         alert, backslash, formfeed, and vertical tab unnecessarily in
31926         shell quoting style.
31927
31928 2000-01-16  Jim Meyering  <meyering@lucent.com>
31929
31930         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31931         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31932         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31933         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31934
31935 2000-01-16  Jim Meyering  <meyering@lucent.com>
31936
31937         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31938         because the latter didn't work.
31939
31940 2000-01-15  Jim Meyering  <meyering@lucent.com>
31941
31942         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31943         (AC_REPLACE_FUNCS): Add memcpy and memset.
31944         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31945         Add strpbrk.
31946         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31947
31948 2000-01-12  Jim Meyering  <meyering@lucent.com>
31949
31950         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31951         (jm_PREREQ): Use it.
31952         (jm_PREREQ_READUTMP): New macro.
31953         (jm_PREREQ): Use it.
31954
31955 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31956
31957         Quote multibyte characters correctly.
31958         * m4/c-bs-a.m4: New file.
31959         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31960         (jm_PREREQ): Use it.
31961
31962 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31963
31964         * m4/uintmax_t.m4: Port to autoconf 2.13.
31965
31966 2000-01-08  Jim Meyering  <meyering@ascend.com>
31967
31968         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31969         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31970
31971 2000-01-04  Jim Meyering  <meyering@ascend.com>
31972
31973         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31974         jm_STRUCT_DIRENT_D_TYPE.
31975         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31976         jm_STRUCT_DIRENT_D_INO.
31977         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31978         jm_STRUCT_UTIMBUF.
31979         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31980         renamings.
31981         * m4/utime.m4: Likewise.
31982
31983         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31984         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31985
31986 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31987
31988         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31989         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31990
31991 2000-01-02  Jim Meyering  <meyering@ascend.com>
31992
31993         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31994         remember if this is necessary.
31995
31996 1999-12-26  Jim Meyering  <meyering@ascend.com>
31997
31998         * m4/jm-macros.m4: Use it here.
31999         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32000
32001 1999-12-23  Jim Meyering  <meyering@ascend.com>
32002
32003         * m4/jm-macros.m4: Check for clock_gettime (moved from
32004         fileutils/configure.in)
32005         Check for gettimeofday.
32006
32007 1999-12-20  Jim Meyering  <meyering@ascend.com>
32008
32009         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32010         autoconf-2.14a-1999-12-20.
32011
32012 1999-12-19  Jim Meyering  <meyering@ascend.com>
32013
32014         * m4/lstat-slash.m4: New file.
32015         * m4/jm-macros.m4: Use the new macro:
32016         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32017
32018 1999-12-07  Jim Meyering  <meyering@ascend.com>
32019
32020         * m4/perl.m4: Require that File::Compare be available, too.
32021         Too many systems seem to lack it.
32022
32023         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32024         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32025
32026 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32027
32028         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32029         problem with the QNX 4.25 shell, which doesn't propagate exit
32030         status of failed commands inside shell assignments.
32031
32032 1999-11-17  Jim Meyering  <meyering@ascend.com>
32033
32034         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32035
32036 1999-11-07  Jim Meyering  <meyering@ascend.com>
32037
32038         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32039
32040 1999-11-06  Jim Meyering  <meyering@ascend.com>
32041
32042         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32043         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32044
32045 1999-11-05  Jim Meyering  <meyering@ascend.com>
32046
32047         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32048         configure.in of textutils, fileutils, and sh-utils into this one
32049         (shared between those packages) file.
32050         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32051         AC_STRUCT_ST_BLKSIZE.
32052
32053 1999-11-03  Jim Meyering  <meyering@ascend.com>
32054
32055         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32056         of AC_CHECK_TYPE checks includes unistd.h.
32057         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32058         Suggestion from Akim Demaille.
32059
32060 1999-10-30  Jim Meyering  <meyering@ascend.com>
32061
32062         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32063         m4-quoted string.
32064         * m4/ls-mntd-fs.m4: Likewise.
32065         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32066         * m4/jm-winsz1.m4: Likewise.
32067
32068         * m4/const.m4: Remove file, since the fix made it into the experimental
32069         version of autoconf.
32070         * m4/mktime.m4: Likewise.
32071
32072         * m4/check-type.m4: Remove file, now that the latest version of
32073         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32074
32075         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32076         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32077         AC_CHECK_TYPE.
32078
32079 1999-10-04  Jim Meyering  <meyering@ascend.com>
32080
32081         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32082
32083 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32084
32085         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32086         2.95.1 bug with HP-UX 10.20.
32087
32088 1999-09-17  Jim Meyering  <meyering@ascend.com>
32089
32090         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32091         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32092         due to missing strdup (against sh-utils-2.0).
32093
32094 1999-08-29  Jim Meyering  <meyering@ascend.com>
32095
32096         * m4/jm-macros.m4: Require jm_BISON.
32097         * m4/bison.m4: New file.
32098
32099 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32100
32101         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32102         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32103
32104 1999-08-05  Jim Meyering  <meyering@ascend.com>
32105
32106         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32107         to avoid conflicts with `conftest' on 8+3 filesystems.
32108         Suggestion from Eli Zaretskii.
32109
32110 1999-08-04  Jim Meyering  <meyering@ascend.com>
32111
32112         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32113         fileutils and sh-utils (textutils's getline test was inadequate).
32114         (AM_FUNC_GETLINE): Run this test.
32115         (AC_CHECK_FUNCS): Check for getdelim.
32116         Reported by Bob Proulx.
32117
32118 1999-08-02  Jim Meyering  <meyering@ascend.com>
32119
32120         * m4/jm-macros.m4: Add a comment.
32121
32122 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32123
32124         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32125         <inttypes.h> defines strtoumax as a macro (and not as a
32126         function).
32127
32128 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32129
32130         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32131         that we can shift, multiply and divide unsigned long long
32132         values; Ultrix cc can't do it.
32133
32134 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32135
32136         * m4/mktime.m4: New file, which is a preview of what should appear
32137         in the next public autoconf release.
32138
32139 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32140
32141         * m4/lfs.m4: Remove this file.
32142         * m4/largefile.m4: New file.  It contains the old contents of
32143         lfs.m4, except that all names with prefix AC_LFS have been
32144         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32145         compatible with future autoconf versions.  Also, some minor m4
32146         quoting problems have been fixed.
32147
32148 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32149
32150         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32151         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32152         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32153         and simplify the shell code.
32154
32155 1999-08-01  Jim Meyering  <meyering@ascend.com>
32156
32157         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32158         m4.
32159
32160 1999-07-20  Jim Meyering  <meyering@ascend.com>
32161
32162         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32163
32164 1999-07-15  Jim Meyering  <meyering@ascend.com>
32165
32166         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32167
32168 1999-05-22  Jim Meyering  <meyering@ascend.com>
32169
32170         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32171
32172 1999-05-20  Jim Meyering  <meyering@ascend.com>
32173
32174         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32175         Add a colon after each `then' in case $4 is empty.
32176
32177 1999-05-16  Jim Meyering  <meyering@ascend.com>
32178
32179         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32180
32181 1999-05-10  Jim Meyering  <meyering@ascend.com>
32182
32183         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32184
32185         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32186         AC_FUNC_MKTIME.
32187
32188 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32189
32190         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32191
32192 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32193
32194         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32195         not CPPFLAGS, so that linking works correctly in IRIX.
32196
32197 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32198
32199         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32200
32201 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32202
32203         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32204         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32205         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32206         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32207         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32208
32209         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32210
32211 1999-04-20  Jim Meyering  <meyering@ascend.com>
32212
32213         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32214         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32215         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32216
32217 1999-04-18  Jim Meyering  <meyering@ascend.com>
32218
32219         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32220         * m4/jm-macros.m4: Use it.
32221
32222 1999-04-06  Jim Meyering  <meyering@ascend.com>
32223
32224         * m4/strftime.m4: Remove test for %f.
32225
32226 1999-03-29  Jim Meyering  <meyering@ascend.com>
32227
32228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32229         superset of the AC_TYPE_* checks in the textutils, fileutils,
32230         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32231         AC_TYPE_PID_T.
32232
32233 1999-03-28  Jim Meyering  <meyering@ascend.com>
32234
32235         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32236         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32237         replaced e.g., in the *.sh files of the sh-utils.
32238
32239 1999-03-20  Jim Meyering  <meyering@ascend.com>
32240
32241         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32242         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32243         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32244
32245 1999-03-19  Jim Meyering  <meyering@ascend.com>
32246
32247         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32248
32249 1999-03-12  Jim Meyering  <meyering@ascend.com>
32250
32251         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32252
32253 1999-03-07  Jim Meyering  <meyering@ascend.com>
32254
32255         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32256         declared.
32257
32258 1999-02-17  Jim Meyering  <meyering@ascend.com>
32259
32260         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32261         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32262
32263 1999-02-07  Jim Meyering  <meyering@ascend.com>
32264
32265         * m4/group-member.m4: New file -- extracted from sh-utils'
32266         configure.in.
32267
32268         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32269         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32270
32271 1999-02-06  Jim Meyering  <meyering@ascend.com>
32272
32273         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32274         * m4/fnmatch.m4: Likewise.
32275         * m4/getgroups.m4: Likewise.
32276         * m4/lstat.m4: Likewise.
32277         * m4/malloc.m4: Likewise.
32278         * m4/putenv.m4: Likewise.
32279         * m4/realloc.m4: Likewise.
32280         * m4/regex.m4: Likewise.
32281         * m4/stat.m4: Likewise.
32282         * m4/strftime.m4: Likewise.
32283         Suggestion from Alain Magloire.
32284
32285         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32286         * m4/fnmatch.m4: Likewise.
32287         * m4/getgroups.m4: Likewise.
32288         * m4/getline.m4: Likewise.
32289         * m4/lstat.m4: Likewise.
32290         * m4/malloc.m4: Likewise.
32291         * m4/memcmp.m4: Likewise.
32292         * m4/putenv.m4: Likewise.
32293         * m4/realloc.m4: Likewise.
32294         * m4/regex.m4: Likewise.
32295         * m4/stat.m4: Likewise.
32296         * m4/strftime.m4: Likewise.
32297         Suggestion from Alain Magloire.
32298
32299         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32300         an argument.
32301
32302         * m4/regex.m4: Add a run-time Test for proper operation of
32303         re_compile_pattern.
32304
32305 1999-01-31  Jim Meyering  <meyering@ascend.com>
32306
32307         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32308
32309 1999-01-30  Jim Meyering  <meyering@ascend.com>
32310
32311         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32312
32313         * m4/jm-mktime.m4: Make this a wrapper around the official
32314         AM_FUNC_MKTIME rather than my private copy, now that the official one
32315         is up to date.
32316         * m4/mktime.m4: Remove file.
32317
32318         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32319         * m4/uptime.m4: Likewise.
32320         * m4/uintmax_t.m4: Likewise.
32321
32322 1999-01-28  Jim Meyering  <meyering@ascend.com>
32323
32324         * m4/jm-macros.m4: Use jm_AFS.
32325         * m4/afs.m4: New file (from fileutils' configure.in).
32326
32327         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32328         * m4/chown.m4: Likewise.
32329         * m4/d-ino.m4: Likewise.
32330         * m4/d-type.m4: Likewise.
32331         * m4/fnmatch.m4: Likewise.
32332         * m4/getgroups.m4: Likewise.
32333         * m4/gettext.m4: Likewise.
32334         * m4/jm-mktime.m4: Likewise.
32335         * m4/jm-winsz2.m4: Likewise.
32336         * m4/lcmessage.m4: Likewise.
32337         * m4/ls-mntd-fs.m4: Likewise.
32338         * m4/malloc.m4: Likewise.
32339         * m4/memcmp.m4: Likewise.
32340         * m4/putenv.m4: Likewise.
32341         * m4/realloc.m4: Likewise.
32342         * m4/st_mtim.m4: Likewise.
32343         * m4/strftime.m4: Likewise.
32344
32345 1999-01-16  Jim Meyering  <meyering@ascend.com>
32346
32347         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32348         (ARGMATCH_DIE_DECL): Define.
32349
32350 1999-01-12  Jim Meyering  <meyering@ascend.com>
32351
32352         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32353         Reported by Lars Hecking.
32354
32355 1999-01-10  Jim Meyering  <meyering@ascend.com>
32356
32357         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32358         gross kludge.
32359         * m4/inttypes_h.m4: Likewise.
32360         * m4/lstat.m4: Likewise.
32361         * m4/malloc.m4: Likewise.
32362         * m4/readdir.m4: Likewise.
32363         * m4/realloc.m4: Likewise.
32364         * m4/st_dm_mode.m4: Likewise.
32365         * m4/stat.m4: Likewise.
32366         * m4/utimbuf.m4: Likewise.
32367         * m4/utimes.m4: Likewise.
32368
32369         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32370         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32371         comments in config.h.in are meaningful.
32372
32373         * m4/jm-macros.m4: Require autoconf-2.13 here.
32374
32375         * m4/regex.m4: By default, don't use the included regex.c on systems
32376         with glibc 2.  Suggestion from Uli Drepper.
32377
32378 1999-01-02  Jim Meyering  <meyering@ascend.com>
32379
32380         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32381
32382 1998-12-18  Jim Meyering  <meyering@ascend.com>
32383
32384         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32385         Based on a suggestion from Lars Hecking.
32386
32387 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32388
32389         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32390
32391 1998-11-16  Jim Meyering  <meyering@ascend.com>
32392
32393         * m4/lfs.m4: Double-quote the `uname...` expression.
32394
32395 1998-11-14  Jim Meyering  <meyering@ascend.com>
32396
32397         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32398         * m4/stat.m4: Likewise.
32399
32400 1998-11-03  Jim Meyering  <meyering@ascend.com>
32401
32402         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32403         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32404
32405 1998-10-18  Jim Meyering  <meyering@ascend.com>
32406
32407         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32408
32409 1998-10-17  Jim Meyering  <meyering@ascend.com>
32410
32411         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32412         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32413         calls for those previously hard-coded headers.  Instead, take a new
32414         parameter.
32415         (jm_CHECK_DECLARATIONS): Reflect interface change.
32416         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32417         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32418
32419         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32420
32421 1998-10-14  Jim Meyering  <meyering@ascend.com>
32422
32423         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32424         instead of "TZ=America/Vancouver".  From Paul Eggert.
32425
32426 1998-10-11  Jim Meyering  <meyering@ascend.com>
32427
32428         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32429         This adds a test for a recently added compatibility fix for mktime.c.
32430         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32431
32432 1998-09-27  Jim Meyering  <meyering@ascend.com>
32433
32434         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32435
32436         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32437         ../configure.in, including a change from Gordon Matzigkeit to allow
32438         cross-compiling for the Hurd.
32439
32440         * m4/glibc.m4: New file/macro to test for the GNU C Library
32441         versions 1 and 2.  From Gordon Matzigkeit.
32442         Indent.
32443
32444 1998-09-21  Jim Meyering  <meyering@ascend.com>
32445
32446         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32447
32448 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32449
32450         Port nanosecond-resolution times to UnixWare 2.1.2 and
32451         pedantic Solaris 2.6.
32452
32453         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32454         AC_STRUCT_ST_MTIM.
32455         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32456         Generate name of ns member, instead of just 1 or undef.
32457         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32458
32459 1998-08-15  Jim Meyering  <meyering@ascend.com>
32460
32461         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32462         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32463         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32464         instead of jm_TYPE_SSIZE_T.
32465
32466 1998-08-12  Jim Meyering  <meyering@ascend.com>
32467
32468         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32469
32470 1998-08-02  Jim Meyering  <meyering@ascend.com>
32471
32472         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32473         in acconfig.h manually.
32474
32475 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32476
32477         * m4/st_mtim.m4: New file.
32478
32479 1998-07-28  Jim Meyering  <meyering@ascend.com>
32480
32481         * m4/utimes.m4: Undef stat.
32482
32483 1998-07-25  Jim Meyering  <meyering@ascend.com>
32484
32485         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32486         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32487
32488 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32489
32490         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32491         uid and gid actually remain unchanged.
32492
32493 1998-07-07  Jim Meyering  <meyering@ascend.com>
32494
32495         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32496
32497 1998-07-04  Jim Meyering  <meyering@ascend.com>
32498
32499         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32500         to prove that this macro can be used in packages without regex.c.
32501
32502 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32503
32504         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32505         is to be used.
32506
32507 1998-07-03  Jim Meyering  <meyering@ascend.com>
32508
32509         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32510
32511         * m4/gettext.m4: New file -- from gettext-0.10.35.
32512         * m4/lcmessage.m4: Likewise.
32513         * m4/progtest.m4: Likewise.
32514
32515         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32516         * m4/jm-macros.m4: Require the new macro.
32517
32518 1998-06-29  Jim Meyering  <meyering@ascend.com>
32519
32520         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32521         for the definition of NGROUPS (used in a system header included
32522         by sys/mount.h).
32523
32524 1998-06-28  Jim Meyering  <meyering@ascend.com>
32525
32526         * m4/ls-mntd-fs.m4: New file.
32527         * m4/fstypename.m4: New file.
32528
32529         * m4/jm-macros.m4: Require the new macro.
32530         * m4/jm-glibc-io.m4: New file.
32531
32532 1998-05-19  Jim Meyering  <meyering@ascend.com>
32533
32534         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32535         * m4/lchown.m4: New file.
32536
32537         * m4/Makefile.am.in: New file.
32538         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32539
32540 1998-05-14  Jim Meyering  <meyering@ascend.com>
32541
32542         * m4/Makefile.am (EXTRA_DIST): Add them.
32543         * m4/jm-macros.m4: New file.
32544         * m4/utimbuf.m4: New file.
32545
32546 1998-05-12  Jim Meyering  <meyering@ascend.com>
32547
32548         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32549
32550 1998-05-11  Jim Meyering  <meyering@ascend.com>
32551
32552         * m4/isc-posix.m4: New file.
32553
32554 1998-05-10  Jim Meyering  <meyering@ascend.com>